aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2024-12-09 04:30:02 +0000
committerXin LI <delphij@FreeBSD.org>2024-12-09 04:30:02 +0000
commit8c9fd1007159a1cfe994ccf7021688a679a0a39c (patch)
treeb95bcdc02148d3a036bc18fe899479359cb7b7c5
parente8ec4b5d1202d935bcc6ed75c361b618e8da627f (diff)
Vendor import of less v668.vendor/less/v668vendor/less
-rw-r--r--LICENSE2
-rw-r--r--Makefile.aut31
-rw-r--r--Makefile.dsb2
-rw-r--r--Makefile.dsg4
-rw-r--r--Makefile.dsu2
-rw-r--r--Makefile.in8
-rw-r--r--Makefile.o2e2
-rw-r--r--Makefile.o9c2
-rw-r--r--Makefile.o9u2
-rw-r--r--Makefile.wnb2
-rw-r--r--Makefile.wng84
-rw-r--r--Makefile.wnm27
-rw-r--r--NEWS134
-rw-r--r--brac.c2
-rw-r--r--ch.c131
-rw-r--r--charset.c181
-rw-r--r--charset.h2
-rw-r--r--cmd.h6
-rw-r--r--cmdbuf.c217
-rw-r--r--command.c392
-rw-r--r--compose.uni2
-rwxr-xr-xconfigure1825
-rw-r--r--configure.ac15
-rw-r--r--cvt.c33
-rw-r--r--decode.c376
-rw-r--r--defines.ds8
-rw-r--r--defines.h.in60
-rw-r--r--defines.o28
-rw-r--r--defines.o98
-rw-r--r--defines.wn22
-rw-r--r--edit.c362
-rw-r--r--evar.c192
-rw-r--r--filename.c430
-rw-r--r--fmt.uni2
-rw-r--r--forwback.c84
-rw-r--r--funcs.h387
-rw-r--r--help.c54
-rw-r--r--ifile.c18
-rw-r--r--input.c109
-rw-r--r--jump.c51
-rw-r--r--lang.h57
-rw-r--r--less.h125
-rw-r--r--less.hlp52
-rw-r--r--less.man1483
-rw-r--r--less.nro389
-rw-r--r--lessecho.c15
-rw-r--r--lessecho.man19
-rw-r--r--lessecho.nro6
-rw-r--r--lesskey.c73
-rw-r--r--lesskey.h24
-rw-r--r--lesskey.man352
-rw-r--r--lesskey.nro38
-rw-r--r--lesskey_parse.c114
-rw-r--r--lesstest/Makefile6
-rw-r--r--lesstest/README58
-rw-r--r--lesstest/display.c10
-rwxr-xr-xlesstest/extract78
-rw-r--r--lesstest/lesstest.c30
-rw-r--r--lesstest/lesstest.h21
-rw-r--r--lesstest/lt/colorbars.lt1
-rw-r--r--lesstest/lt/github265.lt1
-rw-r--r--lesstest/lt/github329.lt1
-rw-r--r--lesstest/lt/hdr-unicode.ltbin456135 -> 749114 bytes
-rw-r--r--lesstest/lt/hdr-unicode1.ltbin308848 -> 573460 bytes
-rw-r--r--lesstest/lt/proc-special.lt1
-rw-r--r--lesstest/lt/search-hist.lt278
-rw-r--r--lesstest/lt/seq200.lt1
-rw-r--r--lesstest/lt/subsearch.lt1
-rw-r--r--lesstest/lt/table-50x200.lt941
-rw-r--r--lesstest/lt/version.c.lt1
-rw-r--r--lesstest/lt_screen.c24
-rwxr-xr-xlesstest/ltview569
-rwxr-xr-xlesstest/maketest4
-rw-r--r--lesstest/parse.c76
-rw-r--r--lesstest/run.c56
-rwxr-xr-xlesstest/runtest12
-rw-r--r--lesstest/term.c1
-rw-r--r--lglob.h2
-rw-r--r--line.c440
-rw-r--r--linenum.c83
-rw-r--r--lsystem.c17
-rw-r--r--main.c267
-rw-r--r--mark.c36
-rw-r--r--optfunc.c533
-rw-r--r--option.c262
-rw-r--r--option.h9
-rw-r--r--opttbl.c113
-rw-r--r--os.c64
-rw-r--r--output.c501
-rw-r--r--pattern.c40
-rw-r--r--pattern.h6
-rw-r--r--pckeys.h2
-rw-r--r--position.c70
-rw-r--r--position.h2
-rw-r--r--prompt.c112
-rw-r--r--regexp.c120
-rw-r--r--regexp.h14
-rw-r--r--screen.c744
-rw-r--r--scrsize.c2
-rw-r--r--search.c774
-rw-r--r--signal.c22
-rw-r--r--tags.c79
-rw-r--r--ttyin.c47
-rw-r--r--ubin.uni2
-rw-r--r--version.c47
-rw-r--r--wide.uni6
-rw-r--r--xbuf.c64
-rw-r--r--xbuf.h13
108 files changed, 9361 insertions, 5329 deletions
diff --git a/LICENSE b/LICENSE
index d22cc6070c51..d4f3bf6d1ce6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
------------
Less
-Copyright (C) 1984-2023 Mark Nudelman
+Copyright (C) 1984-2024 Mark Nudelman
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
diff --git a/Makefile.aut b/Makefile.aut
index 6f44b645303e..a40f33d9e3ec 100644
--- a/Makefile.aut
+++ b/Makefile.aut
@@ -1,9 +1,17 @@
# Makefile for authoring less.
+#
+# Targets:
+# all Make files needed to run Makefile (after configure).
+# clean Remove files that can be rebuilt.
+# unicode-check If newer Unicode files are available, download them.
+# release Make a numbered release, ready to upload to greenwoodsoftware.com.
+# gnu-upload Make files needed to upload a release to gnu.org.
+#
EMAIL = bug-less@gnu.org
-HOMEPAGE = https://greenwoodsoftware.com/less
SHELL = /bin/sh
GIT = git
+GPG = gpg
NROFF = nroff -t -man
srcdir = .
@@ -17,7 +25,7 @@ endif
SRC = \
main.c screen.c brac.c ch.c charset.c cmdbuf.c \
- command.c cvt.c decode.c edit.c filename.c forwback.c \
+ command.c cvt.c decode.c edit.c evar.c filename.c forwback.c \
help.c ifile.c input.c jump.c line.c linenum.c \
lsystem.c mark.c optfunc.c option.c opttbl.c os.c \
output.c pattern.c position.c prompt.c search.c signal.c \
@@ -34,19 +42,19 @@ DISTFILES = \
${SRC} regexp.c regexp.h \
COPYING INSTALL LICENSE Makefile.in Makefile.aut NEWS README \
configure.ac lesskey.c lesskey_parse.c lessecho.c scrsize.c \
- charset.h cmd.h funcs.h lglob.h less.h lesskey.h option.h \
+ charset.h cmd.h funcs.h lang.h lglob.h less.h lesskey.h option.h \
pckeys.h pattern.h position.h xbuf.h \
install.sh defines.h.in mkinstalldirs \
less.nro less.man lesskey.nro lesskey.man lessecho.nro lessecho.man \
less.hlp \
mkhelp.pl \
mkhelp.py \
- mkutable $(UNICODE_FILES) \
+ mkutable ${UNICODE_FILES} \
$(shell ${MAKE} -s -f ${srcdir}/lesstest/Makefile echo_distfiles srcdir=${srcdir}/lesstest) \
${DISTFILES_W}
-all: help.c funcs.h $(UNICODE_FILES) ${srcdir}/configure
+all: help.c funcs.h ${UNICODE_FILES} ${srcdir}/configure
release: .FORCE
@if ${srcdir}/ready_to_release -d ${srcdir}; then :; else exit 1; fi
@@ -145,7 +153,7 @@ dist: ${DISTFILES}
echo "Creating $$RELDIR/$$TARF" && \
tar -cf - $$LESSREL | gzip -c >$$RELDIR/$$TARF && \
echo "Signing $$RELDIR/$$TARF" && \
- gpg --detach-sign $$RELDIR/$$TARF && \
+ ${GPG} --detach-sign $$RELDIR/$$TARF && \
mv $$RELDIR/$$TARF.sig $$RELDIR/$$LESSREL.sig && \
echo "Creating $$RELDIR/$$ZIPF" && \
zip -rq $$RELDIR/$$ZIPF $$LESSREL && \
@@ -153,15 +161,16 @@ dist: ${DISTFILES}
tagall:
echo "tagging v${REL}"; \
- $(GIT) tag -a -f -m "v${REL}" "v${REL}"
+ ${GIT} tag -a -f -m "v${REL}" "v${REL}"
-gnu_upload:
+gnu-upload:
@if [ -z "${REL}" ]; then echo "Please set REL=nnn"; exit 1; fi; \
LESSREL=less-${REL} && RELDIR=release/$$LESSREL && \
TARF=$$LESSREL.tar.gz && \
if [ ! -s $$RELDIR/$$TARF ]; then echo "$$RELDIR/$$TARF does not exist"; exit 1; fi; \
cd $$RELDIR && \
- gpg -b $$TARF && \
+ ${GPG} -b $$TARF && \
( echo "version: 1.2"; echo "directory: less"; echo "filename: $$TARF" ) > $$TARF.directive && \
- gpg --clearsign $$TARF.directive && \
- echo "upload ready: cd $$RELDIR; ftp ftp-upload.gnu.org; cd /incoming/ftp; put $$TARF $$TARF.sig $$TARF.directive.asc"
+ ${GPG} --clearsign $$TARF.directive && \
+ echo "upload ready: cd $$RELDIR; ftp ftp-upload.gnu.org; cd /incoming/ftp; put ... { $TARF, $$TARF.sig, $$TARF.directive.asc }"
+
diff --git a/Makefile.dsb b/Makefile.dsb
index 64bb1d8bdbc1..b13b9bf99f94 100644
--- a/Makefile.dsb
+++ b/Makefile.dsb
@@ -20,7 +20,7 @@ EXT = .EXE
OBJ = \
main.obj screen.obj brac.obj ch.obj charset.obj cmdbuf.obj \
- command.obj cvt.obj decode.obj edit.obj filename.obj forwback.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 \
diff --git a/Makefile.dsg b/Makefile.dsg
index 4866d3162748..21409b681889 100644
--- a/Makefile.dsg
+++ b/Makefile.dsg
@@ -35,7 +35,7 @@ manext = 1
OBJ = \
main.${O} screen.${O} brac.${O} ch.${O} charset.${O} cmdbuf.${O} \
- command.${O} cvt.${O} decode.${O} edit.${O} filename.${O} forwback.${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} \
lsystem.${O} mark.${O} optfunc.${O} option.${O} opttbl.${O} os.${O} \
output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
@@ -53,7 +53,7 @@ lessecho: lessecho.${O} version.${O}
${CC} ${LDFLAGS} -o $@ lessecho.${O} version.${O}
defines.h: defines.ds
- command.com /c copy $< $@
+ command.com /c copy $< $@ || cmd.exe /c copy $< $@ || cp $< $@
${OBJ}: ${srcdir}/less.h defines.h ${srcdir}/funcs.h
diff --git a/Makefile.dsu b/Makefile.dsu
index ed71163667ba..af3ab8d2982d 100644
--- a/Makefile.dsu
+++ b/Makefile.dsu
@@ -29,7 +29,7 @@ LIBS = $(LIBDIR)\llibce.lib $(LIBDIR)\graphics.lib
OBJ = \
main.obj screen.obj brac.obj ch.obj charset.obj cmdbuf.obj \
- command.obj cvt.obj decode.obj edit.obj filename.obj forwback.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 \
diff --git a/Makefile.in b/Makefile.in
index af73ad7998eb..29d5f4841cef 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,7 +48,7 @@ SHELL = /bin/sh
OBJ = \
main.${O} screen.${O} brac.${O} ch.${O} charset.${O} cmdbuf.${O} \
- command.${O} cvt.${O} decode.${O} edit.${O} filename.${O} forwback.${O} \
+ command.${O} cvt.${O} decode.${O} edit.${O} evar.${O} filename.${O} forwback.${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} \
@@ -65,14 +65,14 @@ less$(EXEEXT): ${OBJ}
${CC} ${LDFLAGS} -o $@ ${OBJ} ${LIBS}
lesskey$(EXEEXT): lesskey.${O} lesskey_parse.${O} xbuf.${O} version.${O}
- ${CC} ${LDFLAGS} -o $@ lesskey.${O} lesskey_parse.${O} xbuf.${O} version.${O}
+ ${CC} ${LDFLAGS} -o $@ lesskey.${O} lesskey_parse.${O} xbuf.${O} version.${O} ${LIBS}
lessecho$(EXEEXT): lessecho.${O} version.${O}
- ${CC} ${LDFLAGS} -o $@ lessecho.${O} version.${O}
+ ${CC} ${LDFLAGS} -o $@ lessecho.${O} version.${O} ${LIBS}
charset.${O}: compose.uni ubin.uni wide.uni
-${OBJ}: ${srcdir}/less.h ${srcdir}/funcs.h defines.h
+${OBJ}: ${srcdir}/less.h ${srcdir}/funcs.h defines.h lang.h pattern.h xbuf.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.o2e b/Makefile.o2e
index 15341768b49f..a65f2c905eea 100644
--- a/Makefile.o2e
+++ b/Makefile.o2e
@@ -20,7 +20,7 @@ O = obj
OBJ = \
main.${O} screen.${O} brac.${O} ch.${O} charset.${O} cmdbuf.${O} \
- command.${O} cvt.${O} decode.${O} edit.${O} filename.${O} forwback.${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} \
lsystem.${O} mark.${O} optfunc.${O} option.${O} opttbl.${O} os.${O} \
output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
diff --git a/Makefile.o9c b/Makefile.o9c
index aa51ccac0c64..c351caeeeac3 100644
--- a/Makefile.o9c
+++ b/Makefile.o9c
@@ -24,7 +24,7 @@ O = r
OBJ = \
main.${O} screen.${O} brac.${O} ch.${O} charset.${O} cmdbuf.${O} \
- command.${O} cvt.${O} decode.${O} edit.${O} filename.${O} forwback.${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} \
lsystem.${O} mark.${O} optfunc.${O} option.${O} opttbl.${O} os.${O} \
output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
diff --git a/Makefile.o9u b/Makefile.o9u
index 99a9b730684e..1ba3042c5346 100644
--- a/Makefile.o9u
+++ b/Makefile.o9u
@@ -23,7 +23,7 @@ O = r
OBJ = \
main.${O} screen.${O} brac.${O} ch.${O} charset.${O} cmdbuf.${O} \
- command.${O} cvt.${O} decode.${O} edit.${O} filename.${O} forwback.${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} \
lsystem.${O} mark.${O} optfunc.${O} option.${O} opttbl.${O} os.${O} \
output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
diff --git a/Makefile.wnb b/Makefile.wnb
index 5f9db1f74c47..e24c71d2f6c0 100644
--- a/Makefile.wnb
+++ b/Makefile.wnb
@@ -27,7 +27,7 @@ LIBS = ${LIBDIR}\import32.lib ${LIBDIR}\cw32.lib
OBJ = \
main.obj screen.obj brac.obj ch.obj charset.obj cmdbuf.obj \
- command.obj cvt.obj decode.obj edit.obj filename.obj forwback.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 \
diff --git a/Makefile.wng b/Makefile.wng
index 9a8e57078d1c..4d61b400eaaf 100644
--- a/Makefile.wng
+++ b/Makefile.wng
@@ -5,6 +5,8 @@
#
# Usage: mingw32-make -f Makefile.wng [REGEX_PACKAGE={posix|gnu|regcomp-local}]
#
+# When cross compiling, add also: SHELL=sh CC=<mingw-cc>
+#
# 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.
@@ -20,6 +22,17 @@
# REGEX_PACKAGE == gnu
# This choice selects the GNU implementation and is provided by MingW.
#
+# REGEX_PACKAGE == none
+# This choice disables regex, and instead uses smart plain text search.
+#
+# 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:
+# WINGEN=1
+# to compile a native C program which will be used instead of the posix tools.
+# NOTE: to cross compile with WINGEN=1, e.g. to arm, first run with native CC:
+# make -f Makefile.wng CC=gcc buildgen.exe
+# and then compile `less` with the arm CC:
+# make -f Makefile.wng WINGEN=1 CC=armv7...
#### Start of system configuration section. ####
@@ -37,15 +50,17 @@ MINGW_ROOT_PATH = /mingw-w64/mingw64
# Determine the regular expression package to be used.
#
-REGEX_PACKAGE ?= posix
+REGEX_PACKAGE ?= regcomp-local
ifeq (${REGEX_PACKAGE},regcomp-local)
MINGW_DEFINES += -DUSE_REGEXP_C
else ifeq (${REGEX_PACKAGE},posix)
MINGW_DEFINES += -DUSE_POSIX_REGCOMP
else ifeq (${REGEX_PACKAGE},gnu)
MINGW_DEFINES += -DUSE_GNU_REGEX
+else ifeq (${REGEX_PACKAGE},none)
+# without specific regex package, defines.wn sets NO_REGEX=1
else
- $(error REGEX_PACKAGE must be posix, gnu or regcomp-local)
+ $(error REGEX_PACKAGE must be posix, gnu, regcomp-local or none)
endif
MINGW_REGEX_IPATH = -I${MINGW_ROOT_PATH}/opt/include
@@ -57,16 +72,31 @@ ifneq (${REGEX_PACKAGE},regcomp-local)
CFLAGS_MINGW += ${MINGW_REGEX_IPATH}
endif
-# MingW may use sh.exe instead of cmd.exe.
-# Make sure it does not.
+# MingW may use sh.exe instead of cmd.exe.
+# Default to cmd.exe, but allow sh.exe too, e.g. for cross compile.
#
SHELL = cmd.exe
+ifeq (${SHELL},cmd.exe)
+ CP = copy
+ MV = move
+ RM = del
+ DIFF = comp /M
+else
+ CP = cp
+ MV = mv
+ RM = rm
+ DIFF = diff
+endif
CFLAGS = -O2 ${CFLAGS_MINGW}
+ifneq (${REGEX_PACKAGE},none)
ifneq (${REGEX_PACKAGE},regcomp-local)
LDFLAGS = ${MINGW_REGEX_LPATH}
LIBS = ${MINGW_REGEX_LIB}
endif
+endif
+
+LIBS += -lshell32
#### End of system configuration section. ####
@@ -76,7 +106,7 @@ endif
${CC} -c -I. ${CFLAGS} $<
LESS_SRC = brac.c ch.c charset.c cmdbuf.c command.c \
- cvt.c decode.c edit.c filename.c forwback.c \
+ cvt.c decode.c edit.c evar.c filename.c forwback.c \
ifile.c input.c jump.c line.c linenum.c \
lsystem.c main.c mark.c optfunc.c option.c \
opttbl.c os.c output.c pattern.c position.c \
@@ -88,7 +118,7 @@ endif
OBJ = \
main.o screen.o brac.o ch.o charset.o cmdbuf.o \
- command.o cvt.o decode.o edit.o filename.o forwback.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 \
lsystem.o mark.o optfunc.o option.o opttbl.o os.o \
output.o pattern.o position.o prompt.o search.o signal.o \
@@ -98,26 +128,41 @@ OBJ += regexp.o
endif
-all: clean less lesskey lessecho
+all: less.exe lesskey.exe lessecho.exe
-less: ${OBJ}
+less.exe: ${OBJ}
${CC} ${LDFLAGS} -o $@ ${OBJ} ${LIBS}
-lesskey: lesskey.o lesskey_parse.o version.o xbuf.o
+lesskey.exe: lesskey.o lesskey_parse.o version.o xbuf.o
${CC} ${LDFLAGS} -o $@ lesskey.o lesskey_parse.o version.o xbuf.o
-lessecho: lessecho.o version.o
+lessecho.exe: lessecho.o version.o
${CC} ${LDFLAGS} -o $@ lessecho.o version.o
+lessecho.o version.o: less.h defines.h funcs.h
+
defines.h: defines.wn
- copy $< $@
+ ${CP} $< $@
+
+ifeq (${WINGEN},1)
+ BUILDGEN = buildgen.exe
+ MKHELP = buildgen.exe help
+ MKFUNCS = type 2>NUL ${LESS_SRC} | buildgen.exe funcs
+else
+ MKHELP = (perl mkhelp.pl || sh mkhelp.sh)
+ MKFUNCS = grep -h "^public [^;]*$$" ${LESS_SRC} | sed "s/$$/;/"
+endif
+
+funcs.h: ${LESS_SRC} ${BUILDGEN}
+ -${CP} funcs.h funcs.h.old
+ ${MKFUNCS} >funcs.h.tmp
+ ${DIFF} funcs.h.tmp funcs.h || ${MV} funcs.h.tmp funcs.h
-funcs.h: ${LESS_SRC}
- -move funcs.h funcs.h.old
- grep -h "^public [^;]*$$" ${LESS_SRC} | sed "s/$$/;/" >funcs.h
+help.c: less.hlp ${BUILDGEN}
+ ${MKHELP} < less.hlp > $@
-help.c: less.hlp
- perl mkhelp.pl < $< > $@
+buildgen.exe: buildgen.c
+ ${CC} $< -o $@
${OBJ}: less.h defines.h funcs.h
@@ -125,9 +170,4 @@ TAGS:
etags *.c *.h
clean:
- -del *.o
- -del *.exe
- -del defines.h
- -del funcs.h
- -del help.c
- -if exist TAGS del TAGS
+ -${RM} *.o *.exe defines.h funcs.h help.c TAGS
diff --git a/Makefile.wnm b/Makefile.wnm
index a0148db47a16..e20619b6d19a 100644
--- a/Makefile.wnm
+++ b/Makefile.wnm
@@ -1,5 +1,17 @@
# Makefile for less.
-# Windows 32 Visual C++ version
+# Windows 32/64 Visual C++ version
+#
+# To build in msvc env (VCVARS32.BAT, VCVARS64.BAT, ...)
+#
+# A release tarball:
+# nmake -f Makefile.wnm
+#
+# A git snapshot:
+# nmake -f Makefile.wnm generated
+# nmake -f Makefile.wnm
+#
+# If cross compiling (e.g. arm): "generated" should be made in a native env.
+# Else (native build) this works too: nmake -f Makefile.wnm generated less.exe
#### Start of system configuration section. ####
@@ -14,7 +26,7 @@ LDFLAGS = /nologo /subsystem:console /incremental:no
#LDFLAGS = /nologo /subsystem:console /incremental:yes /debug
LD = link
-LIBS = user32.lib
+LIBS = user32.lib shell32.lib
#### End of system configuration section. ####
@@ -25,7 +37,7 @@ LIBS = user32.lib
OBJ = \
main.obj screen.obj brac.obj ch.obj charset.obj cmdbuf.obj \
- command.obj cvt.obj decode.obj edit.obj filename.obj forwback.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 \
@@ -45,9 +57,16 @@ defines.h: defines.wn
$(OBJ): less.h defines.h funcs.h cmd.h
+# generate help.c and funcs.h. We use *.c because we don't have a sources list.
+# intentionally detached from $(OBJ) in case of cross compile - needs native cc
+generated:
+ $(CC) buildgen.c
+ buildgen.exe help < less.hlp > help.c
+ type *.c 2>NUL | buildgen.exe funcs > funcs.h
+
clean:
-del *.obj
-del less.exe
-del lesskey.exe
-
+ -del defines.h
diff --git a/NEWS b/NEWS
index b1f8771c6c31..e869439ea4ee 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,140 @@
======================================================================
+ Major changes between "less" versions 661 and 668
+
+* Make 256/true colors work better on Windows without -Da
+ (github #539, github #546, github #562).
+
+* Fix build using --with-secure (github #544).
+
+* Fix crash when using --header on command line (github #545).
+
+* Fix possible crash when scrolling left/right or toggling -S (github #547).
+
+* Fix bug when using #stop in a lesskey file (github #551).
+
+* Fix bug when using --shift or --match-shift on command line with
+ a parameter starting with '.' (github #554).
+
+* Fix bug in R command when file size changes (github #553).
+
+* Fix bug using --header when file does not fill screen (github #556).
+
+* Fix ^X bug when output is not a terminal (github #558).
+
+* Fix bug where ^Z is not handled immediately (github #563).
+
+* Fix bug where first byte from a LESSOPEN filter is deleted if it is
+ greater than 0x7F (github #568).
+
+* Fix uninitialized variable in edit_ifile (github #573).
+
+* Fix incorrect handling of UTF-8 chars in prompts (github #576).
+
+======================================================================
+
+ Major changes between "less" versions 643 and 661
+
+* Add ^O^N, ^O^P, ^O^L and ^O^O commands and mouse clicks (with --mouse)
+ to find and open OSC8 hyperlinks (github #251).
+
+* Add --match-shift option.
+
+* Add --lesskey-content option (github #447).
+
+* Add LESSKEY_CONTENT environment variable (github #447).
+
+* Add --no-search-header-lines and --no-search-header-columns options
+ (github #397).
+
+* Add ctrl-L search modifier (github #367).
+
+* A ctrl-P at the start of a shell command suppresses the "done"
+ message (github #462).
+
+* Add attribute characters ('*', '~', '_', '&') to --color
+ parameter (github #471).
+
+* Allow expansion of environment variables in lesskey files.
+
+* Add LESSSECURE_ALLOW environment variable (github #449).
+
+* Add LESS_UNSUPPORT environment variable.
+
+* Add line number parameter to --header option (github #436).
+
+* Mouse right-click jumps to position marked by left-click (github #390).
+
+* Ensure that the target line is not obscured by a header line
+ set by --header (github #444).
+
+* Change default character set to "utf-8", except remains "dos" on MS-DOS.
+
+* Add message when search with ^W wraps (github #459).
+
+* UCRT builds on Windows 10 and later now support Unicode file names
+ (github #438).
+
+* Improve behavior of interrupt while reading non-terminated pipe
+ (github #414).
+
+* Improve parsing of -j, -x and -# options (github #393).
+
+* Support files larger than 4GB on Windows (github #417).
+
+* Support entry of Unicode chars larger than U+FFFF on Windows (github #391).
+
+* Improve colors of bold, underline and standout text on Windows.
+
+* Allow --rscroll to accept non-ASCII characters (github #483).
+
+* Allow the parameter to certain options to be terminated with a
+ space (--color, --quotes, --rscroll, --search-options
+ and --intr) (github #495).
+
+* Fix bug where # substitution failed after viewing help (github #420).
+
+* Fix crash if files are deleted while less is viewing them (github #404).
+
+* Workaround unreliable ReadConsoleInputW behavior on Windows
+ with non-ASCII input.
+
+* Fix -J display when searching for non-ASCII characters (github #422).
+
+* Don't filter header lines via the & command (github #423).
+
+* Fix bug when horizontally shifting long lines (github #425).
+
+* Add -x and -D options to lesstest, to make it easier to diagnose
+ a failed lesstest run.
+
+* Fix bug searching long lines with --incsearch and -S (github #428).
+
+* Fix bug that made ESC-} fail if top line on screen was empty (github #429).
+
+* Fix bug with --mouse on Windows when used with pipes (github #440).
+
+* Fix bug in --+OPTION command line syntax.
+
+* Fix display bug when using -w with an empty line with a CR/LF
+ line ending (github #474).
+
+* When substituting '#' or '%' with a filename, quote the filename
+ if it contains a space (github #480).
+
+* Fix wrong sleep time when system has usleep but not nanosleep (github #489).
+
+* Fix bug when file name contains a newline.
+
+* Fix bug when file name contains nonprintable characters (github #503).
+
+* Fix DJGPP build (github #497).
+
+* Update Unicode tables.
+
+======================================================================
+
Major changes between "less" versions 633 and 643
* Fix problem when a program piping into less reads from the tty,
diff --git a/brac.c b/brac.c
index da4efab8605e..170cd73da516 100644
--- a/brac.c
+++ b/brac.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
diff --git a/ch.c b/ch.c
index 51045438a296..336af7792120 100644
--- a/ch.c
+++ b/ch.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -20,13 +20,6 @@
#include <windows.h>
#endif
-#if HAVE_PROCFS
-#include <sys/statfs.h>
-#if HAVE_LINUX_MAGIC_H
-#include <linux/magic.h>
-#endif
-#endif
-
typedef POSITION BLOCKNUM;
public int ignore_eoi;
@@ -46,7 +39,7 @@ struct bufnode {
struct buf {
struct bufnode node;
BLOCKNUM block;
- unsigned int datasize;
+ size_t datasize;
unsigned char data[LBUFSIZE];
};
#define bufnode_buf(bn) ((struct buf *) bn)
@@ -64,7 +57,7 @@ struct filestate {
POSITION fpos;
int nbufs;
BLOCKNUM block;
- unsigned int offset;
+ size_t offset;
POSITION fsize;
};
@@ -122,15 +115,14 @@ struct filestate {
thisfile->hashtbl[h].hnext = (bn);
static struct filestate *thisfile;
-static int ch_ungotchar = -1;
+static unsigned char ch_ungotchar;
+static lbool ch_have_ungotchar = FALSE;
static int maxbufs = -1;
extern int autobuf;
extern int sigs;
-extern int secure;
-extern int screen_trashed;
extern int follow_mode;
-extern int waiting_for_data;
+extern lbool waiting_for_data;
extern constant char helpdata[];
extern constant int size_helpdata;
extern IFILE curr_ifile;
@@ -141,6 +133,13 @@ extern char *namelogfile;
static int ch_addbuf();
+/*
+ * Return the file position corresponding to an offset within a block.
+ */
+static POSITION ch_position(BLOCKNUM block, size_t offset)
+{
+ return (block * LBUFSIZE) + (POSITION) offset;
+}
/*
* Get the character pointed to by the read pointer.
@@ -149,8 +148,8 @@ static int ch_get(void)
{
struct buf *bp;
struct bufnode *bn;
- int n;
- int read_again;
+ ssize_t n;
+ lbool read_again;
int h;
POSITION pos;
POSITION len;
@@ -187,6 +186,8 @@ static int ch_get(void)
goto found;
}
}
+ if (ABORT_SIGS())
+ return (EOI);
if (bn == END_OF_HCHAIN(h))
{
/*
@@ -223,7 +224,7 @@ static int ch_get(void)
for (;;)
{
- pos = (ch_block * LBUFSIZE) + bp->datasize;
+ pos = ch_position(ch_block, bp->datasize);
if ((len = ch_length()) != NULL_POSITION && pos >= len)
/*
* At end of file.
@@ -239,7 +240,7 @@ static int ch_get(void)
*/
if (!(ch_flags & CH_CANSEEK))
return ('?');
- if (lseek(ch_file, (off_t)pos, SEEK_SET) == BAD_LSEEK)
+ if (less_lseek(ch_file, (less_off_t)pos, SEEK_SET) == BAD_LSEEK)
{
error("seek error", NULL_PARG);
clear_eol();
@@ -253,19 +254,18 @@ static int ch_get(void)
* If we read less than a full block, that's ok.
* We use partial block and pick up the rest next time.
*/
- if (ch_ungotchar != -1)
+ if (ch_have_ungotchar)
{
bp->data[bp->datasize] = ch_ungotchar;
n = 1;
- ch_ungotchar = -1;
+ ch_have_ungotchar = FALSE;
} else if (ch_flags & CH_HELPFILE)
{
- bp->data[bp->datasize] = helpdata[ch_fpos];
+ bp->data[bp->datasize] = (unsigned char) helpdata[ch_fpos];
n = 1;
} else
{
- n = iread(ch_file, &bp->data[bp->datasize],
- (unsigned int)(LBUFSIZE - bp->datasize));
+ n = iread(ch_file, &bp->data[bp->datasize], LBUFSIZE - bp->datasize);
}
read_again = FALSE;
@@ -295,12 +295,15 @@ static int ch_get(void)
/*
* If we have a log file, write the new data to it.
*/
- if (!secure && logfile >= 0 && n > 0)
- write(logfile, (char *) &bp->data[bp->datasize], n);
+ if (secure_allow(SF_LOGFILE))
+ {
+ if (logfile >= 0 && n > 0)
+ write(logfile, &bp->data[bp->datasize], (size_t) n);
+ }
#endif
ch_fpos += n;
- bp->datasize += n;
+ bp->datasize += (size_t) n;
if (n == 0)
{
@@ -323,7 +326,7 @@ static int ch_get(void)
if (ignore_eoi && follow_mode == FOLLOW_NAME && curr_ifile_changed())
{
/* screen_trashed=2 causes make_display to reopen the file. */
- screen_trashed = 2;
+ screen_trashed_num(2);
return (EOI);
}
if (sigs)
@@ -363,9 +366,15 @@ static int ch_get(void)
*/
public void ch_ungetchar(int c)
{
- if (c != -1 && ch_ungotchar != -1)
- error("ch_ungetchar overrun", NULL_PARG);
- ch_ungotchar = c;
+ if (c < 0)
+ ch_have_ungotchar = FALSE;
+ else
+ {
+ if (ch_have_ungotchar)
+ error("ch_ungetchar overrun", NULL_PARG);
+ ch_ungotchar = (unsigned char) c;
+ ch_have_ungotchar = TRUE;
+ }
}
#if LOGFILE
@@ -375,7 +384,7 @@ public void ch_ungetchar(int c)
*/
public void end_logfile(void)
{
- static int tried = FALSE;
+ static lbool tried = FALSE;
if (logfile < 0)
return;
@@ -402,7 +411,7 @@ public void sync_logfile(void)
{
struct buf *bp;
struct bufnode *bn;
- int warned = FALSE;
+ lbool warned = FALSE;
BLOCKNUM block;
BLOCKNUM nblocks;
@@ -411,13 +420,13 @@ public void sync_logfile(void)
nblocks = (ch_fpos + LBUFSIZE - 1) / LBUFSIZE;
for (block = 0; block < nblocks; block++)
{
- int wrote = FALSE;
+ lbool wrote = FALSE;
FOR_BUFS(bn)
{
bp = bufnode_buf(bn);
if (bp->block == block)
{
- write(logfile, (char *) bp->data, bp->datasize);
+ write(logfile, bp->data, bp->datasize);
wrote = TRUE;
break;
}
@@ -436,7 +445,7 @@ public void sync_logfile(void)
/*
* Determine if a specific block is currently in one of the buffers.
*/
-static int buffered(BLOCKNUM block)
+static lbool buffered(BLOCKNUM block)
{
struct buf *bp;
struct bufnode *bn;
@@ -486,7 +495,7 @@ public int ch_seek(POSITION pos)
* Set read pointer.
*/
ch_block = new_block;
- ch_offset = pos % LBUFSIZE;
+ ch_offset = (size_t) (pos % LBUFSIZE);
return (0);
}
@@ -533,7 +542,7 @@ public int ch_end_buffer_seek(void)
FOR_BUFS(bn)
{
bp = bufnode_buf(bn);
- buf_pos = (bp->block * LBUFSIZE) + bp->datasize;
+ buf_pos = ch_position(bp->block, bp->datasize);
if (buf_pos > end_pos)
end_pos = buf_pos;
}
@@ -597,7 +606,7 @@ public POSITION ch_tell(void)
{
if (thisfile == NULL)
return (NULL_POSITION);
- return (ch_block * LBUFSIZE) + ch_offset;
+ return ch_position(ch_block, ch_offset);
}
/*
@@ -647,14 +656,14 @@ public int ch_back_get(void)
* Set max amount of buffer space.
* bufspace is in units of 1024 bytes. -1 mean no limit.
*/
-public void ch_setbufspace(int bufspace)
+public void ch_setbufspace(ssize_t bufspace)
{
if (bufspace < 0)
maxbufs = -1;
else
{
- int lbufk = LBUFSIZE / 1024;
- maxbufs = bufspace / lbufk + (bufspace % lbufk != 0);
+ size_t lbufk = LBUFSIZE / 1024;
+ maxbufs = (int) (bufspace / lbufk + (bufspace % lbufk != 0));
if (maxbufs < 1)
maxbufs = 1;
}
@@ -689,30 +698,22 @@ public void ch_flush(void)
}
/*
- * Figure out the size of the file, if we can.
- */
- ch_fsize = filesize(ch_file);
-
- /*
* Seek to a known position: the beginning of the file.
*/
ch_fpos = 0;
ch_block = 0; /* ch_fpos / LBUFSIZE; */
ch_offset = 0; /* ch_fpos % LBUFSIZE; */
- /*
- * This is a kludge to workaround a Linux kernel bug: files in
- * /proc have a size of 0 according to fstat() but have readable
- * data. They are sometimes, but not always, seekable.
- * Force them to be non-seekable here.
- */
- if (ch_fsize == 0)
+ if (ch_flags & CH_NOTRUSTSIZE)
{
ch_fsize = NULL_POSITION;
ch_flags &= ~CH_CANSEEK;
+ } else
+ {
+ ch_fsize = (ch_flags & CH_HELPFILE) ? size_helpdata : filesize(ch_file);
}
- if (lseek(ch_file, (off_t)0, SEEK_SET) == BAD_LSEEK)
+ if (less_lseek(ch_file, (less_off_t)0, SEEK_SET) == BAD_LSEEK)
{
/*
* Warning only; even if the seek fails for some reason,
@@ -795,7 +796,7 @@ public int seekable(int f)
return (0);
}
#endif
- return (lseek(f, (off_t)1, SEEK_SET) != BAD_LSEEK);
+ return (less_lseek(f, (less_off_t)1, SEEK_SET) != BAD_LSEEK);
}
/*
@@ -812,7 +813,7 @@ public void ch_set_eof(void)
/*
* Initialize file state for a new file.
*/
-public void ch_init(int f, int flags)
+public void ch_init(int f, int flags, ssize_t nread)
{
/*
* See if we already have a filestate for this file.
@@ -843,6 +844,22 @@ public void ch_init(int f, int flags)
}
if (thisfile->file == -1)
thisfile->file = f;
+
+ /*
+ * Figure out the size of the file, if we can.
+ */
+ 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)
+ {
+ ch_flags |= CH_NOTRUSTSIZE;
+ }
+
ch_flush();
}
@@ -851,7 +868,7 @@ public void ch_init(int f, int flags)
*/
public void ch_close(void)
{
- int keepstate = FALSE;
+ lbool keepstate = FALSE;
if (thisfile == NULL)
return;
diff --git a/charset.c b/charset.c
index 881ebafd02cf..3e8fb0fa9354 100644
--- a/charset.c
+++ b/charset.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -120,8 +120,8 @@ struct cs_alias {
#define IS_CONTROL_CHAR 02
static char chardef[256];
-static char *binfmt = NULL;
-static char *utfbinfmt = NULL;
+static constant char *binfmt = NULL;
+static constant char *utfbinfmt = NULL;
public int binattr = AT_STANDOUT|AT_COLOR_BIN;
static struct xbuffer user_wide_array;
@@ -139,13 +139,13 @@ static struct wchar_range_table user_prt_table;
static void wchar_range_table_set(struct wchar_range_table *tbl, struct xbuffer *arr)
{
tbl->table = (struct wchar_range *) arr->data;
- tbl->count = arr->end / sizeof(struct wchar_range);
+ tbl->count = (unsigned int) (arr->end / sizeof(struct wchar_range));
}
/*
* Skip over a "U" or "U+" prefix before a hex codepoint.
*/
-static char * skip_uprefix(char *s)
+static constant char * skip_uprefix(constant char *s)
{
if (*s == 'U' || *s == 'u')
if (*++s == '+') ++s;
@@ -155,14 +155,14 @@ static char * skip_uprefix(char *s)
/*
* Parse a dash-separated range of hex values.
*/
-static void wchar_range_get(char **ss, struct wchar_range *range)
+static void wchar_range_get(constant char **ss, struct wchar_range *range)
{
- char *s = skip_uprefix(*ss);
- range->first = lstrtoul(s, &s, 16);
+ constant char *s = skip_uprefix(*ss);
+ range->first = lstrtoulc(s, &s, 16);
if (s[0] == '-')
{
s = skip_uprefix(&s[1]);
- range->last = lstrtoul(s, &s, 16);
+ range->last = lstrtoulc(s, &s, 16);
} else
{
range->last = range->first;
@@ -173,7 +173,7 @@ static void wchar_range_get(char **ss, struct wchar_range *range)
/*
* Parse the LESSUTFCHARDEF variable.
*/
-static void ichardef_utf(char *s)
+static void ichardef_utf(constant char *s)
{
xbuf_init(&user_wide_array);
xbuf_init(&user_ubin_array);
@@ -241,7 +241,7 @@ static void ichardef_utf(char *s)
* b binary character
* c control character
*/
-static void ichardef(char *s)
+static void ichardef(constant char *s)
{
char *cp;
int n;
@@ -298,7 +298,7 @@ static void ichardef(char *s)
* Define a charset, given a charset name.
* The valid charset names are listed in the "charsets" array.
*/
-static int icharset(char *name, int no_error)
+static int icharset(constant char *name, int no_error)
{
struct charset *p;
struct cs_alias *a;
@@ -363,23 +363,8 @@ static void ilocale(void)
/*
* Define the printing format for control (or binary utf) chars.
*/
-public void setfmt(char *s, char **fmtvarptr, int *attrptr, char *default_fmt, int for_printf)
+public void setfmt(constant char *s, constant char **fmtvarptr, int *attrptr, constant char *default_fmt, lbool for_printf)
{
- if (s && utf_mode)
- {
- /* It would be too hard to account for width otherwise. */
- char constant *t = s;
- while (*t)
- {
- if (*t < ' ' || *t > '~')
- {
- s = default_fmt;
- goto attr;
- }
- t++;
- }
- }
-
if (s == NULL || *s == '\0')
s = default_fmt;
else if (for_printf &&
@@ -391,7 +376,6 @@ public void setfmt(char *s, char **fmtvarptr, int *attrptr, char *default_fmt, i
/*
* Select the attributes if it starts with "*".
*/
- attr:
if (*s == '*' && s[1] != '\0')
{
switch (s[1])
@@ -412,16 +396,7 @@ public void setfmt(char *s, char **fmtvarptr, int *attrptr, char *default_fmt, i
*/
static void set_charset(void)
{
- char *s;
-
-#if MSDOS_COMPILER==WIN32C
- /*
- * If the Windows console is using UTF-8, we'll use it too.
- */
- if (GetConsoleOutputCP() == CP_UTF8)
- if (icharset("utf-8", 1))
- return;
-#endif
+ constant char *s;
ichardef_utf(lgetenv("LESSUTFCHARDEF"));
@@ -476,15 +451,13 @@ static void set_charset(void)
ilocale();
#else
#if MSDOS_COMPILER
- /*
- * Default to "dos".
- */
+#if MSDOS_COMPILER==WIN32C
+ (void) icharset("utf-8", 1);
+#else
(void) icharset("dos", 1);
+#endif
#else
- /*
- * Default to "latin1".
- */
- (void) icharset("latin1", 1);
+ (void) icharset("utf-8", 1);
#endif
#endif
}
@@ -494,7 +467,7 @@ static void set_charset(void)
*/
public void init_charset(void)
{
- char *s;
+ constant char *s;
#if HAVE_LOCALE
setlocale(LC_ALL, "");
@@ -512,20 +485,22 @@ public void init_charset(void)
/*
* Is a given character a "binary" character?
*/
-public int binary_char(LWCHAR c)
+public lbool binary_char(LWCHAR c)
{
if (utf_mode)
return (is_ubin_char(c));
- c &= 0377;
- return (chardef[c] & IS_BINARY_CHAR);
+ if (c >= sizeof(chardef))
+ return TRUE;
+ return ((chardef[c] & IS_BINARY_CHAR) != 0);
}
/*
* Is a given character a "control" character?
*/
-public int control_char(LWCHAR c)
+public lbool control_char(LWCHAR c)
{
- c &= 0377;
+ if (c >= sizeof(chardef))
+ return TRUE;
return (chardef[c] & IS_CONTROL_CHAR);
}
@@ -533,12 +508,12 @@ public int control_char(LWCHAR c)
* Return the printable form of a character.
* For example, in the "ascii" charset '\3' is printed as "^C".
*/
-public char * prchar(LWCHAR c)
+public constant char * prchar(LWCHAR c)
{
- /* {{ This buffer can be overrun if LESSBINFMT is a long string. }} */
+ /* {{ Fixed buffer size means LESSBINFMT etc can be truncated. }} */
static char buf[MAX_PRCHAR_LEN+1];
- c &= 0377;
+ c &= 0377; /*{{type-issue}}*/
if ((c < 128 || !utf_mode) && !control_char(c))
SNPRINTF1(buf, sizeof(buf), "%c", (int) c);
else if (c == ESC)
@@ -567,7 +542,7 @@ public char * prchar(LWCHAR c)
/*
* Return the printable form of a UTF-8 character.
*/
-public char * prutfchar(LWCHAR ch)
+public constant char * prutfchar(LWCHAR ch)
{
static char buf[MAX_PRCHAR_LEN+1];
@@ -596,7 +571,7 @@ public char * prutfchar(LWCHAR ch)
/*
* Get the length of a UTF-8 character in bytes.
*/
-public int utf_len(int ch)
+public int utf_len(char ch)
{
if ((ch & 0x80) == 0)
return 1;
@@ -606,10 +581,12 @@ public int utf_len(int ch)
return 3;
if ((ch & 0xF8) == 0xF0)
return 4;
+#if 0
if ((ch & 0xFC) == 0xF8)
return 5;
if ((ch & 0xFE) == 0xFC)
return 6;
+#endif
/* Invalid UTF-8 encoding. */
return 1;
}
@@ -617,42 +594,41 @@ public int utf_len(int ch)
/*
* Does the parameter point to the lead byte of a well-formed UTF-8 character?
*/
-public int is_utf8_well_formed(char *ss, int slen)
+public lbool is_utf8_well_formed(constant char *ss, int slen)
{
int i;
int len;
- unsigned char *s = (unsigned char *) ss;
+ unsigned char s0 = (unsigned char) ss[0];
- if (IS_UTF8_INVALID(s[0]))
- return (0);
+ if (IS_UTF8_INVALID(s0))
+ return (FALSE);
- len = utf_len(s[0]);
+ len = utf_len(ss[0]);
if (len > slen)
- return (0);
+ return (FALSE);
if (len == 1)
- return (1);
+ return (TRUE);
if (len == 2)
{
- if (s[0] < 0xC2)
- return (0);
+ if (s0 < 0xC2)
+ return (FALSE);
} else
{
- unsigned char mask;
- mask = (~((1 << (8-len)) - 1)) & 0xFF;
- if (s[0] == mask && (s[1] & mask) == 0x80)
- return (0);
+ unsigned char mask = (unsigned char) (~((1 << (8-len)) - 1));
+ if (s0 == mask && (ss[1] & mask) == 0x80)
+ return (FALSE);
}
for (i = 1; i < len; i++)
- if (!IS_UTF8_TRAIL(s[i]))
- return (0);
- return (1);
+ if (!IS_UTF8_TRAIL(ss[i]))
+ return (FALSE);
+ return (TRUE);
}
/*
* Skip bytes until a UTF-8 lead byte (11xxxxxx) or ASCII byte (0xxxxxxx) is found.
*/
-public void utf_skip_to_lead(char **pp, char *limit)
+public void utf_skip_to_lead(constant char **pp, constant char *limit)
{
do {
++(*pp);
@@ -663,9 +639,10 @@ public void utf_skip_to_lead(char **pp, char *limit)
/*
* Get the value of a UTF-8 character.
*/
-public LWCHAR get_wchar(constant char *p)
+public LWCHAR get_wchar(constant char *sp)
{
- switch (utf_len(p[0]))
+ constant unsigned char *p = (constant unsigned char *) sp;
+ switch (utf_len(sp[0]))
{
case 1:
default:
@@ -690,6 +667,7 @@ public LWCHAR get_wchar(constant char *p)
((p[1] & 0x3F) << 12) |
((p[2] & 0x3F) << 6) |
(p[3] & 0x3F));
+#if 0
case 5:
/* 111110xx 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx */
return (LWCHAR) (
@@ -707,13 +685,14 @@ public LWCHAR get_wchar(constant char *p)
((p[3] & 0x3F) << 12) |
((p[4] & 0x3F) << 6) |
(p[5] & 0x3F));
+#endif
}
}
/*
* Store a character into a UTF-8 string.
*/
-public void put_wchar(char **pp, LWCHAR ch)
+public void put_wchar(mutable char **pp, LWCHAR ch)
{
if (!utf_mode || ch < 0x80)
{
@@ -737,6 +716,7 @@ public void put_wchar(char **pp, LWCHAR ch)
*(*pp)++ = (char) (0x80 | ((ch >> 12) & 0x3F));
*(*pp)++ = (char) (0x80 | ((ch >> 6) & 0x3F));
*(*pp)++ = (char) (0x80 | (ch & 0x3F));
+#if 0
} else if (ch < 0x4000000)
{
/* 111110xx 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx */
@@ -754,17 +734,18 @@ public void put_wchar(char **pp, LWCHAR ch)
*(*pp)++ = (char) (0x80 | ((ch >> 12) & 0x3F));
*(*pp)++ = (char) (0x80 | ((ch >> 6) & 0x3F));
*(*pp)++ = (char) (0x80 | (ch & 0x3F));
+#endif
}
}
/*
* Step forward or backward one character in a string.
*/
-public LWCHAR step_char(char **pp, signed int dir, constant char *limit)
+public LWCHAR step_charc(constant char **pp, signed int dir, constant char *limit)
{
LWCHAR ch;
int len;
- char *p = *pp;
+ constant char *p = *pp;
if (!utf_mode)
{
@@ -798,6 +779,14 @@ public LWCHAR step_char(char **pp, signed int dir, constant char *limit)
return ch;
}
+public LWCHAR step_char(char **pp, signed int dir, constant char *limit)
+{
+ constant char *p = (constant char *) *pp;
+ LWCHAR ch = step_charc(&p, dir, limit);
+ *pp = (char *) p;
+ return ch;
+}
+
/*
* Unicode characters data
* Actual data is in the generated *.uni files.
@@ -806,7 +795,7 @@ public LWCHAR step_char(char **pp, signed int dir, constant char *limit)
#define DECLARE_RANGE_TABLE_START(name) \
static struct wchar_range name##_array[] = {
#define DECLARE_RANGE_TABLE_END(name) \
- }; struct wchar_range_table name##_table = { name##_array, sizeof(name##_array)/sizeof(*name##_array) };
+ }; struct wchar_range_table name##_table = { name##_array, countof(name##_array) };
DECLARE_RANGE_TABLE_START(compose)
#include "compose.uni"
@@ -830,36 +819,36 @@ static struct wchar_range comb_table[] = {
};
-static int is_in_table(LWCHAR ch, struct wchar_range_table *table)
+static lbool is_in_table(LWCHAR ch, struct wchar_range_table *table)
{
- int hi;
- int lo;
+ unsigned int hi;
+ unsigned int lo;
/* Binary search in the table. */
if (table->table == NULL || table->count == 0 || ch < table->table[0].first)
- return 0;
+ return FALSE;
lo = 0;
hi = table->count - 1;
while (lo <= hi)
{
- int mid = (lo + hi) / 2;
+ unsigned int mid = (lo + hi) / 2;
if (ch > table->table[mid].last)
lo = mid + 1;
else if (ch < table->table[mid].first)
hi = mid - 1;
else
- return 1;
+ return TRUE;
}
- return 0;
+ return FALSE;
}
/*
* Is a character a UTF-8 composing character?
* If a composing character follows any char, the two combine into one glyph.
*/
-public int is_composing_char(LWCHAR ch)
+public lbool is_composing_char(LWCHAR ch)
{
- if (is_in_table(ch, &user_prt_table)) return 0;
+ if (is_in_table(ch, &user_prt_table)) return FALSE;
return is_in_table(ch, &user_compose_table) ||
is_in_table(ch, &compose_table) ||
(bs_mode != BS_CONTROL && is_in_table(ch, &fmt_table));
@@ -868,9 +857,9 @@ public int is_composing_char(LWCHAR ch)
/*
* Should this UTF-8 character be treated as binary?
*/
-public int is_ubin_char(LWCHAR ch)
+public lbool is_ubin_char(LWCHAR ch)
{
- if (is_in_table(ch, &user_prt_table)) return 0;
+ if (is_in_table(ch, &user_prt_table)) return FALSE;
return is_in_table(ch, &user_ubin_table) ||
is_in_table(ch, &ubin_table) ||
(bs_mode == BS_CONTROL && is_in_table(ch, &fmt_table));
@@ -879,7 +868,7 @@ public int is_ubin_char(LWCHAR ch)
/*
* Is this a double width UTF-8 character?
*/
-public int is_wide_char(LWCHAR ch)
+public lbool is_wide_char(LWCHAR ch)
{
return is_in_table(ch, &user_wide_table) ||
is_in_table(ch, &wide_table);
@@ -890,16 +879,16 @@ public int is_wide_char(LWCHAR ch)
* A combining char acts like an ordinary char, but if it follows
* a specific char (not any char), the two combine into one glyph.
*/
-public int is_combining_char(LWCHAR ch1, LWCHAR ch2)
+public lbool is_combining_char(LWCHAR ch1, LWCHAR ch2)
{
/* The table is small; use linear search. */
int i;
- for (i = 0; i < sizeof(comb_table)/sizeof(*comb_table); i++)
+ for (i = 0; i < countof(comb_table); i++)
{
if (ch1 == comb_table[i].first &&
ch2 == comb_table[i].last)
- return 1;
+ return TRUE;
}
- return 0;
+ return FALSE;
}
diff --git a/charset.h b/charset.h
index 4312113a58f8..b5a9067c028b 100644
--- a/charset.h
+++ b/charset.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
diff --git a/cmd.h b/cmd.h
index a927a3d3657b..0c7218c93e95 100644
--- a/cmd.h
+++ b/cmd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -77,6 +77,10 @@
#define A_X116MOUSE_IN 68
#define A_PSHELL 69
#define A_CLR_SEARCH 70
+#define A_OSC8_F_SEARCH 71
+#define A_OSC8_B_SEARCH 72
+#define A_OSC8_OPEN 73
+#define A_OSC8_JUMP 74
/* These values must not conflict with any A_* or EC_* value. */
#define A_INVALID 100
diff --git a/cmdbuf.c b/cmdbuf.c
index c81328387824..73dd2975b100 100644
--- a/cmdbuf.c
+++ b/cmdbuf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -24,26 +24,26 @@ extern int sc_width;
extern int utf_mode;
extern int no_hist_dups;
extern int marks_modified;
-extern int secure;
static char cmdbuf[CMDBUF_SIZE]; /* Buffer for holding a multi-char command */
static int cmd_col; /* Current column of the cursor */
static int prompt_col; /* Column of cursor just after prompt */
static char *cp; /* Pointer into cmdbuf */
static int cmd_offset; /* Index into cmdbuf of first displayed char */
-static int literal; /* Next input char should not be interpreted */
-public int updown_match = -1; /* Prefix length in up/down movement */
+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 TAB_COMPLETE_FILENAME
static int cmd_complete(int action);
/*
* These variables are statics used by cmd_complete.
*/
-static int in_completion = 0;
+static lbool in_completion = FALSE;
static char *tk_text;
static char *tk_original;
-static char *tk_ipoint;
-static char *tk_trial = NULL;
+static constant char *tk_ipoint;
+static constant char *tk_trial = NULL;
static struct textlist tk_tlist;
#endif
@@ -72,7 +72,7 @@ struct mlist
struct mlist *prev;
struct mlist *curr_mp;
char *string;
- int modified;
+ lbool modified;
};
/*
@@ -123,9 +123,9 @@ public void cmd_reset(void)
*cp = '\0';
cmd_col = 0;
cmd_offset = 0;
- literal = 0;
+ literal = FALSE;
cmd_mbc_buf_len = 0;
- updown_match = -1;
+ have_updown_match = FALSE;
}
/*
@@ -135,7 +135,7 @@ public void clear_cmd(void)
{
cmd_col = prompt_col = 0;
cmd_mbc_buf_len = 0;
- updown_match = -1;
+ have_updown_match = FALSE;
}
/*
@@ -148,11 +148,11 @@ public void cmd_putstr(constant char *s)
constant char *endline = s + strlen(s);
while (*s != '\0')
{
- char *ns = (char *) s;
+ constant char *os = s;
int width;
- ch = step_char(&ns, +1, endline);
- while (s < ns)
- putchr(*s++);
+ ch = step_charc(&s, +1, endline);
+ while (os < s)
+ putchr(*os++);
if (!utf_mode)
width = 1;
else if (is_composing_char(ch) || is_combining_char(prev_ch, ch))
@@ -170,13 +170,13 @@ public void cmd_putstr(constant char *s)
*/
public int len_cmdbuf(void)
{
- char *s = cmdbuf;
- char *endline = s + strlen(s);
+ constant char *s = cmdbuf;
+ constant char *endline = s + strlen(s);
int len = 0;
while (*s != '\0')
{
- step_char(&s, +1, endline);
+ step_charc(&s, +1, endline);
len++;
}
return (len);
@@ -187,14 +187,14 @@ public int len_cmdbuf(void)
* {{ Returning pwidth and bswidth separately is a historical artifact
* since they're always the same. Maybe clean this up someday. }}
*/
-static char * cmd_step_common(char *p, LWCHAR ch, int len, int *pwidth, int *bswidth)
+static constant char * cmd_step_common(char *p, LWCHAR ch, size_t len, int *pwidth, int *bswidth)
{
- char *pr;
+ constant char *pr;
int width;
if (len == 1)
{
- pr = prchar((int) ch);
+ pr = prchar(ch);
width = (int) strlen(pr);
} else
{
@@ -222,23 +222,23 @@ static char * cmd_step_common(char *p, LWCHAR ch, int len, int *pwidth, int *bsw
/*
* Step a pointer one character right in the command buffer.
*/
-static char * cmd_step_right(char **pp, int *pwidth, int *bswidth)
+static constant char * cmd_step_right(char **pp, int *pwidth, int *bswidth)
{
char *p = *pp;
LWCHAR ch = step_char(pp, +1, p + strlen(p));
- return cmd_step_common(p, ch, *pp - p, pwidth, bswidth);
+ return cmd_step_common(p, ch, ptr_diff(*pp, p), pwidth, bswidth);
}
/*
* Step a pointer one character left in the command buffer.
*/
-static char * cmd_step_left(char **pp, int *pwidth, int *bswidth)
+static constant char * cmd_step_left(char **pp, int *pwidth, int *bswidth)
{
char *p = *pp;
LWCHAR ch = step_char(pp, -1, cmdbuf);
- return cmd_step_common(*pp, ch, p - *pp, pwidth, bswidth);
+ return cmd_step_common(*pp, ch, ptr_diff(p, *pp), pwidth, bswidth);
}
/*
@@ -279,7 +279,7 @@ public void cmd_repaint(constant char *old_cp)
{
char *np = cp;
int width;
- char *pr = cmd_step_right(&np, &width, NULL);
+ constant char *pr = cmd_step_right(&np, &width, NULL);
if (cmd_col + width >= sc_width)
break;
cp = np;
@@ -290,7 +290,7 @@ public void cmd_repaint(constant char *old_cp)
{
char *np = cp;
int width;
- char *pr = cmd_step_right(&np, &width, NULL);
+ constant char *pr = cmd_step_right(&np, &width, NULL);
if (width > 0)
break;
cp = np;
@@ -375,7 +375,7 @@ static void cmd_rshift(void)
*/
static int cmd_right(void)
{
- char *pr;
+ constant char *pr;
char *ncp;
int width;
@@ -437,7 +437,7 @@ static int cmd_left(void)
/*
* Insert a char into the command buffer, at the current position.
*/
-static int cmd_ichar(char *cs, int clen)
+static int cmd_ichar(constant char *cs, size_t clen)
{
char *s;
@@ -461,7 +461,7 @@ static int cmd_ichar(char *cs, int clen)
/*
* Reprint the tail of the line from the inserted char.
*/
- updown_match = -1;
+ have_updown_match = FALSE;
cmd_repaint(cp);
cmd_right();
return (CC_OK);
@@ -504,7 +504,7 @@ static int cmd_erase(void)
/*
* Repaint the buffer after the erased char.
*/
- updown_match = -1;
+ have_updown_match = FALSE;
cmd_repaint(cp);
/*
@@ -597,7 +597,7 @@ static int cmd_kill(void)
cmd_offset = 0;
cmd_home();
*cp = '\0';
- updown_match = -1;
+ have_updown_match = FALSE;
cmd_repaint(cp);
/*
@@ -644,9 +644,10 @@ static int cmd_updown(int action)
return (CC_OK);
}
- if (updown_match < 0)
+ if (!have_updown_match)
{
- updown_match = (int) (cp - cmdbuf);
+ updown_match = ptr_diff(cp, cmdbuf);
+ have_updown_match = TRUE;
}
/*
@@ -687,7 +688,23 @@ static int cmd_updown(int action)
bell();
return (CC_OK);
}
-#endif
+
+/*
+ * Yet another lesson in the evils of global variables.
+ */
+public ssize_t save_updown_match(void)
+{
+ if (!have_updown_match)
+ return (ssize_t)(-1);
+ return (ssize_t) updown_match;
+}
+
+public void restore_updown_match(ssize_t udm)
+{
+ updown_match = udm;
+ have_updown_match = (udm != (ssize_t)(-1));
+}
+#endif /* CMD_HISTORY */
/*
*
@@ -712,7 +729,7 @@ static void ml_unlink(struct mlist *ml)
/*
* Add a string to an mlist.
*/
-public void cmd_addhist(struct mlist *mlist, constant char *cmd, int modified)
+public void cmd_addhist(struct mlist *mlist, constant char *cmd, lbool modified)
{
#if CMD_HISTORY
struct mlist *ml;
@@ -774,8 +791,8 @@ public void cmd_accept(void)
*/
if (curr_mlist == NULL || curr_mlist == ml_examine)
return;
- cmd_addhist(curr_mlist, cmdbuf, 1);
- curr_mlist->modified = 1;
+ cmd_addhist(curr_mlist, cmdbuf, TRUE);
+ curr_mlist->modified = TRUE;
#endif
}
@@ -787,7 +804,7 @@ public void cmd_accept(void)
* CC_OK Line edit function done.
* CC_QUIT The char requests the current command to be aborted.
*/
-static int cmd_edit(int c)
+static int cmd_edit(char c)
{
int action;
int flags;
@@ -878,7 +895,7 @@ static int cmd_edit(int c)
not_in_completion();
return (cmd_wdelete());
case EC_LITERAL:
- literal = 1;
+ literal = TRUE;
return (CC_OK);
#if CMD_HISTORY
case EC_UP:
@@ -902,17 +919,17 @@ static int cmd_edit(int c)
/*
* Insert a string into the command buffer, at the current position.
*/
-static int cmd_istr(char *str)
+static int cmd_istr(constant char *str)
{
- char *s;
+ constant char *endline = str + strlen(str);
+ constant char *s;
int action;
- char *endline = str + strlen(str);
for (s = str; *s != '\0'; )
{
- char *os = s;
- step_char(&s, +1, endline);
- action = cmd_ichar(os, s - os);
+ constant char *os = s;
+ step_charc(&s, +1, endline);
+ action = cmd_ichar(os, ptr_diff(s, os));
if (action != CC_OK)
return (action);
}
@@ -930,10 +947,10 @@ static char * delimit_word(void)
char *word;
#if SPACES_IN_FILENAMES
char *p;
- int delim_quoted = 0;
- int meta_quoted = 0;
+ int delim_quoted = FALSE;
+ int meta_quoted = FALSE;
constant char *esc = get_meta_escape();
- int esclen = (int) strlen(esc);
+ size_t esclen = strlen(esc);
#endif
/*
@@ -984,20 +1001,20 @@ static char * delimit_word(void)
{
if (meta_quoted)
{
- meta_quoted = 0;
+ meta_quoted = FALSE;
} else if (esclen > 0 && p + esclen < cp &&
strncmp(p, esc, esclen) == 0)
{
- meta_quoted = 1;
+ meta_quoted = TRUE;
p += esclen - 1;
} else if (delim_quoted)
{
if (*p == closequote)
- delim_quoted = 0;
+ delim_quoted = FALSE;
} else /* (!delim_quoted) */
{
if (*p == openquote)
- delim_quoted = 1;
+ delim_quoted = TRUE;
else if (*p == ' ')
word = p+1;
}
@@ -1040,8 +1057,8 @@ static void init_compl(void)
*/
if (tk_original != NULL)
free(tk_original);
- tk_original = (char *) ecalloc(cp-word+1, sizeof(char));
- strncpy(tk_original, word, cp-word);
+ tk_original = (char *) ecalloc(ptr_diff(cp,word)+1, sizeof(char));
+ strncpy(tk_original, word, ptr_diff(cp,word));
/*
* Get the expanded filename.
* This may result in a single filename, or
@@ -1073,7 +1090,7 @@ static void init_compl(void)
/*
* Return the next word in the current completion list.
*/
-static char * next_compl(int action, char *prev)
+static constant char * next_compl(int action, constant char *prev)
{
switch (action)
{
@@ -1094,7 +1111,7 @@ static char * next_compl(int action, char *prev)
*/
static int cmd_complete(int action)
{
- char *s;
+ constant char *s;
if (!in_completion || action == EC_EXPAND)
{
@@ -1120,7 +1137,7 @@ static int cmd_complete(int action)
/*
* Use the first filename in the list.
*/
- in_completion = 1;
+ in_completion = TRUE;
init_textlist(&tk_tlist, tk_text);
tk_trial = next_compl(action, (char*)NULL);
}
@@ -1145,7 +1162,7 @@ static int cmd_complete(int action)
* There are no more trial completions.
* Insert the original (uncompleted) filename.
*/
- in_completion = 0;
+ in_completion = FALSE;
if (cmd_istr(tk_original) != CC_OK)
goto fail;
} else
@@ -1173,7 +1190,7 @@ static int cmd_complete(int action)
return (CC_OK);
fail:
- in_completion = 0;
+ in_completion = FALSE;
bell();
return (CC_OK);
}
@@ -1188,10 +1205,10 @@ fail:
* CC_QUIT The char requests the command to be aborted.
* CC_ERROR The char could not be accepted due to an error.
*/
-public int cmd_char(int c)
+public int cmd_char(char c)
{
int action;
- int len;
+ size_t len;
if (!utf_mode)
{
@@ -1208,7 +1225,7 @@ public int cmd_char(int c)
if (IS_ASCII_OCTET(c))
cmd_mbc_buf_len = 1;
#if MSDOS_COMPILER || OS2
- else if (c == (unsigned char) '\340' && IS_ASCII_OCTET(peekcc()))
+ else if (c == '\340' && IS_ASCII_OCTET(peekcc()))
{
/* Assume a special key. */
cmd_mbc_buf_len = 1;
@@ -1245,7 +1262,7 @@ public int cmd_char(int c)
goto retry;
}
- len = cmd_mbc_buf_len;
+ len = (size_t) cmd_mbc_buf_len; /*{{type-issue}}*/
cmd_mbc_buf_len = 0;
}
@@ -1254,7 +1271,7 @@ public int cmd_char(int c)
/*
* Insert the char, even if it is a line-editing char.
*/
- literal = 0;
+ literal = FALSE;
return (cmd_ichar(cmd_mbc_buf, len));
}
@@ -1283,11 +1300,11 @@ public int cmd_char(int c)
/*
* Return the number currently in the command buffer.
*/
-public LINENUM cmd_int(long *frac)
+public LINENUM cmd_int(mutable long *frac)
{
- char *p;
+ constant char *p;
LINENUM n = 0;
- int err;
+ lbool err;
for (p = cmdbuf; *p >= '0' && *p <= '9'; p++)
{
@@ -1309,7 +1326,7 @@ public LINENUM cmd_int(long *frac)
/*
* Return a pointer to the command buffer.
*/
-public char * get_cmdbuf(void)
+public constant char * get_cmdbuf(void)
{
if (cmd_mbc_buf_index < cmd_mbc_buf_len)
/* Don't return buffer containing an incomplete multibyte char. */
@@ -1321,7 +1338,7 @@ public char * get_cmdbuf(void)
/*
* Return the last (most recent) string in the current command history.
*/
-public char * cmd_lastpattern(void)
+public constant char * cmd_lastpattern(void)
{
if (curr_mlist == NULL)
return (NULL);
@@ -1343,9 +1360,9 @@ static int mlist_size(struct mlist *ml)
/*
* Get the name of the history file.
*/
-static char * histfile_find(int must_exist)
+static char * histfile_find(lbool must_exist)
{
- char *home = lgetenv("HOME");
+ constant char *home = lgetenv("HOME");
char *name = NULL;
/* Try in $XDG_STATE_HOME, then in $HOME/.local/state, then in $XDG_DATA_HOME, then in $HOME. */
@@ -1370,9 +1387,10 @@ static char * histfile_find(int must_exist)
return (name);
}
-static char * histfile_name(int must_exist)
+static char * histfile_name(lbool must_exist)
{
- char *name;
+ constant char *name;
+ char *wname;
/* See if filename is explicitly specified by $LESSHISTFILE. */
name = lgetenv("LESSHISTFILE");
@@ -1388,30 +1406,29 @@ static char * histfile_name(int must_exist)
if (strcmp(LESSHISTFILE, "") == 0 || strcmp(LESSHISTFILE, "-") == 0)
return (NULL);
- name = NULL;
+ wname = NULL;
if (!must_exist)
{
/* If we're writing the file and the file already exists, use it. */
- name = histfile_find(1);
+ wname = histfile_find(TRUE);
}
- if (name == NULL)
- name = histfile_find(must_exist);
- return (name);
+ if (wname == NULL)
+ wname = histfile_find(must_exist);
+ return (wname);
}
/*
* Read a .lesshst file and call a callback for each line in the file.
*/
-static void read_cmdhist2(void (*action)(void*,struct mlist*,char*), void *uparam, int skip_search, int skip_shell)
+static void read_cmdhist2(void (*action)(void*,struct mlist*,constant char*), void *uparam, int skip_search, int skip_shell)
{
struct mlist *ml = NULL;
char line[CMDBUF_SIZE];
char *filename;
FILE *f;
- char *p;
int *skip = NULL;
- filename = histfile_name(1);
+ filename = histfile_name(TRUE);
if (filename == NULL)
return;
f = fopen(filename, "r");
@@ -1426,6 +1443,7 @@ static void read_cmdhist2(void (*action)(void*,struct mlist*,char*), void *upara
}
while (fgets(line, sizeof(line), f) != NULL)
{
+ char *p;
for (p = line; *p != '\0'; p++)
{
if (*p == '\n' || *p == '\r')
@@ -1467,20 +1485,21 @@ static void read_cmdhist2(void (*action)(void*,struct mlist*,char*), void *upara
fclose(f);
}
-static void read_cmdhist(void (*action)(void*,struct mlist*,char*), void *uparam, int skip_search, int skip_shell)
+static void read_cmdhist(void (*action)(void*,struct mlist*,constant char*), void *uparam, lbool skip_search, lbool skip_shell)
{
- if (secure)
+ if (!secure_allow(SF_HISTORY))
return;
read_cmdhist2(action, uparam, skip_search, skip_shell);
(*action)(uparam, NULL, NULL); /* signal end of file */
}
-static void addhist_init(void *uparam, struct mlist *ml, char *string)
+static void addhist_init(void *uparam, struct mlist *ml, constant char *string)
{
+ (void) uparam;
if (ml != NULL)
cmd_addhist(ml, string, 0);
else if (string != NULL)
- restore_mark((char*)string); /* stupid const cast */
+ restore_mark(string);
}
#endif /* CMD_HISTORY */
@@ -1518,15 +1537,15 @@ static void write_mlist(struct mlist *ml, FILE *f)
if (!ml->modified)
continue;
fprintf(f, "\"%s\n", ml->string);
- ml->modified = 0;
+ ml->modified = FALSE;
}
- ml->modified = 0; /* entire mlist is now unmodified */
+ ml->modified = FALSE; /* entire mlist is now unmodified */
}
/*
* Make a temp name in the same directory as filename.
*/
-static char * make_tempname(char *filename)
+static char * make_tempname(constant char *filename)
{
char lastch;
char *tempname = ecalloc(1, strlen(filename)+1);
@@ -1547,7 +1566,7 @@ struct save_ctx
* At the end of each mlist, append any new entries
* created during this session.
*/
-static void copy_hist(void *uparam, struct mlist *ml, char *string)
+static void copy_hist(void *uparam, struct mlist *ml, constant char *string)
{
struct save_ctx *ctx = (struct save_ctx *) uparam;
@@ -1591,13 +1610,13 @@ static void copy_hist(void *uparam, struct mlist *ml, char *string)
static void make_file_private(FILE *f)
{
#if HAVE_FCHMOD
- int do_chmod = 1;
+ lbool do_chmod = TRUE;
#if HAVE_STAT
struct stat statbuf;
int r = fstat(fileno(f), &statbuf);
if (r < 0 || !S_ISREG(statbuf.st_mode))
/* Don't chmod if not a regular file. */
- do_chmod = 0;
+ do_chmod = FALSE;
#endif
if (do_chmod)
fchmod(fileno(f), 0600);
@@ -1608,17 +1627,17 @@ static void make_file_private(FILE *f)
* Does the history file need to be updated?
*/
#if CMD_HISTORY
-static int histfile_modified(void)
+static lbool histfile_modified(void)
{
if (mlist_search.modified)
- return 1;
+ return TRUE;
#if SHELL_ESCAPE || PIPEC
if (mlist_shell.modified)
- return 1;
+ return TRUE;
#endif
if (marks_modified)
- return 1;
- return 0;
+ return TRUE;
+ return FALSE;
}
#endif
@@ -1633,11 +1652,11 @@ public void save_cmdhist(void)
int skip_search;
int skip_shell;
struct save_ctx ctx;
- char *s;
+ constant char *s;
FILE *fout = NULL;
int histsize = 0;
- if (secure || !histfile_modified())
+ if (!secure_allow(SF_HISTORY) || !histfile_modified())
return;
histname = histfile_name(0);
if (histname == NULL)
diff --git a/command.c b/command.c
index f5ee7ed31418..974185d6f044 100644
--- a/command.c
+++ b/command.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -24,7 +24,6 @@ extern int erase_char, erase2_char, kill_char;
extern int sigs;
extern int quit_if_one_screen;
extern int one_screen;
-extern int squished;
extern int sc_width;
extern int sc_height;
extern char *kent;
@@ -34,15 +33,11 @@ extern int quitting;
extern int wscroll;
extern int top_scroll;
extern int ignore_eoi;
-extern int secure;
extern int hshift;
extern int bs_mode;
extern int proc_backspace;
extern int show_attn;
-extern int status_col;
extern POSITION highest_hilite;
-extern POSITION start_attnpos;
-extern POSITION end_attnpos;
extern char *every_first_cmd;
extern char version[];
extern struct scrpos initial_scrpos;
@@ -50,24 +45,24 @@ extern IFILE curr_ifile;
extern void *ml_search;
extern void *ml_examine;
extern int wheel_lines;
-extern int header_lines;
extern int def_search_type;
-extern int updown_match;
+extern lbool search_wrapped;
#if SHELL_ESCAPE || PIPEC
extern void *ml_shell;
#endif
#if EDITOR
-extern char *editor;
-extern char *editproto;
+extern constant char *editproto;
+#endif
+#if OSC8_LINK
+extern char *osc8_uri;
#endif
-extern int screen_trashed; /* The screen has been overwritten */
extern int shift_count;
-extern int oldbot;
extern int forw_prompt;
extern int incr_search;
extern int full_screen;
#if MSDOS_COMPILER==WIN32C
extern int utf_mode;
+extern unsigned less_acp;
#endif
#if SHELL_ESCAPE
@@ -81,11 +76,13 @@ static long fraction; /* The fractional part of the number */
static struct loption *curropt;
static int opt_lower;
static int optflag;
-static int optgetname;
+static lbool optgetname;
static POSITION bottompos;
static int save_hshift;
static int save_bs_mode;
static int save_proc_backspace;
+static int screen_trashed_value = 0;
+static lbool literal_char = FALSE;
#if PIPEC
static char pipec;
#endif
@@ -93,11 +90,12 @@ static char pipec;
/* Stack of ungotten chars (via ungetcc) */
struct ungot {
struct ungot *ug_next;
- LWCHAR ug_char;
+ char ug_char;
+ lbool ug_end_command;
};
static struct ungot* ungot = NULL;
-static void multi_search (char *pattern, int n, int silent);
+static void multi_search(constant char *pattern, int n, int silent);
/*
* Move the cursor to start of prompt line before executing a command.
@@ -184,6 +182,8 @@ static void mca_search1(void)
cmd_putstr(buf);
}
}
+ if (literal_char)
+ cmd_putstr("Lit ");
#if HILITE_SEARCH
if (search_type & SRCH_FILTER)
@@ -208,14 +208,10 @@ static void mca_search(void)
*/
static void mca_opt_toggle(void)
{
- int no_prompt;
- int flag;
- char *dash;
+ int no_prompt = (optflag & OPT_NO_PROMPT);
+ int flag = (optflag & ~OPT_NO_PROMPT);
+ constant char *dash = (flag == OPT_NO_TOGGLE) ? "_" : "-";
- no_prompt = (optflag & OPT_NO_PROMPT);
- flag = (optflag & ~OPT_NO_PROMPT);
- dash = (flag == OPT_NO_TOGGLE) ? "_" : "-";
-
set_mca(A_OPT_TOGGLE);
cmd_putstr(dash);
if (optgetname)
@@ -240,7 +236,8 @@ static void mca_opt_toggle(void)
*/
static void exec_mca(void)
{
- char *cbuf;
+ constant char *cbuf;
+ char *p;
cmd_exec();
cbuf = get_cmdbuf();
@@ -284,9 +281,11 @@ static void exec_mca(void)
break;
#if EXAMINE
case A_EXAMINE:
- if (secure)
+ if (!secure_allow(SF_EXAMINE))
break;
- edit_list(cbuf);
+ p = save(cbuf);
+ edit_list(p);
+ free(p);
#if TAGS
/* If tag structure is loaded then clean it up. */
cleantags();
@@ -294,39 +293,47 @@ static void exec_mca(void)
break;
#endif
#if SHELL_ESCAPE
- case A_SHELL:
+ case A_SHELL: {
/*
* !! just uses whatever is in shellcmd.
* Otherwise, copy cmdbuf to shellcmd,
* expanding any special characters ("%" or "#").
*/
+ constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "!done";
+ if (done_msg == NULL)
+ ++cbuf;
if (*cbuf != '!')
{
if (shellcmd != NULL)
free(shellcmd);
shellcmd = fexpand(cbuf);
}
-
- if (secure)
+ if (!secure_allow(SF_SHELL))
break;
if (shellcmd == NULL)
- lsystem("", "!done");
- else
- lsystem(shellcmd, "!done");
- break;
- case A_PSHELL:
- if (secure)
+ shellcmd = "";
+ lsystem(shellcmd, done_msg);
+ break; }
+ case A_PSHELL: {
+ constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "#done";
+ if (done_msg == NULL)
+ ++cbuf;
+ if (!secure_allow(SF_SHELL))
break;
- lsystem(pr_expand(cbuf), "#done");
- break;
+ lsystem(pr_expand(cbuf), done_msg);
+ break; }
#endif
#if PIPEC
- case A_PIPE:
- if (secure)
+ case A_PIPE: {
+ constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "|done";
+ if (done_msg == NULL)
+ ++cbuf;
+ if (!secure_allow(SF_PIPE))
break;
(void) pipe_mark(pipec, cbuf);
- error("|done", NULL_PARG);
- break;
+ if (done_msg != NULL)
+ error(done_msg, NULL_PARG);
+ break; }
#endif
}
}
@@ -334,7 +341,7 @@ static void exec_mca(void)
/*
* Is a character an erase or kill char?
*/
-static int is_erase_char(int c)
+static lbool is_erase_char(char c)
{
return (c == erase_char || c == erase2_char || c == kill_char);
}
@@ -342,7 +349,7 @@ static int is_erase_char(int c)
/*
* Is a character a carriage return or newline?
*/
-static int is_newline_char(int c)
+static lbool is_newline_char(char c)
{
return (c == '\n' || c == '\r');
}
@@ -350,7 +357,7 @@ static int is_newline_char(int c)
/*
* Handle the first char of an option (after the initial dash).
*/
-static int mca_opt_first_char(int c)
+static int mca_opt_first_char(char c)
{
int no_prompt = (optflag & OPT_NO_PROMPT);
int flag = (optflag & ~OPT_NO_PROMPT);
@@ -401,11 +408,11 @@ static int mca_opt_first_char(int c)
* If so, display the complete name and stop
* accepting chars until user hits RETURN.
*/
-static int mca_opt_nonfirst_char(int c)
+static int mca_opt_nonfirst_char(char c)
{
- char *p;
- char *oname;
- int err;
+ constant char *p;
+ constant char *oname;
+ lbool ambig;
if (curropt != NULL)
{
@@ -427,8 +434,7 @@ static int mca_opt_nonfirst_char(int c)
if (p == NULL)
return (MCA_MORE);
opt_lower = ASCII_IS_LOWER(p[0]);
- err = 0;
- curropt = findopt_name(&p, &oname, &err);
+ curropt = findopt_name(&p, &oname, &ambig);
if (curropt != NULL)
{
/*
@@ -446,7 +452,7 @@ static int mca_opt_nonfirst_char(int c)
if (cmd_char(c) != CC_OK)
return (MCA_DONE);
}
- } else if (err != OPT_AMBIG)
+ } else if (!ambig)
{
bell();
}
@@ -456,7 +462,7 @@ static int mca_opt_nonfirst_char(int c)
/*
* Handle a char of an option toggle command.
*/
-static int mca_opt_char(int c)
+static int mca_opt_char(char c)
{
PARG parg;
@@ -516,7 +522,7 @@ static int mca_opt_char(int c)
/*
* Display a prompt appropriate for the option parameter.
*/
- start_mca(A_OPT_TOGGLE, opt_prompt(curropt), (void*)NULL, 0);
+ start_mca(A_OPT_TOGGLE, opt_prompt(curropt), NULL, 0);
return (MCA_MORE);
}
@@ -534,7 +540,7 @@ public int norm_search_type(int st)
/*
* Handle a char of a search command.
*/
-static int mca_search_char(int c)
+static int mca_search_char(char c)
{
int flag = 0;
@@ -545,8 +551,11 @@ static int mca_search_char(int c)
* * Toggle the PAST_EOF flag
* @ Toggle the FIRST_FILE flag
*/
- if (len_cmdbuf() > 0)
+ if (len_cmdbuf() > 0 || literal_char)
+ {
+ literal_char = FALSE;
return (NO_MCA);
+ }
switch (c)
{
@@ -588,6 +597,10 @@ static int mca_search_char(int c)
case '!':
flag = SRCH_NO_MATCH;
break;
+ case CONTROL('L'):
+ literal_char = TRUE;
+ flag = -1;
+ break;
}
if (flag != 0)
@@ -603,7 +616,7 @@ static int mca_search_char(int c)
/*
* Handle a character of a multi-character command.
*/
-static int mca_char(int c)
+static int mca_char(char c)
{
int ret;
@@ -712,7 +725,8 @@ static int mca_char(int c)
{
/* Incremental search: do a search after every input char. */
int st = (search_type & (SRCH_FORW|SRCH_BACK|SRCH_NO_MATCH|SRCH_NO_REGEX|SRCH_NO_MOVE|SRCH_WRAP|SRCH_SUBSEARCH_ALL));
- char *pattern = get_cmdbuf();
+ ssize_t save_updown;
+ constant char *pattern = get_cmdbuf();
if (pattern == NULL)
return (MCA_MORE);
/*
@@ -720,7 +734,7 @@ static int mca_char(int c)
* reinits it. That breaks history scrolling.
* {{ This is ugly. mca_search probably shouldn't call set_mlist. }}
*/
- int save_updown_match = updown_match;
+ save_updown = save_updown_match();
cmd_exec();
if (*pattern == '\0')
{
@@ -733,13 +747,13 @@ static int mca_char(int c)
undo_search(1);
}
/* Redraw the search prompt and search string. */
- if (!full_screen)
+ if (is_screen_trashed() || !full_screen)
{
clear();
repaint();
}
mca_search1();
- updown_match = save_updown_match;
+ restore_updown_match(save_updown);
cmd_repaint(NULL);
}
break;
@@ -765,6 +779,21 @@ static void clear_buffers(void)
#endif
}
+public void screen_trashed_num(int trashed)
+{
+ screen_trashed_value = trashed;
+}
+
+public void screen_trashed(void)
+{
+ screen_trashed_num(1);
+}
+
+public int is_screen_trashed(void)
+{
+ return screen_trashed_value;
+}
+
/*
* Make sure the screen is displayed.
*/
@@ -785,13 +814,13 @@ static void make_display(void)
jump_loc(ch_zero(), 1);
else
jump_loc(initial_scrpos.pos, initial_scrpos.ln);
- } else if (screen_trashed || !full_screen)
+ } else if (is_screen_trashed() || !full_screen)
{
int save_top_scroll = top_scroll;
int save_ignore_eoi = ignore_eoi;
top_scroll = 1;
ignore_eoi = 0;
- if (screen_trashed == 2)
+ if (is_screen_trashed() == 2)
{
/* Special case used by ignore_eoi: re-open the input file
* and jump to the end of the file. */
@@ -811,7 +840,7 @@ static void prompt(void)
{
constant char *p;
- if (ungot != NULL && ungot->ug_char != CHAR_END_COMMAND)
+ if (ungot != NULL && !ungot->ug_end_command)
{
/*
* No prompt necessary if commands are from
@@ -851,7 +880,7 @@ static void prompt(void)
{
WCHAR w[MAX_PATH+16];
p = pr_expand("Less?f - %f.");
- MultiByteToWideChar(CP_ACP, 0, p, -1, w, sizeof(w)/sizeof(*w));
+ MultiByteToWideChar(less_acp, 0, p, -1, w, countof(w));
SetConsoleTitleW(w);
}
#endif
@@ -878,6 +907,24 @@ static void prompt(void)
if (is_filtering())
putstr("& ");
#endif
+ if (search_wrapped)
+ {
+ if (search_type & SRCH_BACK)
+ error("Search hit top; continuing at bottom", NULL_PARG);
+ else
+ error("Search hit bottom; continuing at top", NULL_PARG);
+ search_wrapped = FALSE;
+ }
+#if OSC8_LINK
+ if (osc8_uri != NULL)
+ {
+ PARG parg;
+ parg.p_string = osc8_uri;
+ error("Link: %s", &parg);
+ free(osc8_uri);
+ osc8_uri = NULL;
+ }
+#endif
if (p == NULL || *p == '\0')
{
at_enter(AT_NORMAL|AT_COLOR_PROMPT);
@@ -888,7 +935,7 @@ static void prompt(void)
#if MSDOS_COMPILER==WIN32C
WCHAR w[MAX_PATH*2];
char a[MAX_PATH*2];
- MultiByteToWideChar(CP_ACP, 0, p, -1, w, sizeof(w)/sizeof(*w));
+ MultiByteToWideChar(less_acp, 0, p, -1, w, countof(w));
WideCharToMultiByte(utf_mode ? CP_UTF8 : GetConsoleOutputCP(),
0, w, -1, a, sizeof(a), NULL, NULL);
p = a;
@@ -913,8 +960,9 @@ public void dispversion(void)
/*
* Return a character to complete a partial command, if possible.
*/
-static LWCHAR getcc_end_command(void)
+static char getcc_end_command(void)
{
+ int ch;
switch (mca)
{
case A_DIGIT:
@@ -927,51 +975,76 @@ static LWCHAR getcc_end_command(void)
return ('\n');
default:
/* Some other incomplete command. Let user complete it. */
- return ((ungot == NULL) ? getchr() : 0);
+ if (ungot != NULL)
+ return ('\0');
+ ch = getchr();
+ if (ch < 0) ch = '\0';
+ return (char) ch;
}
}
/*
+ * Get a command character from the ungotten stack.
+ */
+static char get_ungot(lbool *p_end_command)
+{
+ struct ungot *ug = ungot;
+ char c = ug->ug_char;
+ if (p_end_command != NULL)
+ *p_end_command = ug->ug_end_command;
+ ungot = ug->ug_next;
+ free(ug);
+ return c;
+}
+
+/*
+ * Delete all ungotten characters.
+ */
+public void getcc_clear(void)
+{
+ while (ungot != NULL)
+ (void) get_ungot(NULL);
+}
+
+/*
* Get command character.
* The character normally comes from the keyboard,
* but may come from ungotten characters
* (characters previously given to ungetcc or ungetsc).
*/
-static LWCHAR getccu(void)
+static char getccu(void)
{
- LWCHAR c = 0;
- while (c == 0)
+ int c = 0;
+ while (c == 0 && !ABORT_SIGS())
{
if (ungot == NULL)
{
/* Normal case: no ungotten chars.
* Get char from the user. */
c = getchr();
+ if (c < 0) return ('\0');
} else
{
/* Ungotten chars available:
* Take the top of stack (most recent). */
- struct ungot *ug = ungot;
- c = ug->ug_char;
- ungot = ug->ug_next;
- free(ug);
-
- if (c == CHAR_END_COMMAND)
+ lbool end_command;
+ c = get_ungot(&end_command);
+ if (end_command)
c = getcc_end_command();
}
}
- return (c);
+ return ((char) c);
}
/*
* Get a command character, but if we receive the orig sequence,
* convert it to the repl sequence.
*/
-static LWCHAR getcc_repl(char constant *orig, char constant *repl, LWCHAR (*gr_getc)(void), void (*gr_ungetc)(LWCHAR))
+static char getcc_repl(char constant *orig, char constant *repl, char (*gr_getc)(void), void (*gr_ungetc)(char))
{
- LWCHAR c;
- LWCHAR keys[16];
- int ki = 0;
+ char c;
+ char keys[16];
+ size_t ki = 0;
c = (*gr_getc)();
if (orig == NULL || orig[0] == '\0')
@@ -1006,7 +1079,7 @@ static LWCHAR getcc_repl(char constant *orig, char constant *repl, LWCHAR (*gr_g
/*
* Get command character.
*/
-public int getcc(void)
+public char getcc(void)
{
/* Replace kent (keypad Enter) with a newline. */
return getcc_repl(kent, "\n", getccu, ungetcc);
@@ -1016,7 +1089,7 @@ public int getcc(void)
* "Unget" a command character.
* The next getcc() will return this character.
*/
-public void ungetcc(LWCHAR c)
+public void ungetcc(char c)
{
struct ungot *ug = (struct ungot *) ecalloc(1, sizeof(struct ungot));
@@ -1029,10 +1102,11 @@ public void ungetcc(LWCHAR c)
* "Unget" a command character.
* If any other chars are already ungotten, put this one after those.
*/
-public void ungetcc_back(LWCHAR c)
+static void ungetcc_back1(char c, lbool end_command)
{
struct ungot *ug = (struct ungot *) ecalloc(1, sizeof(struct ungot));
ug->ug_char = c;
+ ug->ug_end_command = end_command;
ug->ug_next = NULL;
if (ungot == NULL)
ungot = ug;
@@ -1045,11 +1119,21 @@ public void ungetcc_back(LWCHAR c)
}
}
+public void ungetcc_back(char c)
+{
+ ungetcc_back1(c, FALSE);
+}
+
+public void ungetcc_end_command(void)
+{
+ ungetcc_back1('\0', TRUE);
+}
+
/*
* Unget a whole string of command characters.
* The next sequence of getcc()'s will return this string.
*/
-public void ungetsc(char *s)
+public void ungetsc(constant char *s)
{
while (*s != '\0')
ungetcc_back(*s++);
@@ -1058,9 +1142,9 @@ public void ungetsc(char *s)
/*
* Peek the next command character, without consuming it.
*/
-public LWCHAR peekcc(void)
+public char peekcc(void)
{
- LWCHAR c = getcc();
+ char c = getcc();
ungetcc(c);
return c;
}
@@ -1070,13 +1154,13 @@ public LWCHAR peekcc(void)
* If SRCH_FIRST_FILE is set, begin searching at the first file.
* If SRCH_PAST_EOF is set, continue the search thru multiple files.
*/
-static void multi_search(char *pattern, int n, int silent)
+static void multi_search(constant char *pattern, int n, int silent)
{
int nomore;
IFILE save_ifile;
- int changed_file;
+ lbool changed_file;
- changed_file = 0;
+ changed_file = FALSE;
save_ifile = save_curr_ifile();
if ((search_type & (SRCH_FORW|SRCH_BACK)) == 0)
@@ -1096,7 +1180,7 @@ static void multi_search(char *pattern, int n, int silent)
unsave_ifile(save_ifile);
return;
}
- changed_file = 1;
+ changed_file = TRUE;
search_type &= ~SRCH_FIRST_FILE;
}
@@ -1141,7 +1225,7 @@ static void multi_search(char *pattern, int n, int silent)
nomore = edit_prev(1);
if (nomore)
break;
- changed_file = 1;
+ changed_file = TRUE;
}
/*
@@ -1207,18 +1291,18 @@ static int forw_loop(int until_hilite)
*/
public void commands(void)
{
- int c;
+ char c;
int action;
- char *cbuf;
+ constant char *cbuf;
+ constant char *msg;
int newaction;
int save_jump_sline;
int save_search_type;
- char *extra;
- char tbuf[2];
+ constant char *extra;
PARG parg;
IFILE old_ifile;
IFILE new_ifile;
- char *tagfile;
+ constant char *tagfile;
search_type = SRCH_FORW;
wscroll = (sc_height + 1) / 2;
@@ -1298,6 +1382,7 @@ public void commands(void)
/*
* Decode the command character and decide what to do.
*/
+ extra = NULL;
if (mca)
{
/*
@@ -1312,6 +1397,7 @@ public void commands(void)
cbuf = get_cmdbuf();
if (cbuf == NULL)
continue;
+ action = fcmd_decode(cbuf, &extra);
} else
{
/*
@@ -1322,12 +1408,9 @@ public void commands(void)
* want erase_char/kill_char to be treated
* as line editing characters.
*/
- tbuf[0] = c;
- tbuf[1] = '\0';
- cbuf = tbuf;
+ constant char tbuf[2] = { c, '\0' };
+ action = fcmd_decode(tbuf, &extra);
}
- extra = NULL;
- action = fcmd_decode(cbuf, &extra);
/*
* If an "extra" string was returned,
* process it as a string of command characters.
@@ -1349,7 +1432,7 @@ public void commands(void)
/*
* First digit of a number.
*/
- start_mca(A_DIGIT, ":", (void*)NULL, CF_QUIT_ON_ERASE);
+ start_mca(A_DIGIT, ":", NULL, CF_QUIT_ON_ERASE);
goto again;
case A_F_WINDOW:
@@ -1628,7 +1711,7 @@ public void commands(void)
if (number <= 0) number = 1; \
mca_search(); \
cmd_exec(); \
- multi_search((char *)NULL, (int) number, 0);
+ multi_search(NULL, (int) number, 0);
case A_F_SEARCH:
/*
@@ -1638,6 +1721,7 @@ public void commands(void)
search_type = SRCH_FORW | def_search_type;
if (number <= 0)
number = 1;
+ literal_char = FALSE;
mca_search();
c = getcc();
goto again;
@@ -1650,13 +1734,58 @@ public void commands(void)
search_type = SRCH_BACK | def_search_type;
if (number <= 0)
number = 1;
+ literal_char = FALSE;
mca_search();
c = getcc();
goto again;
+ case A_OSC8_F_SEARCH:
+#if OSC8_LINK
+ cmd_exec();
+ if (number <= 0)
+ number = 1;
+ osc8_search(SRCH_FORW, NULL, number);
+#else
+ error("Command not available", NULL_PARG);
+#endif
+ break;
+
+ case A_OSC8_B_SEARCH:
+#if OSC8_LINK
+ cmd_exec();
+ if (number <= 0)
+ number = 1;
+ osc8_search(SRCH_BACK, NULL, number);
+#else
+ error("Command not available", NULL_PARG);
+#endif
+ break;
+
+ case A_OSC8_OPEN:
+#if OSC8_LINK
+ if (secure_allow(SF_OSC8_OPEN))
+ {
+ cmd_exec();
+ osc8_open();
+ break;
+ }
+#endif
+ error("Command not available", NULL_PARG);
+ break;
+
+ case A_OSC8_JUMP:
+#if OSC8_LINK
+ cmd_exec();
+ osc8_jump();
+#else
+ error("Command not available", NULL_PARG);
+#endif
+ break;
+
case A_FILTER:
#if HILITE_SEARCH
search_type = SRCH_FORW | SRCH_FILTER;
+ literal_char = FALSE;
mca_search();
c = getcc();
goto again;
@@ -1731,7 +1860,7 @@ public void commands(void)
* Edit a new file. Get the filename.
*/
#if EXAMINE
- if (!secure)
+ if (secure_allow(SF_EXAMINE))
{
start_mca(A_EXAMINE, "Examine: ", ml_examine, 0);
c = getcc();
@@ -1746,7 +1875,7 @@ public void commands(void)
* Invoke an editor on the input file.
*/
#if EDITOR
- if (!secure)
+ if (secure_allow(SF_EDIT))
{
if (ch_getflags() & CH_HELPFILE)
break;
@@ -1769,7 +1898,7 @@ public void commands(void)
*/
make_display();
cmd_exec();
- lsystem(pr_expand(editproto), (char*)NULL);
+ lsystem(pr_expand(editproto), NULL);
break;
}
#endif
@@ -1908,10 +2037,10 @@ public void commands(void)
optgetname = FALSE;
mca_opt_toggle();
c = getcc();
- cbuf = opt_toggle_disallowed(c);
- if (cbuf != NULL)
+ msg = opt_toggle_disallowed(c);
+ if (msg != NULL)
{
- error(cbuf, NULL_PARG);
+ error(msg, NULL_PARG);
break;
}
goto again;
@@ -1930,7 +2059,7 @@ public void commands(void)
/*
* Set an initial command for new files.
*/
- start_mca(A_FIRSTCMD, "+", (void*)NULL, 0);
+ start_mca(A_FIRSTCMD, "+", NULL, 0);
c = getcc();
goto again;
@@ -1940,7 +2069,7 @@ public void commands(void)
* Shell escape.
*/
#if SHELL_ESCAPE
- if (!secure)
+ if (secure_allow(SF_SHELL))
{
start_mca(action, (action == A_SHELL) ? "!" : "#", ml_shell, 0);
c = getcc();
@@ -1957,7 +2086,7 @@ public void commands(void)
*/
if (ch_getflags() & CH_HELPFILE)
break;
- start_mca(A_SETMARK, "set mark: ", (void*)NULL, 0);
+ start_mca(A_SETMARK, "set mark: ", NULL, 0);
c = getcc();
if (is_erase_char(c) || is_newline_char(c))
break;
@@ -1969,7 +2098,7 @@ public void commands(void)
/*
* Clear a mark.
*/
- start_mca(A_CLRMARK, "clear mark: ", (void*)NULL, 0);
+ start_mca(A_CLRMARK, "clear mark: ", NULL, 0);
c = getcc();
if (is_erase_char(c) || is_newline_char(c))
break;
@@ -1981,7 +2110,7 @@ public void commands(void)
/*
* Jump to a marked position.
*/
- start_mca(A_GOMARK, "goto mark: ", (void*)NULL, 0);
+ start_mca(A_GOMARK, "goto mark: ", NULL, 0);
c = getcc();
if (is_erase_char(c) || is_newline_char(c))
break;
@@ -1994,9 +2123,9 @@ public void commands(void)
* Write part of the input to a pipe to a shell command.
*/
#if PIPEC
- if (!secure)
+ if (secure_allow(SF_PIPE))
{
- start_mca(A_PIPE, "|mark: ", (void*)NULL, 0);
+ start_mca(A_PIPE, "|mark: ", NULL, 0);
c = getcc();
if (is_erase_char(c))
break;
@@ -2015,7 +2144,7 @@ public void commands(void)
case A_B_BRACKET:
case A_F_BRACKET:
- start_mca(action, "Brackets: ", (void*)NULL, 0);
+ start_mca(action, "Brackets: ", NULL, 0);
c = getcc();
goto again;
@@ -2024,14 +2153,14 @@ public void commands(void)
* Shift view left.
*/
if (number > 0)
- shift_count = number;
+ shift_count = (int) number;
else
- number = (shift_count > 0) ?
- shift_count : sc_width / 2;
+ number = (shift_count > 0) ? shift_count : sc_width / 2;
if (number > hshift)
number = hshift;
- hshift -= number;
- screen_trashed = 1;
+ pos_rehead();
+ hshift -= (int) number;
+ screen_trashed();
break;
case A_RSHIFT:
@@ -2039,28 +2168,30 @@ public void commands(void)
* Shift view right.
*/
if (number > 0)
- shift_count = number;
+ shift_count = (int) number;
else
- number = (shift_count > 0) ?
- shift_count : sc_width / 2;
- hshift += number;
- screen_trashed = 1;
+ number = (shift_count > 0) ? shift_count : sc_width / 2;
+ pos_rehead();
+ hshift += (int) number;
+ screen_trashed();
break;
case A_LLSHIFT:
/*
* Shift view left to margin.
*/
+ pos_rehead();
hshift = 0;
- screen_trashed = 1;
+ screen_trashed();
break;
case A_RRSHIFT:
/*
* Shift view right to view rightmost char on screen.
*/
+ pos_rehead();
hshift = rrshift();
- screen_trashed = 1;
+ screen_trashed();
break;
case A_PREFIX:
@@ -2072,8 +2203,7 @@ public void commands(void)
if (mca != A_PREFIX)
{
cmd_reset();
- start_mca(A_PREFIX, " ", (void*)NULL,
- CF_QUIT_ON_ERASE);
+ start_mca(A_PREFIX, " ", NULL, CF_QUIT_ON_ERASE);
(void) cmd_char(c);
}
c = getcc();
diff --git a/compose.uni b/compose.uni
index d650016939f8..04ad0b354801 100644
--- a/compose.uni
+++ b/compose.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f2 Mn Me -- unicode/UnicodeData.txt" on Mon Nov 14 18:19:23 PST 2022 */
+/* Generated by "./mkutable -f2 Mn Me -- unicode/UnicodeData.txt" on Sun Sep 17 17:56:27 PDT 2023 */
{ 0x0300, 0x036f }, /* Mn */
{ 0x0483, 0x0487 }, /* Mn */
{ 0x0488, 0x0489 }, /* Me */
diff --git a/configure b/configure
index f5f74c44a0ed..22c6944df624 100755
--- a/configure
+++ b/configure
@@ -1,9 +1,9 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for less 1.
+# Generated by GNU Autoconf 2.72 for less 1.
#
#
-# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
+# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
# Inc.
#
#
@@ -15,7 +15,6 @@
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
-as_nop=:
if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
then :
emulate sh
@@ -24,12 +23,13 @@ then :
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
-else $as_nop
- case `(set -o) 2>/dev/null` in #(
+else case e in #(
+ e) case `(set -o) 2>/dev/null` in #(
*posix*) :
set -o posix ;; #(
*) :
;;
+esac ;;
esac
fi
@@ -101,7 +101,7 @@ IFS=$as_save_IFS
;;
esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
+# We did not find ourselves, most probably we were run as 'sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
as_myself=$0
@@ -131,15 +131,14 @@ case $- in # ((((
esac
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
# Admittedly, this is quite paranoid, since all the known shells bail
-# out after a failed `exec'.
+# out after a failed 'exec'.
printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
exit 255
fi
# We don't want this to propagate to other subprocesses.
{ _as_can_reexec=; unset _as_can_reexec;}
if test "x$CONFIG_SHELL" = x; then
- as_bourne_compatible="as_nop=:
-if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
+ as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
then :
emulate sh
NULLCMD=:
@@ -147,12 +146,13 @@ then :
# is contrary to our usage. Disable this feature.
alias -g '\${1+\"\$@\"}'='\"\$@\"'
setopt NO_GLOB_SUBST
-else \$as_nop
- case \`(set -o) 2>/dev/null\` in #(
+else case e in #(
+ e) case \`(set -o) 2>/dev/null\` in #(
*posix*) :
set -o posix ;; #(
*) :
;;
+esac ;;
esac
fi
"
@@ -170,8 +170,9 @@ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
if ( set x; as_fn_ret_success y && test x = \"\$1\" )
then :
-else \$as_nop
- exitcode=1; echo positional parameters were not saved.
+else case e in #(
+ e) exitcode=1; echo positional parameters were not saved. ;;
+esac
fi
test x\$exitcode = x0 || exit 1
blah=\$(echo \$(echo blah))
@@ -180,19 +181,19 @@ test -x / || exit 1"
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
- test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
-test \$(( 1 + 1 )) = 2 || exit 1"
+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
if (eval "$as_required") 2>/dev/null
then :
as_have_required=yes
-else $as_nop
- as_have_required=no
+else case e in #(
+ e) as_have_required=no ;;
+esac
fi
if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
then :
-else $as_nop
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+else case e in #(
+ e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
as_found=false
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
@@ -225,12 +226,13 @@ IFS=$as_save_IFS
if $as_found
then :
-else $as_nop
- if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+else case e in #(
+ e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
then :
CONFIG_SHELL=$SHELL as_have_required=yes
-fi
+fi ;;
+esac
fi
@@ -252,7 +254,7 @@ case $- in # ((((
esac
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
# Admittedly, this is quite paranoid, since all the known shells bail
-# out after a failed `exec'.
+# out after a failed 'exec'.
printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
exit 255
fi
@@ -271,7 +273,8 @@ $0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
fi
exit 1
-fi
+fi ;;
+esac
fi
fi
SHELL=${CONFIG_SHELL-/bin/sh}
@@ -310,14 +313,6 @@ as_fn_exit ()
as_fn_set_status $1
exit $1
} # as_fn_exit
-# as_fn_nop
-# ---------
-# Do nothing but, unlike ":", preserve the value of $?.
-as_fn_nop ()
-{
- return $?
-}
-as_nop=as_fn_nop
# as_fn_mkdir_p
# -------------
@@ -386,11 +381,12 @@ then :
{
eval $1+=\$2
}'
-else $as_nop
- as_fn_append ()
+else case e in #(
+ e) as_fn_append ()
{
eval $1=\$$1\$2
- }
+ } ;;
+esac
fi # as_fn_append
# as_fn_arith ARG...
@@ -404,21 +400,14 @@ then :
{
as_val=$(( $* ))
}'
-else $as_nop
- as_fn_arith ()
+else case e in #(
+ e) as_fn_arith ()
{
as_val=`expr "$@" || test $? -eq 1`
- }
+ } ;;
+esac
fi # as_fn_arith
-# as_fn_nop
-# ---------
-# Do nothing but, unlike ":", preserve the value of $?.
-as_fn_nop ()
-{
- return $?
-}
-as_nop=as_fn_nop
# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ----------------------------------------
@@ -492,6 +481,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
/[$]LINENO/=
' <$as_myself |
sed '
+ t clear
+ :clear
s/[$]LINENO.*/&-/
t lineno
b
@@ -540,7 +531,6 @@ esac
as_echo='printf %s\n'
as_echo_n='printf %s'
-
rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
rm -f conf$$.dir/conf$$.file
@@ -552,9 +542,9 @@ if (echo >conf$$.file) 2>/dev/null; then
if ln -s conf$$.file conf$$ 2>/dev/null; then
as_ln_s='ln -s'
# ... but there are two gotchas:
- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
- # In both cases, we have to default to `cp -pR'.
+ # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
+ # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
+ # In both cases, we have to default to 'cp -pR'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -pR'
elif ln conf$$.file conf$$ 2>/dev/null; then
@@ -579,10 +569,12 @@ as_test_x='test -x'
as_executable_p=as_fn_executable_p
# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+as_tr_sh="eval sed '$as_sed_sh'" # deprecated
test -n "$DJDIR" || exec 7<&0 </dev/null
@@ -646,6 +638,7 @@ ac_includes_default="\
#endif"
ac_header_c_list=
+enable_year2038=no
ac_subst_vars='LTLIBOBJS
LIBOBJS
REGEX_O
@@ -653,9 +646,6 @@ SECURE_COMPILE
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
-EGREP
-GREP
-CPP
OBJEXT
EXEEXT
ac_ct_CC
@@ -709,6 +699,7 @@ enable_largefile
with_secure
with_regex
with_editor
+enable_year2038
'
ac_precious_vars='build_alias
host_alias
@@ -717,8 +708,7 @@ CC
CFLAGS
LDFLAGS
LIBS
-CPPFLAGS
-CPP'
+CPPFLAGS'
# Initialize some variables set by options.
@@ -827,7 +817,7 @@ do
ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error $? "invalid feature name: \`$ac_useropt'"
+ as_fn_error $? "invalid feature name: '$ac_useropt'"
ac_useropt_orig=$ac_useropt
ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -853,7 +843,7 @@ do
ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error $? "invalid feature name: \`$ac_useropt'"
+ as_fn_error $? "invalid feature name: '$ac_useropt'"
ac_useropt_orig=$ac_useropt
ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1066,7 +1056,7 @@ do
ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error $? "invalid package name: \`$ac_useropt'"
+ as_fn_error $? "invalid package name: '$ac_useropt'"
ac_useropt_orig=$ac_useropt
ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1082,7 +1072,7 @@ do
ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error $? "invalid package name: \`$ac_useropt'"
+ as_fn_error $? "invalid package name: '$ac_useropt'"
ac_useropt_orig=$ac_useropt
ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1112,8 +1102,8 @@ do
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries=$ac_optarg ;;
- -*) as_fn_error $? "unrecognized option: \`$ac_option'
-Try \`$0 --help' for more information"
+ -*) as_fn_error $? "unrecognized option: '$ac_option'
+Try '$0 --help' for more information"
;;
*=*)
@@ -1121,7 +1111,7 @@ Try \`$0 --help' for more information"
# Reject names that are not valid shell variable names.
case $ac_envvar in #(
'' | [0-9]* | *[!_$as_cr_alnum]* )
- as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+ as_fn_error $? "invalid variable name: '$ac_envvar'" ;;
esac
eval $ac_envvar=\$ac_optarg
export $ac_envvar ;;
@@ -1171,7 +1161,7 @@ do
as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
done
-# There might be people who depend on the old broken behavior: `$host'
+# There might be people who depend on the old broken behavior: '$host'
# used to hold the argument of --host etc.
# FIXME: To remove some day.
build=$build_alias
@@ -1239,7 +1229,7 @@ if test ! -r "$srcdir/$ac_unique_file"; then
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
fi
-ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work"
ac_abs_confdir=`(
cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
pwd)`
@@ -1267,7 +1257,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures less 1 to adapt to many kinds of systems.
+'configure' configures less 1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1281,11 +1271,11 @@ Configuration:
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
- -q, --quiet, --silent do not print \`checking ...' messages
+ -q, --quiet, --silent do not print 'checking ...' messages
--cache-file=FILE cache test results in FILE [disabled]
- -C, --config-cache alias for \`--cache-file=config.cache'
+ -C, --config-cache alias for '--cache-file=config.cache'
-n, --no-create do not create output files
- --srcdir=DIR find the sources in DIR [configure dir or \`..']
+ --srcdir=DIR find the sources in DIR [configure dir or '..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
@@ -1293,10 +1283,10 @@ Installation directories:
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
-By default, \`make install' will install all the files in
-\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
-an installation prefix other than \`$ac_default_prefix' using \`--prefix',
-for instance \`--prefix=\$HOME'.
+By default, 'make install' will install all the files in
+'$ac_default_prefix/bin', '$ac_default_prefix/lib' etc. You can specify
+an installation prefix other than '$ac_default_prefix' using '--prefix',
+for instance '--prefix=\$HOME'.
For better control, use the options below.
@@ -1338,6 +1328,7 @@ Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-largefile omit support for large files
+ --enable-year2038 support timestamps after 2038
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -1354,9 +1345,8 @@ Some influential environment variables:
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
- CPP C preprocessor
-Use these variables to override the choices made by `configure' or to help
+Use these variables to override the choices made by 'configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to the package provider.
@@ -1424,9 +1414,9 @@ test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
less configure 1
-generated by GNU Autoconf 2.71
+generated by GNU Autoconf 2.72
-Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright (C) 2023 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
_ACEOF
@@ -1465,11 +1455,12 @@ printf "%s\n" "$ac_try_echo"; } >&5
} && test -s conftest.$ac_objext
then :
ac_retval=0
-else $as_nop
- printf "%s\n" "$as_me: failed program was:" >&5
+else case e in #(
+ e) printf "%s\n" "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
- ac_retval=1
+ ac_retval=1 ;;
+esac
fi
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
as_fn_set_status $ac_retval
@@ -1507,11 +1498,12 @@ printf "%s\n" "$ac_try_echo"; } >&5
}
then :
ac_retval=0
-else $as_nop
- printf "%s\n" "$as_me: failed program was:" >&5
+else case e in #(
+ e) printf "%s\n" "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
- ac_retval=1
+ ac_retval=1 ;;
+esac
fi
# Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
# created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
@@ -1523,44 +1515,6 @@ fi
} # ac_fn_c_try_link
-# ac_fn_c_try_cpp LINENO
-# ----------------------
-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
-ac_fn_c_try_cpp ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- if { { ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-printf "%s\n" "$ac_try_echo"; } >&5
- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
- ac_status=$?
- if test -s conftest.err; then
- grep -v '^ *+' conftest.err >conftest.er1
- cat conftest.er1 >&5
- mv -f conftest.er1 conftest.err
- fi
- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } > conftest.i && {
- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
- test ! -s conftest.err
- }
-then :
- ac_retval=0
-else $as_nop
- printf "%s\n" "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_retval=1
-fi
- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
- as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_cpp
-
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
# -------------------------------------------------------
# Tests whether HEADER exists and can be compiled using the include files in
@@ -1573,8 +1527,8 @@ printf %s "checking for $2... " >&6; }
if eval test \${$3+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+else case e in #(
+ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$4
#include <$2>
@@ -1582,10 +1536,12 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
eval "$3=yes"
-else $as_nop
- eval "$3=no"
+else case e in #(
+ e) eval "$3=no" ;;
+esac
fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+esac
fi
eval ac_res=\$$3
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
@@ -1606,8 +1562,8 @@ printf %s "checking for $2... " >&6; }
if eval test \${$3+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- eval "$3=no"
+else case e in #(
+ e) eval "$3=no"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
$4
@@ -1637,12 +1593,14 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
-else $as_nop
- eval "$3=yes"
+else case e in #(
+ e) eval "$3=yes" ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+esac
fi
eval ac_res=\$$3
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
@@ -1662,15 +1620,15 @@ printf %s "checking for $2... " >&6; }
if eval test \${$3+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+else case e in #(
+ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
For example, HP-UX 11i <limits.h> declares gettimeofday. */
#define $2 innocuous_$2
/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $2 (); below. */
+ which can conflict with char $2 (void); below. */
#include <limits.h>
#undef $2
@@ -1681,7 +1639,7 @@ else $as_nop
#ifdef __cplusplus
extern "C"
#endif
-char $2 ();
+char $2 (void);
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
@@ -1700,11 +1658,13 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
eval "$3=yes"
-else $as_nop
- eval "$3=no"
+else case e in #(
+ e) eval "$3=no" ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
- conftest$ac_exeext conftest.$ac_ext
+ conftest$ac_exeext conftest.$ac_ext ;;
+esac
fi
eval ac_res=\$$3
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
@@ -1743,12 +1703,13 @@ printf "%s\n" "$ac_try_echo"; } >&5
test $ac_status = 0; }; }
then :
ac_retval=0
-else $as_nop
- printf "%s\n" "$as_me: program exited with status $ac_status" >&5
+else case e in #(
+ e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5
printf "%s\n" "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
- ac_retval=$ac_status
+ ac_retval=$ac_status ;;
+esac
fi
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
@@ -1780,7 +1741,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by less $as_me 1, which was
-generated by GNU Autoconf 2.71. Invocation command line was
+generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
@@ -2026,10 +1987,10 @@ esac
printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
sed 's/^/| /' "$ac_site_file" >&5
. "$ac_site_file" \
- || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
+ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "failed to load site script $ac_site_file
-See \`config.log' for more details" "$LINENO" 5; }
+See 'config.log' for more details" "$LINENO" 5; }
fi
done
@@ -2065,9 +2026,7 @@ struct stat;
/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
struct buf { int x; };
struct buf * (*rcsopen) (struct buf *, struct stat *, int);
-static char *e (p, i)
- char **p;
- int i;
+static char *e (char **p, int i)
{
return p[i];
}
@@ -2081,6 +2040,21 @@ static char *f (char * (*g) (char **, int), char **p, ...)
return s;
}
+/* C89 style stringification. */
+#define noexpand_stringify(a) #a
+const char *stringified = noexpand_stringify(arbitrary+token=sequence);
+
+/* C89 style token pasting. Exercises some of the corner cases that
+ e.g. old MSVC gets wrong, but not very hard. */
+#define noexpand_concat(a,b) a##b
+#define expand_concat(a,b) noexpand_concat(a,b)
+extern int vA;
+extern int vbee;
+#define aye A
+#define bee B
+int *pvA = &expand_concat(v,aye);
+int *pvbee = &noexpand_concat(v,bee);
+
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
function prototypes and stuff, but not \xHH hex character constants.
These do not provoke an error unfortunately, instead are silently treated
@@ -2108,16 +2082,19 @@ ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
# Test code for whether the C compiler supports C99 (global declarations)
ac_c_conftest_c99_globals='
-// Does the compiler advertise C99 conformance?
+/* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance"
#endif
+// See if C++-style comments work.
+
#include <stdbool.h>
extern int puts (const char *);
extern int printf (const char *, ...);
extern int dprintf (int, const char *, ...);
extern void *malloc (size_t);
+extern void free (void *);
// Check varargs macros. These examples are taken from C99 6.10.3.5.
// dprintf is used instead of fprintf to avoid needing to declare
@@ -2167,7 +2144,6 @@ typedef const char *ccp;
static inline int
test_restrict (ccp restrict text)
{
- // See if C++-style comments work.
// Iterate through items via the restricted pointer.
// Also check for declarations in for loops.
for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
@@ -2233,6 +2209,8 @@ ac_c_conftest_c99_main='
ia->datasize = 10;
for (int i = 0; i < ia->datasize; ++i)
ia->data[i] = i * 1.234;
+ // Work around memory leak warnings.
+ free (ia);
// Check named initializers.
struct named_init ni = {
@@ -2254,7 +2232,7 @@ ac_c_conftest_c99_main='
# Test code for whether the C compiler supports C11 (global declarations)
ac_c_conftest_c11_globals='
-// Does the compiler advertise C11 conformance?
+/* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance"
#endif
@@ -2463,8 +2441,9 @@ IFS=$as_save_IFS
if $as_found
then :
-else $as_nop
- as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
+else case e in #(
+ e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;;
+esac
fi
@@ -2492,12 +2471,12 @@ for ac_var in $ac_precious_vars; do
eval ac_new_val=\$ac_env_${ac_var}_value
case $ac_old_set,$ac_new_set in
set,)
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5
+printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;}
ac_cache_corrupted=: ;;
,set)
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
-printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5
+printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;}
ac_cache_corrupted=: ;;
,);;
*)
@@ -2506,18 +2485,18 @@ printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_old_val_w=`echo x $ac_old_val`
ac_new_val_w=`echo x $ac_new_val`
if test "$ac_old_val_w" != "$ac_new_val_w"; then
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
-printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5
+printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;}
ac_cache_corrupted=:
else
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
-printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5
+printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;}
eval $ac_var=\$ac_old_val
fi
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
-printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
-printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5
+printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5
+printf "%s\n" "$as_me: current value: '$ac_new_val'" >&2;}
fi;;
esac
# Pass precious variables to config.status.
@@ -2533,11 +2512,11 @@ printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
fi
done
if $ac_cache_corrupted; then
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
- as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
+ as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file'
and start over" "$LINENO" 5
fi
## -------------------- ##
@@ -2578,8 +2557,8 @@ printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- if test -n "$CC"; then
+else case e in #(
+ e) if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2601,7 +2580,8 @@ done
done
IFS=$as_save_IFS
-fi
+fi ;;
+esac
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
@@ -2623,8 +2603,8 @@ printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_ac_ct_CC+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- if test -n "$ac_ct_CC"; then
+else case e in #(
+ e) if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2646,7 +2626,8 @@ done
done
IFS=$as_save_IFS
-fi
+fi ;;
+esac
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
@@ -2681,8 +2662,8 @@ printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- if test -n "$CC"; then
+else case e in #(
+ e) if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2704,7 +2685,8 @@ done
done
IFS=$as_save_IFS
-fi
+fi ;;
+esac
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
@@ -2726,8 +2708,8 @@ printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- if test -n "$CC"; then
+else case e in #(
+ e) if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_prog_rejected=no
@@ -2766,7 +2748,8 @@ if test $ac_prog_rejected = yes; then
ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
fi
fi
-fi
+fi ;;
+esac
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
@@ -2790,8 +2773,8 @@ printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- if test -n "$CC"; then
+else case e in #(
+ e) if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2813,7 +2796,8 @@ done
done
IFS=$as_save_IFS
-fi
+fi ;;
+esac
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
@@ -2839,8 +2823,8 @@ printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_ac_ct_CC+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- if test -n "$ac_ct_CC"; then
+else case e in #(
+ e) if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2862,7 +2846,8 @@ done
done
IFS=$as_save_IFS
-fi
+fi ;;
+esac
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
@@ -2900,8 +2885,8 @@ printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_CC+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- if test -n "$CC"; then
+else case e in #(
+ e) if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2923,7 +2908,8 @@ done
done
IFS=$as_save_IFS
-fi
+fi ;;
+esac
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
@@ -2945,8 +2931,8 @@ printf %s "checking for $ac_word... " >&6; }
if test ${ac_cv_prog_ac_ct_CC+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- if test -n "$ac_ct_CC"; then
+else case e in #(
+ e) if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2968,7 +2954,8 @@ done
done
IFS=$as_save_IFS
-fi
+fi ;;
+esac
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
@@ -2997,10 +2984,10 @@ fi
fi
-test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
+test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "no acceptable C compiler found in \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
+See 'config.log' for more details" "$LINENO" 5; }
# Provide some information about the compiler.
printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -3072,8 +3059,8 @@ printf "%s\n" "$ac_try_echo"; } >&5
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }
then :
- # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
-# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+ # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'.
+# So ignore a value of 'no', otherwise this would lead to 'EXEEXT = no'
# in a Makefile. We should not override ac_cv_exeext if it was cached,
# so that the user can short-circuit this test for compilers unknown to
# Autoconf.
@@ -3093,7 +3080,7 @@ do
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fi
# We set ac_cv_exeext here because the later test for it is not
- # safe: cross compilers may not add the suffix if given an `-o'
+ # safe: cross compilers may not add the suffix if given an '-o'
# argument, so we may need to know it at that point already.
# Even if this section looks crufty: it has the advantage of
# actually working.
@@ -3104,8 +3091,9 @@ do
done
test "$ac_cv_exeext" = no && ac_cv_exeext=
-else $as_nop
- ac_file=''
+else case e in #(
+ e) ac_file='' ;;
+esac
fi
if test -z "$ac_file"
then :
@@ -3114,13 +3102,14 @@ printf "%s\n" "no" >&6; }
printf "%s\n" "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error 77 "C compiler cannot create executables
-See \`config.log' for more details" "$LINENO" 5; }
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-printf "%s\n" "yes" >&6; }
+See 'config.log' for more details" "$LINENO" 5; }
+else case e in #(
+ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+printf "%s\n" "yes" >&6; } ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
printf %s "checking for C compiler default output file name... " >&6; }
@@ -3144,10 +3133,10 @@ printf "%s\n" "$ac_try_echo"; } >&5
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }
then :
- # If both `conftest.exe' and `conftest' are `present' (well, observable)
-# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
-# work properly (i.e., refer to `conftest.exe'), while it won't with
-# `rm'.
+ # If both 'conftest.exe' and 'conftest' are 'present' (well, observable)
+# catch 'conftest.exe'. For instance with Cygwin, 'ls conftest' will
+# work properly (i.e., refer to 'conftest.exe'), while it won't with
+# 'rm'.
for ac_file in conftest.exe conftest conftest.*; do
test -f "$ac_file" || continue
case $ac_file in
@@ -3157,11 +3146,12 @@ for ac_file in conftest.exe conftest conftest.*; do
* ) break;;
esac
done
-else $as_nop
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
+else case e in #(
+ e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details" "$LINENO" 5; }
+See 'config.log' for more details" "$LINENO" 5; } ;;
+esac
fi
rm -f conftest conftest$ac_cv_exeext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -3177,6 +3167,8 @@ int
main (void)
{
FILE *f = fopen ("conftest.out", "w");
+ if (!f)
+ return 1;
return ferror (f) || fclose (f) != 0;
;
@@ -3216,26 +3208,27 @@ printf "%s\n" "$ac_try_echo"; } >&5
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error 77 "cannot run C compiled programs.
-If you meant to cross compile, use \`--host'.
-See \`config.log' for more details" "$LINENO" 5; }
+If you meant to cross compile, use '--host'.
+See 'config.log' for more details" "$LINENO" 5; }
fi
fi
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
printf "%s\n" "$cross_compiling" >&6; }
-rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+rm -f conftest.$ac_ext conftest$ac_cv_exeext \
+ conftest.o conftest.obj conftest.out
ac_clean_files=$ac_clean_files_save
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
printf %s "checking for suffix of object files... " >&6; }
if test ${ac_cv_objext+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+else case e in #(
+ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
@@ -3267,16 +3260,18 @@ then :
break;;
esac
done
-else $as_nop
- printf "%s\n" "$as_me: failed program was:" >&5
+else case e in #(
+ e) printf "%s\n" "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "cannot compute suffix of object files: cannot compile
-See \`config.log' for more details" "$LINENO" 5; }
+See 'config.log' for more details" "$LINENO" 5; } ;;
+esac
fi
-rm -f conftest.$ac_cv_objext conftest.$ac_ext
+rm -f conftest.$ac_cv_objext conftest.$ac_ext ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
printf "%s\n" "$ac_cv_objext" >&6; }
@@ -3287,8 +3282,8 @@ printf %s "checking whether the compiler supports GNU C... " >&6; }
if test ${ac_cv_c_compiler_gnu+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+else case e in #(
+ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
@@ -3305,12 +3300,14 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
ac_compiler_gnu=yes
-else $as_nop
- ac_compiler_gnu=no
+else case e in #(
+ e) ac_compiler_gnu=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
+ ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
@@ -3328,8 +3325,8 @@ printf %s "checking whether $CC accepts -g... " >&6; }
if test ${ac_cv_prog_cc_g+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_save_c_werror_flag=$ac_c_werror_flag
+else case e in #(
+ e) ac_save_c_werror_flag=$ac_c_werror_flag
ac_c_werror_flag=yes
ac_cv_prog_cc_g=no
CFLAGS="-g"
@@ -3347,8 +3344,8 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
ac_cv_prog_cc_g=yes
-else $as_nop
- CFLAGS=""
+else case e in #(
+ e) CFLAGS=""
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -3363,8 +3360,8 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
-else $as_nop
- ac_c_werror_flag=$ac_save_c_werror_flag
+else case e in #(
+ e) ac_c_werror_flag=$ac_save_c_werror_flag
CFLAGS="-g"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -3381,12 +3378,15 @@ if ac_fn_c_try_compile "$LINENO"
then :
ac_cv_prog_cc_g=yes
fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+esac
fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
- ac_c_werror_flag=$ac_save_c_werror_flag
+ ac_c_werror_flag=$ac_save_c_werror_flag ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
@@ -3413,8 +3413,8 @@ printf %s "checking for $CC option to enable C11 features... " >&6; }
if test ${ac_cv_prog_cc_c11+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_cv_prog_cc_c11=no
+else case e in #(
+ e) ac_cv_prog_cc_c11=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -3431,25 +3431,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam
test "x$ac_cv_prog_cc_c11" != "xno" && break
done
rm -f conftest.$ac_ext
-CC=$ac_save_CC
+CC=$ac_save_CC ;;
+esac
fi
if test "x$ac_cv_prog_cc_c11" = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
-else $as_nop
- if test "x$ac_cv_prog_cc_c11" = x
+else case e in #(
+ e) if test "x$ac_cv_prog_cc_c11" = x
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
+else case e in #(
+ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
- CC="$CC $ac_cv_prog_cc_c11"
+ CC="$CC $ac_cv_prog_cc_c11" ;;
+esac
fi
ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
- ac_prog_cc_stdc=c11
+ ac_prog_cc_stdc=c11 ;;
+esac
fi
fi
if test x$ac_prog_cc_stdc = xno
@@ -3459,8 +3462,8 @@ printf %s "checking for $CC option to enable C99 features... " >&6; }
if test ${ac_cv_prog_cc_c99+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_cv_prog_cc_c99=no
+else case e in #(
+ e) ac_cv_prog_cc_c99=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -3477,25 +3480,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam
test "x$ac_cv_prog_cc_c99" != "xno" && break
done
rm -f conftest.$ac_ext
-CC=$ac_save_CC
+CC=$ac_save_CC ;;
+esac
fi
if test "x$ac_cv_prog_cc_c99" = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
-else $as_nop
- if test "x$ac_cv_prog_cc_c99" = x
+else case e in #(
+ e) if test "x$ac_cv_prog_cc_c99" = x
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
+else case e in #(
+ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
- CC="$CC $ac_cv_prog_cc_c99"
+ CC="$CC $ac_cv_prog_cc_c99" ;;
+esac
fi
ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
- ac_prog_cc_stdc=c99
+ ac_prog_cc_stdc=c99 ;;
+esac
fi
fi
if test x$ac_prog_cc_stdc = xno
@@ -3505,8 +3511,8 @@ printf %s "checking for $CC option to enable C89 features... " >&6; }
if test ${ac_cv_prog_cc_c89+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_cv_prog_cc_c89=no
+else case e in #(
+ e) ac_cv_prog_cc_c89=no
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -3523,25 +3529,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam
test "x$ac_cv_prog_cc_c89" != "xno" && break
done
rm -f conftest.$ac_ext
-CC=$ac_save_CC
+CC=$ac_save_CC ;;
+esac
fi
if test "x$ac_cv_prog_cc_c89" = xno
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
printf "%s\n" "unsupported" >&6; }
-else $as_nop
- if test "x$ac_cv_prog_cc_c89" = x
+else case e in #(
+ e) if test "x$ac_cv_prog_cc_c89" = x
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
printf "%s\n" "none needed" >&6; }
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
+else case e in #(
+ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
- CC="$CC $ac_cv_prog_cc_c89"
+ CC="$CC $ac_cv_prog_cc_c89" ;;
+esac
fi
ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
- ac_prog_cc_stdc=c89
+ ac_prog_cc_stdc=c89 ;;
+esac
fi
fi
@@ -3557,15 +3566,21 @@ printf %s "checking for library containing strerror... " >&6; }
if test ${ac_cv_search_strerror+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_func_search_save_LIBS=$LIBS
+else case e in #(
+ e) ac_func_search_save_LIBS=$LIBS
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char strerror ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char strerror (void);
int
main (void)
{
@@ -3596,11 +3611,13 @@ done
if test ${ac_cv_search_strerror+y}
then :
-else $as_nop
- ac_cv_search_strerror=no
+else case e in #(
+ e) ac_cv_search_strerror=no ;;
+esac
fi
rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
+LIBS=$ac_func_search_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
printf "%s\n" "$ac_cv_search_strerror" >&6; }
@@ -3611,325 +3628,6 @@ then :
fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
-printf %s "checking how to run the C preprocessor... " >&6; }
-# On Suns, sometimes $CPP names a directory.
-if test -n "$CPP" && test -d "$CPP"; then
- CPP=
-fi
-if test -z "$CPP"; then
- if test ${ac_cv_prog_CPP+y}
-then :
- printf %s "(cached) " >&6
-else $as_nop
- # Double quotes because $CC needs to be expanded
- for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp
- do
- ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
- # Use a header file that comes with gcc, so configuring glibc
- # with a fresh cross-compiler works.
- # On the NeXT, cc -E runs the code through the compiler's parser,
- # not just through cpp. "Syntax error" is here to catch this case.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <limits.h>
- Syntax error
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"
-then :
-
-else $as_nop
- # Broken: fails on valid input.
-continue
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
- # OK, works on sane cases. Now check whether nonexistent headers
- # can be detected and how.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <ac_nonexistent.h>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"
-then :
- # Broken: success on invalid input.
-continue
-else $as_nop
- # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok
-then :
- break
-fi
-
- done
- ac_cv_prog_CPP=$CPP
-
-fi
- CPP=$ac_cv_prog_CPP
-else
- ac_cv_prog_CPP=$CPP
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
-printf "%s\n" "$CPP" >&6; }
-ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
- # Use a header file that comes with gcc, so configuring glibc
- # with a fresh cross-compiler works.
- # On the NeXT, cc -E runs the code through the compiler's parser,
- # not just through cpp. "Syntax error" is here to catch this case.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <limits.h>
- Syntax error
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"
-then :
-
-else $as_nop
- # Broken: fails on valid input.
-continue
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
- # OK, works on sane cases. Now check whether nonexistent headers
- # can be detected and how.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <ac_nonexistent.h>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"
-then :
- # Broken: success on invalid input.
-continue
-else $as_nop
- # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok
-then :
-
-else $as_nop
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
-printf %s "checking for grep that handles long lines and -e... " >&6; }
-if test ${ac_cv_path_GREP+y}
-then :
- printf %s "(cached) " >&6
-else $as_nop
- if test -z "$GREP"; then
- ac_path_GREP_found=false
- # Loop through the user's path and test for each of PROGNAME-LIST
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
- IFS=$as_save_IFS
- case $as_dir in #(((
- '') as_dir=./ ;;
- */) ;;
- *) as_dir=$as_dir/ ;;
- esac
- for ac_prog in grep ggrep
- do
- for ac_exec_ext in '' $ac_executable_extensions; do
- ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
- as_fn_executable_p "$ac_path_GREP" || continue
-# Check for GNU ac_path_GREP and select it if it is found.
- # Check for GNU $ac_path_GREP
-case `"$ac_path_GREP" --version 2>&1` in
-*GNU*)
- ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
-*)
- ac_count=0
- printf %s 0123456789 >"conftest.in"
- while :
- do
- cat "conftest.in" "conftest.in" >"conftest.tmp"
- mv "conftest.tmp" "conftest.in"
- cp "conftest.in" "conftest.nl"
- printf "%s\n" 'GREP' >> "conftest.nl"
- "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
- as_fn_arith $ac_count + 1 && ac_count=$as_val
- if test $ac_count -gt ${ac_path_GREP_max-0}; then
- # Best one so far, save it but keep looking for a better one
- ac_cv_path_GREP="$ac_path_GREP"
- ac_path_GREP_max=$ac_count
- fi
- # 10*(2^10) chars as input seems more than enough
- test $ac_count -gt 10 && break
- done
- rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
- $ac_path_GREP_found && break 3
- done
- done
- done
-IFS=$as_save_IFS
- if test -z "$ac_cv_path_GREP"; then
- as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
- fi
-else
- ac_cv_path_GREP=$GREP
-fi
-
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
-printf "%s\n" "$ac_cv_path_GREP" >&6; }
- GREP="$ac_cv_path_GREP"
-
-
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
-printf %s "checking for egrep... " >&6; }
-if test ${ac_cv_path_EGREP+y}
-then :
- printf %s "(cached) " >&6
-else $as_nop
- if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
- then ac_cv_path_EGREP="$GREP -E"
- else
- if test -z "$EGREP"; then
- ac_path_EGREP_found=false
- # Loop through the user's path and test for each of PROGNAME-LIST
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
- IFS=$as_save_IFS
- case $as_dir in #(((
- '') as_dir=./ ;;
- */) ;;
- *) as_dir=$as_dir/ ;;
- esac
- for ac_prog in egrep
- do
- for ac_exec_ext in '' $ac_executable_extensions; do
- ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
- as_fn_executable_p "$ac_path_EGREP" || continue
-# Check for GNU ac_path_EGREP and select it if it is found.
- # Check for GNU $ac_path_EGREP
-case `"$ac_path_EGREP" --version 2>&1` in
-*GNU*)
- ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
-*)
- ac_count=0
- printf %s 0123456789 >"conftest.in"
- while :
- do
- cat "conftest.in" "conftest.in" >"conftest.tmp"
- mv "conftest.tmp" "conftest.in"
- cp "conftest.in" "conftest.nl"
- printf "%s\n" 'EGREP' >> "conftest.nl"
- "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
- as_fn_arith $ac_count + 1 && ac_count=$as_val
- if test $ac_count -gt ${ac_path_EGREP_max-0}; then
- # Best one so far, save it but keep looking for a better one
- ac_cv_path_EGREP="$ac_path_EGREP"
- ac_path_EGREP_max=$ac_count
- fi
- # 10*(2^10) chars as input seems more than enough
- test $ac_count -gt 10 && break
- done
- rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
- $ac_path_EGREP_found && break 3
- done
- done
- done
-IFS=$as_save_IFS
- if test -z "$ac_cv_path_EGREP"; then
- as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
- fi
-else
- ac_cv_path_EGREP=$EGREP
-fi
-
- fi
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
-printf "%s\n" "$ac_cv_path_EGREP" >&6; }
- EGREP="$ac_cv_path_EGREP"
-
-
-if test $ac_cv_c_compiler_gnu = yes; then
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
-printf %s "checking whether $CC needs -traditional... " >&6; }
-if test ${ac_cv_prog_gcc_traditional+y}
-then :
- printf %s "(cached) " >&6
-else $as_nop
- ac_pattern="Autoconf.*'x'"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <sgtty.h>
-Autoconf TIOCGETP
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "$ac_pattern" >/dev/null 2>&1
-then :
- ac_cv_prog_gcc_traditional=yes
-else $as_nop
- ac_cv_prog_gcc_traditional=no
-fi
-rm -rf conftest*
-
-
- if test $ac_cv_prog_gcc_traditional = no; then
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <termio.h>
-Autoconf TCGETA
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "$ac_pattern" >/dev/null 2>&1
-then :
- ac_cv_prog_gcc_traditional=yes
-fi
-rm -rf conftest*
-
- fi
-fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
-printf "%s\n" "$ac_cv_prog_gcc_traditional" >&6; }
- if test $ac_cv_prog_gcc_traditional = yes; then
- CC="$CC -traditional"
- fi
-fi
@@ -3953,8 +3651,8 @@ if test -z "$INSTALL"; then
if test ${ac_cv_path_install+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+else case e in #(
+ e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
@@ -4008,7 +3706,8 @@ esac
IFS=$as_save_IFS
rm -rf conftest.one conftest.two conftest.dir
-
+ ;;
+esac
fi
if test ${ac_cv_path_install+y}; then
INSTALL=$ac_cv_path_install
@@ -4038,31 +3737,34 @@ if test ${enable_largefile+y}
then :
enableval=$enable_largefile;
fi
-
-if test "$enable_largefile" != no; then
-
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
-printf %s "checking for special C compiler options needed for large files... " >&6; }
-if test ${ac_cv_sys_largefile_CC+y}
+if test "$enable_largefile,$enable_year2038" != no,no
+then :
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable large file support" >&5
+printf %s "checking for $CC option to enable large file support... " >&6; }
+if test ${ac_cv_sys_largefile_opts+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_cv_sys_largefile_CC=no
- if test "$GCC" != yes; then
- ac_save_CC=$CC
- while :; do
- # IRIX 6.2 and later do not support large files by default,
- # so use the C compiler's -n32 option if that helps.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+else case e in #(
+ e) ac_save_CC="$CC"
+ ac_opt_found=no
+ for ac_opt in "none needed" "-D_FILE_OFFSET_BITS=64" "-D_LARGE_FILES=1" "-n32"; do
+ if test x"$ac_opt" != x"none needed"
+then :
+ CC="$ac_save_CC $ac_opt"
+fi
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
+#ifndef FTYPE
+# define FTYPE off_t
+#endif
+ /* Check that FTYPE can represent 2**63 - 1 correctly.
+ We can't simply define LARGE_FTYPE to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
+#define LARGE_FTYPE (((FTYPE) 1 << 31 << 31) - 1 + ((FTYPE) 1 << 31 << 31))
+ int FTYPE_is_large[(LARGE_FTYPE % 2147483629 == 721
+ && LARGE_FTYPE % 2147483647 == 1)
? 1 : -1];
int
main (void)
@@ -4072,142 +3774,88 @@ main (void)
return 0;
}
_ACEOF
- if ac_fn_c_try_compile "$LINENO"
+if ac_fn_c_try_compile "$LINENO"
then :
- break
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam
- CC="$CC -n32"
+ if test x"$ac_opt" = x"none needed"
+then :
+ # GNU/Linux s390x and alpha need _FILE_OFFSET_BITS=64 for wide ino_t.
+ CC="$CC -DFTYPE=ino_t"
if ac_fn_c_try_compile "$LINENO"
then :
- ac_cv_sys_largefile_CC=' -n32'; break
+
+else case e in #(
+ e) CC="$CC -D_FILE_OFFSET_BITS=64"
+ if ac_fn_c_try_compile "$LINENO"
+then :
+ ac_opt='-D_FILE_OFFSET_BITS=64'
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.beam ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam
- break
- done
- CC=$ac_save_CC
- rm -f conftest.$ac_ext
- fi
fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
-printf "%s\n" "$ac_cv_sys_largefile_CC" >&6; }
- if test "$ac_cv_sys_largefile_CC" != no; then
- CC=$CC$ac_cv_sys_largefile_CC
- fi
-
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
-printf %s "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
-if test ${ac_cv_sys_file_offset_bits+y}
-then :
- printf %s "(cached) " >&6
-else $as_nop
- while :; do
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
-int
-main (void)
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"
-then :
- ac_cv_sys_file_offset_bits=no; break
+ ac_cv_sys_largefile_opts=$ac_opt
+ ac_opt_found=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#define _FILE_OFFSET_BITS 64
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
-int
-main (void)
-{
+ test $ac_opt_found = no || break
+ done
+ CC="$ac_save_CC"
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"
-then :
- ac_cv_sys_file_offset_bits=64; break
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
- ac_cv_sys_file_offset_bits=unknown
- break
-done
+ test $ac_opt_found = yes || ac_cv_sys_largefile_opts="support not detected" ;;
+esac
fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
-printf "%s\n" "$ac_cv_sys_file_offset_bits" >&6; }
-case $ac_cv_sys_file_offset_bits in #(
- no | unknown) ;;
- *)
-printf "%s\n" "#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits" >>confdefs.h
-;;
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_opts" >&5
+printf "%s\n" "$ac_cv_sys_largefile_opts" >&6; }
+
+ac_have_largefile=yes
+case $ac_cv_sys_largefile_opts in #(
+ "none needed") :
+ ;; #(
+ "supported through gnulib") :
+ ;; #(
+ "support not detected") :
+ ac_have_largefile=no ;; #(
+ "-D_FILE_OFFSET_BITS=64") :
+
+printf "%s\n" "#define _FILE_OFFSET_BITS 64" >>confdefs.h
+ ;; #(
+ "-D_LARGE_FILES=1") :
+
+printf "%s\n" "#define _LARGE_FILES 1" >>confdefs.h
+ ;; #(
+ "-n32") :
+ CC="$CC -n32" ;; #(
+ *) :
+ as_fn_error $? "internal error: bad value for \$ac_cv_sys_largefile_opts" "$LINENO" 5 ;;
esac
-rm -rf conftest*
- if test $ac_cv_sys_file_offset_bits = unknown; then
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
-printf %s "checking for _LARGE_FILES value needed for large files... " >&6; }
-if test ${ac_cv_sys_large_files+y}
+
+if test "$enable_year2038" != no
+then :
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option for timestamps after 2038" >&5
+printf %s "checking for $CC option for timestamps after 2038... " >&6; }
+if test ${ac_cv_sys_year2038_opts+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- while :; do
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
-int
-main (void)
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"
+else case e in #(
+ e) ac_save_CPPFLAGS="$CPPFLAGS"
+ ac_opt_found=no
+ for ac_opt in "none needed" "-D_TIME_BITS=64" "-D__MINGW_USE_VC2005_COMPAT" "-U_USE_32_BIT_TIME_T -D__MINGW_USE_VC2005_COMPAT"; do
+ if test x"$ac_opt" != x"none needed"
then :
- ac_cv_sys_large_files=no; break
+ CPPFLAGS="$ac_save_CPPFLAGS $ac_opt"
fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-#define _LARGE_FILES 1
-#include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31))
- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1];
+
+ #include <time.h>
+ /* Check that time_t can represent 2**32 - 1 correctly. */
+ #define LARGE_TIME_T \\
+ ((time_t) (((time_t) 1 << 30) - 1 + 3 * ((time_t) 1 << 30)))
+ int verify_time_t_range[(LARGE_TIME_T / 65537 == 65535
+ && LARGE_TIME_T % 65537 == 0)
+ ? 1 : -1];
+
int
main (void)
{
@@ -4218,25 +3866,47 @@ main (void)
_ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
- ac_cv_sys_large_files=1; break
+ ac_cv_sys_year2038_opts="$ac_opt"
+ ac_opt_found=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
- ac_cv_sys_large_files=unknown
- break
-done
+ test $ac_opt_found = no || break
+ done
+ CPPFLAGS="$ac_save_CPPFLAGS"
+ test $ac_opt_found = yes || ac_cv_sys_year2038_opts="support not detected" ;;
+esac
fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
-printf "%s\n" "$ac_cv_sys_large_files" >&6; }
-case $ac_cv_sys_large_files in #(
- no | unknown) ;;
- *)
-printf "%s\n" "#define _LARGE_FILES $ac_cv_sys_large_files" >>confdefs.h
-;;
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_year2038_opts" >&5
+printf "%s\n" "$ac_cv_sys_year2038_opts" >&6; }
+
+ac_have_year2038=yes
+case $ac_cv_sys_year2038_opts in #(
+ "none needed") :
+ ;; #(
+ "support not detected") :
+ ac_have_year2038=no ;; #(
+ "-D_TIME_BITS=64") :
+
+printf "%s\n" "#define _TIME_BITS 64" >>confdefs.h
+ ;; #(
+ "-D__MINGW_USE_VC2005_COMPAT") :
+
+printf "%s\n" "#define __MINGW_USE_VC2005_COMPAT 1" >>confdefs.h
+ ;; #(
+ "-U_USE_32_BIT_TIME_T"*) :
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
+as_fn_error $? "the 'time_t' type is currently forced to be 32-bit. It
+will stop working after mid-January 2038. Remove
+_USE_32BIT_TIME_T from the compiler flags.
+See 'config.log' for more details" "$LINENO" 5; } ;; #(
+ *) :
+ as_fn_error $? "internal error: bad value for \$ac_cv_sys_year2038_opts" "$LINENO" 5 ;;
esac
-rm -rf conftest*
- fi
+
fi
+fi
# Checks for general libraries.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tgoto in -ltinfo" >&5
@@ -4244,16 +3914,22 @@ printf %s "checking for tgoto in -ltinfo... " >&6; }
if test ${ac_cv_lib_tinfo_tgoto+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-ltinfo $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char tgoto ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char tgoto (void);
int
main (void)
{
@@ -4265,20 +3941,23 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_tinfo_tgoto=yes
-else $as_nop
- ac_cv_lib_tinfo_tgoto=no
+else case e in #(
+ e) ac_cv_lib_tinfo_tgoto=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tinfo_tgoto" >&5
printf "%s\n" "$ac_cv_lib_tinfo_tgoto" >&6; }
if test "x$ac_cv_lib_tinfo_tgoto" = xyes
then :
have_tinfo=yes
-else $as_nop
- have_tinfo=no
+else case e in #(
+ e) have_tinfo=no ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tgoto in -ltinfow" >&5
@@ -4286,16 +3965,22 @@ printf %s "checking for tgoto in -ltinfow... " >&6; }
if test ${ac_cv_lib_tinfow_tgoto+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-ltinfow $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char tgoto ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char tgoto (void);
int
main (void)
{
@@ -4307,20 +3992,23 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_tinfow_tgoto=yes
-else $as_nop
- ac_cv_lib_tinfow_tgoto=no
+else case e in #(
+ e) ac_cv_lib_tinfow_tgoto=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tinfow_tgoto" >&5
printf "%s\n" "$ac_cv_lib_tinfow_tgoto" >&6; }
if test "x$ac_cv_lib_tinfow_tgoto" = xyes
then :
have_tinfow=yes
-else $as_nop
- have_tinfow=no
+else case e in #(
+ e) have_tinfow=no ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for initscr in -lxcurses" >&5
@@ -4328,16 +4016,22 @@ printf %s "checking for initscr in -lxcurses... " >&6; }
if test ${ac_cv_lib_xcurses_initscr+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-lxcurses $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char initscr ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char initscr (void);
int
main (void)
{
@@ -4349,20 +4043,23 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_xcurses_initscr=yes
-else $as_nop
- ac_cv_lib_xcurses_initscr=no
+else case e in #(
+ e) ac_cv_lib_xcurses_initscr=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xcurses_initscr" >&5
printf "%s\n" "$ac_cv_lib_xcurses_initscr" >&6; }
if test "x$ac_cv_lib_xcurses_initscr" = xyes
then :
have_xcurses=yes
-else $as_nop
- have_xcurses=no
+else case e in #(
+ e) have_xcurses=no ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for initscr in -lncursesw" >&5
@@ -4370,16 +4067,22 @@ printf %s "checking for initscr in -lncursesw... " >&6; }
if test ${ac_cv_lib_ncursesw_initscr+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-lncursesw $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char initscr ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char initscr (void);
int
main (void)
{
@@ -4391,20 +4094,23 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_ncursesw_initscr=yes
-else $as_nop
- ac_cv_lib_ncursesw_initscr=no
+else case e in #(
+ e) ac_cv_lib_ncursesw_initscr=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_initscr" >&5
printf "%s\n" "$ac_cv_lib_ncursesw_initscr" >&6; }
if test "x$ac_cv_lib_ncursesw_initscr" = xyes
then :
have_ncursesw=yes
-else $as_nop
- have_ncursesw=no
+else case e in #(
+ e) have_ncursesw=no ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for initscr in -lncurses" >&5
@@ -4412,16 +4118,22 @@ printf %s "checking for initscr in -lncurses... " >&6; }
if test ${ac_cv_lib_ncurses_initscr+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-lncurses $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char initscr ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char initscr (void);
int
main (void)
{
@@ -4433,20 +4145,23 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_ncurses_initscr=yes
-else $as_nop
- ac_cv_lib_ncurses_initscr=no
+else case e in #(
+ e) ac_cv_lib_ncurses_initscr=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_initscr" >&5
printf "%s\n" "$ac_cv_lib_ncurses_initscr" >&6; }
if test "x$ac_cv_lib_ncurses_initscr" = xyes
then :
have_ncurses=yes
-else $as_nop
- have_ncurses=no
+else case e in #(
+ e) have_ncurses=no ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for initscr in -lcurses" >&5
@@ -4454,16 +4169,22 @@ printf %s "checking for initscr in -lcurses... " >&6; }
if test ${ac_cv_lib_curses_initscr+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-lcurses $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char initscr ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char initscr (void);
int
main (void)
{
@@ -4475,20 +4196,23 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_curses_initscr=yes
-else $as_nop
- ac_cv_lib_curses_initscr=no
+else case e in #(
+ e) ac_cv_lib_curses_initscr=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curses_initscr" >&5
printf "%s\n" "$ac_cv_lib_curses_initscr" >&6; }
if test "x$ac_cv_lib_curses_initscr" = xyes
then :
have_curses=yes
-else $as_nop
- have_curses=no
+else case e in #(
+ e) have_curses=no ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tgetent in -ltermcap" >&5
@@ -4496,16 +4220,22 @@ printf %s "checking for tgetent in -ltermcap... " >&6; }
if test ${ac_cv_lib_termcap_tgetent+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-ltermcap $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char tgetent ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char tgetent (void);
int
main (void)
{
@@ -4517,20 +4247,23 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_termcap_tgetent=yes
-else $as_nop
- ac_cv_lib_termcap_tgetent=no
+else case e in #(
+ e) ac_cv_lib_termcap_tgetent=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_termcap_tgetent" >&5
printf "%s\n" "$ac_cv_lib_termcap_tgetent" >&6; }
if test "x$ac_cv_lib_termcap_tgetent" = xyes
then :
have_termcap=yes
-else $as_nop
- have_termcap=no
+else case e in #(
+ e) have_termcap=no ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tgetent in -ltermlib" >&5
@@ -4538,16 +4271,22 @@ printf %s "checking for tgetent in -ltermlib... " >&6; }
if test ${ac_cv_lib_termlib_tgetent+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-ltermlib $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char tgetent ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char tgetent (void);
int
main (void)
{
@@ -4559,20 +4298,23 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_termlib_tgetent=yes
-else $as_nop
- ac_cv_lib_termlib_tgetent=no
+else case e in #(
+ e) ac_cv_lib_termlib_tgetent=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_termlib_tgetent" >&5
printf "%s\n" "$ac_cv_lib_termlib_tgetent" >&6; }
if test "x$ac_cv_lib_termlib_tgetent" = xyes
then :
have_termlib=yes
-else $as_nop
- have_termlib=no
+else case e in #(
+ e) have_termlib=no ;;
+esac
fi
# Regular expressions (regcmp) are in -lgen on Solaris 2, (but in libc
@@ -4582,15 +4324,21 @@ printf %s "checking for library containing regcmp... " >&6; }
if test ${ac_cv_search_regcmp+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_func_search_save_LIBS=$LIBS
+else case e in #(
+ e) ac_func_search_save_LIBS=$LIBS
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char regcmp ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char regcmp (void);
int
main (void)
{
@@ -4621,11 +4369,13 @@ done
if test ${ac_cv_search_regcmp+y}
then :
-else $as_nop
- ac_cv_search_regcmp=no
+else case e in #(
+ e) ac_cv_search_regcmp=no ;;
+esac
fi
rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
+LIBS=$ac_func_search_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_regcmp" >&5
printf "%s\n" "$ac_cv_search_regcmp" >&6; }
@@ -4692,8 +4442,8 @@ printf %s "checking whether stat file-mode macros are broken... " >&6; }
if test ${ac_cv_header_stat_broken+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+else case e in #(
+ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <sys/types.h>
#include <sys/stat.h>
@@ -4718,10 +4468,12 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
ac_cv_header_stat_broken=no
-else $as_nop
- ac_cv_header_stat_broken=yes
+else case e in #(
+ e) ac_cv_header_stat_broken=yes ;;
+esac
fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
printf "%s\n" "$ac_cv_header_stat_broken" >&6; }
@@ -4736,8 +4488,8 @@ printf %s "checking for an ANSI C-conforming const... " >&6; }
if test ${ac_cv_c_const+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+else case e in #(
+ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
@@ -4801,10 +4553,12 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"
then :
ac_cv_c_const=yes
-else $as_nop
- ac_cv_c_const=no
+else case e in #(
+ e) ac_cv_c_const=no ;;
+esac
fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
printf "%s\n" "$ac_cv_c_const" >&6; }
@@ -4818,20 +4572,22 @@ ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
if test "x$ac_cv_type_off_t" = xyes
then :
-else $as_nop
-
+else case e in #(
+ e)
printf "%s\n" "#define off_t long int" >>confdefs.h
-
+ ;;
+esac
fi
ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
if test "x$ac_cv_type_size_t" = xyes
then :
-else $as_nop
-
+else case e in #(
+ e)
printf "%s\n" "#define size_t unsigned int" >>confdefs.h
-
+ ;;
+esac
fi
@@ -4875,8 +4631,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -4905,8 +4662,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -4935,8 +4693,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -4965,8 +4724,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -4995,8 +4755,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -5025,8 +4786,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -5056,8 +4818,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -5088,8 +4851,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -5118,8 +4882,9 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
termok=yes
-else $as_nop
- termok=no
+else case e in #(
+ e) termok=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
@@ -5167,7 +4932,6 @@ LIBS="$LIBS $TERMLIBS"
-
# Checks for identifiers.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for void" >&5
printf %s "checking for void... " >&6; }
@@ -5187,9 +4951,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_VOID 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for const" >&5
@@ -5210,9 +4975,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_CONST 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for time_t" >&5
@@ -5233,9 +4999,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_TIME_T 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for st_ino in struct stat" >&5
@@ -5257,35 +5024,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_STAT_INO 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for procfs" >&5
-printf %s "checking for procfs... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <sys/statfs.h>
-#if HAVE_LINUX_MAGIC_H
-#include <linux/magic.h>
-#endif
-int
-main (void)
-{
-struct statfs s; s.f_type = PROC_SUPER_MAGIC; (void) fstatfs(0,&s);
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"
-then :
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_PROCFS 1" >>confdefs.h
-
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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_ext
@@ -5308,9 +5050,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_ANSI_PROTOS 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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_ext
@@ -5429,9 +5172,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_MEMCPY 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5457,9 +5201,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_STRCHR 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5485,9 +5230,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_STRSTR 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5522,9 +5268,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_FILENO 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5556,9 +5303,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_STRERROR 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5581,9 +5329,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_SYS_ERRLIST 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5619,9 +5368,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_SIGEMPTYSET 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5672,9 +5422,10 @@ then :
printf "%s\n" "yes - must define" >&6; }; printf "%s\n" "#define HAVE_ERRNO 1" >>confdefs.h
printf "%s\n" "#define MUST_DEFINE_ERRNO 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5700,9 +5451,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_LOCALE 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5728,9 +5480,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_UPPER_LOWER 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5753,9 +5506,10 @@ 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 $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5808,9 +5562,10 @@ then :
printf "%s\n" "yes - must define" >&6; }; printf "%s\n" "#define HAVE_OSPEED 1" >>confdefs.h
printf "%s\n" "#define MUST_DEFINE_OSPEED 1" >>confdefs.h
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -5825,11 +5580,12 @@ then :
SECURE_COMPILE=1
-else $as_nop
- printf "%s\n" "#define SECURE_COMPILE 0" >>confdefs.h
+else case e in #(
+ e) printf "%s\n" "#define SECURE_COMPILE 0" >>confdefs.h
SECURE_COMPILE=0
-
+ ;;
+esac
fi
@@ -5857,8 +5613,8 @@ printf %s "checking for POSIX regcomp... " >&6; }
if test "$cross_compiling" = yes
then :
have_posix_regex=unknown
-else $as_nop
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+else case e in #(
+ e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <sys/types.h>
@@ -5876,11 +5632,13 @@ _ACEOF
if ac_fn_c_try_run "$LINENO"
then :
have_posix_regex=yes
-else $as_nop
- have_posix_regex=no
+else case e in #(
+ e) have_posix_regex=no ;;
+esac
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam conftest.$ac_ext
+ conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
+esac
fi
if test $have_posix_regex = yes; then
@@ -5926,16 +5684,22 @@ printf %s "checking for pcre2_compile_8 in -lpcre2-8... " >&6; }
if test ${ac_cv_lib_pcre2_8_pcre2_compile_8+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-lpcre2-8 $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char pcre2_compile_8 ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char pcre2_compile_8 (void);
int
main (void)
{
@@ -5947,12 +5711,14 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_pcre2_8_pcre2_compile_8=yes
-else $as_nop
- ac_cv_lib_pcre2_8_pcre2_compile_8=no
+else case e in #(
+ e) ac_cv_lib_pcre2_8_pcre2_compile_8=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre2_8_pcre2_compile_8" >&5
printf "%s\n" "$ac_cv_lib_pcre2_8_pcre2_compile_8" >&6; }
@@ -5972,16 +5738,22 @@ printf %s "checking for pcre_compile in -lpcre... " >&6; }
if test ${ac_cv_lib_pcre_pcre_compile+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-lpcre $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char pcre_compile ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char pcre_compile (void);
int
main (void)
{
@@ -5993,12 +5765,14 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_pcre_pcre_compile=yes
-else $as_nop
- ac_cv_lib_pcre_pcre_compile=no
+else case e in #(
+ e) ac_cv_lib_pcre_pcre_compile=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_compile" >&5
printf "%s\n" "$ac_cv_lib_pcre_pcre_compile" >&6; }
@@ -6018,16 +5792,22 @@ printf %s "checking for re_compile_pattern in -lc... " >&6; }
if test ${ac_cv_lib_c_re_compile_pattern+y}
then :
printf %s "(cached) " >&6
-else $as_nop
- ac_check_lib_save_LIBS=$LIBS
+else case e in #(
+ e) ac_check_lib_save_LIBS=$LIBS
LIBS="-lc $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-char re_compile_pattern ();
+ builtin and then its argument prototype would still apply.
+ The 'extern "C"' is for builds by C++ compilers;
+ although this is not generally supported in C code supporting it here
+ has little cost and some practical benefit (sr 110532). */
+#ifdef __cplusplus
+extern "C"
+#endif
+char re_compile_pattern (void);
int
main (void)
{
@@ -6039,12 +5819,14 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"
then :
ac_cv_lib_c_re_compile_pattern=yes
-else $as_nop
- ac_cv_lib_c_re_compile_pattern=no
+else case e in #(
+ e) ac_cv_lib_c_re_compile_pattern=no ;;
+esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+LIBS=$ac_check_lib_save_LIBS ;;
+esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_re_compile_pattern" >&5
printf "%s\n" "$ac_cv_lib_c_re_compile_pattern" >&6; }
@@ -6090,9 +5872,10 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_V8_REGCOMP 1" >>confdefs.h
have_regex=yes; supported_regex="$supported_regex regcomp"
-else $as_nop
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
+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
@@ -6145,9 +5928,10 @@ if test ${with_editor+y}
then :
withval=$with_editor; printf "%s\n" "#define EDIT_PGM \"$withval\"" >>confdefs.h
-else $as_nop
- printf "%s\n" "#define EDIT_PGM \"vi\"" >>confdefs.h
-
+else case e in #(
+ e) printf "%s\n" "#define EDIT_PGM \"vi\"" >>confdefs.h
+ ;;
+esac
fi
@@ -6165,8 +5949,8 @@ cat >confcache <<\_ACEOF
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# 'ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* 'ac_cv_foo' will be assigned the
# following values.
_ACEOF
@@ -6196,14 +5980,14 @@ printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;}
(set) 2>&1 |
case $as_nl`(ac_space=' '; set) 2>&1` in #(
*${as_nl}ac_space=\ *)
- # `set' does not quote correctly, so add quotes: double-quote
+ # 'set' does not quote correctly, so add quotes: double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \.
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
;; #(
*)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
+ # 'set' quotes correctly as required by POSIX, so do not add quotes.
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
;;
esac |
@@ -6264,6 +6048,12 @@ LIBOBJS=$ac_libobjs
LTLIBOBJS=$ac_ltlibobjs
+# Check whether --enable-year2038 was given.
+if test ${enable_year2038+y}
+then :
+ enableval=$enable_year2038;
+fi
+
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
@@ -6293,7 +6083,6 @@ cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
-as_nop=:
if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
then :
emulate sh
@@ -6302,12 +6091,13 @@ then :
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
-else $as_nop
- case `(set -o) 2>/dev/null` in #(
+else case e in #(
+ e) case `(set -o) 2>/dev/null` in #(
*posix*) :
set -o posix ;; #(
*) :
;;
+esac ;;
esac
fi
@@ -6379,7 +6169,7 @@ IFS=$as_save_IFS
;;
esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
+# We did not find ourselves, most probably we were run as 'sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
as_myself=$0
@@ -6408,7 +6198,6 @@ as_fn_error ()
} # as_fn_error
-
# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
@@ -6448,11 +6237,12 @@ then :
{
eval $1+=\$2
}'
-else $as_nop
- as_fn_append ()
+else case e in #(
+ e) as_fn_append ()
{
eval $1=\$$1\$2
- }
+ } ;;
+esac
fi # as_fn_append
# as_fn_arith ARG...
@@ -6466,11 +6256,12 @@ then :
{
as_val=$(( $* ))
}'
-else $as_nop
- as_fn_arith ()
+else case e in #(
+ e) as_fn_arith ()
{
as_val=`expr "$@" || test $? -eq 1`
- }
+ } ;;
+esac
fi # as_fn_arith
@@ -6553,9 +6344,9 @@ if (echo >conf$$.file) 2>/dev/null; then
if ln -s conf$$.file conf$$ 2>/dev/null; then
as_ln_s='ln -s'
# ... but there are two gotchas:
- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
- # In both cases, we have to default to `cp -pR'.
+ # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
+ # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
+ # In both cases, we have to default to 'cp -pR'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
as_ln_s='cp -pR'
elif ln conf$$.file conf$$ 2>/dev/null; then
@@ -6636,10 +6427,12 @@ as_test_x='test -x'
as_executable_p=as_fn_executable_p
# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+as_tr_sh="eval sed '$as_sed_sh'" # deprecated
exec 6>&1
@@ -6655,7 +6448,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# values after options handling.
ac_log="
This file was extended by less $as_me 1, which was
-generated by GNU Autoconf 2.71. Invocation command line was
+generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
@@ -6686,7 +6479,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
ac_cs_usage="\
-\`$as_me' instantiates files and other configuration actions
+'$as_me' instantiates files and other configuration actions
from templates according to the current configuration. Unless the files
and actions are specified as TAGs, all are instantiated by default.
@@ -6719,10 +6512,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
less config.status 1
-configured by $0, generated by GNU Autoconf 2.71,
+configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
-Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright (C) 2023 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
@@ -6782,8 +6575,8 @@ do
ac_need_defaults=false;;
--he | --h)
# Conflict between --help and --header
- as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
+ as_fn_error $? "ambiguous option: '$1'
+Try '$0 --help' for more information.";;
--help | --hel | -h )
printf "%s\n" "$ac_cs_usage"; exit ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
@@ -6791,8 +6584,8 @@ Try \`$0 --help' for more information.";;
ac_cs_silent=: ;;
# This is an error.
- -*) as_fn_error $? "unrecognized option: \`$1'
-Try \`$0 --help' for more information." ;;
+ -*) as_fn_error $? "unrecognized option: '$1'
+Try '$0 --help' for more information." ;;
*) as_fn_append ac_config_targets " $1"
ac_need_defaults=false ;;
@@ -6843,7 +6636,7 @@ do
"defines.h") CONFIG_HEADERS="$CONFIG_HEADERS defines.h" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+ *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
esac
done
@@ -6862,7 +6655,7 @@ fi
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
-# after its creation but before its name has been assigned to `$tmp'.
+# after its creation but before its name has been assigned to '$tmp'.
$debug ||
{
tmp= ac_tmp=
@@ -6886,7 +6679,7 @@ ac_tmp=$tmp
# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
-# This happens for instance with `./config.status config.h'.
+# This happens for instance with './config.status config.h'.
if test -n "$CONFIG_FILES"; then
@@ -7044,13 +6837,13 @@ fi # test -n "$CONFIG_FILES"
# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
+# This happens for instance with './config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
_ACEOF
-# Transform confdefs.h into an awk script `defines.awk', embedded as
+# Transform confdefs.h into an awk script 'defines.awk', embedded as
# here-document in config.status, that substitutes the proper values into
# config.h.in to produce config.h.
@@ -7160,7 +6953,7 @@ do
esac
case $ac_mode$ac_tag in
:[FHL]*:*);;
- :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+ :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;
:[FH]-) ac_tag=-:-;;
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
esac
@@ -7182,19 +6975,19 @@ do
-) ac_f="$ac_tmp/stdin";;
*) # Look for the file first in the build tree, then in the source tree
# (if the path is not absolute). The absolute path cannot be DOS-style,
- # because $ac_f cannot contain `:'.
+ # because $ac_f cannot contain ':'.
test -f "$ac_f" ||
case $ac_f in
[\\/$]*) false;;
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
esac ||
- as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+ as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;;
esac
case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
as_fn_append ac_file_inputs " '$ac_f'"
done
- # Let's still pretend it is `configure' which instantiates (i.e., don't
+ # Let's still pretend it is 'configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated by config.status. */
configure_input='Generated from '`
@@ -7322,7 +7115,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
esac
_ACEOF
-# Neutralize VPATH when `$srcdir' = `.'.
+# Neutralize VPATH when '$srcdir' = '.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
@@ -7352,9 +7145,9 @@ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
{ ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
"$ac_tmp/out"`; test -z "$ac_out"; } &&
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir'
which seems to be undefined. Please make sure it is defined" >&5
-printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir'
which seems to be undefined. Please make sure it is defined" >&2;}
rm -f "$ac_tmp/stdin"
diff --git a/configure.ac b/configure.ac
index 37dc496db5c3..4c14de011741 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-# Copyright (C) 1984-2023 Mark Nudelman
+# Copyright (C) 1984-2024 Mark Nudelman
#
# You may distribute under the terms of either the GNU General Public
# License or the Less License, as specified in the README file.
@@ -206,8 +206,6 @@ AH_TEMPLATE([HAVE_CONST],
[Define HAVE_CONST if your compiler supports the "const" modifier.])
AH_TEMPLATE([HAVE_STAT_INO],
[Define HAVE_STAT_INO if your struct stat has st_ino and st_dev.])
-AH_TEMPLATE([HAVE_PROCFS],
- [Define HAVE_PROCFS if have have fstatfs with f_type and PROC_SUPER_MAGIC.])
AH_TEMPLATE([HAVE_TIME_T],
[Define HAVE_TIME_T if your system supports the "time_t" type.])
AH_TEMPLATE([HAVE_STRERROR],
@@ -251,11 +249,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[time_t t = 0;]])],[A
AC_MSG_CHECKING(for st_ino in struct stat)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
#include <sys/stat.h>]], [[struct stat s; dev_t dev = s.st_dev; ino_t ino = s.st_ino;]])],[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_STAT_INO)],[AC_MSG_RESULT(no)])
-AC_MSG_CHECKING(for procfs)
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/statfs.h>
-#if HAVE_LINUX_MAGIC_H
-#include <linux/magic.h>
-#endif]], [[struct statfs s; s.f_type = PROC_SUPER_MAGIC; (void) fstatfs(0,&s); ]])],[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_PROCFS)],[AC_MSG_RESULT(no)])
# Checks for ANSI function prototypes.
AC_MSG_CHECKING(for ANSI function prototypes)
@@ -561,6 +554,12 @@ AH_TOP([
#define LOGFILE (!SECURE)
/*
+ * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * (to open OSC8 hyperlinks).
+ */
+#define OSC8_LINK 1
+
+/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
diff --git a/cvt.c b/cvt.c
index b9997ffbc7cb..0e421e10d5ea 100644
--- a/cvt.c
+++ b/cvt.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -19,8 +19,9 @@ extern int utf_mode;
/*
* Get the length of a buffer needed to convert a string.
*/
-public int cvt_length(int len, int ops)
+public size_t cvt_length(size_t len, int ops)
{
+ (void) ops;
if (utf_mode)
/*
* Just copying a string in UTF-8 mode can cause it to grow
@@ -34,10 +35,10 @@ public int cvt_length(int len, int ops)
/*
* Allocate a chpos array for use by cvt_text.
*/
-public int * cvt_alloc_chpos(int len)
+public int * cvt_alloc_chpos(size_t len)
{
- int i;
- int *chpos = (int *) ecalloc(sizeof(int), len);
+ size_t i;
+ int *chpos = (int *) ecalloc(len, sizeof(int));
/* Initialize all entries to an invalid position. */
for (i = 0; i < len; i++)
chpos[i] = -1;
@@ -49,12 +50,12 @@ public int * cvt_alloc_chpos(int len)
* Returns converted text in odst. The original offset of each
* odst character (when it was in osrc) is returned in the chpos array.
*/
-public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops)
+public void cvt_text(mutable char *odst, constant char *osrc, mutable int *chpos, mutable size_t *lenp, int ops)
{
char *dst;
char *edst = odst;
- char *src;
- char *src_end;
+ constant char *src;
+ constant char *src_end;
LWCHAR ch;
if (lenp != NULL)
@@ -64,10 +65,10 @@ public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops)
for (src = osrc, dst = odst; src < src_end; )
{
- int src_pos = (int) (src - osrc);
- int dst_pos = (int) (dst - odst);
+ size_t src_pos = ptr_diff(src, osrc);
+ size_t dst_pos = ptr_diff(dst, odst);
struct ansi_state *pansi;
- ch = step_char(&src, +1, src_end);
+ ch = step_charc(&src, +1, src_end);
if ((ops & CVT_BS) && ch == '\b' && dst > odst)
{
/* Delete backspace and preceding char. */
@@ -82,18 +83,22 @@ public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops)
{
if (ansi_step(pansi, ch) != ANSI_MID)
break;
- ch = *src++;
+ ch = (LWCHAR) *src++; /* {{ would step_char work? }} */
}
ansi_done(pansi);
} else
{
/* Just copy the char to the destination buffer. */
+ char *cdst = dst;
if ((ops & CVT_TO_LC) && IS_UPPER(ch))
ch = TO_LOWER(ch);
put_wchar(&dst, ch);
/* Record the original position of the char. */
if (chpos != NULL)
- chpos[dst_pos] = src_pos;
+ {
+ while (cdst++ < dst)
+ chpos[dst_pos++] = (int) src_pos; /*{{type-issue}}*/
+ }
}
if (dst > edst)
edst = dst;
@@ -102,6 +107,6 @@ public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops)
edst--;
*edst = '\0';
if (lenp != NULL)
- *lenp = (int) (edst - odst);
+ *lenp = ptr_diff(edst, odst);
/* FIXME: why was this here? if (chpos != NULL) chpos[dst - odst] = src - osrc; */
}
diff --git a/decode.c b/decode.c
index e7969a886d39..71b711839ce7 100644
--- a/decode.c
+++ b/decode.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -34,11 +34,15 @@
#include "lesskey.h"
extern int erase_char, erase2_char, kill_char;
-extern int secure;
extern int mousecap;
-extern int screen_trashed;
extern int sc_height;
+#if USERFILE
+/* "content" is lesskey source, never binary. */
+static void add_content_table(int (*call_lesskey)(constant char *, lbool), constant char *envname, lbool sysvar);
+static int add_hometable(int (*call_lesskey)(constant char *, lbool), constant char *envname, constant char *def_filename, lbool sysvar);
+#endif /* USERFILE */
+
#define SK(k) \
SK_SPECIAL_KEY, (k), 6, 1, 1, 1
/*
@@ -96,8 +100,6 @@ static unsigned char cmdtable[] =
ESC,'<',0, A_GOLINE,
'p',0, A_PERCENT,
'%',0, A_PERCENT,
- ESC,'[',0, A_LSHIFT,
- ESC,']',0, A_RSHIFT,
ESC,'(',0, A_LSHIFT,
ESC,')',0, A_RSHIFT,
ESC,'{',0, A_LLSHIFT,
@@ -155,6 +157,14 @@ static unsigned char cmdtable[] =
CONTROL('X'),CONTROL('V'),0, A_EXAMINE,
':','n',0, A_NEXT_FILE,
':','p',0, A_PREV_FILE,
+ CONTROL('O'),CONTROL('N'),0, A_OSC8_F_SEARCH,
+ CONTROL('O'),'n',0, A_OSC8_F_SEARCH,
+ CONTROL('O'),CONTROL('P'),0, A_OSC8_B_SEARCH,
+ CONTROL('O'),'p',0, A_OSC8_B_SEARCH,
+ CONTROL('O'),CONTROL('O'),0, A_OSC8_OPEN,
+ CONTROL('O'),'o',0, A_OSC8_OPEN,
+ CONTROL('O'),CONTROL('L'),0, A_OSC8_JUMP,
+ CONTROL('O'),'l',0, A_OSC8_JUMP,
't',0, A_NEXT_TAG,
'T',0, A_PREV_TAG,
':','x',0, A_INDEX_FILE,
@@ -221,14 +231,27 @@ static unsigned char edittable[] =
ESC,'[','<',0, EC_X116MOUSE, /* X11 1006 mouse report */
};
+static unsigned char dflt_vartable[] =
+{
+ 'L','E','S','S','_','O','S','C','8','_','m','a','n', 0, EV_OK|A_EXTRA,
+ /* echo '%o' | sed -e "s,^man\:\\([^(]*\\)( *\\([^)]*\\)\.*,-man '\\2' '\\1'," -e"t X" -e"s,\.*,-echo Invalid man link," -e"\: X" */
+ 'e','c','h','o',' ','\'','%','o','\'',' ','|',' ','s','e','d',' ','-','e',' ','"','s',',','^','m','a','n','\\',':','\\','\\','(','[','^','(',']','*','\\','\\',')','(',' ','*','\\','\\','(','[','^',')',']','*','\\','\\',')','\\','.','*',',','-','m','a','n',' ','\'','\\','\\','2','\'',' ','\'','\\','\\','1','\'',',','"',' ','-','e','"','t',' ','X','"',' ','-','e','"','s',',','\\','.','*',',','-','e','c','h','o',' ','I','n','v','a','l','i','d',' ','m','a','n',' ','l','i','n','k',',','"',' ','-','e','"','\\',':',' ','X','"',
+ 0,
+
+ 'L','E','S','S','_','O','S','C','8','_','f','i','l','e', 0, EV_OK|A_EXTRA,
+ /* eval `echo '%o' | sed -e "s,^file://\\([^/]*\\)\\(.*\\),_H=\\1;_P=\\2;_E=0," -e"t X" -e"s,.*,_E=1," -e": X"`; if [ "$_E" = 1 ]; then echo -echo Invalid file link; elif [ -z "$_H" -o "$_H" = localhost -o "$_H" = $HOSTNAME ]; then echo ":e $_P"; else echo -echo Cannot open remote file on "$_H"; fi */
+ 'e','v','a','l',' ','`','e','c','h','o',' ','\'','%','o','\'',' ','|',' ','s','e','d',' ','-','e',' ','"','s',',','^','f','i','l','e','\\',':','/','/','\\','\\','(','[','^','/',']','*','\\','\\',')','\\','\\','(','\\','.','*','\\','\\',')',',','_','H','=','\\','\\','1',';','_','P','=','\\','\\','2',';','_','E','=','0',',','"',' ','-','e','"','t',' ','X','"',' ','-','e','"','s',',','\\','.','*',',','_','E','=','1',',','"',' ','-','e','"','\\',':',' ','X','"','`',';',' ','i','f',' ','[',' ','"','$','_','E','"',' ','=',' ','1',' ',']',';',' ','t','h','e','n',' ','e','c','h','o',' ','-','e','c','h','o',' ','I','n','v','a','l','i','d',' ','f','i','l','e',' ','l','i','n','k',';',' ','e','l','i','f',' ','[',' ','-','z',' ','"','$','_','H','"',' ','-','o',' ','"','$','_','H','"',' ','=',' ','l','o','c','a','l','h','o','s','t',' ','-','o',' ','"','$','_','H','"',' ','=',' ','$','H','O','S','T','N','A','M','E',' ',']',';',' ','t','h','e','n',' ','e','c','h','o',' ','"','\\',':','e',' ','$','_','P','"',';',' ','e','l','s','e',' ','e','c','h','o',' ','-','e','c','h','o',' ','C','a','n','n','o','t',' ','o','p','e','n',' ','r','e','m','o','t','e',' ','f','i','l','e',' ','o','n',' ','"','$','_','H','"',';',' ','f','i',
+ 0,
+};
+
/*
* Structure to support a list of command tables.
*/
struct tablelist
{
struct tablelist *t_next;
- char *t_start;
- char *t_end;
+ unsigned char *t_start;
+ unsigned char *t_end;
};
/*
@@ -243,13 +266,13 @@ static struct tablelist *list_sysvar_tables = NULL;
/*
* Expand special key abbreviations in a command table.
*/
-static void expand_special_keys(char *table, int len)
+static void expand_special_keys(unsigned char *table, size_t len)
{
- char *fm;
- char *to;
+ unsigned char *fm;
+ unsigned char *to;
int a;
- char *repl;
- int klen;
+ constant char *repl;
+ size_t klen;
for (fm = table; fm < table + len; )
{
@@ -276,10 +299,10 @@ static void expand_special_keys(char *table, int len)
repl = special_key_str(fm[1]);
klen = fm[2] & 0377;
fm += klen;
- if (repl == NULL || (int) strlen(repl) > klen)
+ if (repl == NULL || strlen(repl) > klen)
repl = "\377";
while (*repl != '\0')
- *to++ = *repl++;
+ *to++ = (unsigned char) *repl++; /*{{type-issue}}*/
}
*to++ = '\0';
/*
@@ -306,7 +329,7 @@ static void expand_cmd_table(struct tablelist *tlist)
struct tablelist *t;
for (t = tlist; t != NULL; t = t->t_next)
{
- expand_special_keys(t->t_start, t->t_end - t->t_start);
+ expand_special_keys(t->t_start, ptr_diff(t->t_end, t->t_start));
}
}
@@ -321,7 +344,6 @@ public void expand_cmd_tables(void)
expand_cmd_table(list_sysvar_tables);
}
-
/*
* Initialize the command lists.
*/
@@ -330,12 +352,13 @@ public void init_cmds(void)
/*
* Add the default command tables.
*/
- add_fcmd_table((char*)cmdtable, sizeof(cmdtable));
- add_ecmd_table((char*)edittable, sizeof(edittable));
+ add_fcmd_table(cmdtable, sizeof(cmdtable));
+ add_ecmd_table(edittable, sizeof(edittable));
+ add_sysvar_table(dflt_vartable, sizeof(dflt_vartable));
#if USERFILE
#ifdef BINDIR /* For backwards compatibility */
/* Try to add tables in the OLD system lesskey file. */
- add_hometable(lesskey, NULL, BINDIR "/.sysless", 1);
+ add_hometable(lesskey, NULL, BINDIR "/.sysless", TRUE);
#endif
/*
* Try to load lesskey source file or binary file.
@@ -348,33 +371,36 @@ public void init_cmds(void)
* Try to add tables in system lesskey src file.
*/
#if HAVE_LESSKEYSRC
- if (add_hometable(lesskey_src, "LESSKEYIN_SYSTEM", LESSKEYINFILE_SYS, 1) != 0)
+ if (add_hometable(lesskey_src, "LESSKEYIN_SYSTEM", LESSKEYINFILE_SYS, TRUE) != 0)
#endif
{
/*
* Try to add the tables in the system lesskey binary file.
*/
- add_hometable(lesskey, "LESSKEY_SYSTEM", LESSKEYFILE_SYS, 1);
+ add_hometable(lesskey, "LESSKEY_SYSTEM", LESSKEYFILE_SYS, TRUE);
}
/*
* Try to add tables in the lesskey src file "$HOME/.lesskey".
*/
#if HAVE_LESSKEYSRC
- if (add_hometable(lesskey_src, "LESSKEYIN", DEF_LESSKEYINFILE, 0) != 0)
+ if (add_hometable(lesskey_src, "LESSKEYIN", DEF_LESSKEYINFILE, FALSE) != 0)
#endif
{
/*
* Try to add the tables in the standard lesskey binary file "$HOME/.less".
*/
- add_hometable(lesskey, "LESSKEY", LESSKEYFILE, 0);
+ add_hometable(lesskey, "LESSKEY", LESSKEYFILE, FALSE);
}
-#endif
+
+ add_content_table(lesskey_content, "LESSKEY_CONTENT_SYSTEM", TRUE);
+ add_content_table(lesskey_content, "LESSKEY_CONTENT", FALSE);
+#endif /* USERFILE */
}
/*
* Add a command table.
*/
-static int add_cmd_table(struct tablelist **tlist, char *buf, int len)
+static int add_cmd_table(struct tablelist **tlist, unsigned char *buf, size_t len)
{
struct tablelist *t;
@@ -391,15 +417,46 @@ static int add_cmd_table(struct tablelist **tlist, char *buf, int len)
}
t->t_start = buf;
t->t_end = buf + len;
- t->t_next = *tlist;
- *tlist = t;
+ t->t_next = NULL;
+ if (*tlist == NULL)
+ *tlist = t;
+ else
+ {
+ struct tablelist *e;
+ for (e = *tlist; e->t_next != NULL; e = e->t_next)
+ continue;
+ e->t_next = t;
+ }
return (0);
}
/*
+ * Remove the last command table in a list.
+ */
+static void pop_cmd_table(struct tablelist **tlist)
+{
+ struct tablelist *t;
+ if (*tlist == NULL)
+ return;
+ if ((*tlist)->t_next == NULL)
+ {
+ t = *tlist;
+ *tlist = NULL;
+ } else
+ {
+ struct tablelist *e;
+ for (e = *tlist; e->t_next->t_next != NULL; e = e->t_next)
+ continue;
+ t = e->t_next;
+ e->t_next = NULL;
+ }
+ free(t);
+}
+
+/*
* Add a command table.
*/
-public void add_fcmd_table(char *buf, int len)
+public void add_fcmd_table(unsigned char *buf, size_t len)
{
if (add_cmd_table(&list_fcmd_tables, buf, len) < 0)
error("Warning: some commands disabled", NULL_PARG);
@@ -408,7 +465,7 @@ public void add_fcmd_table(char *buf, int len)
/*
* Add an editing command table.
*/
-public void add_ecmd_table(char *buf, int len)
+public void add_ecmd_table(unsigned char *buf, size_t len)
{
if (add_cmd_table(&list_ecmd_tables, buf, len) < 0)
error("Warning: some edit commands disabled", NULL_PARG);
@@ -417,12 +474,27 @@ public void add_ecmd_table(char *buf, int len)
/*
* Add an environment variable table.
*/
-static void add_var_table(struct tablelist **tlist, char *buf, int len)
+static void add_var_table(struct tablelist **tlist, unsigned char *buf, size_t len)
{
- if (add_cmd_table(tlist, buf, len) < 0)
+ struct xbuffer xbuf;
+
+ xbuf_init(&xbuf);
+ expand_evars((char*)buf, len, &xbuf); /*{{unsigned-issue}}*/
+ /* {{ We leak the table in buf. expand_evars scribbled in it so it's useless anyway. }} */
+ if (add_cmd_table(tlist, xbuf.data, xbuf.end) < 0)
error("Warning: environment variables from lesskey file unavailable", NULL_PARG);
}
+public void add_uvar_table(unsigned char *buf, size_t len)
+{
+ add_var_table(&list_var_tables, buf, len);
+}
+
+public void add_sysvar_table(unsigned char *buf, size_t len)
+{
+ add_var_table(&list_sysvar_tables, buf, len);
+}
+
/*
* Return action for a mouse wheel down event.
*/
@@ -440,18 +512,42 @@ static int mouse_wheel_up(void)
}
/*
- * Return action for a mouse button release event.
+ * Return action for the left mouse button trigger.
*/
-static int mouse_button_rel(int x, int y)
+static int mouse_button_left(int x, int y)
{
/*
* {{ It would be better to return an action and then do this
* in commands() but it's nontrivial to pass y to it. }}
*/
+#if OSC8_LINK
+ if (osc8_click(y, x))
+ return (A_NOACTION);
+#else
+ (void) x;
+#endif /* OSC8_LINK */
if (y < sc_height-1)
{
setmark('#', y);
- screen_trashed = 1;
+ screen_trashed();
+ }
+ return (A_NOACTION);
+}
+
+/*
+ * Return action for the right mouse button trigger.
+ */
+static int mouse_button_right(int x, int y)
+{
+ (void) x;
+ /*
+ * {{ unlike mouse_button_left, we could return an action,
+ * but keep it near mouse_button_left for readability. }}
+ */
+ if (y < sc_height-1)
+ {
+ gomark('#');
+ screen_trashed();
}
return (A_NOACTION);
}
@@ -485,6 +581,7 @@ static int getcc_int(char *pterm)
*/
static int x11mouse_action(int skip)
{
+ static int prev_b = X11MOUSE_BUTTON_REL;
int b = getcc() - X11MOUSE_OFFSET;
int x = getcc() - X11MOUSE_OFFSET-1;
int y = getcc() - X11MOUSE_OFFSET-1;
@@ -492,13 +589,23 @@ static int x11mouse_action(int skip)
return (A_NOACTION);
switch (b) {
default:
+ prev_b = b;
return (A_NOACTION);
case X11MOUSE_WHEEL_DOWN:
return mouse_wheel_down();
case X11MOUSE_WHEEL_UP:
return mouse_wheel_up();
case X11MOUSE_BUTTON_REL:
- return mouse_button_rel(x, y);
+ /* to trigger on button-up, we check the last button-down */
+ switch (prev_b) {
+ case X11MOUSE_BUTTON1:
+ return mouse_button_left(x, y);
+ /* is BUTTON2 the rightmost with 2-buttons mouse? */
+ case X11MOUSE_BUTTON2:
+ case X11MOUSE_BUTTON3:
+ return mouse_button_right(x, y);
+ }
+ return (A_NOACTION);
}
}
@@ -523,20 +630,24 @@ static int x116mouse_action(int skip)
return mouse_wheel_down();
case X11MOUSE_WHEEL_UP:
return mouse_wheel_up();
+ case X11MOUSE_BUTTON1:
+ if (ch != 'm') return (A_NOACTION);
+ return mouse_button_left(x, y);
default:
if (ch != 'm') return (A_NOACTION);
- return mouse_button_rel(x, y);
+ /* any other button release */
+ return mouse_button_right(x, y);
}
}
/*
* Search a single command table for the command string in cmd.
*/
-static int cmd_search(char *cmd, char *table, char *endtable, char **sp)
+static int cmd_search(constant char *cmd, constant char *table, constant char *endtable, constant char **sp)
{
- char *p;
- char *q;
- int a;
+ constant char *p;
+ constant char *q;
+ int a = A_INVALID;
*sp = NULL;
for (p = table, q = cmd; p < endtable; p++, q++)
@@ -571,13 +682,15 @@ static int cmd_search(char *cmd, char *table, char *endtable, char **sp)
if (a & A_EXTRA)
{
*sp = ++p;
+ while (*p != '\0')
+ ++p;
a &= ~A_EXTRA;
}
if (a == A_X11MOUSE_IN)
a = x11mouse_action(0);
else if (a == A_X116MOUSE_IN)
a = x116mouse_action(0);
- return (a);
+ q = cmd-1;
}
} else if (*q == '\0')
{
@@ -586,7 +699,9 @@ static int cmd_search(char *cmd, char *table, char *endtable, char **sp)
* but not the end of the string in the command table.
* The user's command is incomplete.
*/
- return (A_PREFIX);
+ if (a == A_INVALID)
+ a = A_PREFIX;
+ q = cmd-1;
} else
{
/*
@@ -600,8 +715,10 @@ static int cmd_search(char *cmd, char *table, char *endtable, char **sp)
/*
* A_END_LIST is a special marker that tells
* us to abort the cmd search.
+ * Negative action means accept this action
+ * without searching any more cmd tables.
*/
- return (A_UINVALID);
+ return -a;
}
while (*p++ != '\0')
continue;
@@ -613,40 +730,44 @@ static int cmd_search(char *cmd, char *table, char *endtable, char **sp)
q = cmd-1;
}
}
- /*
- * No match found in the entire command table.
- */
- return (A_INVALID);
+ return (a);
}
/*
* Decode a command character and return the associated action.
* The "extra" string, if any, is returned in sp.
*/
-static int cmd_decode(struct tablelist *tlist, char *cmd, char **sp)
+static int cmd_decode(struct tablelist *tlist, constant char *cmd, constant char **sp)
{
struct tablelist *t;
int action = A_INVALID;
/*
- * Search thru all the command tables.
- * Stop when we find an action which is not A_INVALID.
+ * Search for the cmd thru all the command tables.
+ * If we find it more than once, take the last one.
*/
+ *sp = NULL;
for (t = tlist; t != NULL; t = t->t_next)
{
- action = cmd_search(cmd, t->t_start, t->t_end, sp);
- if (action != A_INVALID)
- break;
+ constant char *tsp;
+ int taction = cmd_search(cmd, (char *) t->t_start, (char *) t->t_end, &tsp);
+ if (taction == A_UINVALID)
+ taction = A_INVALID;
+ if (taction != A_INVALID)
+ {
+ *sp = tsp;
+ if (taction < 0)
+ return (-taction);
+ action = taction;
+ }
}
- if (action == A_UINVALID)
- action = A_INVALID;
return (action);
}
/*
* Decode a command from the cmdtables list.
*/
-public int fcmd_decode(char *cmd, char **sp)
+public int fcmd_decode(constant char *cmd, constant char **sp)
{
return (cmd_decode(list_fcmd_tables, cmd, sp));
}
@@ -654,7 +775,7 @@ public int fcmd_decode(char *cmd, char **sp)
/*
* Decode a command from the edittables list.
*/
-public int ecmd_decode(char *cmd, char **sp)
+public int ecmd_decode(constant char *cmd, constant char **sp)
{
return (cmd_decode(list_ecmd_tables, cmd, sp));
}
@@ -663,10 +784,10 @@ public int ecmd_decode(char *cmd, char **sp)
* Get the value of an environment variable.
* Looks first in the lesskey file, then in the real environment.
*/
-public char * lgetenv(char *var)
+public constant char * lgetenv(constant char *var)
{
int a;
- char *s;
+ constant char *s;
a = cmd_decode(list_var_tables, var, &s);
if (a == EV_OK)
@@ -681,9 +802,41 @@ public char * lgetenv(char *var)
}
/*
+ * Like lgetenv, but also uses a buffer partially filled with an env table.
+ */
+public constant char * lgetenv_ext(constant char *var, unsigned char *env_buf, size_t env_buf_len)
+{
+ constant char *r;
+ size_t e;
+ size_t env_end = 0;
+
+ for (e = 0;;)
+ {
+ for (; e < env_buf_len; e++)
+ if (env_buf[e] == '\0')
+ break;
+ if (e >= env_buf_len) break;
+ if (env_buf[++e] & A_EXTRA)
+ {
+ for (e = e+1; e < env_buf_len; e++)
+ if (env_buf[e] == '\0')
+ break;
+ }
+ e++;
+ if (e >= env_buf_len) break;
+ env_end = e;
+ }
+ /* Temporarily add env_buf to var_tables, do the lookup, then remove it. */
+ add_uvar_table(env_buf, env_end);
+ r = lgetenv(var);
+ pop_cmd_table(&list_var_tables);
+ return r;
+}
+
+/*
* Is a string null or empty?
*/
-public int isnullenv(char *s)
+public lbool isnullenv(constant char *s)
{
return (s == NULL || *s == '\0');
}
@@ -694,9 +847,9 @@ public int isnullenv(char *s)
* Integers are stored in a funny format:
* two bytes, low order first, in radix KRADIX.
*/
-static int gint(char **sp)
+static size_t gint(unsigned char **sp)
{
- int n;
+ size_t n;
n = *(*sp)++;
n += *(*sp)++ * KRADIX;
@@ -706,7 +859,7 @@ static int gint(char **sp)
/*
* Process an old (pre-v241) lesskey file.
*/
-static int old_lesskey(char *buf, int len)
+static int old_lesskey(unsigned char *buf, size_t len)
{
/*
* Old-style lesskey file.
@@ -724,12 +877,12 @@ static int old_lesskey(char *buf, int len)
/*
* Process a new (post-v241) lesskey file.
*/
-static int new_lesskey(char *buf, int len, int sysvar)
+static int new_lesskey(unsigned char *buf, size_t len, lbool sysvar)
{
- char *p;
- char *end;
+ unsigned char *p;
+ unsigned char *end;
int c;
- int n;
+ size_t n;
/*
* New-style lesskey file.
@@ -748,24 +901,26 @@ static int new_lesskey(char *buf, int len, int sysvar)
{
case CMD_SECTION:
n = gint(&p);
- if (n < 0 || p+n >= end)
+ if (p+n >= end)
return (-1);
add_fcmd_table(p, n);
p += n;
break;
case EDIT_SECTION:
n = gint(&p);
- if (n < 0 || p+n >= end)
+ if (p+n >= end)
return (-1);
add_ecmd_table(p, n);
p += n;
break;
case VAR_SECTION:
n = gint(&p);
- if (n < 0 || p+n >= end)
+ if (p+n >= end)
return (-1);
- add_var_table((sysvar) ?
- &list_sysvar_tables : &list_var_tables, p, n);
+ if (sysvar)
+ add_sysvar_table(p, n);
+ else
+ add_uvar_table(p, n);
p += n;
break;
case END_SECTION:
@@ -782,14 +937,14 @@ static int new_lesskey(char *buf, int len, int sysvar)
/*
* Set up a user command table, based on a "lesskey" file.
*/
-public int lesskey(char *filename, int sysvar)
+public int lesskey(constant char *filename, lbool sysvar)
{
- char *buf;
+ unsigned char *buf;
POSITION len;
- long n;
+ ssize_t n;
int f;
- if (secure)
+ if (!secure_allow(SF_LESSKEY))
return (1);
/*
* Try to open the lesskey file.
@@ -815,18 +970,18 @@ public int lesskey(char *filename, int sysvar)
close(f);
return (-1);
}
- if ((buf = (char *) calloc((int)len, sizeof(char))) == NULL)
+ if ((buf = (unsigned char *) calloc((size_t)len, sizeof(char))) == NULL)
{
close(f);
return (-1);
}
- if (lseek(f, (off_t)0, SEEK_SET) == BAD_LSEEK)
+ if (less_lseek(f, (less_off_t)0, SEEK_SET) == BAD_LSEEK)
{
free(buf);
close(f);
return (-1);
}
- n = read(f, buf, (unsigned int) len);
+ n = read(f, buf, (size_t) len);
close(f);
if (n != len)
{
@@ -841,24 +996,38 @@ public int lesskey(char *filename, int sysvar)
if (len < 4 ||
buf[0] != C0_LESSKEY_MAGIC || buf[1] != C1_LESSKEY_MAGIC ||
buf[2] != C2_LESSKEY_MAGIC || buf[3] != C3_LESSKEY_MAGIC)
- return (old_lesskey(buf, (int)len));
- return (new_lesskey(buf, (int)len, sysvar));
+ return (old_lesskey(buf, (size_t) len));
+ return (new_lesskey(buf, (size_t) len, sysvar));
}
#if HAVE_LESSKEYSRC
-public int lesskey_src(char *filename, int sysvar)
+static int lesskey_text(constant char *filename, lbool sysvar, lbool content)
{
static struct lesskey_tables tables;
- int r = parse_lesskey(filename, &tables);
+ if (!secure_allow(SF_LESSKEY))
+ return (1);
+ int r = content ? parse_lesskey_content(filename, &tables) : parse_lesskey(filename, &tables);
if (r != 0)
return (r);
- add_fcmd_table(xbuf_char_data(&tables.cmdtable.buf), tables.cmdtable.buf.end);
- add_ecmd_table(xbuf_char_data(&tables.edittable.buf), tables.edittable.buf.end);
- add_var_table(sysvar ? &list_sysvar_tables : &list_var_tables,
- xbuf_char_data(&tables.vartable.buf), tables.vartable.buf.end);
+ add_fcmd_table(tables.cmdtable.buf.data, tables.cmdtable.buf.end);
+ add_ecmd_table(tables.edittable.buf.data, tables.edittable.buf.end);
+ if (sysvar)
+ add_sysvar_table(tables.vartable.buf.data, tables.vartable.buf.end);
+ else
+ add_uvar_table(tables.vartable.buf.data, tables.vartable.buf.end);
return (0);
}
+public int lesskey_src(constant char *filename, lbool sysvar)
+{
+ return lesskey_text(filename, sysvar, FALSE);
+}
+
+public int lesskey_content(constant char *content, lbool sysvar)
+{
+ return lesskey_text(content, sysvar, TRUE);
+}
+
void lesskey_parse_error(char *s)
{
PARG parg;
@@ -870,24 +1039,25 @@ void lesskey_parse_error(char *s)
/*
* Add a lesskey file.
*/
-public int add_hometable(int (*call_lesskey)(char *, int), char *envname, char *def_filename, int sysvar)
+static int add_hometable(int (*call_lesskey)(constant char *, lbool), constant char *envname, constant char *def_filename, lbool sysvar)
{
- char *filename;
+ char *filename = NULL;
+ constant char *efilename;
int r;
- if (envname != NULL && (filename = lgetenv(envname)) != NULL)
- filename = save(filename);
+ if (envname != NULL && (efilename = lgetenv(envname)) != NULL)
+ filename = save(efilename);
else if (sysvar) /* def_filename is full path */
filename = save(def_filename);
else /* def_filename is just basename */
{
/* Remove first char (normally a dot) unless stored in $HOME. */
- char *xdg = lgetenv("XDG_CONFIG_HOME");
+ constant char *xdg = lgetenv("XDG_CONFIG_HOME");
if (!isnullenv(xdg))
filename = dirfile(xdg, &def_filename[1], 1);
if (filename == NULL)
{
- char *home = lgetenv("HOME");
+ constant char *home = lgetenv("HOME");
if (!isnullenv(home))
{
char *cfg_dir = dirfile(home, ".config", 0);
@@ -904,16 +1074,28 @@ public int add_hometable(int (*call_lesskey)(char *, int), char *envname, char *
free(filename);
return (r);
}
-#endif
+
+/*
+ * Add the content of a lesskey source file.
+ */
+static void add_content_table(int (*call_lesskey)(constant char *, lbool), constant char *envname, lbool sysvar)
+{
+ (void) call_lesskey; /* not used */
+ constant char *content = lgetenv(envname);
+ if (isnullenv(content))
+ return;
+ lesskey_content(content, sysvar);
+}
+#endif /* USERFILE */
/*
* See if a char is a special line-editing command.
*/
-public int editchar(int c, int flags)
+public int editchar(char c, int flags)
{
int action;
int nch;
- char *s;
+ constant char *s;
char usercmd[MAX_CMDLEN+1];
/*
@@ -939,7 +1121,7 @@ public int editchar(int c, int flags)
*/
nch = 0;
do {
- if (nch > 0)
+ if (nch > 0)
c = getcc();
usercmd[nch] = c;
usercmd[nch+1] = '\0';
diff --git a/defines.ds b/defines.ds
index 5b900c5bdd5c..03b9cc13165c 100644
--- a/defines.ds
+++ b/defines.ds
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -98,6 +98,12 @@
#define LOGFILE (!SECURE)
/*
+ * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * (to open OSC8 hyperlinks).
+ */
+#define OSC8_LINK 1
+
+/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
diff --git a/defines.h.in b/defines.h.in
index d3e80d1a5b0a..2b53b6ba48ef 100644
--- a/defines.h.in
+++ b/defines.h.in
@@ -88,6 +88,12 @@
#define LOGFILE (!SECURE)
/*
+ * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * (to open OSC8 hyperlinks).
+ */
+#define OSC8_LINK 1
+
+/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
@@ -234,7 +240,7 @@
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
-/* Define to 1 if you have the `fchmod' function. */
+/* Define to 1 if you have the 'fchmod' function. */
#undef HAVE_FCHMOD
/* Define to 1 if you have the <fcntl.h> header file. */
@@ -243,7 +249,7 @@
/* Define HAVE_FILENO if you have the fileno() macro. */
#undef HAVE_FILENO
-/* Define to 1 if you have the `fsync' function. */
+/* Define to 1 if you have the 'fsync' function. */
#undef HAVE_FSYNC
/* GNU regex library */
@@ -261,7 +267,7 @@
/* Define HAVE_LOCALE if you have locale.h and setlocale. */
#undef HAVE_LOCALE
-/* Define to 1 if you have the `nanosleep' function. */
+/* Define to 1 if you have the 'nanosleep' function. */
#undef HAVE_NANOSLEEP
/* Define to 1 if you have the <ncursesw/termcap.h> header file. */
@@ -279,20 +285,16 @@
/* PCRE2 (Perl-compatible regular expression) library */
#undef HAVE_PCRE2
-/* Define to 1 if you have the `poll' function. */
+/* Define to 1 if you have the 'poll' function. */
#undef HAVE_POLL
-/* Define to 1 if you have the `popen' function. */
+/* Define to 1 if you have the 'popen' function. */
#undef HAVE_POPEN
/* POSIX regcomp() and regex.h */
#undef HAVE_POSIX_REGCOMP
-/* Define HAVE_PROCFS if have have fstatfs with f_type and PROC_SUPER_MAGIC.
- */
-#undef HAVE_PROCFS
-
-/* Define to 1 if you have the `realpath' function. */
+/* Define to 1 if you have the 'realpath' function. */
#undef HAVE_REALPATH
/* System V regcmp() */
@@ -307,19 +309,19 @@
/* Define HAVE_SIGEMPTYSET if you have the sigemptyset macro. */
#undef HAVE_SIGEMPTYSET
-/* Define to 1 if you have the `sigprocmask' function. */
+/* Define to 1 if you have the 'sigprocmask' function. */
#undef HAVE_SIGPROCMASK
-/* Define to 1 if you have the `sigsetmask' function. */
+/* Define to 1 if you have the 'sigsetmask' function. */
#undef HAVE_SIGSETMASK
-/* Define to 1 if the system has the type `sigset_t'. */
+/* Define to 1 if the system has the type 'sigset_t'. */
#undef HAVE_SIGSET_T
-/* Define to 1 if you have the `snprintf' function. */
+/* Define to 1 if you have the 'snprintf' function. */
#undef HAVE_SNPRINTF
-/* Define to 1 if you have the `stat' function. */
+/* Define to 1 if you have the 'stat' function. */
#undef HAVE_STAT
/* Define HAVE_STAT_INO if your struct stat has st_ino and st_dev. */
@@ -346,10 +348,10 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
-/* Define to 1 if you have the `strsignal' function. */
+/* Define to 1 if you have the 'strsignal' function. */
#undef HAVE_STRSIGNAL
-/* Define to 1 if you have the `system' function. */
+/* Define to 1 if you have the 'system' function. */
#undef HAVE_SYSTEM
/* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable. */
@@ -388,7 +390,7 @@
/* Define HAVE_TIME_T if your system supports the "time_t" type. */
#undef HAVE_TIME_T
-/* Define to 1 if you have the `ttyname' function. */
+/* Define to 1 if you have the 'ttyname' function. */
#undef HAVE_TTYNAME
/* Define to 1 if you have the <unistd.h> header file. */
@@ -397,7 +399,7 @@
/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower. */
#undef HAVE_UPPER_LOWER
-/* Define to 1 if you have the `usleep' function. */
+/* Define to 1 if you have the 'usleep' function. */
#undef HAVE_USLEEP
/* Henry Spencer V8 regcomp() and regexp.h */
@@ -415,7 +417,7 @@
/* Define to 1 if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H
-/* Define to 1 if you have the `_setjmp' function. */
+/* Define to 1 if you have the '_setjmp' function. */
#undef HAVE__SETJMP
/* Define MUST_DEFINE_ERRNO if you have errno but it is not define in errno.h.
@@ -450,10 +452,10 @@
/* Define SECURE_COMPILE=1 to build a secure version of less. */
#undef SECURE_COMPILE
-/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
+/* Define to 1 if the 'S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
-/* Define to 1 if all of the C90 standard headers exist (not just the ones
+/* Define to 1 if all of the C89 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
@@ -461,14 +463,20 @@
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
-/* Define for large files, on AIX-style hosts. */
+/* Define to 1 on platforms where this makes off_t a 64-bit type. */
#undef _LARGE_FILES
-/* Define to empty if `const' does not conform to ANSI C. */
+/* Number of bits in time_t, on hosts where this is settable. */
+#undef _TIME_BITS
+
+/* Define to 1 on platforms where this makes time_t a 64-bit type. */
+#undef __MINGW_USE_VC2005_COMPAT
+
+/* Define to empty if 'const' does not conform to ANSI C. */
#undef const
-/* Define to `long int' if <sys/types.h> does not define. */
+/* Define to 'long int' if <sys/types.h> does not define. */
#undef off_t
-/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* Define as 'unsigned int' if <stddef.h> doesn't define. */
#undef size_t
diff --git a/defines.o2 b/defines.o2
index a1ee53adf92a..a4755bd46887 100644
--- a/defines.o2
+++ b/defines.o2
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -91,6 +91,12 @@
#define LOGFILE (!SECURE)
/*
+ * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * (to open OSC8 hyperlinks).
+ */
+#define OSC8_LINK 1
+
+/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
diff --git a/defines.o9 b/defines.o9
index a0303cd129bc..e387257d1728 100644
--- a/defines.o9
+++ b/defines.o9
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -90,6 +90,12 @@
#define LOGFILE (!SECURE)
/*
+ * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * (to open OSC8 hyperlinks).
+ */
+#define OSC8_LINK 1
+
+/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
diff --git a/defines.wn b/defines.wn
index 585d4703f8ca..e64ab594e1a0 100644
--- a/defines.wn
+++ b/defines.wn
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -91,6 +91,12 @@
#define LOGFILE (!SECURE)
/*
+ * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * (to open OSC8 hyperlinks).
+ */
+#define OSC8_LINK 1
+
+/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
@@ -190,7 +196,7 @@
#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 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 */
@@ -375,8 +381,16 @@
#endif
#define popen _popen
-#if !defined(_MSC_VER) || (_MSC_VER < 1900)
-#define snprintf _snprintf
+
+/*
+ * _snprintf in msvcrt/ucrt is non-compliant (no '\0' on overflow).
+ * ucrt has a C99 snprintf, and is the default since msvc 2015 (ver 1900).
+ * mingw with msvcrt has its own C99 snprintf, and with ucrt there's no need.
+ * so if we don't have a compliant snprintf, specify that there's none.
+ */
+#if !defined (MINGW) && (!defined(_MSC_VER) || (_MSC_VER < 1900))
+#undef HAVE_SNPRINTF
+#define HAVE_SNPRINTF 0
#endif
#ifndef MINGW
diff --git a/edit.c b/edit.c
index 515a4ff519d5..a5a84cc991da 100644
--- a/edit.c
+++ b/edit.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -16,14 +16,13 @@
#if HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
-#if OS2
+#if OS2 || __MVS__ || (defined WIFSIGNALED && defined WTERMSIG)
#include <signal.h>
#endif
public int fd0 = 0;
-extern int new_file;
-extern int cbufs;
+extern lbool new_file;
extern char *every_first_cmd;
extern int force_open;
extern int is_tty;
@@ -60,14 +59,14 @@ public ino_t curr_ino;
* words, returning each one as a standard null-terminated string.
* back_textlist does the same, but runs thru the list backwards.
*/
-public void init_textlist(struct textlist *tlist, char *str)
+public void init_textlist(struct textlist *tlist, mutable char *str)
{
char *s;
#if SPACES_IN_FILENAMES
- int meta_quoted = 0;
- int delim_quoted = 0;
- char *esc = get_meta_escape();
- int esclen = (int) strlen(esc);
+ lbool meta_quoted = FALSE;
+ lbool delim_quoted = FALSE;
+ constant char *esc = get_meta_escape();
+ size_t esclen = strlen(esc);
#endif
tlist->string = skipsp(str);
@@ -101,9 +100,9 @@ public void init_textlist(struct textlist *tlist, char *str)
}
}
-public char * forw_textlist(struct textlist *tlist, char *prev)
+public constant char * forw_textlist(struct textlist *tlist, constant char *prev)
{
- char *s;
+ constant char *s;
/*
* prev == NULL means return the first word in the list.
@@ -122,9 +121,9 @@ public char * forw_textlist(struct textlist *tlist, char *prev)
return (s);
}
-public char * back_textlist(struct textlist *tlist, char *prev)
+public constant char * back_textlist(struct textlist *tlist, constant char *prev)
{
- char *s;
+ constant char *s;
/*
* prev == NULL means return the last word in the list.
@@ -148,9 +147,9 @@ public char * back_textlist(struct textlist *tlist, char *prev)
/*
* Parse a single option setting in a modeline.
*/
-static void modeline_option(char *str, int opt_len)
+static void modeline_option(constant char *str, size_t opt_len)
{
- struct mloption { char *opt_name; void (*opt_func)(char*,int); };
+ struct mloption { constant char *opt_name; void (*opt_func)(constant char*,size_t); };
struct mloption options[] = {
{ "ts=", set_tabs },
{ "tabstop=", set_tabs },
@@ -159,7 +158,7 @@ static void modeline_option(char *str, int opt_len)
struct mloption *opt;
for (opt = options; opt->opt_name != NULL; opt++)
{
- int name_len = strlen(opt->opt_name);
+ size_t name_len = strlen(opt->opt_name);
if (opt_len > name_len && strncmp(str, opt->opt_name, name_len) == 0)
{
(*opt->opt_func)(str + name_len, opt_len - name_len);
@@ -172,10 +171,10 @@ static void modeline_option(char *str, int opt_len)
* String length, terminated by option separator (space or colon).
* Space/colon can be escaped with backspace.
*/
-static int modeline_option_len(char *str)
+static size_t modeline_option_len(constant char *str)
{
- int esc = FALSE;
- char *s;
+ lbool esc = FALSE;
+ constant char *s;
for (s = str; *s != '\0'; s++)
{
if (esc)
@@ -185,18 +184,18 @@ static int modeline_option_len(char *str)
else if (*s == ' ' || *s == ':') /* separator */
break;
}
- return (s - str);
+ return ptr_diff(s, str);
}
/*
* Parse colon- or space-separated option settings in a modeline.
*/
-static void modeline_options(char *str, char end_char)
+static void modeline_options(constant char *str, char end_char)
{
for (;;)
{
- int opt_len;
- str = skipsp(str);
+ size_t opt_len;
+ str = skipspc(str);
if (*str == '\0' || *str == end_char)
break;
opt_len = modeline_option_len(str);
@@ -210,21 +209,21 @@ static void modeline_options(char *str, char end_char)
/*
* See if there is a modeline string in a line.
*/
-static void check_modeline(char *line)
+static void check_modeline(constant char *line)
{
#if HAVE_STRSTR
- static char *pgms[] = { "less:", "vim:", "vi:", "ex:", NULL };
- char **pgm;
+ static constant char *pgms[] = { "less:", "vim:", "vi:", "ex:", NULL };
+ constant char **pgm;
for (pgm = pgms; *pgm != NULL; ++pgm)
{
- char *pline = line;
+ constant char *pline = line;
for (;;)
{
- char *str;
+ constant char *str;
pline = strstr(pline, *pgm);
if (pline == NULL) /* pgm is not in this line */
break;
- str = skipsp(pline + strlen(*pgm));
+ str = skipspc(pline + strlen(*pgm));
if (pline == line || pline[-1] == ' ')
{
if (strncmp(str, "set ", 4) == 0)
@@ -249,8 +248,8 @@ static void check_modelines(void)
int i;
for (i = 0; i < modelines; i++)
{
- char *line;
- int line_len;
+ constant char *line;
+ size_t line_len;
if (ABORT_SIGS())
return;
pos = forw_raw_line(pos, &line, &line_len);
@@ -266,6 +265,7 @@ static void check_modelines(void)
static void close_pipe(FILE *pipefd)
{
int status;
+ char *p;
PARG parg;
if (pipefd == NULL)
@@ -281,9 +281,10 @@ static void close_pipe(FILE *pipefd)
if (status == -1)
{
/* An internal error in 'less', not a preprocessor error. */
- parg.p_string = errno_message("pclose");
+ p = errno_message("pclose");
+ parg.p_string = p;
error("%s", &parg);
- free(parg.p_string);
+ free(p);
return;
}
if (!show_preproc_error)
@@ -300,7 +301,7 @@ static void close_pipe(FILE *pipefd)
return;
}
#endif
-#if defined WIFSIGNALED && defined WTERMSIG && HAVE_STRSIGNAL
+#if defined WIFSIGNALED && defined WTERMSIG
if (WIFSIGNALED(status))
{
int sig = WTERMSIG(status);
@@ -350,7 +351,7 @@ public void check_altpipe_error(void)
static void close_file(void)
{
struct scrpos scrpos;
- char *altfilename;
+ constant char *altfilename;
if (curr_ifile == NULL_IFILE)
return;
@@ -391,7 +392,7 @@ static void close_file(void)
* Filename == "-" means standard input.
* Filename == NULL means just close the current file.
*/
-public int edit(char *filename)
+public int edit(constant char *filename)
{
if (filename == NULL)
return (edit_ifile(NULL_IFILE));
@@ -401,20 +402,19 @@ public int edit(char *filename)
/*
* Clean up what edit_ifile did before error return.
*/
-static int edit_error(char *filename, char *alt_filename, void *altpipe, IFILE ifile, IFILE was_curr_ifile)
+static int edit_error(constant char *filename, constant char *alt_filename, void *altpipe, IFILE ifile)
{
if (alt_filename != NULL)
{
close_pipe(altpipe);
close_altfile(alt_filename, filename);
- free(alt_filename);
+ free((char*)alt_filename); /* FIXME: WTF? */
}
del_ifile(ifile);
- free(filename);
/*
* Re-open the current file.
*/
- if (was_curr_ifile == ifile)
+ if (curr_ifile == ifile)
{
/*
* Whoops. The "current" ifile is the one we just deleted.
@@ -422,7 +422,6 @@ static int edit_error(char *filename, char *alt_filename, void *altpipe, IFILE i
*/
quit(QUIT_ERROR);
}
- reedit_ifile(was_curr_ifile);
return (1);
}
@@ -435,13 +434,15 @@ public int edit_ifile(IFILE ifile)
int f;
int answer;
int chflags;
- char *filename;
- char *open_filename;
+ constant char *filename;
+ constant char *open_filename;
char *alt_filename;
void *altpipe;
IFILE was_curr_ifile;
+ char *p;
PARG parg;
-
+ ssize_t nread = 0;
+
if (ifile == curr_ifile)
{
/*
@@ -449,31 +450,143 @@ public int edit_ifile(IFILE ifile)
*/
return (0);
}
+ new_file = TRUE;
+
+ if (ifile != NULL_IFILE)
+ {
+ /*
+ * See if LESSOPEN specifies an "alternate" file to open.
+ */
+ filename = get_filename(ifile);
+ altpipe = get_altpipe(ifile);
+ if (altpipe != NULL)
+ {
+ /*
+ * File is already open.
+ * chflags and f are not used by ch_init if ifile has
+ * filestate which should be the case if we're here.
+ * Set them here to avoid uninitialized variable warnings.
+ */
+ chflags = 0;
+ f = -1;
+ alt_filename = get_altfilename(ifile);
+ open_filename = (alt_filename != NULL) ? alt_filename : filename;
+ } else
+ {
+ if (strcmp(filename, FAKE_HELPFILE) == 0 ||
+ strcmp(filename, FAKE_EMPTYFILE) == 0)
+ alt_filename = NULL;
+ else
+ alt_filename = open_altfile(filename, &f, &altpipe);
+
+ open_filename = (alt_filename != NULL) ? alt_filename : filename;
+
+ chflags = 0;
+ if (altpipe != NULL)
+ {
+ /*
+ * The alternate "file" is actually a pipe.
+ * f has already been set to the file descriptor of the pipe
+ * in the call to open_altfile above.
+ * Keep the file descriptor open because it was opened
+ * via popen(), and pclose() wants to close it.
+ */
+ chflags |= CH_POPENED;
+ if (strcmp(filename, "-") == 0)
+ chflags |= CH_KEEPOPEN;
+ } else if (strcmp(filename, "-") == 0)
+ {
+ /*
+ * Use standard input.
+ * Keep the file descriptor open because we can't reopen it.
+ */
+ f = fd0;
+ chflags |= CH_KEEPOPEN;
+ /*
+ * Must switch stdin to BINARY mode.
+ */
+ SET_BINARY(f);
+#if MSDOS_COMPILER==DJGPPC
+ /*
+ * Setting stdin to binary by default causes
+ * Ctrl-C to not raise SIGINT. We must undo
+ * that side-effect.
+ */
+ __djgpp_set_ctrl_c(1);
+#endif
+ } else if (strcmp(open_filename, FAKE_EMPTYFILE) == 0)
+ {
+ f = -1;
+ chflags |= CH_NODATA;
+ } else if (strcmp(open_filename, FAKE_HELPFILE) == 0)
+ {
+ f = -1;
+ chflags |= CH_HELPFILE;
+ } else if ((p = bad_file(open_filename)) != NULL)
+ {
+ /*
+ * It looks like a bad file. Don't try to open it.
+ */
+ parg.p_string = p;
+ error("%s", &parg);
+ free(p);
+ return edit_error(filename, alt_filename, altpipe, ifile);
+ } else if ((f = open(open_filename, OPEN_READ)) < 0)
+ {
+ /*
+ * Got an error trying to open it.
+ */
+ char *p = errno_message(filename);
+ parg.p_string = p;
+ error("%s", &parg);
+ free(p);
+ return edit_error(filename, alt_filename, altpipe, ifile);
+ } else
+ {
+ chflags |= CH_CANSEEK;
+ if (bin_file(f, &nread) && !force_open && !opened(ifile))
+ {
+ /*
+ * Looks like a binary file.
+ * Ask user if we should proceed.
+ */
+ parg.p_string = filename;
+ answer = query("\"%s\" may be a binary file. See it anyway? ", &parg);
+ if (answer != 'y' && answer != 'Y')
+ {
+ close(f);
+ return edit_error(filename, alt_filename, altpipe, ifile);
+ }
+ }
+ }
+ }
+ if (!force_open && f >= 0 && isatty(f))
+ {
+ PARG parg;
+ parg.p_string = filename;
+ error("%s is a terminal (use -f to open it)", &parg);
+ return edit_error(filename, alt_filename, altpipe, ifile);
+ }
+ }
- /*
- * We must close the currently open file now.
- * This is necessary to make the open_altfile/close_altfile pairs
- * nest properly (or rather to avoid nesting at all).
- * {{ Some stupid implementations of popen() mess up if you do:
- * fA = popen("A"); fB = popen("B"); pclose(fA); pclose(fB); }}
- */
#if LOGFILE
end_logfile();
#endif
was_curr_ifile = save_curr_ifile();
if (curr_ifile != NULL_IFILE)
{
- chflags = ch_getflags();
+ int was_helpfile = (ch_getflags() & CH_HELPFILE);
close_file();
- if ((chflags & CH_HELPFILE) && held_ifile(was_curr_ifile) <= 1)
+ if (was_helpfile && held_ifile(was_curr_ifile) <= 1)
{
/*
* Don't keep the help file in the ifile list.
*/
del_ifile(was_curr_ifile);
- was_curr_ifile = old_ifile;
+ was_curr_ifile = NULL_IFILE;
}
}
+ unsave_ifile(was_curr_ifile);
if (ifile == NULL_IFILE)
{
@@ -483,145 +596,26 @@ public int edit_ifile(IFILE ifile)
* you're supposed to have saved curr_ifile yourself,
* and you'll restore it if necessary.)
*/
- unsave_ifile(was_curr_ifile);
return (0);
}
- filename = save(get_filename(ifile));
-
/*
- * See if LESSOPEN specifies an "alternate" file to open.
- */
- altpipe = get_altpipe(ifile);
- if (altpipe != NULL)
- {
- /*
- * File is already open.
- * chflags and f are not used by ch_init if ifile has
- * filestate which should be the case if we're here.
- * Set them here to avoid uninitialized variable warnings.
- */
- chflags = 0;
- f = -1;
- alt_filename = get_altfilename(ifile);
- open_filename = (alt_filename != NULL) ? alt_filename : filename;
- } else
- {
- if (strcmp(filename, FAKE_HELPFILE) == 0 ||
- strcmp(filename, FAKE_EMPTYFILE) == 0)
- alt_filename = NULL;
- else
- alt_filename = open_altfile(filename, &f, &altpipe);
-
- open_filename = (alt_filename != NULL) ? alt_filename : filename;
-
- chflags = 0;
- if (altpipe != NULL)
- {
- /*
- * The alternate "file" is actually a pipe.
- * f has already been set to the file descriptor of the pipe
- * in the call to open_altfile above.
- * Keep the file descriptor open because it was opened
- * via popen(), and pclose() wants to close it.
- */
- chflags |= CH_POPENED;
- if (strcmp(filename, "-") == 0)
- chflags |= CH_KEEPOPEN;
- } else if (strcmp(filename, "-") == 0)
- {
- /*
- * Use standard input.
- * Keep the file descriptor open because we can't reopen it.
- */
- f = fd0;
- chflags |= CH_KEEPOPEN;
- /*
- * Must switch stdin to BINARY mode.
- */
- SET_BINARY(f);
-#if MSDOS_COMPILER==DJGPPC
- /*
- * Setting stdin to binary by default causes
- * Ctrl-C to not raise SIGINT. We must undo
- * that side-effect.
- */
- __djgpp_set_ctrl_c(1);
-#endif
- } else if (strcmp(open_filename, FAKE_EMPTYFILE) == 0)
- {
- f = -1;
- chflags |= CH_NODATA;
- } else if (strcmp(open_filename, FAKE_HELPFILE) == 0)
- {
- f = -1;
- chflags |= CH_HELPFILE;
- } else if ((parg.p_string = bad_file(open_filename)) != NULL)
- {
- /*
- * It looks like a bad file. Don't try to open it.
- */
- error("%s", &parg);
- free(parg.p_string);
- return edit_error(filename, alt_filename, altpipe, ifile, was_curr_ifile);
- } else if ((f = open(open_filename, OPEN_READ)) < 0)
- {
- /*
- * Got an error trying to open it.
- */
- parg.p_string = errno_message(filename);
- error("%s", &parg);
- free(parg.p_string);
- return edit_error(filename, alt_filename, altpipe, ifile, was_curr_ifile);
- } else
- {
- chflags |= CH_CANSEEK;
- if (!force_open && !opened(ifile) && bin_file(f))
- {
- /*
- * Looks like a binary file.
- * Ask user if we should proceed.
- */
- parg.p_string = filename;
- answer = query("\"%s\" may be a binary file. See it anyway? ",
- &parg);
- if (answer != 'y' && answer != 'Y')
- {
- close(f);
- return edit_error(filename, alt_filename, altpipe, ifile, was_curr_ifile);
- }
- }
- }
- }
- if (!force_open && f >= 0 && isatty(f))
- {
- PARG parg;
- parg.p_string = filename;
- error("%s is a terminal (use -f to open it)", &parg);
- return edit_error(filename, alt_filename, altpipe, ifile, was_curr_ifile);
- }
-
- /*
- * Get the new ifile.
+ * Set up the new ifile.
* Get the saved position for the file.
*/
- if (was_curr_ifile != NULL_IFILE)
- {
- old_ifile = was_curr_ifile;
- unsave_ifile(was_curr_ifile);
- }
curr_ifile = ifile;
set_altfilename(curr_ifile, alt_filename);
set_altpipe(curr_ifile, altpipe);
set_open(curr_ifile); /* File has been opened */
get_pos(curr_ifile, &initial_scrpos);
- new_file = TRUE;
- ch_init(f, chflags);
+ ch_init(f, chflags, nread);
consecutive_nulls = 0;
check_modelines();
if (!(chflags & CH_HELPFILE))
{
+ if (was_curr_ifile != NULL_IFILE)
+ old_ifile = was_curr_ifile;
#if LOGFILE
if (namelogfile != NULL && is_tty)
use_logfile(namelogfile);
@@ -642,7 +636,7 @@ public int edit_ifile(IFILE ifile)
if (every_first_cmd != NULL)
{
ungetsc(every_first_cmd);
- ungetcc_back(CHAR_END_COMMAND);
+ ungetcc_end_command();
}
}
@@ -671,8 +665,8 @@ public int edit_ifile(IFILE ifile)
}
if (want_filesize)
scan_eof();
+ set_header(ch_zero());
}
- free(filename);
return (0);
}
@@ -684,10 +678,10 @@ public int edit_ifile(IFILE ifile)
public int edit_list(char *filelist)
{
IFILE save_ifile;
- char *good_filename;
- char *filename;
+ constant char *good_filename;
+ constant char *filename;
char *gfilelist;
- char *gfilename;
+ constant char *gfilename;
char *qfilename;
struct textlist tl_files;
struct textlist tl_gfiles;
@@ -931,7 +925,7 @@ public void cat_file(void)
* is standard input, create the log file.
* We take care not to blindly overwrite an existing file.
*/
-public void use_logfile(char *filename)
+public void use_logfile(constant char *filename)
{
int exists;
int answer;
@@ -984,7 +978,7 @@ loop:
* Append: open the file and seek to the end.
*/
logfile = open(filename, OPEN_APPEND);
- if (lseek(logfile, (off_t)0, SEEK_END) == BAD_LSEEK)
+ if (less_lseek(logfile, (less_off_t)0, SEEK_END) == BAD_LSEEK)
{
close(logfile);
logfile = -1;
diff --git a/evar.c b/evar.c
new file mode 100644
index 000000000000..adda16d297a1
--- /dev/null
+++ b/evar.c
@@ -0,0 +1,192 @@
+/*
+ * Copyright (C) 1984-2024 Mark Nudelman
+ *
+ * You may distribute under the terms of either the GNU General Public
+ * License or the Less License, as specified in the README file.
+ *
+ * For more information, see the README file.
+ */
+
+/*
+ * Code to support expanding environment variables in text.
+ */
+
+#include "less.h"
+#include "xbuf.h"
+
+struct replace {
+ struct replace *r_next;
+ char *r_fm;
+ char *r_to;
+};
+
+/*
+ * Skip to the next unescaped slash or right curly bracket in a string.
+ */
+static size_t skipsl(constant char *buf, size_t len, size_t e)
+{
+ lbool esc = FALSE;
+ while (e < len && buf[e] != '\0' && (esc || (buf[e] != '/' && buf[e] != '}')))
+ {
+ esc = (!esc && buf[e] == '\\');
+ ++e;
+ }
+ return e;
+}
+
+/*
+ * Parse a replacement string: one or more instances of
+ * (slash, pattern, slash, replacement), followed by right curly bracket.
+ * Replacement may be empty in which case the second slash is optional.
+ */
+static struct replace * make_replaces(mutable char *buf, size_t len, size_t *pe, char term)
+{
+ size_t e = *pe;
+ struct replace *replaces = NULL;
+
+ while (term == '/')
+ {
+ struct replace *repl;
+ size_t to;
+ size_t fm = e;
+ e = skipsl(buf, len, e);
+ if (e >= len) break;
+ if (e == fm) /* missing fm string; we're done */
+ {
+ while (e < len)
+ if (buf[e++] == '}') break;
+ break;
+ }
+ term = buf[e];
+ buf[e++] = '\0'; /* terminate the fm string */
+ if (term != '/') /* missing to string */
+ {
+ to = e-1;
+ } else
+ {
+ to = e;
+ e = skipsl(buf, len, e);
+ if (e >= len) break;
+ term = buf[e];
+ buf[e++] = '\0'; /* terminate the to string */
+ }
+ repl = ecalloc(1, sizeof(struct replace));
+ repl->r_fm = &buf[fm];
+ repl->r_to = &buf[to];
+ repl->r_next = replaces;
+ replaces = repl;
+ }
+ *pe = e;
+ return replaces;
+}
+
+/*
+ * Free a list of replace structs.
+ */
+static void free_replaces(struct replace *replaces)
+{
+ while (replaces != NULL)
+ {
+ struct replace *r = replaces;
+ replaces = r->r_next;
+ free(r);
+ }
+}
+
+/*
+ * See if the initial substring of a string matches a pattern.
+ * Backslash escapes in the pattern are ignored.
+ * Return the length of the matched substring, or 0 if no match.
+ */
+static size_t evar_match(constant char *str, constant char *pat)
+{
+ size_t len = 0;
+ while (*pat != '\0')
+ {
+ if (*pat == '\\') ++pat;
+ if (*str++ != *pat++) return 0;
+ ++len;
+ }
+ return len;
+}
+
+/*
+ * Find the replacement for a string (&evar[*pv]),
+ * given a list of replace structs.
+ */
+static constant char * find_replace(constant struct replace *repl, constant char *evar, size_t *pv)
+{
+ for (; repl != NULL; repl = repl->r_next)
+ {
+ size_t len = evar_match(&evar[*pv], repl->r_fm);
+ if (len > 0)
+ {
+ *pv += len;
+ return repl->r_to;
+ }
+ }
+ return NULL;
+}
+
+/*
+ * With buf[e] positioned just after NAME in "${NAME" and
+ * term containing the character at that point, parse the rest
+ * of the environment var string (including the final right curly bracket).
+ * Write evar to xbuf, performing any specified text replacements.
+ * Return the new value of e to point just after the final right curly bracket.
+ */
+static size_t add_evar(struct xbuffer *xbuf, mutable char *buf, size_t len, size_t e, constant char *evar, char term)
+{
+ struct replace *replaces = make_replaces(buf, len, &e, term);
+ size_t v;
+
+ for (v = 0; evar[v] != '\0'; )
+ {
+ constant char *repl = find_replace(replaces, evar, &v);
+ if (repl == NULL)
+ xbuf_add_char(xbuf, evar[v++]);
+ else
+ {
+ size_t r;
+ for (r = 0; repl[r] != '\0'; r++)
+ {
+ if (repl[r] == '\\') ++r;
+ xbuf_add_char(xbuf, repl[r]);
+ }
+ }
+ }
+ free_replaces(replaces);
+ return e;
+}
+
+/*
+ * Expand env variables in a string.
+ * Writes expanded output to xbuf. Corrupts buf.
+ */
+public void expand_evars(mutable char *buf, size_t len, struct xbuffer *xbuf)
+{
+ size_t i;
+ for (i = 0; i < len; )
+ {
+ if (i+1 < len && buf[i] == '$' && buf[i+1] == '{')
+ {
+ constant char *evar;
+ char term;
+ size_t e;
+ i += 2; /* skip "${" */
+ for (e = i; e < len; e++)
+ if (buf[e] == '\0' || buf[e] == '}' || buf[e] == '/')
+ break;
+ if (e >= len || buf[e] == '\0')
+ break; /* missing right curly bracket; ignore var */
+ term = buf[e];
+ buf[e++] = '\0';
+ evar = lgetenv_ext(&buf[i], xbuf->data, xbuf->end);
+ if (evar == NULL) evar = "";
+ i = add_evar(xbuf, buf, len, e, evar, term);
+ } else
+ {
+ xbuf_add_char(xbuf, buf[i++]);
+ }
+ }
+}
diff --git a/filename.c b/filename.c
index a8726dc26e34..219eac730e80 100644
--- a/filename.c
+++ b/filename.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -44,7 +44,6 @@
#endif
extern int force_open;
-extern int secure;
extern int use_lessopen;
extern int ctldisp;
extern int utf_mode;
@@ -62,7 +61,7 @@ extern dev_t curr_dev;
/*
* Remove quotes around a filename.
*/
-public char * shell_unquote(char *str)
+public char * shell_unquote(constant char *str)
{
char *name;
char *p;
@@ -83,8 +82,8 @@ public char * shell_unquote(char *str)
}
} else
{
- char *esc = get_meta_escape();
- int esclen = (int) strlen(esc);
+ constant char *esc = get_meta_escape();
+ size_t esclen = strlen(esc);
while (*str != '\0')
{
if (esclen > 0 && strncmp(str, esc, esclen) == 0)
@@ -99,9 +98,9 @@ public char * shell_unquote(char *str)
/*
* Get the shell's escape character.
*/
-public char * get_meta_escape(void)
+public constant char * get_meta_escape(void)
{
- char *s;
+ constant char *s;
s = lgetenv("LESSMETAESCAPE");
if (s == NULL)
@@ -112,9 +111,9 @@ public char * get_meta_escape(void)
/*
* Get the characters which the shell considers to be "metacharacters".
*/
-static char * metachars(void)
+static constant char * metachars(void)
{
- static char *mchars = NULL;
+ static constant char *mchars = NULL;
if (mchars == NULL)
{
@@ -128,33 +127,43 @@ static char * metachars(void)
/*
* Is this a shell metacharacter?
*/
-static int metachar(char c)
+static lbool metachar(char c)
{
return (strchr(metachars(), c) != NULL);
}
/*
+ * Must use quotes rather than escape char for this metachar?
+ */
+static lbool must_quote(char c)
+{
+ /* {{ Maybe the set of must_quote chars should be configurable? }} */
+ return (c == '\n');
+}
+
+/*
* Insert a backslash before each metacharacter in a string.
*/
-public char * shell_quote(char *s)
+public char * shell_quoten(constant char *s, size_t slen)
{
- char *p;
+ constant char *p;
+ char *np;
char *newstr;
- int len;
- char *esc = get_meta_escape();
- int esclen = (int) strlen(esc);
- int use_quotes = 0;
- int have_quotes = 0;
+ size_t len;
+ constant char *esc = get_meta_escape();
+ size_t esclen = strlen(esc);
+ lbool use_quotes = FALSE;
+ lbool have_quotes = FALSE;
/*
* Determine how big a string we need to allocate.
*/
len = 1; /* Trailing null byte */
- for (p = s; *p != '\0'; p++)
+ for (p = s; p < s + slen; p++)
{
len++;
if (*p == openquote || *p == closequote)
- have_quotes = 1;
+ have_quotes = TRUE;
if (metachar(*p))
{
if (esclen == 0)
@@ -163,7 +172,10 @@ public char * shell_quote(char *s)
* We've got a metachar, but this shell
* doesn't support escape chars. Use quotes.
*/
- use_quotes = 1;
+ use_quotes = TRUE;
+ } else if (must_quote(*p))
+ {
+ len += 3; /* open quote + char + close quote */
} else
{
/*
@@ -180,42 +192,55 @@ public char * shell_quote(char *s)
* We can't quote a string that contains quotes.
*/
return (NULL);
- len = (int) strlen(s) + 3;
+ len = slen + 3;
}
/*
* Allocate and construct the new string.
*/
- newstr = p = (char *) ecalloc(len, sizeof(char));
+ newstr = np = (char *) ecalloc(len, sizeof(char));
if (use_quotes)
{
- SNPRINTF3(newstr, len, "%c%s%c", openquote, s, closequote);
+ SNPRINTF4(newstr, len, "%c%.*s%c", openquote, (int) slen, s, closequote);
} else
{
- while (*s != '\0')
+ constant char *es = s + slen;
+ while (s < es)
{
- if (metachar(*s))
+ if (!metachar(*s))
{
- /*
- * Add the escape char.
- */
- strcpy(p, esc);
- p += esclen;
+ *np++ = *s++;
+ } else if (must_quote(*s))
+ {
+ /* Surround the char with quotes. */
+ *np++ = openquote;
+ *np++ = *s++;
+ *np++ = closequote;
+ } else
+ {
+ /* Insert an escape char before the char. */
+ strcpy(np, esc);
+ np += esclen;
+ *np++ = *s++;
}
- *p++ = *s++;
}
- *p = '\0';
+ *np = '\0';
}
return (newstr);
}
+public char * shell_quote(constant char *s)
+{
+ return shell_quoten(s, strlen(s));
+}
+
/*
* Return a pathname that points to a specified file in a specified directory.
* Return NULL if the file does not exist in the directory.
*/
-public char * dirfile(char *dirname, char *filename, int must_exist)
+public char * dirfile(constant char *dirname, constant char *filename, int must_exist)
{
char *pathname;
- int len;
+ size_t len;
int f;
if (dirname == NULL || *dirname == '\0')
@@ -223,7 +248,7 @@ public char * dirfile(char *dirname, char *filename, int must_exist)
/*
* Construct the full pathname.
*/
- len = (int) (strlen(dirname) + strlen(filename) + 2);
+ len = strlen(dirname) + strlen(filename) + 2;
pathname = (char *) calloc(len, sizeof(char));
if (pathname == NULL)
return (NULL);
@@ -249,7 +274,7 @@ public char * dirfile(char *dirname, char *filename, int must_exist)
/*
* Return the full pathname of the given file in the "home directory".
*/
-public char * homefile(char *filename)
+public char * homefile(constant char *filename)
{
char *pathname;
@@ -284,97 +309,92 @@ public char * homefile(char *filename)
return (NULL);
}
-/*
- * Expand a string, substituting any "%" with the current filename,
- * and any "#" with the previous filename.
- * But a string of N "%"s is just replaced with N-1 "%"s.
- * Likewise for a string of N "#"s.
- * {{ This is a lot of work just to support % and #. }}
- */
-public char * fexpand(char *s)
+typedef struct xcpy { char *dest; size_t copied; } xcpy;
+
+static void xcpy_char(xcpy *xp, char ch)
{
- char *fr, *to;
- int n;
- char *e;
- IFILE ifile;
+ if (xp->dest != NULL) *(xp->dest)++ = ch;
+ xp->copied++;
+}
-#define fchar_ifile(c) \
- ((c) == '%' ? curr_ifile : \
- (c) == '#' ? old_ifile : NULL_IFILE)
+static void xcpy_filename(xcpy *xp, constant char *str)
+{
+ /* If filename contains spaces, quote it
+ * to prevent edit_list from splitting it. */
+ lbool quote = (strchr(str, ' ') != NULL);
+ if (quote)
+ xcpy_char(xp, openquote);
+ for (; *str != '\0'; str++)
+ xcpy_char(xp, *str);
+ if (quote)
+ xcpy_char(xp, closequote);
+}
- /*
- * Make one pass to see how big a buffer we
- * need to allocate for the expanded string.
- */
- n = 0;
- for (fr = s; *fr != '\0'; fr++)
+static size_t fexpand_copy(constant char *fr, char *to)
+{
+ xcpy xp;
+ xp.copied = 0;
+ xp.dest = to;
+
+ for (; *fr != '\0'; fr++)
{
+ lbool expand = FALSE;
switch (*fr)
{
case '%':
case '#':
- if (fr > s && fr[-1] == *fr)
+ if (fr[1] == *fr)
{
- /*
- * Second (or later) char in a string
- * of identical chars. Treat as normal.
- */
- n++;
- } else if (fr[1] != *fr)
+ /* Two identical chars. Output just one. */
+ fr += 1;
+ } else
{
- /*
- * Single char (not repeated). Treat specially.
- */
- ifile = fchar_ifile(*fr);
- if (ifile == NULL_IFILE)
- n++;
- else
- n += (int) strlen(get_filename(ifile));
+ /* Single char. Expand to a (quoted) file name. */
+ expand = TRUE;
}
- /*
- * Else it is the first char in a string of
- * identical chars. Just discard it.
- */
break;
default:
- n++;
break;
}
+ if (expand)
+ {
+ IFILE ifile = (*fr == '%') ? curr_ifile : (*fr == '#') ? old_ifile : NULL_IFILE;
+ if (ifile == NULL_IFILE)
+ xcpy_char(&xp, *fr);
+ else
+ xcpy_filename(&xp, get_filename(ifile));
+ } else
+ {
+ xcpy_char(&xp, *fr);
+ }
}
+ xcpy_char(&xp, '\0');
+ return xp.copied;
+}
- e = (char *) ecalloc(n+1, sizeof(char));
+/*
+ * Expand a string, substituting any "%" with the current filename,
+ * and any "#" with the previous filename.
+ * But a string of N "%"s is just replaced with N-1 "%"s.
+ * Likewise for a string of N "#"s.
+ * {{ This is a lot of work just to support % and #. }}
+ */
+public char * fexpand(constant char *s)
+{
+ size_t n;
+ char *e;
+
+ /*
+ * Make one pass to see how big a buffer we
+ * need to allocate for the expanded string.
+ */
+ n = fexpand_copy(s, NULL);
+ e = (char *) ecalloc(n, sizeof(char));
/*
* Now copy the string, expanding any "%" or "#".
*/
- to = e;
- for (fr = s; *fr != '\0'; fr++)
- {
- switch (*fr)
- {
- case '%':
- case '#':
- if (fr > s && fr[-1] == *fr)
- {
- *to++ = *fr;
- } else if (fr[1] != *fr)
- {
- ifile = fchar_ifile(*fr);
- if (ifile == NULL_IFILE)
- *to++ = *fr;
- else
- {
- strcpy(to, get_filename(ifile));
- to += strlen(to);
- }
- }
- break;
- default:
- *to++ = *fr;
- break;
- }
- }
- *to = '\0';
+ fexpand_copy(s, e);
return (e);
}
@@ -385,12 +405,14 @@ public char * fexpand(char *s)
* Return a blank-separated list of filenames which "complete"
* the given string.
*/
-public char * fcomplete(char *s)
+public char * fcomplete(constant char *s)
{
char *fpat;
char *qs;
+ char *uqs;
- if (secure)
+ /* {{ Is this needed? lglob calls secure_allow. }} */
+ if (!secure_allow(SF_GLOB))
return (NULL);
/*
* Complete the filename "s" by globbing "s*".
@@ -404,12 +426,12 @@ public char * fcomplete(char *s)
* but "FILE.A" is globbed as "FILE.A*").
*/
{
- char *slash;
- int len;
+ constant char *slash;
+ size_t len;
for (slash = s+strlen(s)-1; slash > s; slash--)
if (*slash == *PATHNAME_SEP || *slash == '/')
break;
- len = (int) strlen(s) + 4;
+ len = strlen(s) + 4;
fpat = (char *) ecalloc(len, sizeof(char));
if (strchr(slash, '.') == NULL)
SNPRINTF1(fpat, len, "%s*.*", s);
@@ -418,14 +440,14 @@ public char * fcomplete(char *s)
}
#else
{
- int len = (int) strlen(s) + 2;
+ size_t len = strlen(s) + 2;
fpat = (char *) ecalloc(len, sizeof(char));
SNPRINTF1(fpat, len, "%s*", s);
}
#endif
qs = lglob(fpat);
- s = shell_unquote(qs);
- if (strcmp(s,fpat) == 0)
+ uqs = shell_unquote(qs);
+ if (strcmp(uqs, fpat) == 0)
{
/*
* The filename didn't expand.
@@ -433,7 +455,7 @@ public char * fcomplete(char *s)
free(qs);
qs = NULL;
}
- free(s);
+ free(uqs);
free(fpat);
return (qs);
}
@@ -442,32 +464,35 @@ public char * fcomplete(char *s)
/*
* Try to determine if a file is "binary".
* This is just a guess, and we need not try too hard to make it accurate.
+ *
+ * The number of bytes read is returned to the caller, because it will
+ * 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)
+public int bin_file(int f, ssize_t *n)
{
- int n;
int bin_count = 0;
char data[256];
- char* p;
- char* edata;
+ constant char* p;
+ constant char* edata;
if (!seekable(f))
return (0);
- if (lseek(f, (off_t)0, SEEK_SET) == BAD_LSEEK)
+ if (less_lseek(f, (less_off_t)0, SEEK_SET) == BAD_LSEEK)
return (0);
- n = read(f, data, sizeof(data));
- if (n <= 0)
+ *n = read(f, data, sizeof(data));
+ if (*n <= 0)
return (0);
- edata = &data[n];
+ edata = &data[*n];
for (p = data; p < edata; )
{
- if (utf_mode && !is_utf8_well_formed(p, edata-p))
+ if (utf_mode && !is_utf8_well_formed(p, (int) ptr_diff(edata,p)))
{
bin_count++;
utf_skip_to_lead(&p, edata);
} else
{
- LWCHAR c = step_char(&p, +1, edata);
+ LWCHAR c = step_charc(&p, +1, edata);
struct ansi_state *pansi;
if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL)
{
@@ -489,9 +514,9 @@ public int bin_file(int f)
*/
static POSITION seek_filesize(int f)
{
- off_t spos;
+ less_off_t spos;
- spos = lseek(f, (off_t)0, SEEK_END);
+ spos = less_lseek(f, (less_off_t)0, SEEK_END);
if (spos == BAD_LSEEK)
return (NULL_POSITION);
return ((POSITION) spos);
@@ -502,53 +527,31 @@ static POSITION seek_filesize(int f)
* Read a string from a file.
* Return a pointer to the string in memory.
*/
-static char * readfd(FILE *fd)
+public char * readfd(FILE *fd)
{
- int len;
- int ch;
- char *buf;
- char *p;
-
- /*
- * Make a guess about how many chars in the string
- * and allocate a buffer to hold it.
- */
- len = 100;
- buf = (char *) ecalloc(len, sizeof(char));
- for (p = buf; ; p++)
+ struct xbuffer xbuf;
+ xbuf_init(&xbuf);
+ for (;;)
{
+ int ch;
if ((ch = getc(fd)) == '\n' || ch == EOF)
break;
- if (p - buf >= len-1)
- {
- /*
- * The string is too big to fit in the buffer we have.
- * Allocate a new buffer, twice as big.
- */
- len *= 2;
- *p = '\0';
- p = (char *) ecalloc(len, sizeof(char));
- strcpy(p, buf);
- free(buf);
- buf = p;
- p = buf + strlen(buf);
- }
- *p = ch;
+ xbuf_add_char(&xbuf, (char) ch);
}
- *p = '\0';
- return (buf);
+ xbuf_add_char(&xbuf, '\0');
+ return (char *) xbuf.data;
}
/*
* Execute a shell command.
* Return a pointer to a pipe connected to the shell command's standard output.
*/
-static FILE * shellcmd(char *cmd)
+static FILE * shellcmd(constant char *cmd)
{
FILE *fd;
#if HAVE_SHELL
- char *shell;
+ constant char *shell;
shell = lgetenv("SHELL");
if (!isnullenv(shell))
@@ -566,7 +569,7 @@ static FILE * shellcmd(char *cmd)
fd = popen(cmd, "r");
} else
{
- int len = (int) (strlen(shell) + strlen(esccmd) + 5);
+ size_t len = strlen(shell) + strlen(esccmd) + 5;
scmd = (char *) ecalloc(len, sizeof(char));
SNPRINTF3(scmd, len, "%s %s %s", shell, shell_coption(), esccmd);
free(esccmd);
@@ -592,12 +595,12 @@ static FILE * shellcmd(char *cmd)
/*
* Expand a filename, doing any system-specific metacharacter substitutions.
*/
-public char * lglob(char *filename)
+public char * lglob(constant char *afilename)
{
char *gfilename;
+ char *filename = fexpand(afilename);
- filename = fexpand(filename);
- if (secure)
+ if (!secure_allow(SF_GLOB))
return (filename);
#ifdef DECL_GLOB_LIST
@@ -605,7 +608,7 @@ public char * lglob(char *filename)
/*
* The globbing function returns a list of names.
*/
- int length;
+ size_t length;
char *p;
char *qfilename;
DECL_GLOB_LIST(list)
@@ -651,8 +654,8 @@ public char * lglob(char *filename)
* is called multiple times to walk thru all names.
*/
char *p;
- int len;
- int n;
+ size_t len;
+ size_t n;
char *pfilename;
char *qfilename;
DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle)
@@ -668,14 +671,14 @@ public char * lglob(char *filename)
gfilename = (char *) ecalloc(len, sizeof(char));
p = gfilename;
do {
- n = (int) (strlen(drive) + strlen(dir) + strlen(fnd.GLOB_NAME) + 1);
+ n = strlen(drive) + strlen(dir) + strlen(fnd.GLOB_NAME) + 1;
pfilename = (char *) ecalloc(n, sizeof(char));
SNPRINTF3(pfilename, n, "%s%s%s", drive, dir, fnd.GLOB_NAME);
qfilename = shell_quote(pfilename);
free(pfilename);
if (qfilename != NULL)
{
- n = (int) strlen(qfilename);
+ n = strlen(qfilename);
while (p - gfilename + n + 2 >= len)
{
/*
@@ -711,17 +714,18 @@ public char * lglob(char *filename)
* an "echo" command to the shell and reading its output.
*/
FILE *fd;
- char *s;
- char *lessecho;
+ constant char *s;
+ constant char *lessecho;
char *cmd;
- char *esc;
- int len;
+ constant char *esc;
+ char *qesc;
+ size_t len;
esc = get_meta_escape();
if (strlen(esc) == 0)
esc = "-";
- esc = shell_quote(esc);
- if (esc == NULL)
+ qesc = shell_quote(esc);
+ if (qesc == NULL)
{
return (filename);
}
@@ -731,11 +735,11 @@ public char * lglob(char *filename)
/*
* Invoke lessecho, and read its output (a globbed list of filenames).
*/
- len = (int) (strlen(lessecho) + strlen(filename) + (7*strlen(metachars())) + 24);
+ len = strlen(lessecho) + strlen(filename) + (7*strlen(metachars())) + 24;
cmd = (char *) ecalloc(len, sizeof(char));
SNPRINTF4(cmd, len, "%s -p0x%x -d0x%x -e%s ", lessecho,
- (unsigned char) openquote, (unsigned char) closequote, esc);
- free(esc);
+ (unsigned char) openquote, (unsigned char) closequote, qesc);
+ free(qesc);
for (s = metachars(); *s != '\0'; s++)
sprintf(cmd + strlen(cmd), "-n0x%x ", (unsigned char) *s);
sprintf(cmd + strlen(cmd), "-- %s", filename);
@@ -772,7 +776,7 @@ public char * lglob(char *filename)
/*
* Does path not represent something in the file system?
*/
-public int is_fake_pathname(char *path)
+public lbool is_fake_pathname(constant char *path)
{
return (strcmp(path, "-") == 0 ||
strcmp(path, FAKE_HELPFILE) == 0 || strcmp(path, FAKE_EMPTYFILE) == 0);
@@ -781,15 +785,30 @@ public int is_fake_pathname(char *path)
/*
* Return canonical pathname.
*/
-public char * lrealpath(char *path)
+public char * lrealpath(constant char *path)
{
if (!is_fake_pathname(path))
{
#if HAVE_REALPATH
+ /*
+ * Not all systems support the POSIX.1-2008 realpath() behavior
+ * of allocating when passing a NULL argument. And PATH_MAX is
+ * not required to be defined, or might contain an exceedingly
+ * big value. We assume that if it is not defined (such as on
+ * GNU/Hurd), then realpath() accepts NULL.
+ */
+#ifndef PATH_MAX
+ char *rpath;
+
+ rpath = realpath(path, NULL);
+ if (rpath != NULL)
+ return (rpath);
+#else
char rpath[PATH_MAX];
if (realpath(path, rpath) != NULL)
return (save(rpath));
#endif
+#endif
}
return (save(path));
}
@@ -799,7 +818,7 @@ public char * lrealpath(char *path)
* Return number of %s escapes in a string.
* Return a large number if there are any other % escapes besides %s.
*/
-static int num_pct_s(char *lessopen)
+static int num_pct_s(constant char *lessopen)
{
int num = 0;
@@ -824,21 +843,23 @@ static int num_pct_s(char *lessopen)
* See if we should open a "replacement file"
* instead of the file we're about to open.
*/
-public char * open_altfile(char *filename, int *pf, void **pfd)
+public char * open_altfile(constant char *filename, int *pf, void **pfd)
{
#if !HAVE_POPEN
return (NULL);
#else
- char *lessopen;
+ constant char *lessopen;
char *qfilename;
char *cmd;
- int len;
+ size_t len;
FILE *fd;
#if HAVE_FILENO
int returnfd = 0;
#endif
- if (!use_lessopen || secure)
+ if (!secure_allow(SF_LESSOPEN))
+ return (NULL);
+ if (!use_lessopen)
return (NULL);
ch_ungetchar(-1);
if ((lessopen = lgetenv("LESSOPEN")) == NULL)
@@ -875,7 +896,7 @@ public char * open_altfile(char *filename, int *pf, void **pfd)
}
qfilename = shell_quote(filename);
- len = (int) (strlen(lessopen) + strlen(qfilename) + 2);
+ len = strlen(lessopen) + strlen(qfilename) + 2;
cmd = (char *) ecalloc(len, sizeof(char));
SNPRINTF1(cmd, len, lessopen, qfilename);
free(qfilename);
@@ -891,7 +912,7 @@ public char * open_altfile(char *filename, int *pf, void **pfd)
#if HAVE_FILENO
if (returnfd)
{
- char c;
+ unsigned char c;
int f;
/*
@@ -945,19 +966,18 @@ public char * open_altfile(char *filename, int *pf, void **pfd)
/*
* Close a replacement file.
*/
-public void close_altfile(char *altfilename, char *filename)
+public void close_altfile(constant char *altfilename, constant char *filename)
{
#if HAVE_POPEN
- char *lessclose;
+ constant char *lessclose;
char *qfilename;
char *qaltfilename;
FILE *fd;
char *cmd;
- int len;
+ size_t len;
- if (secure)
+ if (!secure_allow(SF_LESSOPEN))
return;
- ch_ungetchar(-1);
if ((lessclose = lgetenv("LESSCLOSE")) == NULL)
return;
if (num_pct_s(lessclose) > 2)
@@ -967,7 +987,7 @@ public void close_altfile(char *altfilename, char *filename)
}
qfilename = shell_quote(filename);
qaltfilename = shell_quote(altfilename);
- len = (int) (strlen(lessclose) + strlen(qfilename) + strlen(qaltfilename) + 2);
+ len = strlen(lessclose) + strlen(qfilename) + strlen(qaltfilename) + 2;
cmd = (char *) ecalloc(len, sizeof(char));
SNPRINTF2(cmd, len, lessclose, qfilename, qaltfilename);
free(qaltfilename);
@@ -982,16 +1002,16 @@ public void close_altfile(char *altfilename, char *filename)
/*
* Is the specified file a directory?
*/
-public int is_dir(char *filename)
+public lbool is_dir(constant char *filename)
{
- int isdir = 0;
+ lbool isdir = FALSE;
#if HAVE_STAT
{
int r;
- struct stat statbuf;
+ less_stat_t statbuf;
- r = stat(filename, &statbuf);
+ r = less_stat(filename, &statbuf);
isdir = (r >= 0 && S_ISDIR(statbuf.st_mode));
}
#else
@@ -1014,7 +1034,7 @@ public int is_dir(char *filename)
* is an ordinary file, otherwise an error message
* (if it cannot be opened or is a directory, etc.)
*/
-public char * bad_file(char *filename)
+public char * bad_file(constant char *filename)
{
char *m = NULL;
@@ -1030,9 +1050,9 @@ public char * bad_file(char *filename)
{
#if HAVE_STAT
int r;
- struct stat statbuf;
+ less_stat_t statbuf;
- r = stat(filename, &statbuf);
+ r = less_stat(filename, &statbuf);
if (r < 0)
{
m = errno_message(filename);
@@ -1059,9 +1079,9 @@ public char * bad_file(char *filename)
public POSITION filesize(int f)
{
#if HAVE_STAT
- struct stat statbuf;
+ less_stat_t statbuf;
- if (fstat(f, &statbuf) >= 0)
+ if (less_fstat(f, &statbuf) >= 0)
return ((POSITION) statbuf.st_size);
#else
#ifdef _OSK
@@ -1074,7 +1094,7 @@ public POSITION filesize(int f)
return (seek_filesize(f));
}
-public int curr_ifile_changed(void)
+public lbool curr_ifile_changed(void)
{
#if HAVE_STAT_INO
/*
@@ -1096,7 +1116,7 @@ public int curr_ifile_changed(void)
/*
*
*/
-public char * shell_coption(void)
+public constant char * shell_coption(void)
{
return ("-c");
}
@@ -1104,9 +1124,9 @@ public char * shell_coption(void)
/*
* Return last component of a pathname.
*/
-public char * last_component(char *name)
+public constant char * last_component(constant char *name)
{
- char *slash;
+ constant char *slash;
for (slash = name + strlen(name); slash > name; )
{
diff --git a/fmt.uni b/fmt.uni
index d873c7d27db3..cffaf933619d 100644
--- a/fmt.uni
+++ b/fmt.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f2 Cf -- unicode/UnicodeData.txt" on Mon Nov 14 18:19:23 PST 2022 */
+/* Generated by "./mkutable -f2 Cf -- unicode/UnicodeData.txt" on Sun Sep 17 17:56:27 PDT 2023 */
{ 0x00ad, 0x00ad }, /* Cf */
{ 0x0600, 0x0605 }, /* Cf */
{ 0x061c, 0x061c }, /* Cf */
diff --git a/forwback.c b/forwback.c
index d1f90e2ce5e5..b0efc47f0ad6 100644
--- a/forwback.c
+++ b/forwback.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -16,11 +16,11 @@
#include "less.h"
#include "position.h"
-public int screen_trashed;
-public int squished;
+public lbool squished;
public int no_back_scroll = 0;
public int forw_prompt;
public int first_time = 1;
+public lbool no_eof_bell = FALSE;
extern int sigs;
extern int top_scroll;
@@ -28,17 +28,16 @@ extern int quiet;
extern int sc_width, sc_height;
extern int hshift;
extern int auto_wrap;
-extern int plusoption;
+extern lbool plusoption;
extern int forw_scroll;
extern int back_scroll;
extern int ignore_eoi;
-extern int clear_bg;
-extern int final_attr;
extern int header_lines;
extern int header_cols;
extern int full_screen;
+extern POSITION header_start_pos;
#if HILITE_SEARCH
-extern int size_linebuf;
+extern size_t size_linebuf;
extern int hilite_search;
extern int status_col;
#endif
@@ -51,6 +50,8 @@ extern char *tagoption;
*/
public void eof_bell(void)
{
+ if (no_eof_bell)
+ return;
#if HAVE_TIME
static time_type last_eof_bell = 0;
time_type now = get_time();
@@ -67,19 +68,19 @@ public void eof_bell(void)
/*
* Check to see if the end of file is currently displayed.
*/
-public int eof_displayed(void)
+public lbool eof_displayed(void)
{
POSITION pos;
if (ignore_eoi)
- return (0);
+ return (FALSE);
if (ch_length() == NULL_POSITION)
/*
* If the file length is not known,
* we can't possibly be displaying EOF.
*/
- return (0);
+ return (FALSE);
/*
* If the bottom line is empty, we are at EOF.
@@ -93,13 +94,13 @@ public int eof_displayed(void)
/*
* Check to see if the entire file is currently displayed.
*/
-public int entire_file_displayed(void)
+public lbool entire_file_displayed(void)
{
POSITION pos;
/* Make sure last line of file is displayed. */
if (!eof_displayed())
- return (0);
+ return (FALSE);
/* Make sure first line of file is displayed. */
pos = position(0);
@@ -116,7 +117,7 @@ public void squish_check(void)
{
if (!squished)
return;
- squished = 0;
+ squished = FALSE;
repaint();
}
@@ -142,13 +143,13 @@ static POSITION forw_line_pfx(POSITION pos, int pfx, int skipeol)
/*
* Set header text color.
- * Underline last line of headers, but not at beginning of file
+ * Underline last line of headers, but not at header_start_pos
* (where there is no gap between the last header line and the next line).
*/
static void set_attr_header(int ln)
{
set_attr_line(AT_COLOR_HEADER);
- if (ln+1 == header_lines && position(0) != ch_zero())
+ if (ln+1 == header_lines && position(0) != header_start_pos)
set_attr_line(AT_UNDERLINE);
}
@@ -158,13 +159,13 @@ static void set_attr_header(int ln)
*/
public int overlay_header(void)
{
- POSITION pos = ch_zero(); /* header lines are at beginning of file */
int ln;
- int moved = FALSE;
+ lbool moved = FALSE;
if (header_lines > 0)
{
/* Draw header_lines lines from start of file at top of screen. */
+ POSITION pos = header_start_pos;
home();
for (ln = 0; ln < header_lines; ++ln)
{
@@ -178,8 +179,8 @@ public int overlay_header(void)
if (header_cols > 0)
{
/* Draw header_cols columns at left of each line. */
+ POSITION pos = header_start_pos;
home();
- pos = ch_zero();
for (ln = 0; ln < sc_height-1; ++ln)
{
if (ln >= header_lines) /* switch from header lines to normal lines */
@@ -210,11 +211,13 @@ public int overlay_header(void)
* real line. If nblank > 0, the pos must be NULL_POSITION.
* The first real line after the blanks will start at ch_zero().
*/
-public void forw(int n, POSITION pos, int force, int only_last, int nblank)
+public void forw(int n, POSITION pos, lbool force, lbool only_last, int nblank)
{
int nlines = 0;
- int do_repaint;
+ lbool do_repaint;
+ if (pos != NULL_POSITION)
+ pos = after_header_pos(pos);
squish_check();
/*
@@ -231,7 +234,7 @@ public void forw(int n, POSITION pos, int force, int only_last, int nblank)
#if HILITE_SEARCH
if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) {
- prep_hilite(pos, pos + 4*size_linebuf, ignore_eoi ? 1 : -1);
+ prep_hilite(pos, pos + (POSITION) (4*size_linebuf), ignore_eoi ? 1 : -1);
pos = next_unfiltered(pos);
}
#endif
@@ -248,7 +251,7 @@ public void forw(int n, POSITION pos, int force, int only_last, int nblank)
*/
pos_clear();
add_forw_pos(pos);
- force = 1;
+ force = TRUE;
clear();
home();
}
@@ -262,7 +265,7 @@ public void forw(int n, POSITION pos, int force, int only_last, int nblank)
*/
pos_clear();
add_forw_pos(pos);
- force = 1;
+ force = TRUE;
if (top_scroll)
{
clear();
@@ -339,7 +342,7 @@ public void forw(int n, POSITION pos, int force, int only_last, int nblank)
#endif
!plusoption)
{
- squished = 1;
+ squished = TRUE;
continue;
}
put_line();
@@ -366,19 +369,6 @@ public void forw(int n, POSITION pos, int force, int only_last, int nblank)
#endif
forw_prompt = 1;
}
-
- if (header_lines > 0)
- {
- /*
- * Don't allow ch_zero to appear on screen except at top of screen.
- * Otherwise duplicate header lines may be displayed.
- */
- if (onscreen(ch_zero()) > 0)
- {
- jump_loc(ch_zero(), 0); /* {{ yuck }} */
- return;
- }
- }
if (nlines == 0 && !ignore_eoi)
eof_bell();
else if (do_repaint)
@@ -395,16 +385,16 @@ public void forw(int n, POSITION pos, int force, int only_last, int nblank)
/*
* Display n lines, scrolling backward.
*/
-public void back(int n, POSITION pos, int force, int only_last)
+public void back(int n, POSITION pos, lbool force, lbool only_last)
{
int nlines = 0;
- int do_repaint;
+ lbool do_repaint;
squish_check();
do_repaint = (n > get_back_scroll() || (only_last && n > sc_height-1) || header_lines > 0);
#if HILITE_SEARCH
if (pos != NULL_POSITION && (hilite_search == OPT_ONPLUS || is_filtering() || status_col)) {
- prep_hilite((pos < 3*size_linebuf) ? 0 : pos - 3*size_linebuf, pos, -1);
+ prep_hilite((pos < (POSITION) (3*size_linebuf)) ? 0 : pos - (POSITION) (3*size_linebuf), pos, -1);
}
#endif
while (--n >= 0)
@@ -415,7 +405,6 @@ public void back(int n, POSITION pos, int force, int only_last)
#if HILITE_SEARCH
pos = prev_unfiltered(pos);
#endif
-
pos = back_line(pos);
if (pos == NULL_POSITION)
{
@@ -425,6 +414,13 @@ public void back(int n, POSITION pos, int force, int only_last)
if (!force)
break;
}
+ if (pos != after_header_pos(pos))
+ {
+ /*
+ * Don't allow scrolling back to before the current header line.
+ */
+ break;
+ }
/*
* Add the position of the previous line to the position table.
* Display the line on the screen.
@@ -454,7 +450,7 @@ public void back(int n, POSITION pos, int force, int only_last)
* Display n more lines, forward.
* Start just after the line currently displayed at the bottom of the screen.
*/
-public void forward(int n, int force, int only_last)
+public void forward(int n, lbool force, lbool only_last)
{
POSITION pos;
@@ -502,7 +498,7 @@ public void forward(int n, int force, int only_last)
* Display n more lines, backward.
* Start just before the line currently displayed at the top of the screen.
*/
-public void backward(int n, int force, int only_last)
+public void backward(int n, lbool force, lbool only_last)
{
POSITION pos;
@@ -510,7 +506,7 @@ public void backward(int n, int force, int only_last)
if (pos == NULL_POSITION && (!force || position(BOTTOM) == 0))
{
eof_bell();
- return;
+ return;
}
back(n, pos, force, only_last);
}
diff --git a/funcs.h b/funcs.h
index 1c9b181c0459..e5f1b4431a77 100644
--- a/funcs.h
+++ b/funcs.h
@@ -1,12 +1,16 @@
+public char * saven(constant char *s, size_t n);
public char * save(constant char *s);
public void out_of_memory(void);
-public void * ecalloc(int count, unsigned int size);
+public void * ecalloc(size_t count, size_t size);
public char * skipsp(char *s);
-public int sprefix(char *ps, char *s, int uppercase);
+public constant char * skipspc(constant char *s);
+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 char * special_key_str(int key);
+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 init_mouse(void);
public void deinit_mouse(void);
@@ -27,18 +31,19 @@ public void bell(void);
public void clear(void);
public void clear_eol(void);
public void clear_bot(void);
-public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg);
+public COLOR_TYPE parse_color(constant char *str, mutable int *p_fg, mutable int *p_bg, mutable CHAR_ATTR *p_cattr);
public void at_enter(int attr);
public void at_exit(void);
public void at_switch(int attr);
-public int is_at_equiv(int attr1, int attr2);
+public lbool is_at_equiv(int attr1, int attr2);
public int apply_at_specials(int attr);
public void putbs(void);
-public int win32_kbhit(void);
-public char WIN32getch(void);
public void WIN32ungetch(int ch);
+public lbool win32_kbhit(void);
+public char WIN32getch(void);
+public void win32_getch_clear(void);
public void WIN32setcolors(int fg, int bg);
-public void WIN32textout(char *text, int len);
+public void WIN32textout(constant char *text, size_t len);
public void match_brac(char obrac, char cbrac, int forwdir, int n);
public void ch_ungetchar(int c);
public void end_logfile(void);
@@ -51,73 +56,84 @@ public POSITION ch_length(void);
public POSITION ch_tell(void);
public int ch_forw_get(void);
public int ch_back_get(void);
-public void ch_setbufspace(int bufspace);
+public void ch_setbufspace(ssize_t bufspace);
public void ch_flush(void);
public int seekable(int f);
public void ch_set_eof(void);
-public void ch_init(int f, int flags);
+public void ch_init(int f, int flags, ssize_t nread);
public void ch_close(void);
public int ch_getflags(void);
-public void setfmt(char *s, char **fmtvarptr, int *attrptr, char *default_fmt, int for_printf);
+public void setfmt(constant char *s, constant char **fmtvarptr, int *attrptr, constant char *default_fmt, lbool for_printf);
public void init_charset(void);
-public int binary_char(LWCHAR c);
-public int control_char(LWCHAR c);
-public char * prchar(LWCHAR c);
-public char * prutfchar(LWCHAR ch);
-public int utf_len(int ch);
-public int is_utf8_well_formed(char *ss, int slen);
-public void utf_skip_to_lead(char **pp, char *limit);
-public LWCHAR get_wchar(constant char *p);
-public void put_wchar(char **pp, LWCHAR ch);
+public lbool binary_char(LWCHAR c);
+public lbool control_char(LWCHAR c);
+public constant char * prchar(LWCHAR c);
+public constant char * prutfchar(LWCHAR ch);
+public int utf_len(char ch);
+public lbool is_utf8_well_formed(constant char *ss, int slen);
+public void utf_skip_to_lead(constant char **pp, constant char *limit);
+public LWCHAR get_wchar(constant char *sp);
+public void put_wchar(mutable char **pp, LWCHAR ch);
+public LWCHAR step_charc(constant char **pp, signed int dir, constant char *limit);
public LWCHAR step_char(char **pp, signed int dir, constant char *limit);
-public int is_composing_char(LWCHAR ch);
-public int is_ubin_char(LWCHAR ch);
-public int is_wide_char(LWCHAR ch);
-public int is_combining_char(LWCHAR ch1, LWCHAR ch2);
+public lbool is_composing_char(LWCHAR ch);
+public lbool is_ubin_char(LWCHAR ch);
+public lbool is_wide_char(LWCHAR ch);
+public lbool is_combining_char(LWCHAR ch1, LWCHAR ch2);
public void cmd_reset(void);
public void clear_cmd(void);
public void cmd_putstr(constant char *s);
public int len_cmdbuf(void);
public void cmd_repaint(constant char *old_cp);
public void set_mlist(void *mlist, int cmdflags);
-public void cmd_addhist(struct mlist *mlist, constant char *cmd, int modified);
+public ssize_t save_updown_match(void);
+public void restore_updown_match(ssize_t udm);
+public void cmd_addhist(struct mlist *mlist, constant char *cmd, lbool modified);
public void cmd_accept(void);
-public int cmd_char(int c);
-public LINENUM cmd_int(long *frac);
-public char * get_cmdbuf(void);
-public char * cmd_lastpattern(void);
+public int cmd_char(char c);
+public LINENUM cmd_int(mutable long *frac);
+public constant char * get_cmdbuf(void);
+public constant char * cmd_lastpattern(void);
public void init_cmdhist(void);
public void save_cmdhist(void);
public int in_mca(void);
public int norm_search_type(int st);
+public void screen_trashed_num(int trashed);
+public void screen_trashed(void);
+public int is_screen_trashed(void);
public void dispversion(void);
-public int getcc(void);
-public void ungetcc(LWCHAR c);
-public void ungetcc_back(LWCHAR c);
-public void ungetsc(char *s);
-public LWCHAR peekcc(void);
+public void getcc_clear(void);
+public char getcc(void);
+public void ungetcc(char c);
+public void ungetcc_back(char c);
+public void ungetcc_end_command(void);
+public void ungetsc(constant char *s);
+public char peekcc(void);
public void commands(void);
-public int cvt_length(int len, int ops);
-public int * cvt_alloc_chpos(int len);
-public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops);
+public size_t cvt_length(size_t len, int ops);
+public int * cvt_alloc_chpos(size_t len);
+public void cvt_text(mutable char *odst, constant char *osrc, mutable int *chpos, mutable size_t *lenp, int ops);
public void expand_cmd_tables(void);
public void init_cmds(void);
-public void add_fcmd_table(char *buf, int len);
-public void add_ecmd_table(char *buf, int len);
-public int fcmd_decode(char *cmd, char **sp);
-public int ecmd_decode(char *cmd, char **sp);
-public char * lgetenv(char *var);
-public int isnullenv(char *s);
-public int lesskey(char *filename, int sysvar);
-public int lesskey_src(char *filename, int sysvar);
-public int add_hometable(int (*call_lesskey)(char *, int), char *envname, char *def_filename, int sysvar);
-public int editchar(int c, int flags);
-public void init_textlist(struct textlist *tlist, char *str);
-public char * forw_textlist(struct textlist *tlist, char *prev);
-public char * back_textlist(struct textlist *tlist, char *prev);
+public void add_fcmd_table(unsigned char *buf, size_t len);
+public void add_ecmd_table(unsigned char *buf, size_t len);
+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 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);
+public int lesskey(constant char *filename, lbool sysvar);
+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 void close_altpipe(IFILE ifile);
public void check_altpipe_error(void);
-public int edit(char *filename);
+public int edit(constant char *filename);
public int edit_ifile(IFILE ifile);
public int edit_list(char *filelist);
public int edit_first(void);
@@ -131,35 +147,38 @@ public void reedit_ifile(IFILE save_ifile);
public void reopen_curr_ifile(void);
public int edit_stdin(void);
public void cat_file(void);
-public void use_logfile(char *filename);
-public char * shell_unquote(char *str);
-public char * get_meta_escape(void);
-public char * shell_quote(char *s);
-public char * dirfile(char *dirname, char *filename, int must_exist);
-public char * homefile(char *filename);
-public char * fexpand(char *s);
-public char * fcomplete(char *s);
-public int bin_file(int f);
-public char * lglob(char *filename);
-public int is_fake_pathname(char *path);
-public char * lrealpath(char *path);
-public char * open_altfile(char *filename, int *pf, void **pfd);
-public void close_altfile(char *altfilename, char *filename);
-public int is_dir(char *filename);
-public char * bad_file(char *filename);
+public void use_logfile(constant char *filename);
+public void expand_evars(mutable char *buf, size_t len, struct xbuffer *xbuf);
+public char * shell_unquote(constant char *str);
+public constant char * get_meta_escape(void);
+public char * shell_quoten(constant char *s, size_t slen);
+public char * shell_quote(constant char *s);
+public char * dirfile(constant char *dirname, constant char *filename, int must_exist);
+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 char * readfd(FILE *fd);
+public char * lglob(constant char *afilename);
+public lbool is_fake_pathname(constant char *path);
+public char * lrealpath(constant char *path);
+public char * open_altfile(constant char *filename, int *pf, void **pfd);
+public void close_altfile(constant char *altfilename, constant char *filename);
+public lbool is_dir(constant char *filename);
+public char * bad_file(constant char *filename);
public POSITION filesize(int f);
-public int curr_ifile_changed(void);
-public char * shell_coption(void);
-public char * last_component(char *name);
+public lbool curr_ifile_changed(void);
+public constant char * shell_coption(void);
+public constant char * last_component(constant char *name);
public void eof_bell(void);
-public int eof_displayed(void);
-public int entire_file_displayed(void);
+public lbool eof_displayed(void);
+public lbool entire_file_displayed(void);
public void squish_check(void);
public int overlay_header(void);
-public void forw(int n, POSITION pos, int force, int only_last, int nblank);
-public void back(int n, POSITION pos, int force, int only_last);
-public void forward(int n, int force, int only_last);
-public void backward(int n, int force, int only_last);
+public void forw(int n, POSITION pos, lbool force, lbool only_last, int nblank);
+public void back(int n, POSITION pos, lbool force, lbool only_last);
+public void forward(int n, lbool force, lbool only_last);
+public void backward(int n, lbool force, lbool only_last);
public int get_back_scroll(void);
public int get_one_screen(void);
public void del_ifile(IFILE h);
@@ -167,9 +186,9 @@ public IFILE next_ifile(IFILE h);
public IFILE prev_ifile(IFILE h);
public IFILE getoff_ifile(IFILE ifile);
public int nifile(void);
-public IFILE get_ifile(char *filename, IFILE prev);
-public char * get_filename(IFILE ifile);
-public char * get_real_filename(IFILE ifile);
+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 get_pos(IFILE ifile, struct scrpos *scrpos);
@@ -184,7 +203,7 @@ public void *get_altpipe(IFILE ifile);
public void set_altfilename(IFILE ifile, char *altfilename);
public char * get_altfilename(IFILE ifile);
public void if_dump(void);
-public POSITION forw_line_seg(POSITION curr_pos, int skipeol, int rscroll, int nochop);
+public POSITION forw_line_seg(POSITION curr_pos, lbool skipeol, lbool rscroll, lbool nochop);
public POSITION forw_line(POSITION curr_pos);
public POSITION back_line(POSITION curr_pos);
public void set_attnpos(POSITION pos);
@@ -194,9 +213,10 @@ public void jump_back(LINENUM linenum);
public void repaint(void);
public void jump_percent(int percent, long fraction);
public void jump_line_loc(POSITION pos, int sline);
+public POSITION after_header_pos(POSITION pos);
public void jump_loc(POSITION pos, int sline);
public void init_line(void);
-public int is_ascii_char(LWCHAR ch);
+public lbool is_ascii_char(LWCHAR ch);
public POSITION line_position(void);
public void prewind(void);
public void plinestart(POSITION pos);
@@ -205,26 +225,31 @@ public void pshift_all(void);
public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a);
public void savec(void);
public void loadc(void);
-public int is_ansi_end(LWCHAR ch);
-public int is_ansi_middle(LWCHAR ch);
-public void skip_ansi(struct ansi_state *pansi, char **pp, constant char *limit);
+public lbool is_ansi_end(LWCHAR ch);
+public lbool is_ansi_middle(LWCHAR ch);
+public void skip_ansi(struct ansi_state *pansi, constant char **pp, constant char *limit);
public struct ansi_state * ansi_start(LWCHAR ch);
-public int ansi_step(struct ansi_state *pansi, LWCHAR ch);
+public ansi_state ansi_step(struct ansi_state *pansi, LWCHAR ch);
+public osc8_state ansi_osc8_state(struct ansi_state *pansi);
public void ansi_done(struct ansi_state *pansi);
-public int pappend(int c, POSITION pos);
+public int pappend_b(char c, POSITION pos, lbool before_pendc);
+public int pappend(char c, POSITION pos);
public int pflushmbc(void);
public void pdone(int endline, int chopped, int forw);
+public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col);
+public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col);
public void set_attr_line(int a);
public void set_status_col(char c, int attr);
-public int gline(int i, int *ap);
+public int gline(size_t i, int *ap);
public void null_line(void);
-public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp);
-public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp);
-public int skip_columns(int cols, char **linep, int *line_lenp);
+public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t *line_lenp);
+public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
+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 rrshift(void);
-public int set_color_map(int attr, char *colorstr);
-public char * get_color_map(int attr);
+public int set_color_map(int attr, constant char *colorstr);
+public constant char * get_color_map(int attr);
public void clr_linenum(void);
public void add_lnum(LINENUM linenum, POSITION pos);
public LINENUM find_linenum(POSITION pos);
@@ -232,75 +257,85 @@ public POSITION find_pos(LINENUM linenum);
public LINENUM currline(int where);
public void scan_eof(void);
public LINENUM vlinenum(LINENUM linenum);
-public void lsystem(char *cmd, char *donemsg);
-public int pipe_mark(int c, char *cmd);
-public int pipe_data(char *cmd, POSITION spos, POSITION epos);
+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(LWCHAR c);
-public void setmark(LWCHAR c, int where);
-public void clrmark(LWCHAR c);
+public int badmark(char c);
+public void setmark(char c, int where);
+public void clrmark(char c);
public void lastmark(void);
-public void gomark(LWCHAR c);
-public POSITION markpos(LWCHAR c);
+public void gomark(char c);
+public POSITION markpos(char c);
public char posmark(POSITION pos);
public void unmark(IFILE ifile);
public void mark_check_ifile(IFILE ifile);
-public void save_marks(FILE *fout, char *hdr);
-public void restore_mark(char *line);
-public void opt_o(int type, char *s);
-public void opt__O(int type, char *s);
-public void opt_j(int type, char *s);
+public void save_marks(FILE *fout, constant char *hdr);
+public void restore_mark(constant char *line);
+public void opt_o(int type, constant char *s);
+public void opt__O(int type, constant char *s);
+public void opt_j(int type, constant char *s);
public void calc_jump_sline(void);
-public void opt_shift(int type, char *s);
+public void opt_shift(int type, constant char *s);
public void calc_shift_count(void);
-public void opt_k(int type, char *s);
-public void opt_ks(int type, char *s);
-public void opt_t(int type, char *s);
-public void opt__T(int type, char *s);
-public void opt_p(int type, char *s);
-public void opt__P(int type, char *s);
-public void opt_b(int type, char *s);
-public void opt_i(int type, char *s);
-public void opt__V(int type, char *s);
-public void opt_D(int type, char *s);
-public void set_tabs(char *s, int len);
-public void opt_x(int type, char *s);
-public void opt_quote(int type, char *s);
-public void opt_rscroll(int type, char *s);
-public void opt_query(int type, char *s);
-public void opt_mousecap(int type, char *s);
-public void opt_wheel_lines(int type, char *s);
-public void opt_linenum_width(int type, char *s);
-public void opt_status_col_width(int type, char *s);
-public void opt_filesize(int type, char *s);
-public void opt_intr(int type, char *s);
-public void opt_header(int type, char *s);
-public void opt_search_type(int type, char *s);
-public void opt_ttyin_name(int type, char *s);
+public void opt_k(int type, constant char *s);
+public void opt_ks(int type, constant char *s);
+public void opt_kc(int type, constant char *s);
+public void opt__S(int type, constant char *s);
+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_b(int type, constant char *s);
+public void opt_i(int type, constant char *s);
+public void opt__V(int type, constant char *s);
+public void opt_D(int type, constant char *s);
+public void set_tabs(constant char *s, size_t len);
+public void opt_x(int type, constant char *s);
+public void opt_quote(int type, constant char *s);
+public void opt_rscroll(int type, constant char *s);
+public void opt_query(int type, constant char *s);
+public void opt_match_shift(int type, constant char *s);
+public void calc_match_shift(void);
+public void opt_mousecap(int type, constant char *s);
+public void opt_wheel_lines(int type, constant char *s);
+public void opt_linenum_width(int type, constant char *s);
+public void opt_status_col_width(int type, constant char *s);
+public void opt_filesize(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);
+public void opt_nosearch_header_lines(int type, constant char *s);
+public void opt_nosearch_header_cols(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 char * propt(int c);
-public void scan_option(char *s);
-public void toggle_option(struct loption *o, int lower, char *s, int how_toggle);
+public constant char * propt(char c);
+public void scan_option(constant char *s);
+public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle);
public int opt_has_param(struct loption *o);
-public char * opt_prompt(struct loption *o);
-public char * opt_toggle_disallowed(int c);
-public int isoptpending(void);
+public constant char * opt_prompt(struct loption *o);
+public constant char * opt_toggle_disallowed(int c);
+public lbool isoptpending(void);
public void nopendopt(void);
-public int getnum(char **sp, char *printopt, int *errp);
-public long getfraction(char **sp, char *printopt, int *errp);
+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 void init_unsupport(void);
public int get_quit_at_eof(void);
public void init_option(void);
public struct loption * findopt(int c);
-public struct loption * findopt_name(char **p_optname, char **p_oname, int *p_err);
+public struct loption * findopt_name(constant char **p_optname, constant char **p_oname, lbool *p_ambig);
public void init_poll(void);
public int supports_ctrl_x(void);
-public int iread(int fd, unsigned char *buf, unsigned int len);
+public ssize_t iread(int fd, unsigned char *buf, size_t len);
public void intread(void);
public time_type get_time(void);
-public char * errno_message(char *filename);
-public char * signal_message(int sig);
-public uintmax muldiv(uintmax val, uintmax num, uintmax den);
+public char * errno_message(constant char *filename);
+public constant char * signal_message(int sig);
+public uintmax umuldiv(uintmax val, uintmax num, uintmax den);
public int percentage(POSITION num, POSITION den);
public POSITION percent_pos(POSITION pos, int percent, long fraction);
public int os9_signal(int type, RETSIGTYPE (*handler)());
@@ -308,21 +343,21 @@ public void sleep_ms(int ms);
public void put_line(void);
public void flush(void);
public void set_output(int fd);
-public int putchr(int c);
+public int putchr(int ch);
public void clear_bot_if_needed(void);
public void putstr(constant char *s);
-public int less_printf(char *fmt, PARG *parg);
+public int less_printf(constant char *fmt, PARG *parg);
public void get_return(void);
-public void error(char *fmt, PARG *parg);
-public void ierror(char *fmt, PARG *parg);
-public void ixerror(char *fmt, PARG *parg);
-public int query(char *fmt, PARG *parg);
-public int compile_pattern(char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern);
+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 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);
-public int is_null_pattern(PATTERN_TYPE pattern);
-public int match_pattern(PATTERN_TYPE pattern, char *tpattern, char *line, int line_len, char **sp, char **ep, int nsp, int notbol, int search_type);
-public char * pattern_lib_name(void);
+public lbool is_null_pattern(PATTERN_TYPE pattern);
+public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t line_len, constant char **sp, constant char **ep, int nsp, int notbol, int search_type);
+public constant char * pattern_lib_name(void);
public POSITION position(int sindex);
public void add_forw_pos(POSITION pos);
public void add_back_pos(POSITION pos);
@@ -333,40 +368,48 @@ public int empty_screen(void);
public int 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);
public void init_prompt(void);
-public char * pr_expand(constant char *proto);
-public char * eq_message(void);
-public char * pr_string(void);
-public char * wait_message(void);
+public constant char * pr_expand(constant char *proto);
+public constant char * eq_message(void);
+public constant char * pr_string(void);
+public constant char * wait_message(void);
public void init_search(void);
-public void repaint_hilite(int on);
+public int get_cvt_ops(int search_type);
+public void repaint_hilite(lbool on);
public void clear_attn(void);
-public void undo_search(int clear);
+public void undo_search(lbool clear);
public void clr_hlist(struct hilite_tree *anchor);
public void clr_hilite(void);
public void clr_filter(void);
-public int is_filtered(POSITION pos);
+public void set_header(POSITION pos);
+public lbool is_filtered(POSITION pos);
public POSITION next_unfiltered(POSITION pos);
public POSITION prev_unfiltered(POSITION pos);
public int is_hilited_attr(POSITION pos, POSITION epos, int nohide, int *p_matches);
public void chg_hilite(void);
+public void osc8_search(int search_type, constant char *param, int matches);
+public lbool osc8_click(int sindex, int col);
+public void osc8_open(void);
+public void osc8_jump(void);
public void chg_caseless(void);
-public int search(int search_type, char *pattern, int n);
+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(char *pattern, int search_type);
-public int is_filtering(void);
+public void set_filter_pattern(constant char *pattern, int search_type);
+public lbool is_filtering(void);
public RETSIGTYPE winch(int type);
public void init_signals(int on);
public void psignals(void);
public void cleantags(void);
public int gettagtype(void);
-public void findtag(char *tag);
+public void findtag(constant char *tag);
public POSITION tagsearch(void);
-public char * nexttag(int n);
-public char * prevtag(int n);
+public constant char * nexttag(int n);
+public constant char * prevtag(int n);
public int ntags(void);
public int curr_tag(void);
public int edit_tagfile(void);
+public lbool is_lesstest(void);
public int open_tty(void);
public void open_getchr(void);
public void close_getchr(void);
@@ -374,12 +417,14 @@ public int pclose(FILE *f);
public int default_wheel_lines(void);
public int getchr(void);
public void xbuf_init(struct xbuffer *xbuf);
+public void xbuf_init_size(struct xbuffer *xbuf, size_t init_size);
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_data(struct xbuffer *xbuf, unsigned char *data, int len);
+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 int xbuf_pop(struct xbuffer *buf);
public void xbuf_set(struct xbuffer *dst, struct xbuffer *src);
-public char * xbuf_char_data(struct xbuffer *xbuf);
-public int help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned);
-public int help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned);
+public constant char * xbuf_char_data(constant struct xbuffer *xbuf);
+public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned);
+public lbool help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned);
diff --git a/help.c b/help.c
index 423e0393e383..64dafe6bcead 100644
--- a/help.c
+++ b/help.c
@@ -1,4 +1,4 @@
-/* This file was generated by mkhelp.pl from less.hlp at 22:43 on 2023/7/20 */
+/* This file was generated by mkhelp.pl from less.hlp at 22:29 on 2024/10/6 */
#include "less.h"
constant char helpdata[] = {
'\n',
@@ -44,6 +44,9 @@ constant char helpdata[] = {
' ',' ','N',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','R','e','p','e','a','t',' ','p','r','e','v','i','o','u','s',' ','s','e','a','r','c','h',' ','i','n',' ','r','e','v','e','r','s','e',' ','d','i','r','e','c','t','i','o','n','.','\n',
' ',' ','E','S','C','-','n',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','R','e','p','e','a','t',' ','p','r','e','v','i','o','u','s',' ','s','e','a','r','c','h',',',' ','s','p','a','n','n','i','n','g',' ','f','i','l','e','s','.','\n',
' ',' ','E','S','C','-','N',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','R','e','p','e','a','t',' ','p','r','e','v','i','o','u','s',' ','s','e','a','r','c','h',',',' ','r','e','v','e','r','s','e',' ','d','i','r','.',' ','&',' ','s','p','a','n','n','i','n','g',' ','f','i','l','e','s','.','\n',
+' ',' ','^','O','^','N',' ',' ','^','O','n',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','S','e','a','r','c','h',' ','f','o','r','w','a','r','d',' ','f','o','r',' ','(','_','\b','N','-','t','h',')',' ','O','S','C','8',' ','h','y','p','e','r','l','i','n','k','.','\n',
+' ',' ','^','O','^','P',' ',' ','^','O','p',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','S','e','a','r','c','h',' ','b','a','c','k','w','a','r','d',' ','f','o','r',' ','(','_','\b','N','-','t','h',')',' ','O','S','C','8',' ','h','y','p','e','r','l','i','n','k','.','\n',
+' ',' ','^','O','^','L',' ',' ','^','O','l',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','J','u','m','p',' ','t','o',' ','t','h','e',' ','c','u','r','r','e','n','t','l','y',' ','s','e','l','e','c','t','e','d',' ','O','S','C','8',' ','h','y','p','e','r','l','i','n','k','.','\n',
' ',' ','E','S','C','-','u',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','n','d','o',' ','(','t','o','g','g','l','e',')',' ','s','e','a','r','c','h',' ','h','i','g','h','l','i','g','h','t','i','n','g','.','\n',
' ',' ','E','S','C','-','U',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','C','l','e','a','r',' ','s','e','a','r','c','h',' ','h','i','g','h','l','i','g','h','t','i','n','g','.','\n',
' ',' ','&','_','\b','p','_','\b','a','_','\b','t','_','\b','t','_','\b','e','_','\b','r','_','\b','n',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','D','i','s','p','l','a','y',' ','o','n','l','y',' ','m','a','t','c','h','i','n','g',' ','l','i','n','e','s','.','\n',
@@ -56,6 +59,7 @@ constant char helpdata[] = {
' ',' ',' ',' ',' ',' ',' ',' ','^','R',' ',' ',' ',' ',' ',' ',' ','D','o','n','\'','t',' ','u','s','e',' ','R','E','G','U','L','A','R',' ','E','X','P','R','E','S','S','I','O','N','S','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ','^','S',' ','_','\b','n',' ',' ',' ',' ',' ','S','e','a','r','c','h',' ','f','o','r',' ','m','a','t','c','h',' ','i','n',' ','_','\b','n','-','t','h',' ','p','a','r','e','n','t','h','e','s','i','z','e','d',' ','s','u','b','p','a','t','t','e','r','n','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ','^','W',' ',' ',' ',' ',' ',' ',' ','W','R','A','P',' ','s','e','a','r','c','h',' ','i','f',' ','n','o',' ','m','a','t','c','h',' ','f','o','u','n','d','.','\n',
+' ',' ',' ',' ',' ',' ',' ',' ','^','L',' ',' ',' ',' ',' ',' ',' ','E','n','t','e','r',' ','n','e','x','t',' ','c','h','a','r','a','c','t','e','r',' ','l','i','t','e','r','a','l','l','y',' ','i','n','t','o',' ','p','a','t','t','e','r','n','.','\n',
' ','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','\n',
'\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','J','\b','J','U','\b','U','M','\b','M','P','\b','P','I','\b','I','N','\b','N','G','\b','G','\n',
@@ -95,6 +99,7 @@ constant char helpdata[] = {
' ',' ',':','n',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','E','x','a','m','i','n','e',' ','t','h','e',' ','(','_','\b','N','-','t','h',')',' ','n','e','x','t',' ','f','i','l','e',' ','f','r','o','m',' ','t','h','e',' ','c','o','m','m','a','n','d',' ','l','i','n','e','.','\n',
' ',' ',':','p',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','E','x','a','m','i','n','e',' ','t','h','e',' ','(','_','\b','N','-','t','h',')',' ','p','r','e','v','i','o','u','s',' ','f','i','l','e',' ','f','r','o','m',' ','t','h','e',' ','c','o','m','m','a','n','d',' ','l','i','n','e','.','\n',
' ',' ',':','x',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','E','x','a','m','i','n','e',' ','t','h','e',' ','f','i','r','s','t',' ','(','o','r',' ','_','\b','N','-','t','h',')',' ','f','i','l','e',' ','f','r','o','m',' ','t','h','e',' ','c','o','m','m','a','n','d',' ','l','i','n','e','.','\n',
+' ',' ','^','O','^','O',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','O','p','e','n',' ','t','h','e',' ','c','u','r','r','e','n','t','l','y',' ','s','e','l','e','c','t','e','d',' ','O','S','C','8',' ','h','y','p','e','r','l','i','n','k','.','\n',
' ',' ',':','d',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','e','l','e','t','e',' ','t','h','e',' ','c','u','r','r','e','n','t',' ','f','i','l','e',' ','f','r','o','m',' ','t','h','e',' ','c','o','m','m','a','n','d',' ','l','i','n','e',' ','l','i','s','t','.','\n',
' ',' ','=',' ',' ','^','G',' ',' ',':','f',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','P','r','i','n','t',' ','c','u','r','r','e','n','t',' ','f','i','l','e',' ','n','a','m','e','.','\n',
' ','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','\n',
@@ -158,8 +163,8 @@ constant char helpdata[] = {
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','c','r','e','e','n',' ','p','o','s','i','t','i','o','n',' ','o','f',' ','t','a','r','g','e','t',' ','l','i','n','e','s','.','\n',
' ',' ','-','J',' ',' ','.','.','.','.','.','.','.','.',' ',' ','-','-','s','t','a','t','u','s','-','c','o','l','u','m','n','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','i','s','p','l','a','y',' ','a',' ','s','t','a','t','u','s',' ','c','o','l','u','m','n',' ','a','t',' ','l','e','f','t',' ','e','d','g','e',' ','o','f',' ','s','c','r','e','e','n','.','\n',
-' ',' ','-','k',' ','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']',' ',' ','.',' ',' ','-','-','l','e','s','s','k','e','y','-','f','i','l','e','=','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','s','e',' ','a',' ','l','e','s','s','k','e','y',' ','f','i','l','e','.','\n',
+' ',' ','-','k',' ','_','\b','f','_','\b','i','_','\b','l','_','\b','e',' ',' ','.','.','.',' ',' ','-','-','l','e','s','s','k','e','y','-','f','i','l','e','=','_','\b','f','_','\b','i','_','\b','l','_','\b','e','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','s','e',' ','a',' ','c','o','m','p','i','l','e','d',' ','l','e','s','s','k','e','y',' ','f','i','l','e','.','\n',
' ',' ','-','K',' ',' ','.','.','.','.','.','.','.','.',' ',' ','-','-','q','u','i','t','-','o','n','-','i','n','t','r','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','E','x','i','t',' ','l','e','s','s',' ','i','n',' ','r','e','s','p','o','n','s','e',' ','t','o',' ','c','t','r','l','-','C','.','\n',
' ',' ','-','L',' ',' ','.','.','.','.','.','.','.','.',' ',' ','-','-','n','o','-','l','e','s','s','o','p','e','n','\n',
@@ -170,11 +175,11 @@ constant char helpdata[] = {
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','u','p','p','r','e','s','s',' ','l','i','n','e',' ','n','u','m','b','e','r','s',' ','i','n',' ','p','r','o','m','p','t','s',' ','a','n','d',' ','m','e','s','s','a','g','e','s','.','\n',
' ',' ','-','N',' ','.','.','.','.','.','.','.','.','.',' ',' ','-','-','L','I','N','E','-','N','U','M','B','E','R','S','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','i','s','p','l','a','y',' ','l','i','n','e',' ','n','u','m','b','e','r',' ','a','t',' ','s','t','a','r','t',' ','o','f',' ','e','a','c','h',' ','l','i','n','e','.','\n',
-' ',' ','-','o',' ','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']',' ',' ','.',' ',' ','-','-','l','o','g','-','f','i','l','e','=','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']','\n',
+' ',' ','-','o',' ','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']',' ','.','.',' ',' ','-','-','l','o','g','-','f','i','l','e','=','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','C','o','p','y',' ','t','o',' ','l','o','g',' ','f','i','l','e',' ','(','s','t','a','n','d','a','r','d',' ','i','n','p','u','t',' ','o','n','l','y',')','.','\n',
-' ',' ','-','O',' ','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']',' ',' ','.',' ',' ','-','-','L','O','G','-','F','I','L','E','=','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']','\n',
+' ',' ','-','O',' ','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']',' ','.','.',' ',' ','-','-','L','O','G','-','F','I','L','E','=','[','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','C','o','p','y',' ','t','o',' ','l','o','g',' ','f','i','l','e',' ','(','u','n','c','o','n','d','i','t','i','o','n','a','l','l','y',' ','o','v','e','r','w','r','i','t','e',')','.','\n',
-' ',' ','-','p',' ','[','_','\b','p','_','\b','a','_','\b','t','_','\b','t','_','\b','e','_','\b','r','_','\b','n',']',' ',' ','-','-','p','a','t','t','e','r','n','=','[','_','\b','p','_','\b','a','_','\b','t','_','\b','t','_','\b','e','_','\b','r','_','\b','n',']','\n',
+' ',' ','-','p',' ','_','\b','p','_','\b','a','_','\b','t','_','\b','t','_','\b','e','_','\b','r','_','\b','n',' ','.',' ',' ','-','-','p','a','t','t','e','r','n','=','[','_','\b','p','_','\b','a','_','\b','t','_','\b','t','_','\b','e','_','\b','r','_','\b','n',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','t','a','r','t',' ','a','t',' ','p','a','t','t','e','r','n',' ','(','f','r','o','m',' ','c','o','m','m','a','n','d',' ','l','i','n','e',')','.','\n',
' ',' ','-','P',' ','[','_','\b','p','_','\b','r','_','\b','o','_','\b','m','_','\b','p','_','\b','t',']',' ',' ',' ','-','-','p','r','o','m','p','t','=','[','_','\b','p','_','\b','r','_','\b','o','_','\b','m','_','\b','p','_','\b','t',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','e','f','i','n','e',' ','n','e','w',' ','p','r','o','m','p','t','.','\n',
@@ -186,7 +191,7 @@ constant char helpdata[] = {
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','q','u','e','e','z','e',' ','m','u','l','t','i','p','l','e',' ','b','l','a','n','k',' ','l','i','n','e','s','.','\n',
' ',' ','-','S',' ',' ','.','.','.','.','.','.','.','.',' ',' ','-','-','c','h','o','p','-','l','o','n','g','-','l','i','n','e','s','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','C','h','o','p',' ','(','t','r','u','n','c','a','t','e',')',' ','l','o','n','g',' ','l','i','n','e','s',' ','r','a','t','h','e','r',' ','t','h','a','n',' ','w','r','a','p','p','i','n','g','.','\n',
-' ',' ','-','t',' ','[','_','\b','t','_','\b','a','_','\b','g',']',' ',' ','.','.',' ',' ','-','-','t','a','g','=','[','_','\b','t','_','\b','a','_','\b','g',']','\n',
+' ',' ','-','t',' ','_','\b','t','_','\b','a','_','\b','g',' ',' ','.','.','.','.',' ',' ','-','-','t','a','g','=','[','_','\b','t','_','\b','a','_','\b','g',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','F','i','n','d',' ','a',' ','t','a','g','.','\n',
' ',' ','-','T',' ','[','_','\b','t','_','\b','a','_','\b','g','_','\b','s','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']',' ','-','-','t','a','g','-','f','i','l','e','=','[','_','\b','t','_','\b','a','_','\b','g','_','\b','s','_','\b','f','_','\b','i','_','\b','l','_','\b','e',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','s','e',' ','a','n',' ','a','l','t','e','r','n','a','t','e',' ','t','a','g','s',' ','f','i','l','e','.','\n',
@@ -212,21 +217,28 @@ constant char helpdata[] = {
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','o','n','\'','t',' ','d','i','s','p','l','a','y',' ','t','i','l','d','e','s',' ','a','f','t','e','r',' ','e','n','d',' ','o','f',' ','f','i','l','e','.','\n',
' ',' ','-','#',' ','[','_','\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',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','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',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','A','u','t','o','m','a','t','i','c','a','l','l','y',' ','d','e','t','e','r','m','i','n','e',' ','t','h','e',' ','s','i','z','e',' ','o','f',' ','t','h','e',' ','i','n','p','u','t',' ','f','i','l','e','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','f','o','l','l','o','w','-','n','a','m','e','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','T','h','e',' ','F',' ','c','o','m','m','a','n','d',' ','c','h','a','n','g','e','s',' ','f','i','l','e','s',' ','i','f',' ','t','h','e',' ','i','n','p','u','t',' ','f','i','l','e',' ','i','s',' ','r','e','n','a','m','e','d','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','h','e','a','d','e','r','=','[','_','\b','N','[',',','_','\b','M',']',']','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','s','e',' ','N',' ','l','i','n','e','s',' ','a','n','d',' ','M',' ','c','o','l','u','m','n','s',' ','t','o',' ','d','i','s','p','l','a','y',' ','f','i','l','e',' ','h','e','a','d','e','r','s','.','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','h','e','a','d','e','r','=','[','_','\b','L','[',',','_','\b','C','[',',','_','\b','N',']',']',']','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','s','e',' ','_','\b','L',' ','l','i','n','e','s',' ','(','s','t','a','r','t','i','n','g',' ','a','t',' ','l','i','n','e',' ','_','\b','N',')',' ','a','n','d',' ','_','\b','C',' ','c','o','l','u','m','n','s',' ','a','s',' ','h','e','a','d','e','r','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','i','n','c','s','e','a','r','c','h','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','e','a','r','c','h',' ','f','i','l','e',' ','a','s',' ','e','a','c','h',' ','p','a','t','t','e','r','n',' ','c','h','a','r','a','c','t','e','r',' ','i','s',' ','t','y','p','e','d',' ','i','n','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','i','n','t','r','=','_','\b','C','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','i','n','t','r','=','[','_','\b','C',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','s','e',' ','_','\b','C',' ','i','n','s','t','e','a','d',' ','o','f',' ','^','X',' ','t','o',' ','i','n','t','e','r','r','u','p','t',' ','a',' ','r','e','a','d','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','l','i','n','e','-','n','u','m','-','w','i','d','t','h','=','_','\b','N','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','l','e','s','s','k','e','y','-','c','o','n','t','e','x','t','=','_','\b','t','_','\b','e','_','\b','x','_','\b','t','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','s','e',' ','l','e','s','s','k','e','y',' ','s','o','u','r','c','e',' ','f','i','l','e',' ','c','o','n','t','e','n','t','s','.','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','l','e','s','s','k','e','y','-','s','r','c','=','_','\b','f','_','\b','i','_','\b','l','_','\b','e','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','U','s','e',' ','a',' ','l','e','s','s','k','e','y',' ','s','o','u','r','c','e',' ','f','i','l','e','.','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','l','i','n','e','-','n','u','m','-','w','i','d','t','h','=','[','_','\b','N',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','e','t',' ','t','h','e',' ','w','i','d','t','h',' ','o','f',' ','t','h','e',' ','-','N',' ','l','i','n','e',' ','n','u','m','b','e','r',' ','f','i','e','l','d',' ','t','o',' ','_','\b','N',' ','c','h','a','r','a','c','t','e','r','s','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','m','o','d','e','l','i','n','e','s','=','_','\b','N','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','m','a','t','c','h','-','s','h','i','f','t','=','[','_','\b','N',']','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','h','o','w',' ','a','t',' ','l','e','a','s','t',' ','_','\b','N',' ','c','h','a','r','a','c','t','e','r','s',' ','t','o',' ','t','h','e',' ','l','e','f','t',' ','o','f',' ','a',' ','s','e','a','r','c','h',' ','m','a','t','c','h','.','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','m','o','d','e','l','i','n','e','s','=','[','_','\b','N',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','R','e','a','d',' ','_','\b','N',' ','l','i','n','e','s',' ','f','r','o','m',' ','t','h','e',' ','i','n','p','u','t',' ','f','i','l','e',' ','a','n','d',' ','l','o','o','k',' ','f','o','r',' ','v','i','m',' ','m','o','d','e','l','i','n','e','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','m','o','u','s','e','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','E','n','a','b','l','e',' ','m','o','u','s','e',' ','i','n','p','u','t','.','\n',
@@ -236,13 +248,17 @@ constant char helpdata[] = {
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','R','e','m','o','v','e',' ','d','u','p','l','i','c','a','t','e','s',' ','f','r','o','m',' ','c','o','m','m','a','n','d',' ','h','i','s','t','o','r','y','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','n','o','-','n','u','m','b','e','r','-','h','e','a','d','e','r','s','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','o','n','\'','t',' ','g','i','v','e',' ','l','i','n','e',' ','n','u','m','b','e','r','s',' ','t','o',' ','h','e','a','d','e','r',' ','l','i','n','e','s','.','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','n','o','-','s','e','a','r','c','h','-','h','e','a','d','e','r','-','l','i','n','e','s','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','e','a','r','c','h','e','s',' ','d','o',' ','n','o','t',' ','i','n','c','l','u','d','e',' ','h','e','a','d','e','r',' ','l','i','n','e','s','.','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','n','o','-','s','e','a','r','c','h','-','h','e','a','d','e','r','-','c','o','l','u','m','n','s','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','e','a','r','c','h','e','s',' ','d','o',' ','n','o','t',' ','i','n','c','l','u','d','e',' ','h','e','a','d','e','r',' ','c','o','l','u','m','n','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','n','o','-','s','e','a','r','c','h','-','h','e','a','d','e','r','s','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','o','n','\'','t',' ','s','e','a','r','c','h',' ','i','n',' ','h','e','a','d','e','r',' ','l','i','n','e','s',' ','o','r',' ','c','o','l','u','m','n','s','.','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','e','a','r','c','h','e','s',' ','d','o',' ','n','o','t',' ','i','n','c','l','u','d','e',' ','h','e','a','d','e','r',' ','l','i','n','e','s',' ','o','r',' ','c','o','l','u','m','n','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','n','o','-','v','b','e','l','l','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','i','s','a','b','l','e',' ','t','h','e',' ','t','e','r','m','i','n','a','l','\'','s',' ','v','i','s','u','a','l',' ','b','e','l','l','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','r','e','d','r','a','w','-','o','n','-','q','u','i','t','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','R','e','d','r','a','w',' ','f','i','n','a','l',' ','s','c','r','e','e','n',' ','w','h','e','n',' ','q','u','i','t','t','i','n','g','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','r','s','c','r','o','l','l','=','_','\b','C','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','r','s','c','r','o','l','l','=','[','_','\b','C',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','e','t',' ','t','h','e',' ','c','h','a','r','a','c','t','e','r',' ','u','s','e','d',' ','t','o',' ','m','a','r','k',' ','t','r','u','n','c','a','t','e','d',' ','l','i','n','e','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','s','a','v','e','-','m','a','r','k','s','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','R','e','t','a','i','n',' ','m','a','r','k','s',' ','a','c','r','o','s','s',' ','i','n','v','o','c','a','t','i','o','n','s',' ','o','f',' ','l','e','s','s','.','\n',
@@ -252,17 +268,17 @@ constant char helpdata[] = {
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','i','s','p','l','a','y',' ','a',' ','m','e','s','s','a','g','e',' ','i','f',' ','p','r','e','p','r','o','c','e','s','s','o','r',' ','e','x','i','t','s',' ','w','i','t','h',' ','a','n',' ','e','r','r','o','r',' ','s','t','a','t','u','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','p','r','o','c','-','b','a','c','k','s','p','a','c','e','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','P','r','o','c','e','s','s',' ','b','a','c','k','s','p','a','c','e','s',' ','f','o','r',' ','b','o','l','d','/','u','n','d','e','r','l','i','n','e','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','S','P','E','C','I','A','L','-','B','A','C','K','S','P','A','C','E','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','P','R','O','C','-','B','A','C','K','S','P','A','C','E','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','T','r','e','a','t',' ','b','a','c','k','s','p','a','c','e','s',' ','a','s',' ','c','o','n','t','r','o','l',' ','c','h','a','r','a','c','t','e','r','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','p','r','o','c','-','r','e','t','u','r','n','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','e','l','e','t','e',' ','c','a','r','r','i','a','g','e',' ','r','e','t','u','r','n','s',' ','b','e','f','o','r','e',' ','n','e','w','l','i','n','e','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','S','P','E','C','I','A','L','-','R','E','T','U','R','N','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','P','R','O','C','-','R','E','T','U','R','N','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','T','r','e','a','t',' ','c','a','r','r','i','a','g','e',' ','r','e','t','u','r','n','s',' ','a','s',' ','c','o','n','t','r','o','l',' ','c','h','a','r','a','c','t','e','r','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','p','r','o','c','-','t','a','b','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','E','x','p','a','n','d',' ','t','a','b','s',' ','t','o',' ','s','p','a','c','e','s','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','S','P','E','C','I','A','L','-','T','A','B','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','P','R','O','C','-','T','A','B','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','T','r','e','a','t',' ','t','a','b','s',' ','a','s',' ','c','o','n','t','r','o','l',' ','c','h','a','r','a','c','t','e','r','s','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','s','t','a','t','u','s','-','c','o','l','-','w','i','d','t','h','=','_','\b','N','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','s','t','a','t','u','s','-','c','o','l','-','w','i','d','t','h','=','[','_','\b','N',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','e','t',' ','t','h','e',' ','w','i','d','t','h',' ','o','f',' ','t','h','e',' ','-','J',' ','s','t','a','t','u','s',' ','c','o','l','u','m','n',' ','t','o',' ','_','\b','N',' ','c','h','a','r','a','c','t','e','r','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','s','t','a','t','u','s','-','l','i','n','e','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','H','i','g','h','l','i','g','h','t',' ','o','r',' ','c','o','l','o','r',' ','t','h','e',' ','e','n','t','i','r','e',' ','l','i','n','e',' ','c','o','n','t','a','i','n','i','n','g',' ','a',' ','m','a','r','k','.','\n',
@@ -270,7 +286,7 @@ constant char helpdata[] = {
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','u','b','s','e','q','u','e','n','t',' ','o','p','t','i','o','n','s',' ','u','s','e',' ','b','a','c','k','s','l','a','s','h',' ','a','s',' ','e','s','c','a','p','e',' ','c','h','a','r','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','u','s','e','-','c','o','l','o','r','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','E','n','a','b','l','e','s',' ','c','o','l','o','r','e','d',' ','t','e','x','t','.','\n',
-' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','w','h','e','e','l','-','l','i','n','e','s','=','_','\b','N','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','w','h','e','e','l','-','l','i','n','e','s','=','[','_','\b','N',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','E','a','c','h',' ','c','l','i','c','k',' ','o','f',' ','t','h','e',' ','m','o','u','s','e',' ','w','h','e','e','l',' ','m','o','v','e','s',' ','_','\b','N',' ','l','i','n','e','s','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','w','o','r','d','w','r','a','p','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','W','r','a','p',' ','l','i','n','e','s',' ','a','t',' ','s','p','a','c','e','s','.','\n',
diff --git a/ifile.c b/ifile.c
index adbe82b0eb6a..97dc6591454e 100644
--- a/ifile.c
+++ b/ifile.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -48,7 +48,7 @@ struct ifile {
* Anchor for linked list.
*/
static struct ifile anchor = { &anchor, &anchor, NULL, NULL, NULL, 0, 0, '\0',
- { NULL_POSITION, 0 } };
+ { NULL_POSITION, 0 }, NULL, NULL };
static int ifiles = 0;
static void incr_index(struct ifile *p, int incr)
@@ -97,7 +97,7 @@ static void unlink_ifile(struct ifile *p)
* (or at the beginning of the list if "prev" is NULL).
* Return a pointer to the new ifile structure.
*/
-static struct ifile * new_ifile(char *filename, struct ifile *prev)
+static struct ifile * new_ifile(constant char *filename, struct ifile *prev)
{
struct ifile *p;
@@ -197,7 +197,7 @@ public int nifile(void)
/*
* Find an ifile structure, given a filename.
*/
-static struct ifile * find_ifile(char *filename)
+static struct ifile * find_ifile(constant char *filename)
{
struct ifile *p;
char *rfilename = lrealpath(filename);
@@ -229,7 +229,7 @@ static struct ifile * find_ifile(char *filename)
* If the filename has not been seen before,
* insert the new ifile after "prev" in the list.
*/
-public IFILE get_ifile(char *filename, IFILE prev)
+public IFILE get_ifile(constant char *filename, IFILE prev)
{
struct ifile *p;
@@ -241,7 +241,7 @@ public IFILE get_ifile(char *filename, IFILE prev)
/*
* Get the display filename associated with a ifile.
*/
-public char * get_filename(IFILE ifile)
+public constant char * get_filename(IFILE ifile)
{
if (ifile == NULL)
return (NULL);
@@ -251,7 +251,7 @@ public char * get_filename(IFILE ifile)
/*
* Get the canonical filename associated with a ifile.
*/
-public char * get_real_filename(IFILE ifile)
+public constant char * get_real_filename(IFILE ifile)
{
if (ifile == NULL)
return (NULL);
@@ -337,6 +337,10 @@ public void set_altfilename(IFILE ifile, char *altfilename)
p->h_altfilename = altfilename;
}
+/*
+ * Not constant; caller can free altfilename.
+ * {{ This is poor design and should be changed. }}
+ */
public char * get_altfilename(IFILE ifile)
{
return (int_ifile(ifile)->h_altfilename);
diff --git a/input.c b/input.c
index 0e021e1d05e1..d11bf71ea336 100644
--- a/input.c
+++ b/input.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -22,7 +22,6 @@
extern int squeeze;
extern int hshift;
extern int quit_if_one_screen;
-extern int sigs;
extern int ignore_eoi;
extern int status_col;
extern int wordwrap;
@@ -30,7 +29,7 @@ extern POSITION start_attnpos;
extern POSITION end_attnpos;
#if HILITE_SEARCH
extern int hilite_search;
-extern int size_linebuf;
+extern size_t size_linebuf;
extern int show_attn;
#endif
@@ -47,7 +46,7 @@ static void init_status_col(POSITION base_pos, POSITION disp_pos, POSITION edisp
{
int hl_before = (chop_line() && disp_pos != NULL_POSITION) ?
is_hilited_attr(base_pos, disp_pos, TRUE, NULL) : 0;
- int hl_after = (chop_line()) ?
+ int hl_after = (chop_line() && edisp_pos != NULL_POSITION) ?
is_hilited_attr(edisp_pos, eol_pos, TRUE, NULL) : 0;
int attr;
char ch;
@@ -64,11 +63,14 @@ static void init_status_col(POSITION base_pos, POSITION disp_pos, POSITION edisp
{
attr = hl_after;
ch = '>';
- } else
+ } else if (disp_pos != NULL_POSITION)
{
- attr = is_hilited_attr(base_pos, eol_pos, TRUE, NULL);
+ attr = is_hilited_attr(disp_pos, edisp_pos, TRUE, NULL);
ch = '*';
- }
+ } else
+ {
+ attr = 0;
+ }
if (attr)
set_status_col(ch, attr);
}
@@ -80,18 +82,18 @@ static void init_status_col(POSITION base_pos, POSITION disp_pos, POSITION edisp
* a line. The new position is the position of the first character
* of the NEXT line. The line obtained is the line starting at curr_pos.
*/
-public POSITION forw_line_seg(POSITION curr_pos, int skipeol, int rscroll, int nochop)
+public POSITION forw_line_seg(POSITION curr_pos, lbool skipeol, lbool rscroll, lbool nochop)
{
POSITION base_pos;
POSITION new_pos;
POSITION edisp_pos;
int c;
- int blankline;
- int endline;
- int chopped;
+ lbool blankline;
+ lbool endline;
+ lbool chopped;
int backchars;
POSITION wrap_pos;
- int skipped_leading;
+ lbool skipped_leading;
get_forw_line:
if (curr_pos == NULL_POSITION)
@@ -109,8 +111,7 @@ get_forw_line:
* If we're not ignoring EOI, we *could* do the same, but
* for efficiency we prepare several lines ahead at once.
*/
- prep_hilite(curr_pos, curr_pos + 3*size_linebuf,
- ignore_eoi ? 1 : -1);
+ prep_hilite(curr_pos, curr_pos + (POSITION) (3*size_linebuf), ignore_eoi ? 1 : -1);
curr_pos = next_unfiltered(curr_pos);
}
#endif
@@ -126,11 +127,6 @@ get_forw_line:
base_pos = curr_pos;
for (;;)
{
- if (ABORT_SIGS())
- {
- null_line();
- return (NULL_POSITION);
- }
c = ch_back_get();
if (c == EOI)
break;
@@ -151,13 +147,13 @@ get_forw_line:
new_pos = base_pos;
while (new_pos < curr_pos)
{
- if (ABORT_SIGS())
+ c = ch_forw_get();
+ if (c == EOI)
{
null_line();
return (NULL_POSITION);
}
- c = ch_forw_get();
- backchars = pappend(c, new_pos);
+ backchars = pappend((char) c, new_pos);
new_pos++;
if (backchars > 0)
{
@@ -167,7 +163,7 @@ get_forw_line:
do
{
new_pos++;
- c = ch_forw_get();
+ c = ch_forw_get(); /* {{ what if c == EOI? }} */
} while (c == ' ' || c == '\t');
backchars = 1;
}
@@ -198,11 +194,6 @@ get_forw_line:
chopped = FALSE;
for (;;)
{
- if (ABORT_SIGS())
- {
- null_line();
- return (NULL_POSITION);
- }
if (c == '\n' || c == EOI)
{
/*
@@ -220,12 +211,12 @@ get_forw_line:
break;
}
if (c != '\r')
- blankline = 0;
+ blankline = FALSE;
/*
* Append the char to the line and get the next char.
*/
- backchars = pappend(c, ch_tell()-1);
+ backchars = pappend((char) c, ch_tell()-1);
if (backchars > 0)
{
/*
@@ -236,14 +227,9 @@ get_forw_line:
if (skipeol)
{
/* Read to end of line. */
- edisp_pos = ch_tell();
+ edisp_pos = ch_tell() - backchars;
do
{
- if (ABORT_SIGS())
- {
- null_line();
- return (NULL_POSITION);
- }
c = ch_forw_get();
} while (c != '\n' && c != EOI);
new_pos = ch_tell();
@@ -266,10 +252,10 @@ get_forw_line:
do
{
new_pos = ch_tell();
- c = ch_forw_get();
+ c = ch_forw_get(); /* {{ what if c == EOI? }} */
} while (c == ' ' || c == '\t');
if (c == '\r')
- c = ch_forw_get();
+ c = ch_forw_get(); /* {{ what if c == EOI? }} */
if (c == '\n')
new_pos = ch_tell();
} else if (wrap_pos == NULL_POSITION)
@@ -281,6 +267,7 @@ get_forw_line:
}
}
endline = FALSE;
+ edisp_pos = new_pos;
}
break;
}
@@ -302,8 +289,10 @@ get_forw_line:
#if HILITE_SEARCH
if (blankline && show_attn)
{
- /* Add spurious space to carry possible attn hilite. */
- pappend(' ', ch_tell()-1);
+ /* Add spurious space to carry possible attn hilite.
+ * Use pappend_b so that if line ended with \r\n,
+ * we insert the space before the \r. */
+ pappend_b(' ', ch_tell()-1, TRUE);
}
#endif
pdone(endline, rscroll && chopped, 1);
@@ -330,11 +319,7 @@ get_forw_line:
* and pretend it is the one which we are returning.
*/
while ((c = ch_forw_get()) == '\n' || c == '\r')
- if (ABORT_SIGS())
- {
- null_line();
- return (NULL_POSITION);
- }
+ continue;
if (c != EOI)
(void) ch_back_get();
new_pos = ch_tell();
@@ -363,11 +348,11 @@ public POSITION back_line(POSITION curr_pos)
POSITION edisp_pos;
POSITION begin_new_pos;
int c;
- int endline;
- int chopped;
+ lbool endline;
+ lbool chopped;
int backchars;
POSITION wrap_pos;
- int skipped_leading;
+ lbool skipped_leading;
get_back_line:
if (curr_pos == NULL_POSITION || curr_pos <= ch_zero())
@@ -377,8 +362,8 @@ get_back_line:
}
#if HILITE_SEARCH
if (hilite_search == OPT_ONPLUS || is_filtering() || status_col)
- prep_hilite((curr_pos < 3*size_linebuf) ?
- 0 : curr_pos - 3*size_linebuf, curr_pos, -1);
+ prep_hilite((curr_pos < (POSITION) (3*size_linebuf)) ? 0 :
+ curr_pos - (POSITION) (3*size_linebuf), curr_pos, -1);
#endif
if (ch_seek(curr_pos-1))
{
@@ -393,6 +378,7 @@ get_back_line:
*/
(void) ch_forw_get(); /* Skip the newline */
c = ch_forw_get(); /* First char of "current" line */
+ /* {{ what if c == EOI? }} */
(void) ch_back_get(); /* Restore our position */
(void) ch_back_get();
@@ -404,11 +390,7 @@ get_back_line:
* since we skipped them in forw_line().
*/
while ((c = ch_back_get()) == '\n' || c == '\r')
- if (ABORT_SIGS())
- {
- null_line();
- return (NULL_POSITION);
- }
+ continue;
if (c == EOI)
{
null_line();
@@ -423,11 +405,6 @@ get_back_line:
*/
for (;;)
{
- if (ABORT_SIGS())
- {
- null_line();
- return (NULL_POSITION);
- }
c = ch_back_get();
if (c == '\n')
{
@@ -478,7 +455,7 @@ get_back_line:
for (;;)
{
c = ch_forw_get();
- if (c == EOI || ABORT_SIGS())
+ if (c == EOI)
{
null_line();
return (NULL_POSITION);
@@ -496,7 +473,7 @@ get_back_line:
edisp_pos = new_pos;
break;
}
- backchars = pappend(c, ch_tell()-1);
+ backchars = pappend((char) c, ch_tell()-1);
if (backchars > 0)
{
/*
@@ -523,24 +500,28 @@ get_back_line:
{
for (;;)
{
- c = ch_forw_get();
+ c = ch_forw_get(); /* {{ what if c == EOI? }} */
if (c == ' ' || c == '\t')
new_pos++;
else
{
if (c == '\r')
{
- c = ch_forw_get();
+ c = ch_forw_get(); /* {{ what if c == EOI? }} */
if (c == '\n')
new_pos++;
}
if (c == '\n')
new_pos++;
+ edisp_pos = new_pos;
break;
}
}
if (new_pos >= curr_pos)
+ {
+ edisp_pos = new_pos;
break;
+ }
pshift_all();
} else
{
diff --git a/jump.c b/jump.c
index 2bb4abbc1a09..96941845d0ad 100644
--- a/jump.c
+++ b/jump.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -16,11 +16,11 @@
#include "position.h"
extern int jump_sline;
-extern int squished;
-extern int screen_trashed;
+extern lbool squished;
extern int sc_width, sc_height;
extern int show_attn;
extern int top_scroll;
+extern POSITION header_start_pos;
/*
* Jump to the end of the file.
@@ -184,6 +184,38 @@ public void jump_line_loc(POSITION pos, int sline)
jump_loc(pos, sline);
}
+static void after_header_message(void)
+{
+#if HAVE_TIME
+#define MSG_FREQ 1 /* seconds */
+ static time_type last_msg = (time_type) 0;
+ time_type now = get_time();
+ if (now < last_msg + MSG_FREQ)
+ return;
+ last_msg = now;
+#endif
+ bell();
+ /* {{ 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); */
+}
+
+/*
+ * Ensure that a position is not before the header.
+ * If it is, print a message and return the position of the start of the header.
+ * {{ This is probably not being used correctly in all cases.
+ * It does not account for the location of pos on the screen,
+ * so lines before pos could be displayed. }}
+ */
+public POSITION after_header_pos(POSITION pos)
+{
+ if (header_start_pos != NULL_POSITION && pos < header_start_pos)
+ {
+ after_header_message();
+ pos = header_start_pos;
+ }
+ return pos;
+}
+
/*
* Jump to a specified position in the file.
* The position must be the first character in a line.
@@ -199,6 +231,7 @@ public void jump_loc(POSITION pos, int sline)
/*
* Normalize sline.
*/
+ pos = after_header_pos(pos);
sindex = sindex_from_sline(sline);
if ((nline = onscreen(pos)) >= 0)
@@ -214,7 +247,7 @@ public void jump_loc(POSITION pos, int sline)
back(-nline, position(TOP), 1, 0);
#if HILITE_SEARCH
if (show_attn)
- repaint_hilite(1);
+ repaint_hilite(TRUE);
#endif
return;
}
@@ -255,7 +288,7 @@ public void jump_loc(POSITION pos, int sline)
forw(sc_height-sindex+nline-1, bpos, 1, 0, 0);
#if HILITE_SEARCH
if (show_attn)
- repaint_hilite(1);
+ repaint_hilite(TRUE);
#endif
return;
}
@@ -272,8 +305,8 @@ public void jump_loc(POSITION pos, int sline)
}
}
lastmark();
- squished = 0;
- screen_trashed = 0;
+ squished = FALSE;
+ screen_trashed_num(0);
forw(sc_height-1, pos, 1, 0, sindex-nline);
} else
{
@@ -308,7 +341,7 @@ public void jump_loc(POSITION pos, int sline)
back(nline+1, tpos, 1, 0);
#if HILITE_SEARCH
if (show_attn)
- repaint_hilite(1);
+ repaint_hilite(TRUE);
#endif
return;
}
@@ -318,7 +351,7 @@ public void jump_loc(POSITION pos, int sline)
clear();
else
home();
- screen_trashed = 0;
+ screen_trashed_num(0);
add_back_pos(pos);
back(sc_height-1, pos, 1, 0);
}
diff --git a/lang.h b/lang.h
new file mode 100644
index 000000000000..cf7b47137673
--- /dev/null
+++ b/lang.h
@@ -0,0 +1,57 @@
+/*
+ * Copyright (C) 1984-2024 Mark Nudelman
+ *
+ * You may distribute under the terms of either the GNU General Public
+ * License or the Less License, as specified in the README file.
+ *
+ * For more information, see the README file.
+ */
+
+#ifndef LESS_LANG_H_
+#define LESS_LANG_H_ 1
+
+/*
+ * C language details.
+ */
+#if HAVE_CONST
+#define constant const
+#else
+#define constant
+#endif
+
+/*
+ * mutable is the opposite of constant.
+ * It documents that a pointer parameter will be written through by the
+ * called function, more directly than by the mere absence of "constant".
+ */
+#define mutable
+
+#define public /* PUBLIC FUNCTION */
+
+#undef ptr_diff
+#define ptr_diff(p1,p2) ((size_t) ((p1)-(p2)))
+#undef countof
+#define countof(a) ((int)(sizeof(a)/sizeof(*a)))
+
+#define size_t_null ((size_t)-1)
+
+#ifndef NULL
+#define NULL 0
+#endif
+
+typedef enum lbool { LFALSE, LTRUE } lbool;
+
+#undef TRUE
+#define TRUE LTRUE
+#undef FALSE
+#define FALSE LFALSE
+
+#ifdef _MSC_VER
+#if _WIN64
+typedef __int64 ssize_t;
+#else
+typedef __int32 ssize_t;
+#endif
+#endif
+
+#endif // LESS_LANG_H_
diff --git a/less.h b/less.h
index 2ba8c353deeb..cc6395128c9c 100644
--- a/less.h
+++ b/less.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -36,16 +36,6 @@
#undef HAVE_SIGSETMASK
#endif
-/*
- * Language details.
- */
-#if HAVE_CONST
-#define constant const
-#else
-#define constant
-#endif
-
-#define public /* PUBLIC FUNCTION */
/* Library function declarations */
@@ -87,11 +77,14 @@
* These substitutes for C23 stdckdint macros do not set *R on overflow,
* and they assume A and B are nonnegative. That is good enough for us.
*/
-#define ckd_add(r, a, b) help_ckd_add(r, a, b, sizeof *(r), signed_expr(*(r)))
-#define ckd_mul(r, a, b) help_ckd_mul(r, a, b, sizeof *(r), signed_expr(*(r)))
+#define ckd_add(r, a, b) help_ckd_add(r, (uintmax)(a), (uintmax)(b), sizeof *(r), signed_expr(*(r)))
+#define ckd_mul(r, a, b) help_ckd_mul(r, (uintmax)(a), (uintmax)(b), sizeof *(r), signed_expr(*(r)))
/* True if the integer expression E, after promotion, is signed. */
#define signed_expr(e) ((TRUE ? 0 : e) - 1 < 0)
#endif
+#define muldiv(val,num,den) umuldiv((uintmax)(val), (uintmax)(num), (uintmax)(den))
+
+#include "lang.h"
#if defined UINTMAX_MAX
typedef uintmax_t uintmax;
@@ -146,21 +139,21 @@ void free();
#undef IS_DIGIT
#if HAVE_WCTYPE
-#define IS_UPPER(c) iswupper(c)
-#define IS_LOWER(c) iswlower(c)
-#define TO_UPPER(c) towupper(c)
-#define TO_LOWER(c) towlower(c)
+#define IS_UPPER(c) iswupper((wint_t) (c))
+#define IS_LOWER(c) iswlower((wint_t) (c))
+#define TO_UPPER(c) towupper((wint_t) (c))
+#define TO_LOWER(c) towlower((wint_t) (c))
#else
#if HAVE_UPPER_LOWER
-#define IS_UPPER(c) isupper((unsigned char) (c))
-#define IS_LOWER(c) islower((unsigned char) (c))
-#define TO_UPPER(c) toupper((unsigned char) (c))
-#define TO_LOWER(c) tolower((unsigned char) (c))
+#define IS_UPPER(c) (is_ascii_char(c) && isupper((unsigned char) (c)))
+#define IS_LOWER(c) (is_ascii_char(c) && islower((unsigned char) (c)))
+#define TO_UPPER(c) (is_ascii_char(c) ? toupper((unsigned char) (c)) : (c))
+#define TO_LOWER(c) (is_ascii_char(c) ? tolower((unsigned char) (c)) : (c))
#else
-#define IS_UPPER(c) ASCII_IS_UPPER(c)
-#define IS_LOWER(c) ASCII_IS_LOWER(c)
-#define TO_UPPER(c) ASCII_TO_UPPER(c)
-#define TO_LOWER(c) ASCII_TO_LOWER(c)
+#define IS_UPPER(c) (is_ascii_char(c) && ASCII_IS_UPPER(c))
+#define IS_LOWER(c) (is_ascii_char(c) && ASCII_IS_LOWER(c))
+#define TO_UPPER(c) (is_ascii_char(c) ? ASCII_TO_UPPER(c) : (c))
+#define TO_LOWER(c) (is_ascii_char(c) ? ASCII_TO_LOWER(c) : (c))
#endif
#endif
@@ -178,17 +171,6 @@ void free();
#define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI))
-#ifndef NULL
-#define NULL 0
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
#define OPT_OFF 0
#define OPT_ON 1
#define OPT_ONPLUS 2
@@ -236,7 +218,20 @@ void free();
* Special types and constants.
*/
typedef unsigned long LWCHAR;
-typedef off_t POSITION;
+#if defined(MINGW) || (defined(_MSC_VER) && _MSC_VER >= 1500)
+typedef long long less_off_t; /* __int64 */
+typedef struct _stat64 less_stat_t;
+#define less_fstat _fstat64
+#define less_stat _stat64
+#define less_lseek _lseeki64
+#else
+typedef off_t less_off_t;
+typedef struct stat less_stat_t;
+#define less_fstat fstat
+#define less_stat stat
+#define less_lseek lseek
+#endif
+typedef less_off_t POSITION;
typedef off_t LINENUM;
#define MIN_LINENUM_WIDTH 7 /* Default min printing width of a line number */
#define MAX_LINENUM_WIDTH 16 /* Max width of a line number */
@@ -327,7 +322,7 @@ struct scrpos
typedef union parg
{
- char *p_string;
+ constant char *p_string;
int p_int;
LINENUM p_linenum;
char p_char;
@@ -348,8 +343,8 @@ struct wchar_range
struct wchar_range_table
{
- struct wchar_range *table;
- int count;
+ struct wchar_range *table;
+ unsigned int count;
};
#if HAVE_POLL
@@ -397,13 +392,25 @@ typedef short POLL_EVENTS;
#define SRCH_FILTER (1 << 13) /* Search is for '&' (filter) command */
#define SRCH_AFTER_TARGET (1 << 14) /* Start search after the target line */
#define SRCH_WRAP (1 << 15) /* Wrap-around search (continue at BOF/EOF) */
-#define SRCH_SUBSEARCH(i) (1 << (16+(i))) /* Search for subpattern */
+#if OSC8_LINK
+#define SRCH_OSC8 (1 << 16) /* */
+#endif
+#define SRCH_SUBSEARCH(i) (1 << (17+(i))) /* Search for subpattern */
/* {{ Depends on NUM_SEARCH_COLORS==5 }} */
#define SRCH_SUBSEARCH_ALL (SRCH_SUBSEARCH(1)|SRCH_SUBSEARCH(2)|SRCH_SUBSEARCH(3)|SRCH_SUBSEARCH(4)|SRCH_SUBSEARCH(5))
#define SRCH_REVERSE(t) (((t) & SRCH_FORW) ? \
(((t) & ~SRCH_FORW) | SRCH_BACK) : \
(((t) & ~SRCH_BACK) | SRCH_FORW))
+/* Parsing position in an OSC8 link: "\e]8;PARAMS;URI\e\\" (final "\e\\" may be "\7") */
+typedef enum osc8_state {
+ OSC8_NOT, /* This is not an OSC8 link */
+ OSC8_PREFIX, /* In the "\e]8;" */
+ OSC8_PARAMS, /* In the parameters */
+ OSC8_URI, /* In the URI */
+ OSC8_ST_ESC, /* After the final \e */
+ OSC8_END, /* At end */
+} osc8_state;
/* */
#define NO_MCA 0
@@ -454,10 +461,21 @@ typedef enum {
CV_ERROR = -1
} COLOR_VALUE;
+typedef enum {
+ CATTR_NULL = 0,
+ CATTR_STANDOUT = (1 << 0),
+ CATTR_BOLD = (1 << 1),
+ CATTR_UNDERLINE = (1 << 2),
+ CATTR_BLINK = (1 << 3),
+} CHAR_ATTR;
+
/* ANSI states */
-#define ANSI_MID 1
-#define ANSI_ERR 2
-#define ANSI_END 3
+typedef enum {
+ ANSI_NULL,
+ ANSI_MID,
+ ANSI_ERR,
+ ANSI_END,
+} ansi_state;
#if '0' == 240
#define IS_EBCDIC_HOST 1
@@ -534,7 +552,6 @@ typedef enum {
#define ESC CONTROL('[')
#define ESCS "\33"
#define CSI ((unsigned char)'\233')
-#define CHAR_END_COMMAND 0x40000000
#if _OSK_MWC32
#define LSIGNAL(sig,func) os9_signal(sig,func)
@@ -584,6 +601,7 @@ typedef enum {
#define CH_POPENED 004
#define CH_HELPFILE 010
#define CH_NODATA 020 /* Special case for zero length files */
+#define CH_NOTRUSTSIZE 040 /* For files that claim 0 length size falsely */
#define ch_zero() ((POSITION)0)
@@ -611,6 +629,20 @@ typedef enum {
#define X11MOUSE_WHEEL_DOWN 0x41 /* Wheel scroll down */
#define X11MOUSE_OFFSET 0x20 /* Added to button & pos bytes to create a char */
+/* Security features. */
+#define SF_EDIT (1<<1) /* Edit file (v) */
+#define SF_EXAMINE (1<<2) /* Examine file (:e) */
+#define SF_GLOB (1<<3) /* Expand file pattern */
+#define SF_HISTORY (1<<4) /* History file */
+#define SF_LESSKEY (1<<5) /* Lesskey files */
+#define SF_LESSOPEN (1<<6) /* LESSOPEN */
+#define SF_LOGFILE (1<<7) /* Log file (s, -o) */
+#define SF_PIPE (1<<8) /* Pipe (|) */
+#define SF_SHELL (1<<9) /* Shell command (!) */
+#define SF_STOP (1<<10) /* Stop signal */
+#define SF_TAGS (1<<11) /* Tags */
+#define SF_OSC8_OPEN (1<<12) /* OSC8 open */
+
#if LESSTEST
#define LESS_DUMP_CHAR CONTROL(']')
#endif
@@ -630,6 +662,9 @@ void inttoa(int, char*, int);
int lstrtoi(char*, char**, int);
POSITION lstrtopos(char*, char**, int);
unsigned long lstrtoul(char*, char**, int);
+int lstrtoic(constant char*, constant char**, int);
+POSITION lstrtoposc(constant char*, constant char**, int);
+unsigned long lstrtoulc(constant char*, constant char**, int);
#if MSDOS_COMPILER==WIN32C
int pclose(FILE*);
#endif
diff --git a/less.hlp b/less.hlp
index 901a11c2fae5..1250959dde61 100644
--- a/less.hlp
+++ b/less.hlp
@@ -41,6 +41,9 @@
N * Repeat previous search in reverse direction.
ESC-n * Repeat previous search, spanning files.
ESC-N * Repeat previous search, reverse dir. & spanning files.
+ ^O^N ^On * Search forward for (_N-th) OSC8 hyperlink.
+ ^O^P ^Op * Search backward for (_N-th) OSC8 hyperlink.
+ ^O^L ^Ol Jump to the currently selected OSC8 hyperlink.
ESC-u Undo (toggle) search highlighting.
ESC-U Clear search highlighting.
&_p_a_t_t_e_r_n * Display only matching lines.
@@ -53,6 +56,7 @@
^R Don't use REGULAR EXPRESSIONS.
^S _n Search for match in _n-th parenthesized subpattern.
^W WRAP search if no match found.
+ ^L Enter next character literally into pattern.
---------------------------------------------------------------------------
JJUUMMPPIINNGG
@@ -92,6 +96,7 @@
:n * Examine the (_N-th) next file from the command line.
:p * Examine the (_N-th) previous file from the command line.
:x * Examine the first (or _N-th) file from the command line.
+ ^O^O Open the currently selected OSC8 hyperlink.
:d Delete the current file from the command line list.
= ^G :f Print current file name.
---------------------------------------------------------------------------
@@ -155,8 +160,8 @@
Screen position of target lines.
-J ........ --status-column
Display a status column at left edge of screen.
- -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e]
- Use a lesskey file.
+ -k _f_i_l_e ... --lesskey-file=_f_i_l_e
+ Use a compiled lesskey file.
-K ........ --quit-on-intr
Exit less in response to ctrl-C.
-L ........ --no-lessopen
@@ -167,11 +172,11 @@
Suppress line numbers in prompts and messages.
-N ......... --LINE-NUMBERS
Display line number at start of each line.
- -o [_f_i_l_e] . --log-file=[_f_i_l_e]
+ -o [_f_i_l_e] .. --log-file=[_f_i_l_e]
Copy to log file (standard input only).
- -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e]
+ -O [_f_i_l_e] .. --LOG-FILE=[_f_i_l_e]
Copy to log file (unconditionally overwrite).
- -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n]
+ -p _p_a_t_t_e_r_n . --pattern=[_p_a_t_t_e_r_n]
Start at pattern (from command line).
-P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
Define new prompt.
@@ -183,7 +188,7 @@
Squeeze multiple blank lines.
-S ........ --chop-long-lines
Chop (truncate) long lines rather than wrapping.
- -t [_t_a_g] .. --tag=[_t_a_g]
+ -t _t_a_g .... --tag=[_t_a_g]
Find a tag.
-T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e]
Use an alternate tags file.
@@ -209,21 +214,28 @@
Don't display tildes after end of file.
-# [_N] .... --shift=[_N]
Set horizontal scroll amount (0 = one half screen width).
+
--exit-follow-on-close
Exit F command on a pipe when writer closes pipe.
--file-size
Automatically determine the size of the input file.
--follow-name
The F command changes files if the input file is renamed.
- --header=[_N[,_M]]
- Use N lines and M columns to display file headers.
+ --header=[_L[,_C[,_N]]]
+ Use _L lines (starting at line _N) and _C columns as headers.
--incsearch
Search file as each pattern character is typed in.
- --intr=_C
+ --intr=[_C]
Use _C instead of ^X to interrupt a read.
- --line-num-width=_N
+ --lesskey-context=_t_e_x_t
+ Use lesskey source file contents.
+ --lesskey-src=_f_i_l_e
+ Use a lesskey source file.
+ --line-num-width=[_N]
Set the width of the -N line number field to _N characters.
- --modelines=_N
+ --match-shift=[_N]
+ Show at least _N characters to the left of a search match.
+ --modelines=[_N]
Read _N lines from the input file and look for vim modelines.
--mouse
Enable mouse input.
@@ -233,13 +245,17 @@
Remove duplicates from command history.
--no-number-headers
Don't give line numbers to header lines.
+ --no-search-header-lines
+ Searches do not include header lines.
+ --no-search-header-columns
+ Searches do not include header columns.
--no-search-headers
- Don't search in header lines or columns.
+ Searches do not include header lines or columns.
--no-vbell
Disable the terminal's visual bell.
--redraw-on-quit
Redraw final screen when quitting.
- --rscroll=_C
+ --rscroll=[_C]
Set the character used to mark truncated lines.
--save-marks
Retain marks across invocations of less.
@@ -249,17 +265,17 @@
Display a message if preprocessor exits with an error status.
--proc-backspace
Process backspaces for bold/underline.
- --SPECIAL-BACKSPACE
+ --PROC-BACKSPACE
Treat backspaces as control characters.
--proc-return
Delete carriage returns before newline.
- --SPECIAL-RETURN
+ --PROC-RETURN
Treat carriage returns as control characters.
--proc-tab
Expand tabs to spaces.
- --SPECIAL-TAB
+ --PROC-TAB
Treat tabs as control characters.
- --status-col-width=_N
+ --status-col-width=[_N]
Set the width of the -J status column to _N characters.
--status-line
Highlight or color the entire line containing a mark.
@@ -267,7 +283,7 @@
Subsequent options use backslash as escape char.
--use-color
Enables colored text.
- --wheel-lines=_N
+ --wheel-lines=[_N]
Each click of the mouse wheel moves _N lines.
--wordwrap
Wrap lines at spaces.
diff --git a/less.man b/less.man
index d2774c7e7190..152493b05bff 100644
--- a/less.man
+++ b/less.man
@@ -1,9 +1,7 @@
-LESS(1) General Commands Manual LESS(1)
-
-
+LESS(1) General Commands Manual LESS(1)
NAME
- less - opposite of more
+ less - display the contents of a file in a terminal
SYNOPSIS
less -?
@@ -19,22 +17,21 @@ LESS(1) General Commands Manual LESS(1)
names.)
DESCRIPTION
- Less is a program similar to more(1), but which allows backward move‐
- ment in the file as well as forward movement. Also, less does not have
- to read the entire input file before starting, so with large input
- files it starts up faster than text editors like vi(1). Less uses
- termcap (or terminfo on some systems), so it can run on a variety of
- terminals. There is even limited support for hardcopy terminals. (On
- a hardcopy terminal, lines which should be printed at the top of the
- screen are prefixed with a caret.)
-
- Commands are based on both more and vi. Commands may be preceded by a
+ Less is a program similar to more(1), but it has many more features.
+ Less does not have to read the entire input file before starting, so
+ with large input files it starts up faster than text editors like
+ vi(1). Less uses termcap (or terminfo on some systems), so it can run
+ on a variety of terminals. There is even limited support for hardcopy
+ terminals. (On a hardcopy terminal, lines which should be printed at
+ the top of the screen are prefixed with a caret.)
+
+ Commands are based on both more and vi. Commands may be preceded by a
decimal number, called N in the descriptions below. The number is used
by some commands, as indicated.
COMMANDS
- In the following descriptions, ^X means control-X. ESC stands for the
- ESCAPE key; for example ESC-v means the two character sequence "ES‐
+ In the following descriptions, ^X means control‐X. ESC stands for the
+ ESCAPE key; for example ESC‐v means the two character sequence "ES‐
CAPE", then "v".
h or H Help: display a summary of these commands. If you forget all
@@ -43,18 +40,18 @@ LESS(1) General Commands Manual LESS(1)
SPACE or ^V or f or ^F
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
+ ful is displayed. Warning: some systems use ^V as a special
literalization character.
- z Like SPACE, but if N is specified, it becomes the new window
+ z Like SPACE, but if N is specified, it becomes the new window
size.
- ESC-SPACE
- Like SPACE, but scrolls a full screenful, even if it reaches
- end-of-file in the process.
+ ESC‐SPACE
+ Like SPACE, but scrolls a full screenful, even if it reaches
+ end‐of‐file in the process.
ENTER or RETURN or ^N or e or ^E or j or ^J
- Scroll forward N lines, default 1. The entire N lines are dis‐
+ Scroll forward N lines, default 1. The entire N lines are dis‐
played, even if N is more than the screen size.
d or ^D
@@ -62,12 +59,12 @@ LESS(1) General Commands Manual LESS(1)
N is specified, it becomes the new default for subsequent d and
u commands.
- b or ^B or ESC-v
+ b or ^B or ESC‐v
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.
- w Like ESC-v, but if N is specified, it becomes the new window
+ w Like ESC‐v, but if N is specified, it becomes the new window
size.
y or ^Y or ^P or k or ^K
@@ -85,59 +82,59 @@ LESS(1) General Commands Manual LESS(1)
K or Y Like k, but continues to scroll beyond the beginning of the
file.
- ESC-) or RIGHTARROW
+ ESC‐) or RIGHTARROW
Scroll horizontally right N characters, default half the screen
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
(chop lines) were in effect.
- ESC-( or LEFTARROW
+ ESC‐( or LEFTARROW
Scroll horizontally left N characters, default half the screen
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
Scroll horizontally right to show the end of the longest dis‐
played line.
- ESC-{ or ^LEFTARROW
+ ESC‐{ or ^LEFTARROW
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,
- reload the current file. Useful if the file is changing while
- it is being viewed.
+ R Repaint the screen, discarding any buffered input. That is, re‐
+ 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‐
+ --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 as soon as a line is found which matches the last
+ 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.
- g or < or ESC-<
+ g or < or ESC‐<
Go to line N in the file, default 1 (beginning of file). (Warn‐
ing: this may be slow if N is large.)
- G or > or ESC->
- Go to line N in the file, default the end of the file. (Warn‐
- ing: this may be slow if N is large, or if N is not specified
+ G or > or ESC‐>
+ Go to line N in the file, default the end of the file. (Warn‐
+ ing: this may be slow if N is large, or if N is not specified
and standard input, rather than a file, is being read.)
- ESC-G Same as G, except if no number N is specified and the input is
- standard input, goes to the last line which is currently
+ ESC‐G Same as G, except if no number N is specified and the input is
+ standard input, goes to the last line which is currently
buffered.
p or % Go to a position N percent into the file. N should be between 0
@@ -146,36 +143,36 @@ LESS(1) General Commands Manual LESS(1)
P Go to the line containing byte offset N in the file.
{ If a left curly bracket appears in the top line displayed on the
- screen, the { command will go to the matching right curly
- bracket. The matching right curly bracket is positioned on the
+ screen, the { command will go to the matching right curly
+ bracket. The matching right curly bracket is positioned on the
bottom line of the screen. If there is more than one left curly
bracket on the top line, a number N may be used to specify the
- N-th bracket on the line.
+ N‐th bracket on the line.
} If a right curly bracket appears in the bottom line displayed on
- the screen, the } command will go to the matching left curly
- bracket. The matching left curly bracket is positioned on the
- top line of the screen. If there is more than one right curly
- bracket on the bottom line, a number N may be used to specify
- the N-th bracket on the line.
+ the screen, the } command will go to the matching left curly
+ bracket. The matching left curly bracket is positioned on the
+ top line of the screen. If there is more than one right curly
+ bracket on the bottom line, a number N may be used to specify
+ the N‐th bracket on the line.
( Like {, but applies to parentheses rather than curly brackets.
) Like }, but applies to parentheses rather than curly brackets.
- [ Like {, but applies to square brackets rather than curly brack‐
+ [ Like {, but applies to square brackets rather than curly brack‐
ets.
- ] Like }, but applies to square brackets rather than curly brack‐
+ ] Like }, but applies to square brackets rather than curly brack‐
ets.
- ESC-^F Followed by two characters, acts like {, but uses the two char‐
- acters as open and close brackets, respectively. For example,
- "ESC ^F < >" could be used to go forward to the > which matches
+ ESC‐^F Followed by two characters, acts like {, but uses the two char‐
+ acters as open and close brackets, respectively. For example,
+ "ESC ^F < >" could be used to go forward to the > which matches
the < in the top displayed line.
- ESC-^B Followed by two characters, acts like }, but uses the two char‐
- acters as open and close brackets, respectively. For example,
+ ESC‐^B Followed by two characters, acts like }, but uses the two char‐
+ acters as open and close brackets, respectively. For example,
"ESC ^B < >" could be used to go backward to the < which matches
the > in the bottom displayed line.
@@ -197,14 +194,14 @@ LESS(1) General Commands Manual LESS(1)
^X^X Same as single quote.
- ESC-m Followed by any lowercase or uppercase letter, clears the mark
+ ESC‐m Followed by any lowercase or uppercase letter, clears the mark
identified by that letter.
/pattern
- Search forward in the file for the N-th line containing the pat‐
+ Search forward in the file for the N‐th line containing the pat‐
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
+ system. By default, searching is case‐sensitive (uppercase and
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).
@@ -229,28 +226,32 @@ LESS(1) General Commands Manual LESS(1)
options.
^K Highlight any text which matches the pattern on the cur‐
- rent screen, but don't move to the first match (KEEP cur‐
+ rent screen, but don’t move to the first match (KEEP cur‐
rent position).
- ^R Don't interpret regular expression metacharacters; that
+ ^R Don’t interpret regular expression metacharacters; that
is, do a simple textual comparison.
- ^S Followed by a digit N between 1 and 5. Only text which
- has a non-empty match for the N-th parenthesized SUB-PAT‐
+ ^S Followed by a digit N between 1 and 5. Only text which
+ has a non‐empty match for the N‐th parenthesized SUB‐PAT‐
TERN will be considered to match the pattern. (Supported
- only if less is built with one of the regular expression
- libraries posix, pcre, or pcre2.) Multiple ^S modifiers
- can be specified, to match more than one sub-pattern.
-
- ^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 ^W
+ only if less is built with one of the regular expression
+ libraries posix, pcre, or pcre2.) Multiple ^S modifiers
+ can be specified, to match more than one sub‐pattern.
+
+ ^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 ^W
modifier is set, the ^E modifier is ignored.
+ ^L The next character is taken literally; that is, it be‐
+ comes part of the pattern even if it is one of the above
+ search modifier characters.
+
?pattern
- Search backward in the file for the N-th line containing the
- pattern. The search starts at the last line displayed (but see
+ 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).
Certain characters are special as in the / command:
@@ -259,9 +260,9 @@ LESS(1) General Commands Manual LESS(1)
Search for lines which do NOT match the pattern.
^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
+ 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.
^F or @
@@ -278,49 +279,49 @@ LESS(1) General Commands Manual LESS(1)
^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
+ a match, the search continues from the last line of the
current file up to the line where it started.
- ESC-/pattern
+ ESC‐/pattern
Same as "/*".
- ESC-?pattern
+ ESC‐?pattern
Same as "?*".
- n Repeat previous search, for N-th line containing the last pat‐
- tern. If the previous search was modified by ^N, the search is
- made for the N-th line NOT containing the pattern. If the pre‐
- vious 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 ^R, the search is done
- without using regular expressions. There is no effect if the
+ n Repeat previous search, for N‐th line containing the last pat‐
+ tern. If the previous search was modified by ^N, the search is
+ made for the N‐th line NOT containing the pattern. If the pre‐
+ vious 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 ^R, the search is done
+ without using regular expressions. There is no effect if the
previous search was modified by ^F or ^K.
N Repeat previous search, but in the reverse direction.
- ESC-n Repeat previous search, but crossing file boundaries. The ef‐
+ ESC‐n Repeat previous search, but crossing file boundaries. The ef‐
fect is as if the previous search were modified by *.
- ESC-N Repeat previous search, but in the reverse direction and cross‐
+ ESC‐N Repeat previous search, but in the reverse direction and cross‐
ing file boundaries.
- ESC-u Undo search highlighting. Turn off highlighting of strings
+ ESC‐u Undo search highlighting. 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
+ 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
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
+ 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
search matches marked in the status column.
&pattern
- Display only lines which match the pattern; lines which do not
- match the pattern are not displayed. If pattern is empty (if
- you type & immediately followed by ENTER), any filtering is
- turned off, and all lines are displayed. While filtering is in
- effect, an ampersand is displayed at the beginning of the
+ Display only lines which match the pattern; lines which do not
+ match the pattern are not displayed. If pattern is empty (if
+ you type & immediately followed by ENTER), any filtering is
+ turned off, and all lines are displayed. While filtering is in
+ effect, an ampersand is displayed at the 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.
@@ -330,13 +331,13 @@ LESS(1) General Commands Manual LESS(1)
^N or !
Display only lines which do NOT match the pattern.
- ^R Don't interpret regular expression metacharacters; that
+ ^R Don’t interpret regular expression metacharacters; that
is, do a simple textual comparison.
:e [filename]
Examine a new file. If the filename is missing, the "current"
file (see the :n and :p commands below) from the list of files
- in the command line is re-examined. A percent sign (%) in the
+ in the command line is re‐examined. A percent sign (%) in the
filename is replaced by the name of the current file. A pound
sign (#) is replaced by the name of the previously examined
file. However, two consecutive percent signs are simply re‐
@@ -346,7 +347,7 @@ LESS(1) General Commands Manual LESS(1)
sign. The filename is inserted into the command line list of
files so that it can be seen by subsequent :n and :p commands.
If the filename consists of several files, they are all inserted
- into the list of files and the first one is examined. If the
+ 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).
@@ -356,23 +357,33 @@ LESS(1) General Commands Manual LESS(1)
^V.
:n Examine the next file (from the list of files given in the com‐
- mand line). If a number N is specified, the N-th next file is
+ mand line). If a number N is specified, the N‐th next file is
examined.
:p Examine the previous file in the command line list. If a number
- N is specified, the N-th previous file is examined.
+ N is specified, the N‐th previous file is examined.
- :x Examine the first file in the command line list. If a number N
- is specified, the N-th file in the list is examined.
+ :x Examine the first file in the command line list. If a number N
+ is specified, the N‐th file in the list is examined.
: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
+ 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.
- T Go to the previous tag, if there were more than one matches for
+ T Go to the previous tag, if there were more than one matches for
the current tag.
+ ^O^N or ^On
+ Search forward in the file for the N‐th next OSC 8 hyperlink.
+
+ ^O^P or ^Op
+ Search backward in the file for the N‐th previous OSC 8 hyper‐
+ link.
+
+ ^O^L or ^Ol
+ Jump to the currently selected OSC 8 hyperlink.
+
= 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
@@ -382,7 +393,7 @@ LESS(1) General Commands Manual LESS(1)
- 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 ^P (CONTROL-P) is en‐
+ 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
@@ -392,15 +403,15 @@ LESS(1) General Commands Manual LESS(1)
-- Like the - command, but takes a long option name (see OPTIONS
below) rather than a single option letter. You must press ENTER
- or RETURN after typing the option name. A ^P immediately after
- the second dash suppresses printing of a message describing the
+ or RETURN after typing the option name. A ^P immediately after
+ the second dash suppresses printing of a message describing the
new setting, as in the - command.
-+ 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
- string-valued options.
+ string‐valued options.
--+ Like the -+ command, but takes a long option name rather than a
single option letter.
@@ -408,7 +419,7 @@ LESS(1) General Commands Manual LESS(1)
-! Followed by one of the command line option letters, this will
reset the option to the "opposite" of its default setting and
print a message describing the new setting. This does not work
- for numeric or string-valued options.
+ for numeric or string‐valued options.
--! Like the -! command, but takes a long option name rather than a
single option letter.
@@ -430,31 +441,33 @@ LESS(1) General Commands Manual LESS(1)
q or Q or :q or :Q or ZZ
Exits less.
- The following six commands may or may not be valid, depending on your
+ The following seven commands may or may not be valid, depending on your
particular installation.
v Invokes an editor to edit the current file being viewed. The
editor is taken from the environment variable VISUAL if defined,
- or EDITOR if VISUAL is not defined, or defaults to "vi" if nei‐
- ther VISUAL nor EDITOR is defined. See also the discussion of
+ or EDITOR if VISUAL is not defined, or defaults to "vi" if nei‐
+ ther VISUAL nor EDITOR is defined. See also the discussion of
LESSEDIT under the section on PROMPTS below.
- ! shell-command
- Invokes a shell to run the shell-command given. A percent sign
- (%) in the command is replaced by the name of the current file.
+ ! shell‐command
+ Invokes a shell to run the shell‐command given. A percent sign
+ (%) in the command is replaced by the name of the current file.
A pound sign (#) is replaced by the name of the previously exam‐
ined file. "!!" repeats the last shell command. "!" with no
- shell command simply invokes a shell. On Unix systems, the
- shell is taken from the environment variable SHELL, or defaults
- to "sh". On MS-DOS and OS/2 systems, the shell is the normal
- command processor.
-
- # shell-command
- Similar to the "!" command, except that the command is expanded
+ shell command simply invokes a shell. 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". On MS‐DOS, Windows, and OS/2 systems, the shell is the
+ normal command processor.
+
+ # shell‐command
+ Similar to the "!" command, except that the command is expanded
in the same way as prompt strings. For example, the name of the
current file would be given as "%f".
- | <m> shell-command
+ | <m> shell‐command
<m> represents any mark letter. Pipes a section of the input
file to the given shell command. The section of the file to be
piped is between the position marked by the letter and the cur‐
@@ -462,12 +475,71 @@ LESS(1) General Commands Manual LESS(1)
of whether the marked position is before or after the current
screen. <m> may also be ^ or $ to indicate beginning or end of
file respectively. If <m> is . or newline, the current screen
- is piped.
+ is piped. If a ^P (CONTROL‐P) is entered immediately after the
+ mark letter, no "done" message is printed after the shell com‐
+ mand is executed.
s filename
Save the input to a file. This works only if the input is a
pipe, not an ordinary file.
+ ^O^O
+ Run a shell command to open the URI in the current OSC 8 hyper‐
+ link, 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), or is empty if there is no colon in the URI.
+ The value of the environment variable is then expanded in the
+ same way as prompt strings (in particular, any instance of "%o"
+ is replaced with the URI) to produce an OSC 8 "handler" shell
+ command. The standard output from the handler is an "opener"
+ shell command which is then executed to open the URI.
+
+ There are two special cases:
+
+ 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 ^O^O
+ will simply jump to that link.
+
+ 2. If the opener begins with the characters ":e" fol‐
+ lowed by whitespace and a filename, then instead
+ of running the opener as a shell command, the
+ specified filename is opened in the current in‐
+ stance of less.
+
+ 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’
+
+ In other cases, the URI may need to be modified, so the handler
+ may have to do some manipulation of the %o value.
+
+ If the LESS_OSC8_xxx variable is not set, the variable
+ LESS_OSC8_ANY is tried. If neither LESS_OSC8_xxx nor
+ LESS_OSC8_ANY is set, links using the "xxx" scheme cannot be
+ opened. However, there are default handlers for the schemes
+ "man" (used when LESS_OSC8_man is not set) and "file" (used when
+ 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‐
+ cate that the default value should not be used, and likewise for
+ LESS_OSC8_man.
+
+ The URI passed to an OSC8 handler via %o is guaranteed not to
+ contain any single quote or double quote characters, but it may
+ contain any other shell metacharacters such as semicolons, dol‐
+ lar signs, ampersands, etc. The handler should take care to ap‐
+ propriately quote parameters in the opener command, to prevent
+ execution of unintended shell commands in the case of opening a
+ URI which contains shell metacharacters. Also, since the han‐
+ dler command is expanded like a command prompt, any metacharac‐
+ ters interpreted by prompt expansion (such as percent, dot,
+ colon, backslash, etc.) must be escaped with a backslash (see
+ the PROMPTS section for details).
+
^X When the "Waiting for data" message is displayed, such as while
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
@@ -485,12 +557,12 @@ LESS(1) General Commands Manual LESS(1)
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, --quit-at-eof may be abbreviated --quit, but
- not --qui, since both --quit-at-eof and --quiet begin with --qui. 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 let‐
- ter capitalized; the remainder of the name may be in either case. For
- example, --Quit-at-eof is equivalent to --QUIT-AT-EOF.
+ ambiguous. For example, --quit‐at‐eof may be abbreviated --quit, but
+ not --qui, since both --quit‐at‐eof and --quiet begin with --qui. 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 let‐
+ ter 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
@@ -502,23 +574,24 @@ LESS(1) General Commands Manual LESS(1)
LESS="-options"; export LESS
- On MS-DOS, you don't need the quotes, but you should replace any per‐
- cent signs in the options string by double percent signs.
+ 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‐
pears in the LESS variable, it can be reset to its default value on the
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
+ 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="Dn9.1$Ds4.1"
+ 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
+ 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.
@@ -528,7 +601,7 @@ LESS(1) General Commands Manual LESS(1)
terprets the question mark, it may be necessary to quote the
question mark, thus: "-\?".)
- -a or --search-skip-screen
+ -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
@@ -538,47 +611,48 @@ LESS(1) General Commands Manual LESS(1)
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
+ -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
+ 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
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 buf‐
- fers for pipes, so that only 64 KB (or the amount of space spec‐
- ified by the -b option) is used for the pipe. Warning: use of
- -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.
-
- -c or --clear-screen
+ 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
+ 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
from the bottom of the screen.
- -C or --CLEAR-SCREEN
+ -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,
+ 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
dumb terminal.
@@ -606,13 +680,13 @@ LESS(1) General Commands Manual LESS(1)
S Search results.
- 1-5 The text in a search result which matches the first
- through fifth parenthesized sub-pattern. Sub-pattern
+ W The highlight enabled via the -w option.
+
+ 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.
- W The highlight enabled via the -w option.
-
d Bold text.
k Blinking text.
@@ -622,28 +696,30 @@ LESS(1) General Commands Manual LESS(1)
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
+ --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 "d" and "u" let‐
- ters refer to bold and underline text formed by overstriking
- with backspaces (see the -U option), not to text using ANSI es‐
- cape sequences with the -R option.
-
- A lowercase letter may be followed by a + to indicate that the
- normal format change and the specified color should both be
+ "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
+ 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
green and in underlined format.
- color is either a 4-bit color string or an 8-bit color string:
+ color is either a 4‐bit color string or an 8‐bit color string:
- A 4-bit color string is zero, one or two characters, where the
- first character specifies the foreground color and the second
- specifies the background color as follows:
+ 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
@@ -665,78 +741,121 @@ LESS(1) General Commands Manual LESS(1)
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
+ 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. On MS-DOS versions of less, 8-bit color
- is not supported; instead, decimal values are interpreted as
- 4-bit CHAR_INFO.Attributes values (see
- https://docs.microsoft.com/en-us/windows/console/char-info-str).
-
- On MS-DOS only, the -Da option may be used to specify strict
- parsing of ANSI color (SGR) sequences when the -R option is
- used. Without this option, sequences that change text at‐
- tributes (bold, underline, etc.) may clear the text color.
-
- -e or --quit-at-eof
+ 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.
+
+ 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
+ the color.
+
+ s or ˜ Standout (reverse video)
+
+ u or _ Underline
+
+ d or * Bold
+
+ l or & Blinking
+
+ 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).
+
+ • 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).
+
+ To avoid confusion, it is recommended that the equivalent
+ letters rather than numbers be used after a lowercase
+ color selector on MS‐DOS/Windows.
+
+ • Numeric color values ("CSI 38;5" color) following an up‐
+ percase color selector letter are not supported on sys‐
+ tems 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.
+
+ • 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).
+
+ -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
+ end‐of‐file. By default, the only way to exit less is via the
"q" command.
- -E or --QUIT-AT-EOF
- Causes less to automatically exit the first time it reaches end-
- of-file.
+ -E or --QUIT‐AT‐EOF
+ Causes less to automatically exit the first time it reaches end‐
+ of‐file.
-f or --force
- Forces non-regular files to be opened. (A non-regular file is a
+ 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‐
+ refuse to open non‐regular files. Note that some operating sys‐
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.
- -g or --hilite-search
- Normally, less will highlight ALL strings which match the last
- search command. The -g option changes this behavior to high‐
- light only the particular string which was found by the last
+ -g or --hilite‐search
+ Normally, less will highlight ALL strings which match the last
+ 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.)
- -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
+ 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
- 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
+ -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
file percentage or jump to a tag. The screen line may be speci‐
fied by a number: the top line on the screen is 1, the next is
2, and so on. The number may be negative to specify a line rel‐
@@ -747,17 +866,23 @@ LESS(1) General Commands Manual LESS(1)
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
- any form of the -j option is used, repeated forward searches
+ 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. While the --header option is ac‐
+ tive, the -S option is ignored, and lines longer than the screen
+ width are truncated.
+
+ 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"
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
+ nonrepeated searches (invoked with "/" or "?") always begin at
the start or end of the current screen respectively.
- -J or --status-column
- Displays a status column at the left edge of the screen. The
+ -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
@@ -774,74 +899,91 @@ LESS(1) General Commands Manual LESS(1)
* There are matches in the visible part of the line but
none to the right or left of it.
- a-z, A-Z
+ a‐z, A‐Z
The line has been marked with the corresponding letter
via the m command.
- -kfilename or --lesskey-file=filename
+ -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.
+ 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
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.
-
- -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
+ 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‐
+ 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
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.
- -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
- Suppresses line numbers. The default (to use line numbers) may
- cause less to run more slowly in some cases, especially with a
+ -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. Suppressing line numbers with the -n op‐
tion will avoid this problem. 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 be‐
+ command, and the v command will pass the current line number to
+ the editor (see also the discussion of LESSEDIT in PROMPTS be‐
low).
- -N or --LINE-NUMBERS
- Causes a line number to be displayed at the beginning of each
+ -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
- Causes less to copy its input to the named file as it is being
+ -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
+ -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
- used from within less to specify a log file. Without a file
+ 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.
@@ -856,52 +998,52 @@ LESS(1) General Commands Manual LESS(1)
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
+ -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
+ -Pw changes the message printed while waiting for data (in the
"F" command).
- All prompt strings consist of a sequence of letters and special
+ 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
- Causes moderately "quiet" operation: the terminal bell is not
+ 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
- bell", it is used instead. The bell will be rung on certain
- other errors, such as typing an invalid character. The default
+ 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.
-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
+ 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
+ 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‐
- 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
+ -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 NOT RECOMMENDED.
- -R or --RAW-CONTROL-CHARS
+ -R or --RAW‐CONTROL‐CHARS
Like -r, but only ANSI "color" escape sequences and OSC 8 hyper‐
link sequences are output in "raw" form. Unlike -r, the screen
appearance is maintained correctly, provided that there are no
escape sequences in the file other than these types of escape
sequences. 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-
+ words, the beginning of each line is assumed to be normal (non‐
colored), regardless of any escape sequences in previous lines.
For the purpose of keeping track of screen appearance, these es‐
cape sequences are assumed to not move the cursor.
@@ -910,31 +1052,31 @@ LESS(1) General Commands Manual LESS(1)
ESC ] 8 ; ... \7
- The terminating sequence may be either a BEL character (\7) or
- the two-character sequence "ESC \".
+ The terminating sequence may be either a BEL character (\7) or
+ the two‐character sequence "ESC \".
ANSI color escape sequences are sequences of the form:
ESC [ ... m
- where the "..." is zero or more color specification characters.
- You can make less think that characters other than "m" can end
- ANSI color escape sequences by setting the environment variable
+ where the "..." is zero or more color specification characters.
+ You can make less think that characters other than "m" can end
+ ANSI color escape sequences by setting the environment variable
LESSANSIENDCHARS to the list of characters which can end a color
escape sequence. And you can make less 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.
- -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 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,
+ press RIGHT‐ARROW. The default is to wrap long lines; that is,
display the remainder on the next line. See also the --wordwrap
option.
@@ -951,97 +1093,97 @@ LESS(1) General Commands Manual LESS(1)
mand) as a way of examining a new file. The command ":t" is
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.
- 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
- two identical characters are treated specially: the overstruck
- text is printed using the terminal's hardware boldface capabili‐
+ 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
+ two identical characters are treated specially: the overstruck
+ text is printed using the terminal’s hardware boldface capabili‐
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
- Order Mark, are sent to the terminal. Text which is overstruck
+ 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‐
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
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
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 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
+ -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‐
+ 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‐
+ strings to the terminal. This is sometimes desirable if the
+ deinitialization string does something unnecessary, like clear‐
ing the screen.
- -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
- from the top of the screen if desired. By default, any forward
+ 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
- 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
- window to 20 lines. If the screen is resized to 40 lines, the
+ 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
+ window to 20 lines. If the screen is resized to 40 lines, the
scrolling window automatically changes to 36 lines.
-"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
- the quote character to that character. Filenames containing a
+ 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
+ the quote character to that character. Filenames containing a
space should then be surrounded by that character rather than by
double quotes. Followed by two characters, changes the open
quote to the first character, and the close quote to the second
character. 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
+ 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).
-~ or --tilde
@@ -1054,51 +1196,57 @@ LESS(1) General Commands Manual LESS(1)
in the RIGHTARROW and LEFTARROW commands. If the number speci‐
fied is zero, it sets the default number of positions to one
half of the screen width. Alternately, the number may be speci‐
- fied 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 speci‐
+ fied 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 speci‐
fied as a fraction, the actual number of scroll positions is re‐
calculated if the terminal window is resized.
- --exit-follow-on-close
+ --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‐
named) file), less will display the contents of that new file.
- --header=N[,M]
+ --header=L,C,N
Sets the number of header lines and columns displayed on the
- screen. The value may be of the form "N,M" where N and M are
- integers, to set the header lines to N and the header columns to
- M, or it may be a single integer "N" which sets the header lines
- to N and the header columns to zero, or it may be ",M" which
- sets the header columns to M and the header lines to zero. When
- N is nonzero, the first N lines at the top of the screen are re‐
- placed with the first N lines of the file, regardless of what
- part of the file are being viewed. When M is nonzero, the char‐
- acters displayed at the beginning of each line are replaced with
- the first M characters of the line, even if the rest of the line
- is scrolled horizontally. If either N or M is zero, less stops
- displaying header lines or columns, respectively. (Note that it
- may be necessary to change the setting of the -j option to en‐
- sure that the target line is not obscured by the header
- line(s).)
+ 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
+ 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,
+ 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
+ scrolled horizontally.
--incsearch
Subsequent search commands will be "incremental"; that is, less
@@ -1112,13 +1260,29 @@ LESS(1) General Commands Manual LESS(1)
sive. A caret followed by a single character can be used to
specify a control character.
- --line-num-width=n
+ --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
+ 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
+ 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‐
+ 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
+ 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.
@@ -1131,48 +1295,61 @@ LESS(1) General Commands Manual LESS(1)
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.
+ 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, and clicking the mouse sets the "#" mark to the
- line where the mouse is clicked. 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 re‐
- porting, and on the Windows version of less.
+ 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. 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 hy‐
+ perlink 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‐
ment is reversed.
- --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
+ --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-search-headers
+ --no‐search‐header‐lines
+ Searches do not include header lines, but still include header
+ columns.
+
+ --no‐search‐header‐columns
+ Searches do not include header columns, but still include header
+ lines.
+
+ --no‐search‐headers
Searches do not include header lines or header columns.
- --no-vbell
- Disables the terminal's visual bell.
+ --no‐vbell
+ Disables the terminal’s visual bell.
- --proc-backspace
- If set, backspaces are handled as if neither the -u option nor
+ --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‐
@@ -1181,34 +1358,34 @@ LESS(1) General Commands Manual LESS(1)
rate from tabs and carriage returns. If not set, backspace dis‐
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
+ --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,
+ 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
+ --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 options.
- --PROC-TAB
+ --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
@@ -1217,66 +1394,65 @@ LESS(1) General Commands Manual LESS(1)
--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
+ It may begin with a two‐character attribute indicator like LESS‐
+ 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,
+ 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
+ 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
+ --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
+ --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
+ --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
+ -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
+ --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
+ --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 EC‐
- MA-48 SGR; see
- 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
+ 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
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.
+ 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 "+".
@@ -1286,9 +1462,9 @@ LESS(1) General Commands Manual LESS(1)
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 ev‐
- ery 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.
@@ -1296,55 +1472,55 @@ LESS(1) General Commands Manual LESS(1)
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 in 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 in 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 ]
+ LEFTARROW [ ESC‐h ]
Move the cursor one space to the left.
- RIGHTARROW [ ESC-l ]
+ RIGHTARROW [ ESC‐l ]
Move the cursor one space to the right.
- ^LEFTARROW [ ESC-b or ESC-LEFTARROW ]
- (That is, CONTROL and LEFTARROW simultaneously.) Move the cur‐
+ ^LEFTARROW [ ESC‐b or ESC‐LEFTARROW ]
+ (That is, CONTROL and LEFTARROW simultaneously.) Move the cur‐
sor one word to the left.
- ^RIGHTARROW [ ESC-w or ESC-RIGHTARROW ]
+ ^RIGHTARROW [ ESC‐w or ESC‐RIGHTARROW ]
(That is, CONTROL and RIGHTARROW simultaneously.) Move the cur‐
sor one word to the right.
- HOME [ ESC-0 ]
+ HOME [ ESC‐0 ]
Move the cursor to the beginning of the line.
- END [ ESC-$ ]
+ END [ ESC‐$ ]
Move the cursor to the end of the line.
BACKSPACE
Delete the character to the left of the cursor, or cancel the
command if the command line is empty.
- DELETE or [ ESC-x ]
+ DELETE or [ ESC‐x ]
Delete the character under the cursor.
- ^BACKSPACE [ ESC-BACKSPACE ]
+ ^BACKSPACE [ ESC‐BACKSPACE ]
(That is, CONTROL and BACKSPACE simultaneously.) Delete the
word to the left of the cursor.
- ^DELETE [ ESC-X or ESC-DELETE ]
+ ^DELETE [ ESC‐X or ESC‐DELETE ]
(That is, CONTROL and DELETE simultaneously.) Delete the word
under the cursor.
- UPARROW [ ESC-k ]
+ UPARROW [ ESC‐k ]
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 ]
+ DOWNARROW [ ESC‐j ]
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.
@@ -1353,21 +1529,22 @@ LESS(1) General Commands Manual LESS(1)
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 systems, a "\" is
- appended.) The environment variable LESSSEPARATOR can be used
- to specify a different character to append to a directory name.
+ "/" 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 ]
+ BACKTAB [ 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
+ ^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).
- ^U (Unix and OS/2) or ESC (MS-DOS)
+ ^U (Unix and OS/2) or ESC (MS‐DOS and Windows)
Delete the entire command line, or cancel the command if the
- command line is empty. If you have changed your line-kill char‐
+ command line is empty. If you have changed your line‐kill char‐
acter in Unix to something other than ^U, that character is used
instead of ^U.
@@ -1376,7 +1553,7 @@ LESS(1) General Commands Manual LESS(1)
KEY BINDINGS
You may define your own less commands by creating a lesskey source
file. This file specifies a set of command keys and an action associ‐
- ated with each key. You may also change the line-editing keys (see
+ ated with each key. You may also change the line‐editing keys (see
LINE EDITING), and set environment variables used by less. See the
lesskey(1) manual page for details about the file format.
@@ -1384,27 +1561,27 @@ LESS(1) General Commands Manual LESS(1)
name of the lesskey source file. Otherwise, less looks in a standard
place for the lesskey source file: On Unix systems, less looks for a
lesskey file called "$XDG_CONFIG_HOME/lesskey" or "$HOME/.con‐
- fig/lesskey" or "$HOME/.lesskey". On MS-DOS and Windows systems, less
+ fig/lesskey" or "$HOME/.lesskey". On MS‐DOS and Windows systems, less
looks for a lesskey file called "$HOME/_lesskey", and if it is not
found there, then looks for a lesskey file called "_lesskey" in any di‐
- rectory specified in the PATH environment variable. On OS/2 systems,
- less looks for a lesskey file called "$HOME/lesskey.ini", and if it is
- not found, then looks for a lesskey file called "lesskey.ini" in any
- directory specified in the INIT environment variable, and if it not
- found there, then looks for a lesskey file called "lesskey.ini" in any
+ rectory specified in the PATH environment variable. On OS/2 systems,
+ less looks for a lesskey file called "$HOME/lesskey.ini", and if it is
+ not found, then looks for a lesskey file called "lesskey.ini" in any
+ directory specified in the INIT environment variable, and if it not
+ found there, then looks for a lesskey file called "lesskey.ini" in any
directory specified in the PATH environment variable.
- A system-wide lesskey source file may also be set up to provide key
- bindings. If a key is defined in both a local lesskey file and in the
- system-wide file, key bindings in the local file take precedence over
- those in the system-wide file. If the environment variable
- LESSKEYIN_SYSTEM is set, less uses that as the name of the system-wide
- lesskey file. Otherwise, less looks in a standard place for the sys‐
- tem-wide lesskey file: On Unix systems, the system-wide lesskey file is
+ A system‐wide lesskey source file may also be set up to provide key
+ bindings. If a key is defined in both a local lesskey file and in the
+ system‐wide file, key bindings in the local file take precedence over
+ those in the system‐wide file. If the environment variable
+ LESSKEYIN_SYSTEM is set, less uses that as the name of the system‐wide
+ lesskey file. Otherwise, less looks in a standard place for the sys‐
+ tem‐wide lesskey file: On Unix systems, the system‐wide lesskey file is
/usr/local/etc/syslesskey. (However, if less was built with a differ‐
ent sysconf directory than /usr/local/etc, that directory is where the
- sysless file is found.) On MS-DOS and Windows systems, the system-wide
- lesskey file is c:\_syslesskey. On OS/2 systems, the system-wide
+ sysless file is found.) On MS‐DOS and Windows systems, the system‐wide
+ lesskey file is c:\_syslesskey. On OS/2 systems, the system‐wide
lesskey file is c:\syslesskey.ini.
Previous versions of less (before v582) used lesskey files with a bina‐
@@ -1414,8 +1591,8 @@ LESS(1) General Commands Manual LESS(1)
INPUT PREPROCESSOR
You may define an "input preprocessor" for less. Before less opens a
file, it first gives your input preprocessor a chance to modify the way
- the contents of the file are displayed. An input preprocessor is sim‐
- ply an executable program (or shell script), which writes the contents
+ the contents of the file are displayed. An input preprocessor is sim‐
+ ply an executable program (or shell script), which writes the contents
of the file to a different file, called the replacement file. The con‐
tents of the replacement file are then displayed in place of the con‐
tents of the original file. However, it will appear to the user as if
@@ -1434,8 +1611,8 @@ LESS(1) General Commands Manual LESS(1)
placed by the filename when the input preprocessor command is invoked.
When less closes a file opened in such a way, it will call another pro‐
- gram, called the input postprocessor, which may perform any desired
- clean-up action (such as deleting the replacement file created by
+ gram, called the input postprocessor, which may perform any desired
+ clean‐up action (such as deleting the replacement file created by
LESSOPEN). This program receives two command line arguments, the orig‐
inal filename as entered by the user, and the name of the replacement
file. To set up an input postprocessor, set the LESSCLOSE environment
@@ -1475,16 +1652,16 @@ LESS(1) General Commands Manual LESS(1)
ing to view it. An input preprocessor that works this way is called an
input pipe. An input pipe, instead of writing the name of a replace‐
ment file on its standard output, writes the entire contents of the re‐
- placement file on its standard output. If the input pipe does not
- write any characters on its standard output, then there is no replace‐
- ment file and less uses the original file, as normal. To use an input
- pipe, make the first character in the LESSOPEN environment variable a
- vertical bar (|) to signify that the input preprocessor is an input
- pipe. As with non-pipe input preprocessors, the command string must
- contain one occurrence of %s, which is replaced with the filename of
+ placement file on its standard output. If the input pipe does not
+ write any characters on its standard output, then there is no replace‐
+ ment file and less uses the original file, as normal. To use an input
+ pipe, make the first character in the LESSOPEN environment variable a
+ vertical bar (|) to signify that the input preprocessor is an input
+ pipe. As with non‐pipe input preprocessors, the command string must
+ contain one occurrence of %s, which is replaced with the filename of
the input file.
- For example, on many Unix systems, this script will work like the pre‐
+ For example, on many Unix systems, this script will work like the pre‐
vious example scripts:
lesspipe.sh:
@@ -1507,19 +1684,19 @@ LESS(1) General Commands Manual LESS(1)
empty. If the output is empty and the exit status is zero, the empty
output is considered to be replacement text. If the output is empty
and the exit status is nonzero, the original file is used. For compat‐
- ibility with previous versions of less, if LESSOPEN starts with only
+ ibility with previous versions of less, if LESSOPEN starts with only
one vertical bar, the exit status of the preprocessor is ignored.
- When an input pipe is used, a LESSCLOSE postprocessor can be used, but
+ When an input pipe is used, a LESSCLOSE postprocessor can be used, but
it is usually not necessary since there is no replacement file to clean
up. In this case, the replacement file name passed to the LESSCLOSE
postprocessor is "-".
For compatibility with previous versions of less, the input preproces‐
sor or pipe is not used if less is viewing standard input. However, if
- the first character of LESSOPEN is a dash (-), the input preprocessor
- is used on standard input as well as other files. In this case, the
- dash is not considered to be part of the preprocessor command. If
+ the first character of LESSOPEN is a dash (-), the input preprocessor
+ is used on standard input as well as other files. In this case, the
+ dash is not considered to be part of the preprocessor command. If
standard input is being viewed, the input preprocessor is passed a file
name consisting of a single dash. Similarly, if the first two charac‐
ters of LESSOPEN are vertical bar and dash (|-) or two vertical bars
@@ -1534,11 +1711,11 @@ LESS(1) General Commands Manual LESS(1)
can be displayed directly to the screen.
control characters
- should not be displayed directly, but are expected to be found
+ should not be displayed directly, but are expected to be found
in ordinary text files (such as backspace and tab).
binary characters
- should not be displayed directly and are not expected to be
+ should not be displayed directly and are not expected to be
found in text files.
A "character set" is simply a description of which characters are to be
@@ -1559,28 +1736,28 @@ LESS(1) General Commands Manual LESS(1)
latin9 Same as iso8859.
- dos Selects a character set appropriate for MS-DOS.
+ dos Selects a character set appropriate for MS‐DOS.
ebcdic Selects an EBCDIC character set.
- IBM-1047
+ 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
+ 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.
+ ti‐byte characters.
windows
Selects a character set appropriate for Microsoft Windows (cp
- 1251).
+ 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‐
@@ -1591,28 +1768,26 @@ LESS(1) General Commands Manual LESS(1)
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‐
@@ -1620,64 +1795,64 @@ LESS(1) General Commands Manual LESS(1)
ables.
Finally, if the setlocale interface is also not available, the default
- character set is latin1.
+ 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
- (e.g. ^A for control-A). Caret notation is used only if inverting the
+ (e.g. ^A for control‐A). Caret notation is used only if inverting the
0100 bit results in a normal printable character. Otherwise, the char‐
acter is displayed as a hex number in angle brackets. This format can
be changed by setting the LESSBINFMT environment variable. LESSBINFMT
may begin with a "*" and one character to select the display attribute:
- "*k" is blinking, "*d" is bold, "*u" is underlined, "*s" is standout,
- and "*n" is normal. If LESSBINFMT does not begin with a "*", normal
- attribute is assumed. The remainder of LESSBINFMT is a string which
- may include one printf-style escape sequence (a % followed by x, X, o,
- d, etc.). For example, if LESSBINFMT is "*u[%x]", binary characters
- are displayed in underlined hexadecimal surrounded by brackets. The
- default if no LESSBINFMT is specified is "*s<%02X>". Warning: the re‐
- sult of expanding the character via LESSBINFMT must be less than 31
+ "*k" is blinking, "*d" is bold, "*u" is underlined, "*s" is standout,
+ and "*n" is normal. If LESSBINFMT does not begin with a "*", normal
+ attribute is assumed. The remainder of LESSBINFMT is a string which
+ may include one printf‐style escape sequence (a % followed by x, X, o,
+ d, etc.). For example, if LESSBINFMT is "*u[%x]", binary characters
+ are displayed in underlined hexadecimal surrounded by brackets. The
+ default if no LESSBINFMT is specified is "*s<%02X>". Warning: the re‐
+ 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
- LESSUTFBINFMT and LESSBINFMT share their display attribute setting
- ("*x") so specifying one will affect both; LESSUTFBINFMT is read after
- LESSBINFMT so its setting, if any, will have priority. Problematic
- octets in a UTF-8 file (octets of a truncated sequence, octets of a
- complete but non-shortest form sequence, invalid octets, and stray
- 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
+ were successfully decoded but are unsuitable for display (e.g., unas‐
+ signed code points). Its default value is "<U+%04lX>". Note that
+ LESSUTFBINFMT and LESSBINFMT share their display attribute setting
+ ("*x") so specifying one will affect both; LESSUTFBINFMT is read after
+ LESSBINFMT so its setting, if any, will have priority. Problematic
+ octets in a UTF‐8 file (octets of a truncated sequence, octets of a
+ complete but non‐shortest form sequence, invalid octets, and stray
+ 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
override the Unicode definition of the type of certain characters. For
example, characters in a Private Use Area are normally treated as con‐
trol characters, but if you are using a custom font with printable
characters in that range, it may be desirable to tell less to treat
such characters as printable. This can be done by setting the LESSUT‐
- FCHARDEF environment variable to a comma-separated list of character
+ FCHARDEF environment variable to a comma‐separated list of character
type definitions. Each character type definition consists of either
one hexadecimal codepoint or a pair of codepoints separated by a dash,
followed by a colon and a type character. Each hexadecimal codepoint
may optionally be preceded by a "U" or "U+". If a pair of codepoints
is given, the type is set for all characters inclusively between the
- two values. If there are multiple comma-separated codepoint values,
+ two values. If there are multiple comma‐separated codepoint values,
they must be in ascending numerical order. The type character may be
one of:
p A normal printable character.
- w A wide (2-space) printable character.
+ w A wide (2‐space) printable character.
- b A binary (non-printable) character.
+ b A binary (non‐printable) character.
c A composing (zero width) character.
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.
@@ -1685,19 +1860,19 @@ LESS(1) General Commands Manual LESS(1)
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
+ mechanism is rather complicated to provide flexibility, but the ordi‐
+ nary user need not understand the details of constructing personalized
prompt strings.
- A percent sign followed by a single character is expanded according to
- what the following character is. (References to the input file size
+ 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, if an input preprocessor is being
used.)
%bX Replaced by the byte offset into the current input file. The b
is followed by a single character (shown as X above) which spec‐
- ifies the line whose byte offset is to be used. If the charac‐
- ter is a "t", the byte offset of the top line in the display is
+ ifies the line whose byte offset is to be used. If the charac‐
+ 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
@@ -1708,35 +1883,39 @@ LESS(1) General Commands Manual LESS(1)
%c Replaced by the column number of the text appearing in the first
column of the screen.
- %dX Replaced by the page number of a line in the input file. The
+ %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.
- %D Replaced by the number of pages in the input file, or equiva‐
+ %D Replaced by the number of pages in the input file, or equiva‐
lently, the page number of the last line in the input file.
- %E Replaced by the name of the editor (from the VISUAL environment
- variable, or the EDITOR environment variable if VISUAL is not
+ %E Replaced by the name of the editor (from the VISUAL environment
+ variable, or the EDITOR environment variable if VISUAL is not
defined). See the discussion of the LESSEDIT feature below.
%f Replaced by the name of the current input file.
- %F Replaced by the last component of the name of the current input
+ %F Replaced by the last component of the name of the current input
file.
- %g Replaced by the shell-escaped name of the current input file.
- This is useful when the expanded string will be used in a shell
+ %g Replaced by the shell‐escaped name of the current input file.
+ This is useful when the expanded string will be used in a shell
command, such as in LESSEDIT.
- %i Replaced by the index of the current file in the list of input
+ %i Replaced by the index of the current file in the list of input
files.
- %lX Replaced by the line number of a line in the input file. The
+ %lX Replaced by the line number of a line in the input file. The
line to be used is determined by the X, as with the %b option.
%L Replaced by the line number of the last line in the input file.
%m Replaced by the total number of input files.
+ %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 ^O^O command description.
+
%pX Replaced by the percent into the current input file, based on
byte offsets. The line used is determined by the X as with the
%b option.
@@ -1759,13 +1938,13 @@ LESS(1) General Commands Manual LESS(1)
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.
Condition characters (which follow a question mark) may be:
@@ -1780,7 +1959,7 @@ LESS(1) General Commands Manual LESS(1)
?dX True if the page number of the specified line is known.
- ?e True if at end-of-file.
+ ?e True if at end‐of‐file.
?f True if there is an input filename (that is, if input is not a
pipe).
@@ -1805,87 +1984,99 @@ LESS(1) General Commands Manual LESS(1)
put file is not the last one).
Any characters other than the special ones (question mark, colon, peri‐
- od, percent, and backslash) become literally part of the prompt. Any
- of the special characters may be included in the prompt literally by
+ od, percent, and backslash) become literally part of the prompt. Any
+ of the special characters may be included in the prompt literally by
preceding it with a backslash.
Some examples:
?f%f:Standard input.
- This prompt prints the filename, if known; otherwise the string "Stan‐
+ 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,
+ This prompt would print the filename, if known. The filename is fol‐
+ lowed by the line number, if known, otherwise the percent if known,
otherwise the byte offset if known. Otherwise, a dash is printed. No‐
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
+ 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‐
+ 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.
- ?n?f%f .?m(%T %i of %m) ..?e(END) ?x- Next\: %x.:
- ?pB%pB\%:byte %bB?s/%s...%t
+ ?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\%..%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\%..%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
+ %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
+ 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
- "secure" mode. This means these features are disabled:
+ "secure" mode. In this mode, these features are disabled:
- ! the shell command
+ edit the edit command (v)
- # the pshell command
+ examine the examine command (:e)
- | the pipe command
+ glob metacharacters such as * in filenames,
+ and filename completion (TAB, ^L)
- :e the examine command.
+ history history file
- v the editing command
+ lesskey use of lesskey files (‐k and --lesskey‐src)
- s -o log files
+ lessopen input preprocessor (LESSOPEN environment variable)
- -k use of lesskey files
+ logfile log files (s and -o)
- -t use of tags files
+ osc8 opening OSC 8 links (^O^O)
- metacharacters in filenames, such as *
+ pipe the pipe command (|)
- filename completion (TAB, ^L)
+ shell the shell and pshell commands (! and #)
- history file
+ stop stopping less via a SIGSTOP signal
- Less can also be compiled to be permanently in "secure" mode.
+ 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
+ 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
+ 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
+ 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
@@ -1894,20 +2085,20 @@ LESS(1) General Commands Manual LESS(1)
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. 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--".
+ 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
@@ -1915,26 +2106,26 @@ LESS(1) General Commands Manual LESS(1)
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.
+ 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‐
- ables is the name of the user's home directory if the HOME 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.
@@ -1954,7 +2145,7 @@ LESS(1) General Commands Manual LESS(1)
"0123456789:;[?!"'#%()*+ ".
LESSBINFMT
- Format for displaying non-printable, non-control characters.
+ Format for displaying non‐printable, non‐control characters.
LESSCHARDEF
Defines a character set.
@@ -1963,25 +2154,25 @@ LESS(1) General Commands Manual LESS(1)
Selects a predefined character set.
LESSCLOSE
- Command line to invoke the (optional) input-postprocessor.
+ Command line to invoke the (optional) input‐postprocessor.
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:
@@ -1989,7 +2180,7 @@ LESS(1) General Commands Manual LESS(1)
"$XDG_STATE_HOME/lesshst" or "$HOME/.local/state/lesshst"
or "$XDG_DATA_HOME/lesshst" or "$HOME/.lesshst".
- Windows and MS-DOS
+ Windows and MS‐DOS
"$HOME/_lesshst".
OS/2 "$HOME/lesshst.ini" or "$INIT/lesshst.ini".
@@ -2005,52 +2196,60 @@ LESS(1) General Commands Manual LESS(1)
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.
+
LESSKEYIN_SYSTEM
- Name of the default system-wide lesskey source file.
+ 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‐
- mand sent to the shell. If LESSMETAESCAPE is an empty string,
- commands containing metacharacters will not be passed to the
+ Prefix which less will add before each metacharacter in a com‐
+ mand sent to the shell. If LESSMETAESCAPE is an empty string,
+ commands containing metacharacters will not be passed to the
shell.
LESSOPEN
- Command line to invoke the (optional) input-preprocessor.
+ Command line to invoke the (optional) input‐preprocessor.
LESSSECURE
Runs less in "secure" mode. See discussion under SECURITY.
+ LESSSECURE_ALLOW
+ Enables individual features which are normally disabled by
+ LESSSECURE. See discussion under SECURITY.
+
LESSSEPARATOR
String to be appended to a directory name in filename comple‐
tion.
LESSUTFBINFMT
- Format for displaying non-printable Unicode code points.
+ Format for displaying non‐printable Unicode code points.
LESSUTFCHARDEF
Overrides the type of specified Unicode characters.
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.
@@ -2062,21 +2261,39 @@ LESS(1) General Commands Manual LESS(1)
LESS_IS_MORE
Emulate the more(1) command.
+ LESS_OSC8_xxx
+ 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.
+
+ LESS_OSC8_ANY
+ 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.
+
LESS_TERMCAP_xx
- Where "xx" is any two characters, overrides the definition of
+ Where "xx" is any two characters, overrides the definition of
the termcap "xx" capability for the terminal.
- LINES Sets the number of lines on the screen. Takes precedence over
+ LESS_UNSUPPORT
+ 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
+ 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
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
+ 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-compatible mode.
+ more‐compatible mode.
- PATH User's search path (used to find a lesskey file on MS-DOS and
- OS/2 systems).
+ PATH User’s search path (used to find a lesskey file on MS‐DOS, Win‐
+ dows, and OS/2 systems).
SHELL The shell used to execute the ! command, as well as to expand
filenames.
@@ -2090,27 +2307,27 @@ LESS(1) General Commands Manual LESS(1)
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
lesskey(1), lessecho(1)
COPYRIGHT
- Copyright (C) 1984-2023 Mark Nudelman
+ Copyright (C) 1984‐2024 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
@@ -2122,8 +2339,6 @@ LESS(1) General Commands Manual LESS(1)
Mark Nudelman
Report bugs at https://github.com/gwsw/less/issues.
For more information, see the less homepage at
- https://greenwoodsoftware.com/less
-
-
+ https://greenwoodsoftware.com/less.
- Version 643: 20 Jul 2023 LESS(1)
+ Version 668: 06 Oct 2024 LESS(1)
diff --git a/less.nro b/less.nro
index ab0ea975df45..1e0daa043822 100644
--- a/less.nro
+++ b/less.nro
@@ -1,7 +1,7 @@
'\" t
-.TH LESS 1 "Version 643: 20 Jul 2023"
+.TH LESS 1 "Version 668: 06 Oct 2024"
.SH NAME
-less \- opposite of more
+less \- display the contents of a file in a terminal
.SH SYNOPSIS
.B "less \-?"
.br
@@ -27,10 +27,8 @@ less \- opposite of more
.B Less
is a program similar to
.BR more (1),
-but which allows backward movement
-in the file as well as forward movement.
-Also,
-.B less
+but it has many more features.
+.B Less
does not have to read the entire input file before starting,
so with large input files it starts up faster than text editors like
.BR vi (1).
@@ -253,6 +251,9 @@ 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"
+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.
@@ -376,6 +377,12 @@ 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.
.IP "T"
Go to the previous tag, if there were more than one matches for the current tag.
+.IP "\(haO\(haN or \(haOn"
+Search forward in the file for the N-th next OSC 8 hyperlink.
+.IP "\(haO\(haP or \(haOp"
+Search backward in the file for the N-th previous OSC 8 hyperlink.
+.IP "\(haO\(haL or \(haOl"
+Jump to the currently selected OSC 8 hyperlink.
.IP "= or \(haG or :f"
Prints some information about the file being viewed,
including its name
@@ -443,7 +450,7 @@ Exits
.BR less .
.PP
The following
-six
+seven
commands may or may not be valid, depending on your particular installation.
.
.IP v
@@ -459,9 +466,11 @@ current file.
A pound sign (#) is replaced by the name of the previously examined file.
"!!" repeats the last shell command.
"!" with no shell command simply invokes a shell.
+If a \(haP (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".
-On MS-DOS and OS/2 systems, the shell is the normal command processor.
+On MS-DOS, Windows, and OS/2 systems, the shell is the normal command processor.
.IP "# shell-command"
Similar to the "!" command,
except that the command is expanded in the same way as prompt strings.
@@ -475,9 +484,74 @@ 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.
If <m> is \&.\& or newline, the current screen is piped.
+If a \(haP (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"
+.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.
+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),
+or is empty if there is no colon in the URI.
+The value of the environment variable is then expanded in the same way as
+prompt strings (in particular, any instance of "%o" is replaced with the URI)
+to produce an OSC 8 "handler" shell command.
+The standard output from the handler is an "opener" shell command
+which is then executed to open the URI.
+.PP
+There are two special cases:
+.RS
+.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.
+.IP 2.
+If the opener begins with the characters ":e" followed by
+whitespace and a filename,
+then instead of running the opener as a shell command,
+the specified filename is opened in the current instance of
+.BR less .
+.RE
+.PP
+In a simple case where the opener accepts the complete URI
+as a command line parameter, the handler may be as simple as
+.nf
+.sp
+echo mybrowser '%o'
+.sp
+.fi
+In other cases, the URI may need to be modified, so the handler
+may have to do some manipulation of the %o value.
+.PP
+If the LESS_OSC8_xxx variable is not set, the variable LESS_OSC8_ANY is tried.
+If neither LESS_OSC8_xxx nor LESS_OSC8_ANY is set,
+links using the "xxx" scheme cannot be opened.
+However, there are default handlers for the
+schemes "man" (used when LESS_OSC8_man is not set)
+and "file" (used when LESS_OSC8_file is not set),
+which should work on systems which provide the
+.BR sed (1)
+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
+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
+or double quote characters, but it may contain any other shell metacharacters
+such as semicolons, dollar signs, ampersands, etc.
+The handler should take care to appropriately quote parameters in the opener command,
+to prevent execution of unintended shell commands in the case of opening
+a URI which contains shell metacharacters.
+Also, since the handler command is expanded like a command prompt,
+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"
When the "Waiting for data" message is displayed,
such as while in the F command, pressing \(haX
@@ -530,8 +604,9 @@ or if you use
.sp
LESS="\-options"; export LESS
.sp
-On MS-DOS, you don't need the quotes, but you should replace any
-percent signs in the options string by double percent signs.
+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
The environment variable is parsed before the command line,
so command line options override the LESS environment variable.
@@ -543,7 +618,7 @@ Some options like \-k or \-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
-LESS="Dn9.1$Ds4.1"
+LESS="Dnwb$Dsbw"
.sp
If the \-\-use-backslash option appears earlier in the options, then
a dollar sign or backslash may be included literally in an option string
@@ -637,6 +712,8 @@ Prompts.
The rscroll character.
.IP "S"
Search results.
+.IP "W"
+The highlight enabled via the \-w option.
.IP "1-5"
The text in a search result which matches
the first through fifth parenthesized sub-pattern.
@@ -644,8 +721,6 @@ Sub-pattern coloring works only if
.B less
is built with one of the regular expression libraries
.BR posix ", " pcre ", or " pcre2 .
-.IP "W"
-The highlight enabled via the \-w option.
.IP "d"
Bold text.
.IP "k"
@@ -655,7 +730,7 @@ Standout text.
.IP "u"
Underlined text.
.RE
-
+
.RS
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,
@@ -663,9 +738,11 @@ 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 "d" and "u" letters refer to bold and underline text formed by
-overstriking with backspaces (see the \-U option),
-not to text using ANSI escape sequences with the \-R option.
+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 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.
@@ -675,7 +752,7 @@ But \-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
-A 4-bit color string is zero, one or two characters, where
+A 4-bit color string is one or two characters, where
the first character specifies the foreground color and
the second specifies the background color as follows:
.IP "b"
@@ -707,26 +784,62 @@ 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
-.br
.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,
the corresponding color is set to that of normal text.
-On MS-DOS versions of
-.BR less ,
-8-bit color is not supported; instead, decimal values are interpreted as 4-bit
-CHAR_INFO.Attributes values
+.PP
+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 the color.
+.IP "s or ~"
+Standout (reverse video)
+.IP "u or _"
+Underline
+.IP "d or *"
+Bold
+.IP "l or &"
+Blinking
+.PP
+On MS-DOS and Windows, the \-\-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).
+.IP \(bu
+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 described above,
+but instead as a 4-bit
+.nh
+CHAR_INFO.Attributes
+.hy
+value, between 0 and 15 inclusive
(see
-.br
.nh
-https://docs.microsoft.com/en-us/windows/console/char-info-str).
+https://learn.microsoft.com/en-us/windows/console/char-info-str).
.hy
-.PP
-On MS-DOS only, the \-Da option may be used to specify strict parsing of
-ANSI color (SGR) sequences when the \-R option is used.
-Without this option, sequences that change text attributes
-(bold, underline, etc.) may clear the text color.
+
+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
+Numeric color values ("CSI 38;5" color) following an uppercase color selector letter
+are not supported on systems earlier than Windows 10.
+.IP \(bu
+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
+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).
.RE
.IP "\-e or \-\-quit-at-eof"
Causes
@@ -797,6 +910,13 @@ 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
+would be obscured by the header, the target line is moved to the first
+line after the header.
+While the \-\-header option is active, the \-S option is ignored,
+and lines longer than the screen width are truncated.
+.RS
+.PP
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,
@@ -807,6 +927,7 @@ 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.
+.RE
.IP "\-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:
@@ -840,6 +961,7 @@ 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"
Causes
.B less
@@ -865,6 +987,26 @@ Newer versions of
read the
.I "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"
+Causes less to interpret the specified text as the contents of a
+.BR lesskey (1)
+source file.
+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
+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
+.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"
Causes
.B less
@@ -1186,25 +1328,32 @@ 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 "\-\-header=\fIN[,M]\fP"
+.IP "\-\-header=\fIL\fP,\fIC\fP,\fIN\fP"
+.RS
Sets the number of header lines and columns displayed on the screen.
-The value may be of the form "N,M" where N and M are integers,
-to set the header lines to N and the header columns to M,
-or it may be a single integer "N" which sets the header lines to N
-and the header columns to zero,
-or it may be ",M" which sets the header columns to M and the
-header lines to zero.
-When N is nonzero, the first N lines at the top
-of the screen are replaced with the first N lines of the file,
-regardless of what part of the file are being viewed.
-When M is nonzero, the characters displayed at the
-beginning of each line are replaced with the first M characters of the line,
+The number of header lines is set to \fIL\fP.
+If \fIL\fP is 0, header lines are disabled.
+If \fIL\fP is empty or missing, the number of header lines is unchanged.
+The number of header columns is set to \fIC\fP.
+If \fIC\fP is 0, header columns are disabled.
+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
+.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".
+.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,
+regardless of what part of the file is being viewed.
+When header lines are displayed, any file contents before the header line cannot be viewed.
+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.
-If either N or M is zero,
-.B less
-stops displaying header lines or columns, respectively.
-(Note that it may be necessary to change the setting of the \-j option
-to ensure that the target line is not obscured by the header line(s).)
+.RE
.IP "\-\-incsearch"
Subsequent search commands will be "incremental"; that is,
.B less
@@ -1221,6 +1370,21 @@ to specify a control character.
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
+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 after the shift.
+In other words, there will be \fIn\fP characters visible
+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 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"
.RS
Before displaying a file,
@@ -1252,8 +1416,12 @@ See the \-\-tabs description for acceptable values of \fIn\fP.
Enables mouse input:
scrolling the mouse wheel down moves forward in the file,
scrolling the mouse wheel up moves backwards in the file,
-and clicking the mouse sets the "#" mark to the line
-where the mouse is clicked.
+left-click sets the "#" mark to the line where the mouse is clicked,
+and right-click (or any other) returns to the "#" mark position.
+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.
+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.
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,
@@ -1276,6 +1444,10 @@ Normally, a string may appear multiple times.
.IP "\-\-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.
+.IP "\-\-no-search-header-lines"
+Searches do not include header lines, but still include header columns.
+.IP "\-\-no-search-header-columns"
+Searches do not include header columns, but still include header lines.
.IP "\-\-no-search-headers"
Searches do not include header lines or header columns.
.IP "\-\-no-vbell"
@@ -1363,9 +1535,7 @@ This allows a dollar sign to be included in option strings.
Enables colored text in various places.
The \-D option can be used to change the colors.
Colored text works only if the terminal supports
-ANSI color escape sequences (as defined in ECMA-48 SGR;
-see
-.br
+ANSI color escape sequences (as defined in
.nh
https://www.ecma-international.org/publications-and-standards/standards/ecma-48).
.hy
@@ -1449,7 +1619,7 @@ 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 systems, a "\e" is appended.)
+(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 ]"
@@ -1458,7 +1628,7 @@ Like, TAB, but cycles in the reverse direction thru the matching filenames.
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)"
+.IP "\(haU (Unix and OS/2) or ESC (MS-DOS and Windows)"
Delete the entire command line,
or cancel the command if the command line is empty.
If you have changed your line-kill character in Unix to something
@@ -1741,7 +1911,7 @@ 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.
.IP windows
-Selects a character set appropriate for Microsoft Windows (cp 1251).
+Selects a character set appropriate for Microsoft Windows (cp 1252).
.PP
In rare cases, it may be desired to tailor
.B less
@@ -1794,7 +1964,7 @@ variables.
.PP
Finally, if the
.I setlocale
-interface is also not available, the default character set is latin1.
+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
@@ -1924,6 +2094,10 @@ The line to be used is determined by the \fIX\fP, as with the %b option.
Replaced by the line number of the last line in the input file.
.IP "%m"
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.
.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.
@@ -2015,7 +2189,7 @@ 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";
+?n?f%f\ .?m(%T %i of %m)\ ..?e(END)\ ?x-\ Next\e:\ %x..%t
.sp
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
@@ -2063,33 +2237,53 @@ changed to modify this default.
When the environment variable LESSSECURE is set to 1,
.B less
runs in a "secure" mode.
-This means these features are disabled:
-.RS
-.IP "!"
-the shell command
-.IP "#"
-the pshell command
-.IP "|"
-the pipe command
-.IP ":e"
-the examine command.
-.IP "v"
-the editing command
-.IP "s \-o"
-log files
-.IP "\-k"
-use of lesskey files
-.IP "\-t"
-use of tags files
-.IP
-metacharacters in filenames, such as *
-.IP
-filename completion (TAB, \(haL)
-.IP
+In this mode, these features are disabled:
+.IP "edit" 10
+the edit command (v)
+.IP "examine"
+the examine command (:e)
+.IP "glob"
+metacharacters such as * in filenames,
+.br
+and filename completion (TAB, \(haL)
+.IP "history"
history file
-.RE
+.IP "lesskey"
+use of lesskey files (-k and \-\-lesskey-src)
+.IP "lessopen"
+input preprocessor (LESSOPEN environment variable)
+.IP "logfile"
+log files (s and \-o)
+.IP "osc8"
+opening OSC 8 links (\(haO\(haO)
+.IP "pipe"
+the pipe command (|)
+.IP "shell"
+the shell and pshell commands (! and #)
+.IP "stop"
+stopping
+.B less
+via a SIGSTOP signal
+.IP "tags"
+use of tags files (-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.
+Each feature name is the first word in each line in the above list.
+A feature name may be abbreviated as long as the abbreviation is unambiguous.
+For example, if
+.nh
+LESSSECURE=1
+.hy
+and
+.nh
+LESSSECURE_ALLOW=hist,edit
+.hy
+were set, all of the above features would be disabled
+except for history files and the edit command.
.PP
Less can also be compiled to be permanently in "secure" mode.
+In that case, the LESSSECURE and LESSSECURE_ALLOW variables are ignored.
.
.SH "COMPATIBILITY WITH MORE"
If the environment variable LESS_IS_MORE is set to 1,
@@ -2210,6 +2404,8 @@ file.
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.
.IP LESSKEYIN_SYSTEM
Name of the default system-wide
.I "lesskey source"
@@ -2230,6 +2426,9 @@ Command line to invoke the (optional) input-preprocessor.
.IP LESSSECURE
Runs less in "secure" mode.
See discussion under SECURITY.
+.IP LESSSECURE_ALLOW
+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.
.IP LESSUTFBINFMT
@@ -2264,9 +2463,22 @@ The default is 4000 (4 seconds).
Emulate the
.BR more (1)
command.
+.IP LESS_OSC8_xxx
+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.
+.IP LESS_OSC8_ANY
+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_TERMCAP_xx
Where "xx" is any two characters, overrides the definition
of the termcap "xx" capability for the terminal.
+.IP LESS_UNSUPPORT
+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 listed in LESS_UNSUPPORT can still be changed by the \- and \-\- commands.
+Each option in LESS_UNSUPPORT is a dash followed by a single character
+option letter, or two dashes followed by a long option name.
.IP LINES
Sets the number of lines on the screen.
Takes precedence over the number of lines specified by the TERM variable.
@@ -2280,7 +2492,7 @@ automatically when running in
.BR more "-compatible mode."
.IP PATH
User's search path (used to find a lesskey file
-on MS-DOS and OS/2 systems).
+on MS-DOS, Windows, and OS/2 systems).
.IP SHELL
The shell used to execute the !\& command, as well as to expand filenames.
.IP TERM
@@ -2303,7 +2515,7 @@ Possible location of the history file; see the description of the LESSHISTFILE e
.BR lessecho (1)
.
.SH COPYRIGHT
-Copyright (C) 1984-2023 Mark Nudelman
+Copyright (C) 1984-2024 Mark Nudelman
.PP
less is part of the GNU project and is free software.
You can redistribute it and/or modify it
@@ -2328,8 +2540,13 @@ 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
.br
For more information, see the less homepage at
.br
-https://greenwoodsoftware.com/less
+.nh
+https://greenwoodsoftware.com/less.
+.hy
diff --git a/lessecho.c b/lessecho.c
index 67bdf9c7130d..cdefb9202b5a 100644
--- a/lessecho.c
+++ b/lessecho.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -133,13 +133,13 @@ static long lstrtol(char *s, char **pend, int radix)
return (n);
}
-static void add_metachar(int ch)
+static void add_metachar(char ch)
{
if (num_metachars+1 >= size_metachars)
{
char *p;
size_metachars = (size_metachars > 0) ? size_metachars*2 : 16;
- p = (char *) malloc(size_metachars);
+ p = (char *) malloc((size_t) size_metachars);
if (p == NULL)
pr_error("Cannot allocate memory");
@@ -192,7 +192,7 @@ int main(int argc, char *argv[])
closequote = *++arg;
break;
case 'd':
- closequote = lstrtol(++arg, &s, 0);
+ closequote = (char) lstrtol(++arg, &s, 0);
if (s == arg)
pr_error("Missing number after -d");
break;
@@ -203,7 +203,7 @@ int main(int argc, char *argv[])
meta_escape = arg;
break;
case 'f':
- meta_escape_buf[0] = lstrtol(++arg, &s, 0);
+ meta_escape_buf[0] = (char) lstrtol(++arg, &s, 0);
meta_escape_buf[1] = '\0';
meta_escape = meta_escape_buf;
if (s == arg)
@@ -213,7 +213,7 @@ int main(int argc, char *argv[])
openquote = *++arg;
break;
case 'p':
- openquote = lstrtol(++arg, &s, 0);
+ openquote = (char) lstrtol(++arg, &s, 0);
if (s == arg)
pr_error("Missing number after -p");
break;
@@ -221,7 +221,7 @@ int main(int argc, char *argv[])
add_metachar(*++arg);
break;
case 'n':
- add_metachar(lstrtol(++arg, &s, 0));
+ add_metachar((char) lstrtol(++arg, &s, 0));
if (s == arg)
pr_error("Missing number after -n");
break;
@@ -245,6 +245,7 @@ int main(int argc, char *argv[])
return (0);
}
pr_error("Invalid option after --");
+ return (0);
default:
pr_error("Invalid option letter");
}
diff --git a/lessecho.man b/lessecho.man
index 40abd898a99a..39f4eb21193b 100644
--- a/lessecho.man
+++ b/lessecho.man
@@ -1,27 +1,26 @@
-LESSECHO(1) General Commands Manual LESSECHO(1)
-
-
+LESSECHO(1) General Commands Manual LESSECHO(1)
NAME
lessecho - expand metacharacters
SYNOPSIS
- lessecho [-ox] [-cx] [-pn] [-dn] [-mx] [-nn] [-ex] [-a] file ...
+ lessecho [‐ox] [‐cx] [‐pn] [‐dn] [‐mx] [‐nn] [‐ex] [‐a] file ...
DESCRIPTION
lessecho is a program that simply echos its arguments on standard out‐
put. But any metacharacter in the output is preceded by an "escape"
- character, which by default is a backslash.
+ character, which by default is a backslash. lessecho is invoked inter‐
+ nally by less, and is not intended to be used directly by humans.
OPTIONS
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.
+ -ox Specifies "x", rather than double‐quote, to be the open quote
+ character, which is used if the -e‐ option is specified.
-cx Specifies "x" to be the close quote character.
@@ -49,6 +48,4 @@ LESSECHO(1) General Commands Manual LESSECHO(1)
Report bugs at https://github.com/gwsw/less/issues.
-
-
- Version 643: 20 Jul 2023 LESSECHO(1)
+ Version 668: 06 Oct 2024 LESSECHO(1)
diff --git a/lessecho.nro b/lessecho.nro
index bd9c6b4f91c7..7f6bdf8f265e 100644
--- a/lessecho.nro
+++ b/lessecho.nro
@@ -1,4 +1,4 @@
-.TH LESSECHO 1 "Version 643: 20 Jul 2023"
+.TH LESSECHO 1 "Version 668: 06 Oct 2024"
.SH NAME
lessecho \- expand metacharacters
.SH SYNOPSIS
@@ -9,6 +9,10 @@ lessecho \- expand metacharacters
is a program that simply echos its arguments on standard output.
But any metacharacter in the output is preceded by an "escape"
character, which by default is a backslash.
+.B lessecho
+is invoked internally by
+.BR less ,
+and is not intended to be used directly by humans.
.SH OPTIONS
A summary of options is included below.
.TP
diff --git a/lesskey.c b/lesskey.c
index 61311c7ef0c0..7f925225c46b 100644
--- a/lesskey.c
+++ b/lesskey.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -87,24 +87,24 @@
#include "lesskey.h"
#include "cmd.h"
-char fileheader[] = {
+constant char fileheader[] = {
C0_LESSKEY_MAGIC,
C1_LESSKEY_MAGIC,
C2_LESSKEY_MAGIC,
C3_LESSKEY_MAGIC
};
-char filetrailer[] = {
+constant char filetrailer[] = {
C0_END_LESSKEY_MAGIC,
C1_END_LESSKEY_MAGIC,
C2_END_LESSKEY_MAGIC
};
-char cmdsection[1] = { CMD_SECTION };
-char editsection[1] = { EDIT_SECTION };
-char varsection[1] = { VAR_SECTION };
-char endsection[1] = { END_SECTION };
+constant char cmdsection[1] = { CMD_SECTION };
+constant char editsection[1] = { EDIT_SECTION };
+constant char varsection[1] = { VAR_SECTION };
+constant char endsection[1] = { END_SECTION };
-char *infile = NULL;
-char *outfile = NULL ;
+constant char *infile = NULL;
+constant char *outfile = NULL;
extern char version[];
@@ -114,14 +114,14 @@ static void usage(void)
exit(1);
}
-void lesskey_parse_error(char *s)
+void lesskey_parse_error(constant char *s)
{
fprintf(stderr, "%s\n", s);
}
-int lstrtoi(char *buf, char **ebuf, int radix)
+int lstrtoi(constant char *buf, constant char **ebuf, int radix)
{
- return (int) strtol(buf, ebuf, radix);
+ return (int) strtol(buf, (char**)ebuf, radix);
}
void out_of_memory(void)
@@ -130,7 +130,7 @@ void out_of_memory(void)
exit(1);
}
-void * ecalloc(int count, unsigned int size)
+void * ecalloc(size_t count, size_t size)
{
void *p;
@@ -140,7 +140,7 @@ void * ecalloc(int count, unsigned int size)
return (p);
}
-static char * mkpathname(char *dirname, char *filename)
+static char * mkpathname(constant char *dirname, constant char *filename)
{
char *pathname;
@@ -154,9 +154,9 @@ static char * mkpathname(char *dirname, char *filename)
/*
* Figure out the name of a default file (in the user's HOME directory).
*/
-char * homefile(char *filename)
+char * homefile(constant char *filename)
{
- char *p;
+ constant char *p;
char *pathname;
if ((p = getenv("HOME")) != NULL && *p != '\0')
@@ -176,9 +176,9 @@ char * homefile(char *filename)
/*
* Parse command line arguments.
*/
-static void parse_args(int argc, char **argv)
+static void parse_args(int argc, constant char **argv)
{
- char *arg;
+ constant char *arg;
outfile = NULL;
while (--argc > 0)
@@ -246,7 +246,7 @@ static void parse_args(int argc, char **argv)
/*
* Output some bytes.
*/
-static void fputbytes(FILE *fd, char *buf, int len)
+static void fputbytes(FILE *fd, constant char *buf, size_t len)
{
while (len-- > 0)
{
@@ -258,23 +258,30 @@ static void fputbytes(FILE *fd, char *buf, int len)
/*
* Output an integer, in special KRADIX form.
*/
-static void fputint(FILE *fd, unsigned int val)
+static void fputint(FILE *fd, size_t val)
{
- char c;
+ char c1, c2;
if (val >= KRADIX*KRADIX)
{
- fprintf(stderr, "error: cannot write %d, max %d\n",
- val, KRADIX*KRADIX);
+ fprintf(stderr, "error: cannot write %ld, max %ld\n",
+ (long) val, (long) (KRADIX*KRADIX));
exit(1);
}
- c = val % KRADIX;
- fwrite(&c, sizeof(char), 1, fd);
- c = val / KRADIX;
- fwrite(&c, sizeof(char), 1, fd);
+ c1 = (char) (val % KRADIX);
+ val /= KRADIX;
+ c2 = (char) (val % KRADIX);
+ val /= KRADIX;
+ if (val != 0) {
+ fprintf(stderr, "error: %ld exceeds max integer size (%ld)\n",
+ (long) val, (long) (KRADIX*KRADIX));
+ exit(1);
+ }
+ fwrite(&c1, sizeof(char), 1, fd);
+ fwrite(&c2, sizeof(char), 1, fd);
}
-int main(int argc, char *argv[])
+int main(int argc, constant char *argv[])
{
struct lesskey_tables tables;
FILE *out;
@@ -287,8 +294,8 @@ int main(int argc, char *argv[])
* If there is no HOME environment variable,
* try the concatenation of HOMEDRIVE + HOMEPATH.
*/
- char *drive = getenv("HOMEDRIVE");
- char *path = getenv("HOMEPATH");
+ constant char *drive = getenv("HOMEDRIVE");
+ constant char *path = getenv("HOMEPATH");
if (drive != NULL && path != NULL)
{
char *env = (char *) ecalloc(strlen(drive) +
@@ -338,16 +345,16 @@ int main(int argc, char *argv[])
/* Command key section */
fputbytes(out, cmdsection, sizeof(cmdsection));
fputint(out, tables.cmdtable.buf.end);
- fputbytes(out, (char *)tables.cmdtable.buf.data, tables.cmdtable.buf.end);
+ fputbytes(out, xbuf_char_data(&tables.cmdtable.buf), tables.cmdtable.buf.end);
/* Edit key section */
fputbytes(out, editsection, sizeof(editsection));
fputint(out, tables.edittable.buf.end);
- fputbytes(out, (char *)tables.edittable.buf.data, tables.edittable.buf.end);
+ fputbytes(out, xbuf_char_data(&tables.edittable.buf), tables.edittable.buf.end);
/* Environment variable section */
fputbytes(out, varsection, sizeof(varsection));
fputint(out, tables.vartable.buf.end);
- fputbytes(out, (char *)tables.vartable.buf.data, tables.vartable.buf.end);
+ fputbytes(out, xbuf_char_data(&tables.vartable.buf), tables.vartable.buf.end);
/* File trailer */
fputbytes(out, endsection, sizeof(endsection));
diff --git a/lesskey.h b/lesskey.h
index 4a8459ada43b..d1f59d40606f 100644
--- a/lesskey.h
+++ b/lesskey.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -7,6 +7,7 @@
* For more information, see the README file.
*/
+#include "lang.h"
#include "xbuf.h"
/*
@@ -41,13 +42,13 @@
struct lesskey_cmdname
{
- char *cn_name;
+ constant char *cn_name;
int cn_action;
};
struct lesskey_table
{
- struct lesskey_cmdname *names;
+ constant struct lesskey_cmdname *names;
struct xbuffer buf;
int is_var;
};
@@ -60,4 +61,19 @@ struct lesskey_tables
struct lesskey_table vartable;
};
-extern int parse_lesskey(char *infile, struct lesskey_tables *tables);
+extern int parse_lesskey(constant char *infile, struct lesskey_tables *tables);
+extern int parse_lesskey_content(constant char *content, struct lesskey_tables *tables);
+
+/* keep in sync with less.h */
+#if HAVE_SNPRINTF
+#define SNPRINTF1(str, size, fmt, v1) snprintf((str), (size), (fmt), (v1))
+#define SNPRINTF2(str, size, fmt, v1, v2) snprintf((str), (size), (fmt), (v1), (v2))
+#define SNPRINTF3(str, size, fmt, v1, v2, v3) snprintf((str), (size), (fmt), (v1), (v2), (v3))
+#define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) snprintf((str), (size), (fmt), (v1), (v2), (v3), (v4))
+#else
+/* Use unsafe sprintf if we don't have snprintf. */
+#define SNPRINTF1(str, size, fmt, v1) sprintf((str), (fmt), (v1))
+#define SNPRINTF2(str, size, fmt, v1, v2) sprintf((str), (fmt), (v1), (v2))
+#define SNPRINTF3(str, size, fmt, v1, v2, v3) sprintf((str), (fmt), (v1), (v2), (v3))
+#define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) sprintf((str), (fmt), (v1), (v2), (v3), (v4))
+#endif
diff --git a/lesskey.man b/lesskey.man
index fa7e3b956138..da072d517b43 100644
--- a/lesskey.man
+++ b/lesskey.man
@@ -1,6 +1,4 @@
-LESSKEY(1) General Commands Manual LESSKEY(1)
-
-
+LESSKEY(1) General Commands Manual LESSKEY(1)
NAME
lesskey - customize key bindings for less
@@ -13,26 +11,26 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
SCOPE
This document describes the format of the lesskey source file, which is
- used by less version 582 and later. In previous versions of less, a
- separate program called lesskey was used to compile the lesskey source
- file into a format understood by less. This compilation step is no
- longer required and the lesskey program is therefore deprecated, al‐
+ used by less version 582 and later. In previous versions of less, a
+ separate program called lesskey was used to compile the lesskey source
+ file into a format understood by less. This compilation step is no
+ longer required and the lesskey program is therefore deprecated, al‐
though the file format remains supported by less itself.
DESCRIPTION
- A lesskey file specifies a set of key bindings and environment vari‐
+ A lesskey file specifies a set of key bindings and environment vari‐
ables to be used by subsequent invocations of less.
FILE FORMAT
- The input file consists of one or more sections. Each section starts
- with a line that identifies the type of section. Possible sections
+ The input file consists of one or more sections. Each section starts
+ with a line that identifies the type of section. Possible sections
are:
#command
Customizes command key bindings.
- #line-edit
- Customizes line-editing key bindings.
+ #line‐edit
+ Customizes line‐editing key bindings.
#env Defines environment variables.
@@ -47,42 +45,40 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
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:
- string <whitespace> action [extra-string] <newline>
+ string <whitespace> action [extra‐string] <newline>
Whitespace is any sequence of one or more spaces and/or tabs. The
string is the command key(s) which invoke the action. The string may
be a single command key, or a sequence of up to 15 keys. The action is
- the name of the less action, from the list below. The characters in
- the string may appear literally, or be prefixed by a caret to indicate
- a control key. A backslash followed by one to three octal digits may
- be used to specify a character by its octal value. A backslash fol‐
+ the name of the less action, from the list below. The characters in
+ the string may appear literally, or be prefixed by a caret to indicate
+ a control key. A backslash followed by one to three octal digits may
+ be used to specify a character by its octal value. A backslash fol‐
lowed by certain characters specifies input characters as follows:
-
\b BACKSPACE (0x08)
\e ESCAPE (0x1B)
\n NEWLINE (0x0A)
\r RETURN (0x0D)
\t TAB (0x09)
- \k followed by a single character represents the char(s) produced
+ \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
+ \kB ctrl‐BACKSPACE
\kd DOWN ARROW
\kD PAGE DOWN
\ke END
\kh HOME
\ki INSERT
\kl LEFT ARROW
- \kL ctrl-LEFT ARROW
+ \kL ctrl‐LEFT ARROW
\kr RIGHT ARROW
- \kR ctrl-RIGHT ARROW
+ \kR ctrl‐RIGHT ARROW
\kt BACKTAB
\ku UP ARROW
\kU PAGE UP
\kx DELETE
- \kX ctrl-DELETE
+ \kX ctrl‐DELETE
\k1 F1
@@ -97,117 +93,118 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
less. This feature can be used in certain cases to extend the
functionality of a command. For example, see the "{" and ":t"
commands in the example below. The extra string has a special
- meaning for the "quit" action: when less quits, the first charac‐
- ter of the extra string is used as its exit status.
+ meaning for the "quit" action: when less quits, the ASCII value of
+ the first character of the extra string is used as its exit sta‐
+ tus.
EXAMPLE
The following input file describes the set of default command keys used
- by less. Documentation on each command can be found in the man page,
- under the key sequence which invokes the command.
-
+ by less. Documentation on each command can be found in the less man
+ 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
- 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
- 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
+ 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
+ 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
- \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
+ / 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
| pipe
v visual
! shell
@@ -234,9 +231,9 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
PRECEDENCE
- Commands specified by lesskey take precedence over the default com‐
- mands. A default command key may be disabled by including it in the
- input file with the action "invalid". Alternatively, a key may be de‐
+ Commands specified by lesskey take precedence over the default com‐
+ mands. A default command key may be disabled by including it in the
+ input file with the action "invalid". Alternatively, a key may be de‐
fined to do nothing by using the action "noaction". "noaction" is sim‐
ilar to "invalid", but less will give an error beep for an "invalid"
command, but not for a "noaction" command. In addition, ALL default
@@ -253,41 +250,40 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
command can lead to frustration.
LINE EDITING SECTION
- The line-editing section begins with the line:
+ 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
- specified in the #command section. The line-editing section consists
+ specified in the #command section. The line‐editing section consists
of a list of keys and actions, one per line as in the example below.
EXAMPLE
- The following input file describes the set of default line-editing keys
+ 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
- ^L expand
- ^V literal
- ^A literal
+ #line‐edit
+ \t forw‐complete
+ \17 back‐complete
+ \e\t back‐complete
+ ˆL expand
+ ˆV literal
+ ˆA literal
\el right
\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
@@ -295,7 +291,7 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
\ek up
\ku up
\ej down
- ^G abort
+ ˆG abort
LESS ENVIRONMENT VARIABLES
@@ -303,40 +299,54 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
#env
- 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. White space
- before and after the equals sign is ignored. Variables assigned in
- this way are visible only to less. If a variable is specified in the
+ 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. White space
+ before and after the equals sign is ignored. Variables assigned in
+ this way are visible only to less. If a variable is specified in the
system environment and also in a lesskey file, the value in the lesskey
file takes precedence.
If the variable name is followed by += rather than =, the string is ap‐
- pended to the variable's existing value. This currently works only if
- any += lines immediately follow the same variable's original definition
+ pended to the variable’s existing value. This currently works only if
+ any += lines immediately follow the same variable’s original definition
(with an = line), without any intervening definitions of other vari‐
ables. It can append only to a variable defined earlier in the file;
it cannot append to a variable in the system environment. The string
is appended literally, without any extra whitespace added, so if white‐
- space is desired, it should be appended to the end of the preceding
- line. (It cannot be added to the beginning of the += string because
+ space is desired, 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.)
+ In the string after the = sign, a substring of the form ${NAME} is re‐
+ placed with the value of the environment variable "NAME". The value of
+ the variable may come from either the system environment, an earlier
+ lesskey file, or an earlier definition in the current lesskey file.
+ Simple text replacements can be performed by using the syntax
+ ${NAME/STRING/REPL}. This replaces all instances of "STRING" in the
+ named environment variable with the text "REPL". STRING is matched us‐
+ ing a simple text comparison; no metacharacters are supported. An in‐
+ stance of slash or right curly bracket in STRING or REPL must be es‐
+ caped by preceding it with two backslashes. If REPL is an empty
+ string, all instances of STRING are removed. A slash immediately be‐
+ fore the right curly bracket may be omitted. Multiple replacements may
+ be performed by using the syntax ${NAME/STRING1/REPL1/STRING2/REPL2}
+ and so on.
+
CONDITIONAL CONFIGURATION
- If a line begins with #version followed by a relational operator and a
- version number, the remainder of the line is parsed if and only if the
+ If a line begins with #version followed by a relational operator and a
+ version number, the remainder of the line is parsed if and only if the
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
< Less than
>= Greater than or equal to
@@ -348,25 +358,25 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
sion 594. In those older versions, all #version lines are ignored.
EXAMPLE
- The following input file sets the -i and -S options when is run and, on
- version 595 and higher, adds a --color option.
+ The following input file sets the -i and -S options when less is run
+ and, on version 595 and higher, adds a --color option.
- #env
- ## (Note that there must be a space at the end of the next line,
- ## to separate the --color option from the -S option.)
- LESS = -i -S
- #version >= 595 LESS += --color=Hkc
+ #env
+ ## (Note that there must be a space at the end of the next line,
+ ## to separate the ‐‐color option from the ‐S option.)
+ LESS = -i -S
+ #version >= 595 LESS += --color=Hkc
SEE ALSO
less(1)
WARNINGS
- On MS-DOS and OS/2 systems, certain keys send a sequence of characters
+ On MS‐DOS and OS/2 systems, certain keys send a sequence of characters
which start with a NUL character (0). This NUL character should be
represented as \340 in a lesskey file.
COPYRIGHT
- Copyright (C) 1984-2023 Mark Nudelman
+ Copyright (C) 1984‐2024 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‐
@@ -375,18 +385,16 @@ LESSKEY(1) General Commands Manual LESSKEY(1)
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
+ 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
Mark Nudelman
Report bugs at https://github.com/gwsw/less/issues.
-
-
- Version 643: 20 Jul 2023 LESSKEY(1)
+ Version 668: 06 Oct 2024 LESSKEY(1)
diff --git a/lesskey.nro b/lesskey.nro
index 324710547a3e..8d83d516af0c 100644
--- a/lesskey.nro
+++ b/lesskey.nro
@@ -1,5 +1,5 @@
'\" t
-.TH LESSKEY 1 "Version 643: 20 Jul 2023"
+.TH LESSKEY 1 "Version 668: 06 Oct 2024"
.SH NAME
lesskey \- customize key bindings for less
.SH "SYNOPSIS (deprecated)"
@@ -122,14 +122,15 @@ For example, see the "{" and ":t" commands in the example below.
The extra string has a special meaning for the "quit" action:
when
.B less
-quits, the first character of the extra string is used as its exit status.
+quits, the ASCII value of the first character of the extra string
+is used as its exit status.
.
.SH EXAMPLE
The following input file describes the set of
default command keys used by
.BR less .
Documentation on each command can be found in the
-.less
+.B less
man page, under the key sequence which invokes the command.
.sp
.RS 5m
@@ -181,8 +182,6 @@ g goto-line
\ee< goto-line
p percent
% percent
-\ee[ left-scroll
-\ee] right-scroll
\ee( left-scroll
\ee) right-scroll
\ekl left-scroll
@@ -213,11 +212,16 @@ 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
+\&' goto-mark
^X^X goto-mark
E examine
:e examine
@@ -367,6 +371,24 @@ 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
+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,
+an earlier lesskey file, or an earlier definition in the current lesskey file.
+Simple text replacements can be performed by using
+the syntax ${NAME/STRING/REPL}.
+This replaces all instances of "STRING" in the named
+environment variable with the text "REPL".
+STRING is matched using a simple text comparison;
+no metacharacters are supported.
+An instance of slash or right curly bracket in STRING or REPL
+must be escaped by preceding it with \fItwo\fP backslashes.
+If REPL is an empty string, all instances of STRING are removed.
+A slash immediately before the right curly bracket may be omitted.
+Multiple replacements may be performed by using
+the syntax ${NAME/STRING1/REPL1/STRING2/REPL2} and so on.
+.
.SH CONDITIONAL CONFIGURATION
If a line begins with #version followed by a relational operator and a version number,
the remainder of the line is parsed if and only if the running version of
@@ -410,7 +432,7 @@ In those older versions, all #version lines are ignored.
.
.SH EXAMPLE
The following input file sets the \-i and \-S options when
-.less
+.B less
is run and, on version 595 and higher, adds a \-\-color option.
.sp
.nf
@@ -430,7 +452,7 @@ which start with a NUL character (0).
This NUL character should be represented as \e340 in a lesskey file.
.
.SH COPYRIGHT
-Copyright (C) 1984-2023 Mark Nudelman
+Copyright (C) 1984-2024 Mark Nudelman
.PP
less is part of the GNU project and is free software.
You can redistribute it and/or modify it
diff --git a/lesskey_parse.c b/lesskey_parse.c
index 3f528aa8780a..8d5912b7b9a9 100644
--- a/lesskey_parse.c
+++ b/lesskey_parse.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -20,16 +20,16 @@
extern void lesskey_parse_error(char *msg);
extern char *homefile(char *filename);
-extern void *ecalloc(int count, unsigned int size);
+extern void *ecalloc(size_t count, size_t size);
extern int lstrtoi(char *str, char **end, int radix);
extern char version[];
static int linenum;
static int errors;
static int less_version = 0;
-static char *lesskey_file;
+static char *lesskey_file = NULL;
-static struct lesskey_cmdname cmdnames[] =
+static constant struct lesskey_cmdname cmdnames[] =
{
{ "back-bracket", A_B_BRACKET },
{ "back-line", A_B_LINE },
@@ -39,6 +39,7 @@ static struct lesskey_cmdname cmdnames[] =
{ "back-search", A_B_SEARCH },
{ "back-window", A_B_WINDOW },
{ "clear-mark", A_CLRMARK },
+ { "clear-search", A_CLR_SEARCH },
{ "debug", A_DEBUG },
{ "digit", A_DIGIT },
{ "display-flag", A_DISP_OPTION },
@@ -52,13 +53,13 @@ static struct lesskey_cmdname cmdnames[] =
{ "flush-repaint", A_FREPAINT },
{ "forw-bracket", A_F_BRACKET },
{ "forw-forever", A_F_FOREVER },
- { "forw-until-hilite", A_F_UNTIL_HILITE },
{ "forw-line", A_F_LINE },
{ "forw-line-force", A_FF_LINE },
{ "forw-screen", A_F_SCREEN },
{ "forw-screen-force", A_FF_SCREEN },
{ "forw-scroll", A_F_SCROLL },
{ "forw-search", A_F_SEARCH },
+ { "forw-until-hilite", A_F_UNTIL_HILITE },
{ "forw-window", A_F_WINDOW },
{ "goto-end", A_GOEND },
{ "goto-end-buffered", A_GOEND_BUF },
@@ -70,12 +71,16 @@ static struct lesskey_cmdname cmdnames[] =
{ "left-scroll", A_LSHIFT },
{ "next-file", A_NEXT_FILE },
{ "next-tag", A_NEXT_TAG },
- { "noaction", A_NOACTION },
{ "no-scroll", A_LLSHIFT },
+ { "noaction", A_NOACTION },
+ { "osc8-forw-search", A_OSC8_F_SEARCH },
+ { "osc8-back-search", A_OSC8_B_SEARCH },
+ { "osc8-open", A_OSC8_OPEN },
{ "percent", A_PERCENT },
{ "pipe", A_PIPE },
{ "prev-file", A_PREV_FILE },
{ "prev-tag", A_PREV_TAG },
+ { "pshell", A_PSHELL },
{ "quit", A_QUIT },
{ "remove-file", A_REMOVE_FILE },
{ "repaint", A_REPAINT },
@@ -88,18 +93,16 @@ static struct lesskey_cmdname cmdnames[] =
{ "set-mark", A_SETMARK },
{ "set-mark-bottom", A_SETMARKBOT },
{ "shell", A_SHELL },
- { "pshell", A_PSHELL },
{ "status", A_STAT },
{ "toggle-flag", A_OPT_TOGGLE },
{ "toggle-option", A_OPT_TOGGLE },
{ "undo-hilite", A_UNDO_SEARCH },
- { "clear-search", A_CLR_SEARCH },
{ "version", A_VERSION },
{ "visual", A_VISUAL },
{ NULL, 0 }
};
-static struct lesskey_cmdname editnames[] =
+static constant struct lesskey_cmdname editnames[] =
{
{ "back-complete", EC_B_COMPLETE },
{ "backspace", EC_BACKSPACE },
@@ -127,12 +130,16 @@ static struct lesskey_cmdname editnames[] =
/*
* Print a parse error message.
*/
-static void parse_error(char *fmt, char *arg1)
+static void parse_error(constant char *fmt, constant char *arg1)
{
char buf[1024];
- int n = snprintf(buf, sizeof(buf), "%s: line %d: ", lesskey_file, linenum);
- if (n >= 0 && n < sizeof(buf))
- snprintf(buf+n, sizeof(buf)-n, fmt, arg1);
+ int n = SNPRINTF2(buf, sizeof(buf), "%s: line %d: ", lesskey_file, linenum);
+ if (n >= 0)
+ {
+ size_t len = (size_t) n;
+ if (len < sizeof(buf))
+ SNPRINTF1(buf+len, sizeof(buf)-len, fmt, arg1);
+ }
++errors;
lesskey_parse_error(buf);
}
@@ -159,7 +166,7 @@ static void init_tables(struct lesskey_tables *tables)
#define CHAR_STRING_LEN 8
-static char * char_string(char *buf, int ch, int lit)
+static constant char * char_string(char *buf, char ch, int lit)
{
if (lit || (ch >= 0x20 && ch < 0x7f))
{
@@ -167,7 +174,7 @@ static char * char_string(char *buf, int ch, int lit)
buf[1] = '\0';
} else
{
- snprintf(buf, CHAR_STRING_LEN, "\\x%02x", ch);
+ SNPRINTF1(buf, CHAR_STRING_LEN, "\\x%02x", ch);
}
return buf;
}
@@ -185,7 +192,7 @@ static char * increment_pointer(char *p)
/*
* Parse one character of a string.
*/
-static char * tstr(char **pp, int xlate)
+static constant char * tstr(char **pp, int xlate)
{
char *p;
char ch;
@@ -209,7 +216,7 @@ static char * tstr(char **pp, int xlate)
ch = 0;
i = 0;
do
- ch = 8*ch + (*p - '0');
+ ch = (char) (8*ch + (*p - '0'));
while (*++p >= '0' && *p <= '7' && ++i < 3);
*pp = p;
if (xlate && ch == CONTROL('K'))
@@ -353,10 +360,10 @@ static void erase_cmd_char(struct lesskey_tables *tables)
/*
* Add a string to the output command table.
*/
-static void add_cmd_str(char *s, struct lesskey_tables *tables)
+static void add_cmd_str(constant char *s, struct lesskey_tables *tables)
{
for ( ; *s != '\0'; s++)
- add_cmd_char(*s, tables);
+ add_cmd_char((unsigned char) *s, tables);
}
/*
@@ -382,7 +389,7 @@ static int match_version(char op, int ver)
* If the version matches, return the part of the line that should be executed.
* Otherwise, return NULL.
*/
-static char * version_line(char *s, struct lesskey_tables *tables)
+static char * version_line(char *s)
{
char op;
int ver;
@@ -445,7 +452,7 @@ static char * control_line(char *s, struct lesskey_tables *tables)
}
if (PREFIX(s, "#version"))
{
- return (version_line(s, tables));
+ return (version_line(s));
}
return (s);
}
@@ -475,7 +482,7 @@ static void parse_cmdline(char *p, struct lesskey_tables *tables)
{
char *actname;
int action;
- char *s;
+ constant char *s;
char c;
/*
@@ -539,7 +546,7 @@ static void parse_cmdline(char *p, struct lesskey_tables *tables)
*/
static void parse_varline(char *line, struct lesskey_tables *tables)
{
- char *s;
+ constant char *s;
char *p = line;
char *eq;
@@ -612,14 +619,14 @@ static void parse_line(char *line, struct lesskey_tables *tables)
/*
* Parse a lesskey source file and store result in tables.
*/
-int parse_lesskey(char *infile, struct lesskey_tables *tables)
+int parse_lesskey(constant char *infile, struct lesskey_tables *tables)
{
FILE *desc;
char line[1024];
- if (infile == NULL)
- infile = homefile(DEF_LESSKEYINFILE);
- lesskey_file = infile;
+ lesskey_file = (infile != NULL) ? strdup(infile) : homefile(DEF_LESSKEYINFILE);
+ if (lesskey_file == NULL)
+ return (-1);
init_tables(tables);
errors = 0;
@@ -630,22 +637,63 @@ int parse_lesskey(char *infile, struct lesskey_tables *tables)
/*
* Open the input file.
*/
- if (strcmp(infile, "-") == 0)
+ if (strcmp(lesskey_file, "-") == 0)
desc = stdin;
- else if ((desc = fopen(infile, "r")) == NULL)
+ else if ((desc = fopen(lesskey_file, "r")) == NULL)
{
- /* parse_error("cannot open lesskey file %s", infile); */
- return (-1);
+ /* parse_error("cannot open lesskey file %s", lesskey_file); */
+ errors = -1;
}
/*
* Read and parse the input file, one line at a time.
*/
- while (fgets(line, sizeof(line), desc) != NULL)
+ if (desc != NULL)
{
+ while (fgets(line, sizeof(line), desc) != NULL)
+ {
+ ++linenum;
+ parse_line(line, tables);
+ }
+ if (desc != stdin)
+ fclose(desc);
+ }
+ free(lesskey_file);
+ lesskey_file = NULL;
+ return (errors);
+}
+
+/*
+ * Parse a lesskey source content and store result in tables.
+ */
+int parse_lesskey_content(constant char *content, struct lesskey_tables *tables)
+{
+ size_t cx = 0;
+
+ lesskey_file = "lesskey-content";
+ init_tables(tables);
+ errors = 0;
+ linenum = 0;
+ if (less_version == 0)
+ less_version = lstrtoi(version, NULL, 10);
+
+ while (content[cx] != '\0')
+ {
+ /* Extract a line from the content buffer and parse it. */
+ char line[1024];
+ size_t lx = 0;
+ while (content[cx] != '\0' && content[cx] != '\n' && content[cx] != ';')
+ {
+ if (lx >= sizeof(line)-1) break;
+ if (content[cx] == '\\' && content[cx+1] == ';')
+ ++cx; /* escaped semicolon: skip the backslash */
+ line[lx++] = content[cx++];
+ }
+ line[lx] = '\0';
++linenum;
parse_line(line, tables);
+ if (content[cx] != '\0') ++cx; /* skip newline or semicolon */
}
- fclose(desc);
+ lesskey_file = NULL;
return (errors);
}
diff --git a/lesstest/Makefile b/lesstest/Makefile
index e93f030a8640..8ac00b6ebe05 100644
--- a/lesstest/Makefile
+++ b/lesstest/Makefile
@@ -10,18 +10,18 @@ LESSTEST_SRC = display.c env.c lesstest.c parse.c pipeline.c log.c run.c term.c
LESSTEST_OBJ = $(patsubst %.c,%.o,$(LESSTEST_SRC))
lesstest: $(LESSTEST_OBJ)
- $(CC) $(CFLAGS) $(LDFLAGS) -o lesstest $(LESSTEST_OBJ) $(TERMLIB)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o lesstest $(LESSTEST_OBJ) $(TERMLIB) $(LIBS)
LT_SCREEN_SRC = lt_screen.c unicode.c wchar.c
LT_SCREEN_OBJ = $(patsubst %.c,%.o,$(LT_SCREEN_SRC))
lt_screen: $(LT_SCREEN_OBJ)
- $(CC) $(CFLAGS) $(LDFLAGS) -o lt_screen $(LT_SCREEN_OBJ)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o lt_screen $(LT_SCREEN_OBJ) $(LIBS)
HDR = lesstest.h lt_types.h wchar.h
*.o: $(HDR)
echo_distfiles:
- @echo $(patsubst %,$(srcdir)/%,$(LESSTEST_SRC) $(LT_SCREEN_SRC) $(HDR) lt/*.lt runtest maketest Makefile)
+ @echo $(patsubst %,$(srcdir)/%,$(LESSTEST_SRC) $(LT_SCREEN_SRC) $(HDR) lt/*.lt runtest maketest extract ltview Makefile README)
clean:
rm -f lesstest lt_screen *.o
diff --git a/lesstest/README b/lesstest/README
new file mode 100644
index 000000000000..eccebd271fd8
--- /dev/null
+++ b/lesstest/README
@@ -0,0 +1,58 @@
+lesstest is a test suite for less. The lesstest program runs an
+instance of less, but less's normal tty input instead comes from
+a pipe leading from lesstest to less, and less's normal terminal
+output instead goes to a pipe leading from less to an instance
+of lt_screen. lt_screen simulates a terminal, but also has a
+separate "dump channel" which allows lesstest to read the contents
+of the simulated screen.
+
+ +---------<---------<----------<---------<---------+
+ | dump channel |
+ | |
+ v (screen_out) | (ttyout)
+ +------------------+ (tty) +------+ (outfd) +-------------+
+ | lesstest |--------------->| less |--------------->| lt_screen |
+ +------------------+ simulated +------+ simulated +-------------+
+ ^ (stdin) | ^ keyboard terminal
+ | | |
+ | real | |
+ | keybd v | (testfile)
+ +------------+ +-----------+
+ | developer | | LT file |
+ | (maketest) | | (runtest) |
+ +------------+ +-----------+
+
+lesstest runs in one of two modes:
+
+In the "maketest" mode it reads single keystrokes from the developer
+and sends them to less. After each keystroke it then reads the
+lt_screen screen contents and logs the keystroke and the resulting
+screen contents to a log file, called an lt file.
+
+In the "runtest" mode, lesstest reads a previously-created lt file
+and "replays" the session; that is, it first reads a keystroke from
+the lt file and sends it to less. It then reads the lt_screen screen
+contents and compares it to the logged screen contents from the lt file.
+If they differ, it reports an error.
+
+Tools:
+
+maketest creates a .lt file interactively by running an instance
+of less on a text file.
+
+runtest tests an instance of less against a .lt file and reports errors.
+
+ltview interactively navigates the screens in a .lt file.
+Optionally, it can read error messages from a failed runtest
+and integrate the failed screen image into the view.
+To diagnose a failed test, do:
+ ./runtest -Od lt/xxx.lt > xxx.err 2>&1
+ ./ltview lt/xxx.lt xxx.err
+
+extract reads a .lt file and creates a copy of the text file which
+was originally used to create the .lt file.
+It can also output the keystrokes that were used to create the .lt file.
+
+remaketest creates a .lt file using the same text file and keystroke
+inputs that were originally used to create the .lt file.
+This is useful if a benign change in less output causes a test to fail.
diff --git a/lesstest/display.c b/lesstest/display.c
index b88c80d15d84..5e904f8bc815 100644
--- a/lesstest/display.c
+++ b/lesstest/display.c
@@ -94,11 +94,18 @@ void display_screen_debug(const byte* img, int imglen, int screen_width, int scr
int x = 0;
int y = 0;
int literal = 0;
+ int sol = 1;
while (imglen-- > 0) {
wchar ch = load_wchar(&img);
+ if (sol)
+ {
+ fprintf(stderr, "DATA: ");
+ sol = 0;
+ }
if (!literal) {
switch (ch) {
case '\\':
+ fprintf(stderr, "\\");
literal = 1;
continue;
case LTS_CHAR_ATTR:
@@ -112,12 +119,13 @@ void display_screen_debug(const byte* img, int imglen, int screen_width, int scr
}
}
literal = 0;
- if (is_ascii(ch))
+ if (is_ascii(ch) && ch != '<' && ch != '>')
fwrite(&ch, 1, 1, stderr);
else
fprintf(stderr, "<%lx>", (unsigned long) ch);
if (++x >= screen_width) {
fprintf(stderr, "\n");
+ sol = 1;
x = 0;
if (++y >= screen_height)
break;
diff --git a/lesstest/extract b/lesstest/extract
new file mode 100755
index 000000000000..13445435e1e6
--- /dev/null
+++ b/lesstest/extract
@@ -0,0 +1,78 @@
+#!/usr/bin/env perl
+use strict;
+use Getopt::Std;
+
+# Extract all text files from an lt file.
+my $usage = <<_EOF_;
+usage: extract [-ckfv] [lt-file]...
+ -c = print text file to stdout
+ -f = overwrite existing text file
+ -k = print keystrokes to stdout
+ -v = verbose
+_EOF_
+
+my %opt;
+
+exit(main() ? 0 : 1);
+sub main() {
+ die $usage if not getopts('cfkv', \%opt);
+ foreach my $in_filename (@ARGV) {
+ my $in;
+ if (not open $in, '<', $in_filename) {
+ print STDERR "ERROR: cannot open $in_filename: $!\n";
+ return 0;
+ }
+ return 0 if not read_ltfile($in, $in_filename);
+ close $in;
+ }
+ return 1;
+}
+
+sub read_ltfile {
+ my ($in, $in_filename) = @_;
+ my $is_lt_file = 0;
+ while (<$in>) {
+ if (/^!lesstest!/) {
+ $is_lt_file = 1;
+ } else {
+ if (not $is_lt_file) {
+ print STDERR "WARNING: skipping $in_filename: not an lt file\n";
+ return 0;
+ }
+ if (/^F\s*"([^"]+)"\s*(\d+)/) {
+ return 0 if not create_text_file($1, $2, $in);
+ } elsif (/^\+([0-9a-fA-F]+)/) {
+ print "$1\n" if $opt{k};
+ }
+ }
+ }
+ return 1;
+}
+
+sub create_text_file {
+ my ($out_filename, $filelen, $in) = @_;
+ my $out;
+ if ($opt{k}) {
+ $out = undef;
+ } elsif ($opt{c}) {
+ $out = \*STDOUT;
+ } else {
+ if (-f $out_filename and not $opt{f}) {
+ print STDERR "WARNING: skipping existing file $out_filename (use -f to overwrite)\n";
+ return 0;
+ }
+ if (not open($out, '>', $out_filename)) {
+ print STDERR "ERROR: cannot create $out_filename: $!\n";
+ return 0;
+ }
+ }
+ my $buf;
+ my $nread = read $in, $buf, $filelen;
+ print STDERR "$out_filename: read $nread/$filelen\n" if $opt{v};
+ print STDERR "WARNING: read only $nread of $filelen bytes\n" if not $nread or $nread != $filelen;
+ if (not $opt{k}) {
+ print $out $buf;
+ close $out unless $opt{c};
+ }
+ return 1;
+}
diff --git a/lesstest/lesstest.c b/lesstest/lesstest.c
index a08a3a6f9f2e..3219b3479dbc 100644
--- a/lesstest/lesstest.c
+++ b/lesstest/lesstest.c
@@ -6,14 +6,16 @@ extern TermInfo terminfo;
int verbose = 0;
int less_quit = 0;
int details = 0;
+char* details_file = NULL;
int err_only = 0;
char* lt_screen = "./lt_screen";
char* lt_screen_opts = NULL;
static char* testfile = NULL;
+static char* keyfile = NULL;
static int usage(void) {
- fprintf(stderr, "usage: lesstest -o file.lt [-w#] [-h#] [-eEdv] [-S lt_screen-opts] [--] less.exe [flags] textfile\n");
+ fprintf(stderr, "usage: lesstest -o file.lt [-w#] [-h#] [-eEdv] [-D detail-file] [-S lt_screen-opts] [--] less.exe [flags] textfile\n");
fprintf(stderr, " or: lesstest -t file.lt less.exe\n");
return 0;
}
@@ -21,17 +23,23 @@ static int usage(void) {
static int setup(int argc, char* const* argv) {
char* logfile = NULL;
int ch;
- while ((ch = getopt(argc, argv, "deEo:s:S:t:v")) != -1) {
+ while ((ch = getopt(argc, argv, "dD:eEk:o:s:S:t:v")) != -1) {
switch (ch) {
case 'd':
details = 1;
break;
+ case 'D':
+ details_file = optarg;
+ break;
case 'e':
err_only = 1;
break;
case 'E':
err_only = 2;
break;
+ case 'k':
+ keyfile = optarg;
+ break;
case 'o':
logfile = optarg;
break;
@@ -63,19 +71,19 @@ int main(int argc, char* const* argv, char* const* envp) {
return RUN_ERR;
int ok = 0;
if (testfile != NULL) { // run existing test
- if (optind+1 != argc) {
- usage();
- return RUN_ERR;
- }
- ok = run_testfile(testfile, argv[optind]);
+ if (optind+1 != argc) {
+ usage();
+ } else {
+ ok = run_testfile(testfile, argv[optind]);
+ }
} else { // gen; create new test
if (optind+2 > argc) {
usage();
- return RUN_ERR;
+ } else {
+ log_file_header();
+ ok = run_interactive(argv+optind, argc-optind, envp, keyfile);
+ log_close();
}
- log_file_header();
- ok = run_interactive(argv+optind, argc-optind, envp);
- log_close();
}
return ok ? RUN_OK : RUN_ERR;
}
diff --git a/lesstest/lesstest.h b/lesstest/lesstest.h
index 93bbed33b829..24566ea61c2c 100644
--- a/lesstest/lesstest.h
+++ b/lesstest/lesstest.h
@@ -21,6 +21,21 @@ typedef struct TestSetup {
EnvBuf env;
} TestSetup;
+typedef struct TestState {
+ byte* screen;
+ size_t screen_len;
+ wchar ch;
+} TestState;
+
+typedef struct TestDetails {
+ char* textfile;
+ int cmd_num;
+ byte* img_should;
+ byte* img_actual;
+ int len_should;
+ int len_actual;
+} TestDetails;
+
typedef struct LessPipeline {
int less_in;
int screen_out;
@@ -45,6 +60,7 @@ typedef struct TermInfo {
char* enter_standout;
char* exit_standout;
char* clear_screen;
+ char* clear_eos;
char* cursor_move;
char* key_right;
char* key_left;
@@ -71,14 +87,17 @@ void destroy_less_pipeline(LessPipeline* pipeline);
void print_strings(const char* title, char* const* strings);
void free_test_setup(TestSetup* setup);
TestSetup* read_test_setup(FILE* fd, char const* less);
+TestDetails* read_test_details(FILE* fd);
+void free_test_details(TestDetails* td);
int read_zline(FILE* fd, char* line, int line_len);
void raw_mode(int tty, int on);
int setup_term(void);
void display_screen(const byte* img, int imglen, int screen_width, int screen_height);
void display_screen_debug(const byte* img, int imglen, int screen_width, int screen_height);
const char* get_envp(char* const* envp, const char* name);
-int run_interactive(char* const* argv, int argc, char* const* envp);
+int run_interactive(char* const* argv, int argc, char* const* envp, const char* keyfile);
int run_testfile(const char* testfile, const char* less);
+int explore_testfile(const char* testfile);
void env_init(EnvBuf* env);
void env_addpair(EnvBuf* env, const char* name, const char* value);
char* const* less_envp(char* const* envp, int interactive);
diff --git a/lesstest/lt/colorbars.lt b/lesstest/lt/colorbars.lt
index ce67a5d70610..1d6d8ad5a39f 100644
--- a/lesstest/lt/colorbars.lt
+++ b/lesstest/lt/colorbars.lt
@@ -27,6 +27,7 @@ E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "135"
E "LINES" "45"
E "LESS" "R"
+E "LESSCHARSET" "utf8"
E "LANG" "C"
E "LC_CTYPE" "en_US.UTF-8"
T "colorbars"
diff --git a/lesstest/lt/github265.lt b/lesstest/lt/github265.lt
index a937f93f484b..9f628a3bf91a 100644
--- a/lesstest/lt/github265.lt
+++ b/lesstest/lt/github265.lt
@@ -27,6 +27,7 @@ E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "109"
E "LINES" "49"
E "LESS" "R"
+E "LESSCHARSET" "utf8"
E "LANG" "C"
E "LC_CTYPE" "en_US.UTF-8"
T "github265"
diff --git a/lesstest/lt/github329.lt b/lesstest/lt/github329.lt
index 3e373d4d69ea..9b4a23251b8e 100644
--- a/lesstest/lt/github329.lt
+++ b/lesstest/lt/github329.lt
@@ -26,6 +26,7 @@ E "LESS_TERMCAP_kh" "OH"
E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "79"
E "LINES" "34"
+E "LESSCHARSET" "utf8"
E "LANG" "C"
T "github329"
A "github329"
diff --git a/lesstest/lt/hdr-unicode.lt b/lesstest/lt/hdr-unicode.lt
index 55d9f8a5b5f6..8cb71e3ed47d 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 6d569680f7e3..45b73c41420a 100644
--- a/lesstest/lt/hdr-unicode1.lt
+++ b/lesstest/lt/hdr-unicode1.lt
Binary files differ
diff --git a/lesstest/lt/proc-special.lt b/lesstest/lt/proc-special.lt
index 37595236ecc9..f9f594f02bac 100644
--- a/lesstest/lt/proc-special.lt
+++ b/lesstest/lt/proc-special.lt
@@ -26,6 +26,7 @@ E "LESS_TERMCAP_kh" "OH"
E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "93"
E "LINES" "34"
+E "LESSCHARSET" "utf8"
E "LANG" "C"
T "proc-special"
A "proc-special"
diff --git a/lesstest/lt/search-hist.lt b/lesstest/lt/search-hist.lt
new file mode 100644
index 000000000000..d4e056c3b59c
--- /dev/null
+++ b/lesstest/lt/search-hist.lt
@@ -0,0 +1,278 @@
+!lesstest!
+!version 1
+!created 2024-05-14 00:41:47
+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" "103"
+E "LINES" "34"
+E "LANG" "C"
+T "search-hist"
+A "search-hist"
+F "search-hist" 49
+one
+two
+three
+four
+five
+six
+seven
+eight
+nine
+ten
+R
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@04search-hist (END)@00#_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
++2f
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________/#_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
++6f
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________/o#______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
++6e
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________/on#_____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
++65
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________/one#____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
++a
+=@04one@00____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04one@00____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++74
+=@04one@00____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/t#_____________________________________________________________________________________________________
++77
+=@04one@00____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/tw#____________________________________________________________________________________________________
++6f
+=@04one@00____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/two#___________________________________________________________________________________________________
++a
+=@04two@00____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04two@00____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++74
+=@04two@00____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/t#_____________________________________________________________________________________________________
++68
+=@04two@00____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/th#____________________________________________________________________________________________________
++72
+=@04two@00____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/thr#___________________________________________________________________________________________________
++65
+=@04two@00____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/thre#__________________________________________________________________________________________________
++65
+=@04two@00____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/three#_________________________________________________________________________________________________
++a
+=@04three@00__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04three@00__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++66
+=@04three@00__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/f#_____________________________________________________________________________________________________
++6f
+=@04three@00__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/fo#____________________________________________________________________________________________________
++75
+=@04three@00__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/fou#___________________________________________________________________________________________________
++72
+=@04three@00__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/four#__________________________________________________________________________________________________
++a
+=@04four@00___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04four@00___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++66
+=@04four@00___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/f#_____________________________________________________________________________________________________
++69
+=@04four@00___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/fi#____________________________________________________________________________________________________
++76
+=@04four@00___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/fiv#___________________________________________________________________________________________________
++65
+=@04four@00___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++a
+=@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++73
+=@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/s#_____________________________________________________________________________________________________
++69
+=@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/si#____________________________________________________________________________________________________
++78
+=@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++a
+=@04six@00____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04six@00____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++73
+=@04six@00____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/s#_____________________________________________________________________________________________________
++65
+=@04six@00____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/se#____________________________________________________________________________________________________
++76
+=@04six@00____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/sev#___________________________________________________________________________________________________
++65
+=@04six@00____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seve#__________________________________________________________________________________________________
++6e
+=@04six@00____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seven#_________________________________________________________________________________________________
++a
+=@04seven@00__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04seven@00__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++65
+=@04seven@00__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/e#_____________________________________________________________________________________________________
++69
+=@04seven@00__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/ei#____________________________________________________________________________________________________
++a
+=@04ei@00ght__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04ei@00ght__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++74
+=@04ei@00ght__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/t#_____________________________________________________________________________________________________
++65
+=@04ei@00ght__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/te#____________________________________________________________________________________________________
++6e
+=@04ei@00ght__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/ten#___________________________________________________________________________________________________
++8
+=@04ei@00ght__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/te#____________________________________________________________________________________________________
++a
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++1b
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++4f
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++41
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/te#____________________________________________________________________________________________________
++1b
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/te#____________________________________________________________________________________________________
++4f
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/te#____________________________________________________________________________________________________
++41
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/ei#____________________________________________________________________________________________________
++1b
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/ei#____________________________________________________________________________________________________
++4f
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/ei#____________________________________________________________________________________________________
++41
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seven#_________________________________________________________________________________________________
++1b
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seven#_________________________________________________________________________________________________
++4f
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seven#_________________________________________________________________________________________________
++41
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++1b
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++4f
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++41
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++a
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04Pattern not found (press RETURN)@00#______________________________________________________________________
++67
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2d
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________-#______________________________________________________________________________________________________
++2d
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________--#_____________________________________________________________________________________________________
++69
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________--i#____________________________________________________________________________________________________
++6e
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________--in#___________________________________________________________________________________________________
++63
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________--incsearch#____________________________________________________________________________________________
++a
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04Incremental search is on (press RETURN)@00#_______________________________________________________________
++a
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++2f
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++1b
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++4f
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/#______________________________________________________________________________________________________
++41
+=@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++1b
+=@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++4f
+=@04five@00___________________________________________________________________________________________________six____________________________________________________________________________________________________seven__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++41
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/te#____________________________________________________________________________________________________
++1b
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/te#____________________________________________________________________________________________________
++4f
+=@04te@00n____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/te#____________________________________________________________________________________________________
++41
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/ei#____________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/ei#____________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/ei#____________________________________________________________________________________________________
++41
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seven#_________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seven#_________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seven#_________________________________________________________________________________________________
++41
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++41
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++41
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/four#__________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/four#__________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/four#__________________________________________________________________________________________________
++41
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/three#_________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/three#_________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/three#_________________________________________________________________________________________________
++42
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/four#__________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/four#__________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/four#__________________________________________________________________________________________________
++42
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/five#__________________________________________________________________________________________________
++42
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++1b
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++4f
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/six#___________________________________________________________________________________________________
++42
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________/seven#_________________________________________________________________________________________________
++a
+=ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04Pattern not found (press RETURN)@00#______________________________________________________________________
++67
+=one____________________________________________________________________________________________________two____________________________________________________________________________________________________three__________________________________________________________________________________________________four___________________________________________________________________________________________________five___________________________________________________________________________________________________six____________________________________________________________________________________________________@04seven@00__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++6e
+=@04seven@00__________________________________________________________________________________________________eight__________________________________________________________________________________________________nine___________________________________________________________________________________________________ten____________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@01~@00______________________________________________________________________________________________________@04(END)@00#__________________________________________________________________________________________________
++71
+Q
diff --git a/lesstest/lt/seq200.lt b/lesstest/lt/seq200.lt
index daa0f85da5c7..b448e9afb853 100644
--- a/lesstest/lt/seq200.lt
+++ b/lesstest/lt/seq200.lt
@@ -26,6 +26,7 @@ E "LESS_TERMCAP_kh" "OH"
E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "115"
E "LINES" "39"
+E "LESSCHARSET" "utf8"
E "LANG" "C"
E "LC_CTYPE" "en_US.UTF-8"
T "seq200"
diff --git a/lesstest/lt/subsearch.lt b/lesstest/lt/subsearch.lt
index a0a7b6dc5545..53006c942b21 100644
--- a/lesstest/lt/subsearch.lt
+++ b/lesstest/lt/subsearch.lt
@@ -26,6 +26,7 @@ E "LESS_TERMCAP_kh" "OH"
E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "95"
E "LINES" "34"
+E "LESSCHARSET" "utf8"
E "LANG" "C"
T "subsearch"
A "subsearch"
diff --git a/lesstest/lt/table-50x200.lt b/lesstest/lt/table-50x200.lt
index 32e1d8271c2a..00bdb6b4c5d5 100644
--- a/lesstest/lt/table-50x200.lt
+++ b/lesstest/lt/table-50x200.lt
@@ -1,6 +1,6 @@
!lesstest!
!version 1
-!created 2022-12-12 22:01:02
+!created 2023-11-30 20:42:52
E "LESS_TERMCAP_am" "1"
E "LESS_TERMCAP_cd" "S"
E "LESS_TERMCAP_ce" "L"
@@ -24,8 +24,9 @@ E "LESS_TERMCAP_ku" "OA"
E "LESS_TERMCAP_kd" "OB"
E "LESS_TERMCAP_kh" "OH"
E "LESS_TERMCAP_@7" "OF"
-E "COLUMNS" "98"
-E "LINES" "34"
+E "COLUMNS" "116"
+E "LINES" "41"
+E "LESSCHARSET" "utf8"
E "LANG" "C"
T "table-50x200"
A "table-50x200"
@@ -231,938 +232,938 @@ F "table-50x200" 60200
19800 19801 19802 19803 19804 19805 19806 19807 19808 19809 19810 19811 19812 19813 19814 19815 19816 19817 19818 19819 19820 19821 19822 19823 19824 19825 19826 19827 19828 19829 19830 19831 19832 19833 19834 19835 19836 19837 19838 19839 19840 19841 19842 19843 19844 19845 19846 19847 19848 19849
19900 19901 19902 19903 19904 19905 19906 19907 19908 19909 19910 19911 19912 19913 19914 19915 19916 19917 19918 19919 19920 19921 19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 19934 19935 19936 19937 19938 19939 19940 19941 19942 19943 19944 19945 19946 19947 19948 19949
R
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 ____________________________________________________________________________________________00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 00135 00136 00137 00138 00139 00140 00141 00142 00143 00144 00145 00146 00147 00148 00149 ____________________________________________________________________________________________00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219 00220 00221 00222 00223 00224 00225 00226 00227 00228 00229 00230 00231 00232 00233 00234 00235 00236 00237 00238 00239 00240 00241 00242 00243 00244 00245 00246 00247 00248 00249 ____________________________________________________________________________________________00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 00320 00321 00322 00323 00324 00325 00326 00327 00328 00329 00330 00331 00332 00333 00334 00335 00336 00337 00338 00339 00340 00341 00342 00343 00344 00345 00346 00347 00348 00349 ____________________________________________________________________________________________00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 00420 00421 00422 00423 00424 00425 00426 00427 00428 00429 00430 00431 00432 00433 00434 00435 00436 00437 00438 00439 00440 00441 00442 00443 00444 00445 00446 00447 00448 00449 ____________________________________________________________________________________________00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 00520 00521 00522 00523 00524 00525 00526 00527 00528 00529 00530 00531 00532 00533 00534 00535 00536 00537 00538 00539 00540 00541 00542 00543 00544 00545 00546 00547 00548 00549 ____________________________________________________________________________________________00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 00620 00621 00622 00623 00624 00625 00626 00627 00628 00629 00630 00631 00632 00633 00634 00635 00636 00637 00638 00639 00640 00641 00642 00643 00644 00645 00646 00647 00648 00649 ____________________________________________________________________________________________00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723 00724 00725 00726 00727 00728 00729 00730 00731 00732 00733 00734 00735 00736 00737 00738 00739 00740 00741 00742 00743 00744 00745 00746 00747 00748 00749 ____________________________________________________________________________________________00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00@04table-50x200@00#______________________________________________________________________________________
+=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 ________________________________________________00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 00135 00136 00137 00138 00139 00140 00141 00142 00143 00144 00145 00146 00147 00148 00149 ________________________________________________00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219 00220 00221 00222 00223 00224 00225 00226 00227 00228 00229 00230 00231 00232 00233 00234 00235 00236 00237 00238 00239 00240 00241 00242 00243 00244 00245 00246 00247 00248 00249 ________________________________________________00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 00320 00321 00322 00323 00324 00325 00326 00327 00328 00329 00330 00331 00332 00333 00334 00335 00336 00337 00338 00339 00340 00341 00342 00343 00344 00345 00346 00347 00348 00349 ________________________________________________00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 00420 00421 00422 00423 00424 00425 00426 00427 00428 00429 00430 00431 00432 00433 00434 00435 00436 00437 00438 00439 00440 00441 00442 00443 00444 00445 00446 00447 00448 00449 ________________________________________________00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 00520 00521 00522 00523 00524 00525 00526 00527 00528 00529 00530 00531 00532 00533 00534 00535 00536 00537 00538 00539 00540 00541 00542 00543 00544 00545 00546 00547 00548 00549 ________________________________________________00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 00620 00621 00622 00623 00624 00625 00626 00627 00628 00629 00630 00631 00632 00633 00634 00635 00636 00637 00638 00639 00640 00641 00642 00643 00644 00645 00646 00647 00648 00649 ________________________________________________00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723 00724 00725 00726 00727 00728 00729 00730 00731 00732 00733 00734 00735 00736 00737 00738 00739 00740 00741 00742 00743 00744 00745 00746 00747 00748 00749 ________________________________________________00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823 00824 00825 00826 00827 00828 00829 00830 00831 00832 00833 00834 00835 00836 00837 00838 00839 00840 00841 00842 00843 00844 00845 00846 00847 00848 00849 ________________________________________________00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 00921 00922 00923 00924 00925 00926 00927 00928 00929 00930 00931 00932 00933 00934 00935 00936 00937 00938 00939 00940 00941 00942 00943 00944 00945 00946 00947 00948 00949 ________________________________________________01000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 01021 01022 01023 01024 01025 01026 01027 01028 01029 01030 01031 01032 01033 01034 01035 01036 01037 01038 01039 01040 01041 01042 01043 01044 01045 01046 01047 01048 01049 ________________________________________________01100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 01121 01122 01123 01124 01125 01126 01127 01128 01129 01130 01131 01132 01133 01134 01135 01136 01137 01138 01139 01140 01141 01142 01143 01144 01145 01146 01147 01148 01149 ________________________________________________01200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 01221 01222 01223 01224 01225 01226 01227 01228 01229 01230 01231 01232 01233 01234 01235 01236 01237 01238 01239 01240 01241 01242 01243 01244 01245 01246 01247 01248 01249 ________________________________________________01300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01@04table-50x200@00#________________________________________________________________________________________________________
+2d
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 ____________________________________________________________________________________________00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 00135 00136 00137 00138 00139 00140 00141 00142 00143 00144 00145 00146 00147 00148 00149 ____________________________________________________________________________________________00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219 00220 00221 00222 00223 00224 00225 00226 00227 00228 00229 00230 00231 00232 00233 00234 00235 00236 00237 00238 00239 00240 00241 00242 00243 00244 00245 00246 00247 00248 00249 ____________________________________________________________________________________________00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 00320 00321 00322 00323 00324 00325 00326 00327 00328 00329 00330 00331 00332 00333 00334 00335 00336 00337 00338 00339 00340 00341 00342 00343 00344 00345 00346 00347 00348 00349 ____________________________________________________________________________________________00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 00420 00421 00422 00423 00424 00425 00426 00427 00428 00429 00430 00431 00432 00433 00434 00435 00436 00437 00438 00439 00440 00441 00442 00443 00444 00445 00446 00447 00448 00449 ____________________________________________________________________________________________00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 00520 00521 00522 00523 00524 00525 00526 00527 00528 00529 00530 00531 00532 00533 00534 00535 00536 00537 00538 00539 00540 00541 00542 00543 00544 00545 00546 00547 00548 00549 ____________________________________________________________________________________________00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 00620 00621 00622 00623 00624 00625 00626 00627 00628 00629 00630 00631 00632 00633 00634 00635 00636 00637 00638 00639 00640 00641 00642 00643 00644 00645 00646 00647 00648 00649 ____________________________________________________________________________________________00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723 00724 00725 00726 00727 00728 00729 00730 00731 00732 00733 00734 00735 00736 00737 00738 00739 00740 00741 00742 00743 00744 00745 00746 00747 00748 00749 ____________________________________________________________________________________________00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00-#_________________________________________________________________________________________________
+=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 ________________________________________________00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 00135 00136 00137 00138 00139 00140 00141 00142 00143 00144 00145 00146 00147 00148 00149 ________________________________________________00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219 00220 00221 00222 00223 00224 00225 00226 00227 00228 00229 00230 00231 00232 00233 00234 00235 00236 00237 00238 00239 00240 00241 00242 00243 00244 00245 00246 00247 00248 00249 ________________________________________________00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 00320 00321 00322 00323 00324 00325 00326 00327 00328 00329 00330 00331 00332 00333 00334 00335 00336 00337 00338 00339 00340 00341 00342 00343 00344 00345 00346 00347 00348 00349 ________________________________________________00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 00420 00421 00422 00423 00424 00425 00426 00427 00428 00429 00430 00431 00432 00433 00434 00435 00436 00437 00438 00439 00440 00441 00442 00443 00444 00445 00446 00447 00448 00449 ________________________________________________00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 00520 00521 00522 00523 00524 00525 00526 00527 00528 00529 00530 00531 00532 00533 00534 00535 00536 00537 00538 00539 00540 00541 00542 00543 00544 00545 00546 00547 00548 00549 ________________________________________________00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 00620 00621 00622 00623 00624 00625 00626 00627 00628 00629 00630 00631 00632 00633 00634 00635 00636 00637 00638 00639 00640 00641 00642 00643 00644 00645 00646 00647 00648 00649 ________________________________________________00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723 00724 00725 00726 00727 00728 00729 00730 00731 00732 00733 00734 00735 00736 00737 00738 00739 00740 00741 00742 00743 00744 00745 00746 00747 00748 00749 ________________________________________________00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823 00824 00825 00826 00827 00828 00829 00830 00831 00832 00833 00834 00835 00836 00837 00838 00839 00840 00841 00842 00843 00844 00845 00846 00847 00848 00849 ________________________________________________00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 00921 00922 00923 00924 00925 00926 00927 00928 00929 00930 00931 00932 00933 00934 00935 00936 00937 00938 00939 00940 00941 00942 00943 00944 00945 00946 00947 00948 00949 ________________________________________________01000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 01021 01022 01023 01024 01025 01026 01027 01028 01029 01030 01031 01032 01033 01034 01035 01036 01037 01038 01039 01040 01041 01042 01043 01044 01045 01046 01047 01048 01049 ________________________________________________01100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 01121 01122 01123 01124 01125 01126 01127 01128 01129 01130 01131 01132 01133 01134 01135 01136 01137 01138 01139 01140 01141 01142 01143 01144 01145 01146 01147 01148 01149 ________________________________________________01200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 01221 01222 01223 01224 01225 01226 01227 01228 01229 01230 01231 01232 01233 01234 01235 01236 01237 01238 01239 01240 01241 01242 01243 01244 01245 01246 01247 01248 01249 ________________________________________________01300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01-#___________________________________________________________________________________________________________________
+53
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 ____________________________________________________________________________________________00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 00135 00136 00137 00138 00139 00140 00141 00142 00143 00144 00145 00146 00147 00148 00149 ____________________________________________________________________________________________00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219 00220 00221 00222 00223 00224 00225 00226 00227 00228 00229 00230 00231 00232 00233 00234 00235 00236 00237 00238 00239 00240 00241 00242 00243 00244 00245 00246 00247 00248 00249 ____________________________________________________________________________________________00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 00320 00321 00322 00323 00324 00325 00326 00327 00328 00329 00330 00331 00332 00333 00334 00335 00336 00337 00338 00339 00340 00341 00342 00343 00344 00345 00346 00347 00348 00349 ____________________________________________________________________________________________00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 00420 00421 00422 00423 00424 00425 00426 00427 00428 00429 00430 00431 00432 00433 00434 00435 00436 00437 00438 00439 00440 00441 00442 00443 00444 00445 00446 00447 00448 00449 ____________________________________________________________________________________________00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 00520 00521 00522 00523 00524 00525 00526 00527 00528 00529 00530 00531 00532 00533 00534 00535 00536 00537 00538 00539 00540 00541 00542 00543 00544 00545 00546 00547 00548 00549 ____________________________________________________________________________________________00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 00620 00621 00622 00623 00624 00625 00626 00627 00628 00629 00630 00631 00632 00633 00634 00635 00636 00637 00638 00639 00640 00641 00642 00643 00644 00645 00646 00647 00648 00649 ____________________________________________________________________________________________00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723 00724 00725 00726 00727 00728 00729 00730 00731 00732 00733 00734 00735 00736 00737 00738 00739 00740 00741 00742 00743 00744 00745 00746 00747 00748 00749 ____________________________________________________________________________________________00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00@04Chop long lines (press RETURN)@00#___________________________________________________________________
+=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 ________________________________________________00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 00135 00136 00137 00138 00139 00140 00141 00142 00143 00144 00145 00146 00147 00148 00149 ________________________________________________00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219 00220 00221 00222 00223 00224 00225 00226 00227 00228 00229 00230 00231 00232 00233 00234 00235 00236 00237 00238 00239 00240 00241 00242 00243 00244 00245 00246 00247 00248 00249 ________________________________________________00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 00320 00321 00322 00323 00324 00325 00326 00327 00328 00329 00330 00331 00332 00333 00334 00335 00336 00337 00338 00339 00340 00341 00342 00343 00344 00345 00346 00347 00348 00349 ________________________________________________00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 00420 00421 00422 00423 00424 00425 00426 00427 00428 00429 00430 00431 00432 00433 00434 00435 00436 00437 00438 00439 00440 00441 00442 00443 00444 00445 00446 00447 00448 00449 ________________________________________________00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 00520 00521 00522 00523 00524 00525 00526 00527 00528 00529 00530 00531 00532 00533 00534 00535 00536 00537 00538 00539 00540 00541 00542 00543 00544 00545 00546 00547 00548 00549 ________________________________________________00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 00620 00621 00622 00623 00624 00625 00626 00627 00628 00629 00630 00631 00632 00633 00634 00635 00636 00637 00638 00639 00640 00641 00642 00643 00644 00645 00646 00647 00648 00649 ________________________________________________00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723 00724 00725 00726 00727 00728 00729 00730 00731 00732 00733 00734 00735 00736 00737 00738 00739 00740 00741 00742 00743 00744 00745 00746 00747 00748 00749 ________________________________________________00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823 00824 00825 00826 00827 00828 00829 00830 00831 00832 00833 00834 00835 00836 00837 00838 00839 00840 00841 00842 00843 00844 00845 00846 00847 00848 00849 ________________________________________________00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 00921 00922 00923 00924 00925 00926 00927 00928 00929 00930 00931 00932 00933 00934 00935 00936 00937 00938 00939 00940 00941 00942 00943 00944 00945 00946 00947 00948 00949 ________________________________________________01000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 01021 01022 01023 01024 01025 01026 01027 01028 01029 01030 01031 01032 01033 01034 01035 01036 01037 01038 01039 01040 01041 01042 01043 01044 01045 01046 01047 01048 01049 ________________________________________________01100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 01121 01122 01123 01124 01125 01126 01127 01128 01129 01130 01131 01132 01133 01134 01135 01136 01137 01138 01139 01140 01141 01142 01143 01144 01145 01146 01147 01148 01149 ________________________________________________01200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 01221 01222 01223 01224 01225 01226 01227 01228 01229 01230 01231 01232 01233 01234 01235 01236 01237 01238 01239 01240 01241 01242 01243 01244 01245 01246 01247 01248 01249 ________________________________________________01300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01@04Chop long lines (press RETURN)@00#_____________________________________________________________________________________
+a
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 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>@00:#___________________________________________________________________________________________________________________
+2d
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 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>@00-#___________________________________________________________________________________________________________________
+2d
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 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>@00--#__________________________________________________________________________________________________________________
+68
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@00--h#_______________________________________________________________________________________________
+=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--h#_________________________________________________________________________________________________________________
+65
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@00--he#______________________________________________________________________________________________
+=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--he#________________________________________________________________________________________________________________
+61
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@00--header#__________________________________________________________________________________________
+=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--header#____________________________________________________________________________________________________________
+a
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@00Header lines: #____________________________________________________________________________________
+=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: #______________________________________________________________________________________________________
+32
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@00Header lines: 2#___________________________________________________________________________________
+=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 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 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>@00:#___________________________________________________________________________________________________________________
+31
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@00:1#________________________________________________________________________________________________
+=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
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@00:1#________________________________________________________________________________________________
+=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#__________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@00:1#________________________________________________________________________________________________
+=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#__________________________________________________________________________________________________________________
+43
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00@04>@000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00@04>@000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00@04>@000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00@04>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01@04>@001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01@04>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03@04>@00:#_________________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00@04>@000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00@04>@000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00@04>@000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00@04>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01@04>@001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01@04>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00@04>@000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00@04>@000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00@04>@000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00@04>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01@04>@001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01@04>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03@04>@00 ESC#______________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00@04>@000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00@04>@000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00@04>@000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00@04>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01@04>@001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01@04>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00@04>@000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00@04>@000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00@04>@000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00@04>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01@04>@001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01@04>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03@04>@00 ESCO#_____________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00@04>@000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00@04>@000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00@04>@000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00@04>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01@04>@001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01@04>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 000@04>@00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 001@04>@00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 002@04>@00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 003@04>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 013@04>@00400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 014@04>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 032@04>@00:#_________________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 000@04>@00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 001@04>@00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 002@04>@00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 003@04>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 013@04>@00400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 014@04>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>@00:#___________________________________________________________________________________________________________________
+1b
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 000@04>@00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 001@04>@00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 002@04>@00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 003@04>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 013@04>@00400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 014@04>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 032@04>@00 ESC#______________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 000@04>@00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 001@04>@00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 002@04>@00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 003@04>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 013@04>@00400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 014@04>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 000@04>@00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 001@04>@00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 002@04>@00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 003@04>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 013@04>@00400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 014@04>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 032@04>@00 ESCO#_____________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 000@04>@00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 001@04>@00200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 002@04>@00300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 003@04>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 013@04>@00400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 014@04>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0001@04>@0000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0011@04>@0000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0021@04>@0000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0031@04>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0131@04>@0000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0141@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0321@04>@00:#_________________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0001@04>@0000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0011@04>@0000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 0021@04>@0000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 0031@04>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 0131@04>@0000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 0141@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0001@04>@0000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0011@04>@0000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0021@04>@0000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0031@04>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0131@04>@0000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0141@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0321@04>@00 ESC#______________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0001@04>@0000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0011@04>@0000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 0021@04>@0000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 0031@04>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 0131@04>@0000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 0141@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0001@04>@0000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0011@04>@0000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 0021@04>@0000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 0031@04>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 0131@04>@0000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 0141@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0321@04>@00 ESCO#_____________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0001@04>@0000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0011@04>@0000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 0021@04>@0000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 0031@04>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 0131@04>@0000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 0141@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016@04>@000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116@04>@000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216@04>@000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316@04>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316@04>@000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019@04>@000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119@04>@000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219@04>@000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319@04>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319@04>@000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016@04>@000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116@04>@000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216@04>@000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316@04>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316@04>@000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019@04>@000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119@04>@000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219@04>@000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319@04>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319@04>@000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016@04>@000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116@04>@000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216@04>@000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316@04>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316@04>@000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019@04>@000 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119@04>@000 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219@04>@000 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319@04>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319@04>@000 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@00 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @04>@00 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 @04>@00 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 @04>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@00:#_________________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@00 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @04>@00 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 00219 @04>@00 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 @04>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>@00:#___________________________________________________________________________________________________________________
+6a
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@00 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 @04>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@00:#_________________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@00 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 00319 @04>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 @04>@00:#___________________________________________________________________________________________________________________
+6a
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@00:#_________________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 00419 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 @04>@00:#___________________________________________________________________________________________________________________
+6a
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 @04>@00:#_________________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 00519 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 @04>@00:#___________________________________________________________________________________________________________________
+6a
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 @04>@00:#_________________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 00619 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 @04>@00:#___________________________________________________________________________________________________________________
+6a
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 @04>@00:#_________________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 @04>@00:#___________________________________________________________________________________________________________________
+1b
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 @04>@00 ESC#______________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 @04>@00 ESCO#_____________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 @04>@00 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0@06>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 0@04>@0001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0@04>@00:#_________________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0@06>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 0@04>@0001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0@06>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 0@04>@0001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0@04>@00 ESC#______________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0@06>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 0@04>@0001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0@06>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 0@04>@0001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0@04>@00 ESCO#_____________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0@06>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 0@04>@0001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00@06>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01@04>@001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01@04>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03@04>@00:#_________________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00@06>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01@04>@001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01@04>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00@06>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01@04>@001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01@04>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03@04>@00 ESC#______________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00@06>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01@04>@001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01@04>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00@06>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01@04>@001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01@04>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03@04>@00 ESCO#_____________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00@06>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01@04>@001401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01@04>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 001@06>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 013@04>@00401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 014@04>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 037@04>@00:#_________________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 013@04>@00401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 014@04>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 044@04>@00:#___________________________________________________________________________________________________________________
+1b
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 001@06>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 013@04>@00401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 014@04>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 037@04>@00 ESC#______________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 013@04>@00401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 014@04>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 044@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 001@06>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 013@04>@00401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 014@04>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 037@04>@00 ESCO#_____________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 013@04>@00401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 014@04>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 044@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0011@06>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 0131@04>@0001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 0141@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0361@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0371@04>@00:#_________________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 0132@04>@0001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 0142@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 0412@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 0422@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 0432@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 0442@04>@00:#___________________________________________________________________________________________________________________
+1b
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0011@06>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 0131@04>@0001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 0141@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0361@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0371@04>@00 ESC#______________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 0132@04>@0001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 0142@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 0412@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 0422@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 0432@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 0442@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0011@06>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 0131@04>@0001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 0141@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0361@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0371@04>@00 ESCO#_____________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 0132@04>@0001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 0142@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 0412@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 0422@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 0432@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 0442@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317@04>@001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320@04>@001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317@04>@001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320@04>@001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317@04>@001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320@04>@001 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-= 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 @04>@02 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 @06>@00 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 @04>@00 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 @04>@00 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 @04>@00 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 @04>@00 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 @04>@00 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 @04>@00 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 @04>@00 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 @04>@00 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 @04>@00 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 @04>@00 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 @04>@00 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 @04>@00 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 @04>@00 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 @04>@00 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 @04>@00 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 @04>@00 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 @04>@00 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 @04>@00 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 @04>@00 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 @04>@00 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 @04>@00 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 @04>@00 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 @04>@00 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 @04>@00 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 @04>@00 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 @04>@00 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 @04>@00 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 @04>@00 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 @04>@00 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 @04>@00 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 @04>@00:#_________________________________________________________________________________________________
+= 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 @04>@02 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 @06>@00 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@00 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @04>@00 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 @04>@00 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 @04>@00 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 @04>@00 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 @04>@00 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 @04>@00 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 @04>@00 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 @04>@00 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 @04>@00 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 @04>@00 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@00 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@00 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@00 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@00 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@00 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@00 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@00 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@00 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@00 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@00 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@00 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@00 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@00 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@00 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@00 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@00 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@00 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@00 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@00 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@00 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@00 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>@00 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 @04>@00 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 @04>@00 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 @04>@00 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 @04>@00 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 @04>@00:#___________________________________________________________________________________________________________________
+1b
-= 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 @04>@02 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 @06>@00 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 @04>@00 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 @04>@00 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 @04>@00 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 @04>@00 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 @04>@00 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 @04>@00 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 @04>@00 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 @04>@00 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 @04>@00 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 @04>@00 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 @04>@00 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 @04>@00 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 @04>@00 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 @04>@00 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 @04>@00 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 @04>@00 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 @04>@00 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 @04>@00 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 @04>@00 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 @04>@00 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 @04>@00 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 @04>@00 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 @04>@00 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 @04>@00 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 @04>@00 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 @04>@00 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 @04>@00 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 @04>@00 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 @04>@00 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 @04>@00 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 @04>@00 ESC#______________________________________________________________________________________________
+= 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 @04>@02 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 @06>@00 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@00 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @04>@00 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 @04>@00 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 @04>@00 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 @04>@00 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 @04>@00 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 @04>@00 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 @04>@00 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 @04>@00 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 @04>@00 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 @04>@00 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@00 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@00 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@00 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@00 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@00 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@00 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@00 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@00 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@00 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@00 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@00 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@00 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@00 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@00 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@00 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@00 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@00 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@00 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@00 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@00 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@00 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>@00 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 @04>@00 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 @04>@00 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 @04>@00 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 @04>@00 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-= 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 @04>@02 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 @06>@00 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 @04>@00 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 @04>@00 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 @04>@00 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 @04>@00 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 @04>@00 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 @04>@00 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 @04>@00 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 @04>@00 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 @04>@00 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 @04>@00 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 @04>@00 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 @04>@00 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 @04>@00 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 @04>@00 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 @04>@00 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 @04>@00 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 @04>@00 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 @04>@00 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 @04>@00 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 @04>@00 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 @04>@00 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 @04>@00 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 @04>@00 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 @04>@00 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 @04>@00 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 @04>@00 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 @04>@00 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 @04>@00 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 @04>@00 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 @04>@00 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 @04>@00 ESCO#_____________________________________________________________________________________________
+= 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 @04>@02 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 @06>@00 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@00 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @04>@00 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 @04>@00 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 @04>@00 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 @04>@00 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 @04>@00 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 @04>@00 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 @04>@00 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 @04>@00 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 @04>@00 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 @04>@00 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@00 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@00 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@00 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@00 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@00 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@00 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@00 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@00 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@00 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@00 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@00 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@00 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@00 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@00 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@00 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@00 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@00 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@00 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@00 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@00 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@00 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>@00 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 @04>@00 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 @04>@00 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 @04>@00 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 @04>@00 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0@04>@0200102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0@06>@0000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 0@04>@0000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 0@04>@0000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 0@04>@0001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 0@04>@0001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 0@04>@0001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 0@04>@0001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 0@04>@0001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 0@04>@0001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 0@04>@0001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 0@04>@0001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 0@04>@0001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 0@04>@0001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 0@04>@0002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 0@04>@0002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 0@04>@0002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 0@04>@0002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 0@04>@0002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 0@04>@0002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 0@04>@0002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 0@04>@0002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 0@04>@0002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 0@04>@0002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 0@04>@0003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0@04>@0003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0@04>@0003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0@04>@0003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0@04>@0003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0@04>@0003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0@04>@0003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0@04>@0003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0@04>@00:#_________________________________________________________________________________________________
+=00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 0@04>@0200102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 0@06>@0000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@04>@0000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 0@04>@0001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 0@04>@0001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 0@04>@0001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 0@04>@0001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 0@04>@0001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 0@04>@0001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 0@04>@0001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 0@04>@0001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 0@04>@0001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>@0004002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 0@04>@0004102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 0@04>@0004202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 0@04>@0004302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 0@04>@0004402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0@04>@0200102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0@06>@0000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 0@04>@0000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 0@04>@0000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 0@04>@0001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 0@04>@0001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 0@04>@0001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 0@04>@0001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 0@04>@0001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 0@04>@0001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 0@04>@0001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 0@04>@0001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 0@04>@0001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 0@04>@0001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 0@04>@0002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 0@04>@0002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 0@04>@0002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 0@04>@0002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 0@04>@0002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 0@04>@0002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 0@04>@0002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 0@04>@0002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 0@04>@0002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 0@04>@0002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 0@04>@0003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0@04>@0003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0@04>@0003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0@04>@0003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0@04>@0003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0@04>@0003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0@04>@0003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0@04>@0003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0@04>@00 ESC#______________________________________________________________________________________________
+=00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 0@04>@0200102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 0@06>@0000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@04>@0000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 0@04>@0001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 0@04>@0001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 0@04>@0001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 0@04>@0001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 0@04>@0001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 0@04>@0001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 0@04>@0001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 0@04>@0001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 0@04>@0001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>@0004002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 0@04>@0004102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 0@04>@0004202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 0@04>@0004302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 0@04>@0004402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0@04>@0200102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0@06>@0000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 0@04>@0000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 0@04>@0000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 0@04>@0001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 0@04>@0001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 0@04>@0001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 0@04>@0001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 0@04>@0001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 0@04>@0001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 0@04>@0001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 0@04>@0001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 0@04>@0001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 0@04>@0001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 0@04>@0002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 0@04>@0002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 0@04>@0002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 0@04>@0002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 0@04>@0002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 0@04>@0002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 0@04>@0002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 0@04>@0002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 0@04>@0002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 0@04>@0002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 0@04>@0003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0@04>@0003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0@04>@0003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0@04>@0003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0@04>@0003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0@04>@0003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0@04>@0003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0@04>@0003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0@04>@00 ESCO#_____________________________________________________________________________________________
+=00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 0@04>@0200102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 0@06>@0000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@04>@0000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 0@04>@0001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 0@04>@0001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 0@04>@0001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 0@04>@0001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 0@04>@0001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 0@04>@0001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 0@04>@0001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 0@04>@0001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 0@04>@0001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>@0004002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 0@04>@0004102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 0@04>@0004202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 0@04>@0004302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 0@04>@0004402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00@04>@020102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00@06>@000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00@04>@000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00@04>@000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00@04>@001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01@04>@001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01@04>@001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01@04>@001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01@04>@001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01@04>@001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01@04>@001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01@04>@001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01@04>@001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01@04>@001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01@04>@002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02@04>@002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02@04>@002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02@04>@002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02@04>@002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02@04>@002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02@04>@002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02@04>@002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02@04>@002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02@04>@002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02@04>@003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03@04>@003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03@04>@003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03@04>@003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03@04>@003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03@04>@003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03@04>@003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03@04>@003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03@04>@00:#_________________________________________________________________________________________________
+=0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00@04>@020102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00@06>@000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@04>@000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 00@04>@001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 01@04>@001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 01@04>@001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 01@04>@001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 01@04>@001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 01@04>@001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 01@04>@001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 01@04>@001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 01@04>@001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@003802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@003902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>@004002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 04@04>@004102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 04@04>@004202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 04@04>@004302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 04@04>@004402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 04@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00@04>@020102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00@06>@000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00@04>@000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00@04>@000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00@04>@001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01@04>@001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01@04>@001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01@04>@001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01@04>@001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01@04>@001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01@04>@001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01@04>@001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01@04>@001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01@04>@001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01@04>@002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02@04>@002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02@04>@002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02@04>@002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02@04>@002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02@04>@002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02@04>@002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02@04>@002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02@04>@002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02@04>@002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02@04>@003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03@04>@003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03@04>@003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03@04>@003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03@04>@003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03@04>@003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03@04>@003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03@04>@003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03@04>@00 ESC#______________________________________________________________________________________________
+=0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00@04>@020102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00@06>@000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@04>@000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 00@04>@001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 01@04>@001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 01@04>@001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 01@04>@001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 01@04>@001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 01@04>@001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 01@04>@001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 01@04>@001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 01@04>@001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@003802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@003902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>@004002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 04@04>@004102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 04@04>@004202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 04@04>@004302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 04@04>@004402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 04@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00@04>@020102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00@06>@000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00@04>@000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00@04>@000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00@04>@001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01@04>@001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01@04>@001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01@04>@001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01@04>@001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01@04>@001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01@04>@001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01@04>@001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01@04>@001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01@04>@001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01@04>@002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02@04>@002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02@04>@002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02@04>@002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02@04>@002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02@04>@002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02@04>@002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02@04>@002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02@04>@002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02@04>@002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02@04>@003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03@04>@003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03@04>@003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03@04>@003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03@04>@003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03@04>@003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03@04>@003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03@04>@003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03@04>@00 ESCO#_____________________________________________________________________________________________
+=0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00@04>@020102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00@06>@000702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@000802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@04>@000902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 00@04>@001002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 01@04>@001102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 01@04>@001202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 01@04>@001302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 01@04>@001402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 01@04>@001502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 01@04>@001602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 01@04>@001702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 01@04>@001802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@001902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@002002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@002102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@002202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@002302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@002402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@002502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@002602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@002702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@002802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@002902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@003002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@003102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@003202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@003302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@003402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@003502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@003602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@003702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@003802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@003902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>@004002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 04@04>@004102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 04@04>@004202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 04@04>@004302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 04@04>@004402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@02102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 007@04>@00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 008@04>@00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 009@04>@00002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 010@04>@00102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 011@04>@00202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 012@04>@00302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 013@04>@00402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 014@04>@00502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 015@04>@00602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 016@04>@00702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 017@04>@00802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 018@04>@00902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 019@04>@00002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 020@04>@00102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 021@04>@00202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 022@04>@00302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@00402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@00502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@00602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@00702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@00802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@00902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@00002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@00102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@00202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@00302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@00402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@00502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@00602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@00702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@00:#_________________________________________________________________________________________________
+=002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 000@04>@02102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 001@06>@00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@04>@00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 009@04>@00002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 010@04>@00102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 011@04>@00202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 012@04>@00302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 013@04>@00402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 014@04>@00502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 015@04>@00602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 016@04>@00702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 017@04>@00802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@00902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@00002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@00102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@00202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@00302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@00402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@00502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@00602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@00702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@00802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@00902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@00002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@00102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@00202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@00302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@00402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@00502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@00602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@00702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@00802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@00902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>@00002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 040@04>@00102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 041@04>@00202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 042@04>@00302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 043@04>@00402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 044@04>@00:#___________________________________________________________________________________________________________________
+2f
-=002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@02102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 007@04>@00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 008@04>@00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 009@04>@00002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 010@04>@00102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 011@04>@00202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 012@04>@00302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 013@04>@00402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 014@04>@00502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 015@04>@00602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 016@04>@00702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 017@04>@00802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 018@04>@00902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 019@04>@00002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 020@04>@00102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 021@04>@00202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 022@04>@00302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@00402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@00502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@00602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@00702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@00802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@00902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@00002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@00102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@00202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@00302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@00402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@00502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@00602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@00702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@00/#_________________________________________________________________________________________________
+=002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 000@04>@02102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 001@06>@00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@04>@00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 009@04>@00002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 010@04>@00102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 011@04>@00202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 012@04>@00302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 013@04>@00402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 014@04>@00502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 015@04>@00602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 016@04>@00702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 017@04>@00802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@00902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@00002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@00102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@00202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@00302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@00402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@00502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@00602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@00702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@00802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@00902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@00002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@00102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@00202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@00302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@00402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@00502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@00602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@00702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@00802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@00902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>@00002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 040@04>@00102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 041@04>@00202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 042@04>@00302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 043@04>@00402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 044@04>@00/#___________________________________________________________________________________________________________________
+31
-=002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@02102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 007@04>@00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 008@04>@00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 009@04>@00002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 010@04>@00102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 011@04>@00202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 012@04>@00302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 013@04>@00402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 014@04>@00502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 015@04>@00602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 016@04>@00702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 017@04>@00802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 018@04>@00902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 019@04>@00002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 020@04>@00102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 021@04>@00202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 022@04>@00302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@00402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@00502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@00602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@00702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@00802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@00902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@00002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@00102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@00202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@00302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@00402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@00502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@00602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@00702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@00/1#________________________________________________________________________________________________
+=002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 000@04>@02102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 001@06>@00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@04>@00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 009@04>@00002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 010@04>@00102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 011@04>@00202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 012@04>@00302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 013@04>@00402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 014@04>@00502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 015@04>@00602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 016@04>@00702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 017@04>@00802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@00902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@00002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@00102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@00202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@00302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@00402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@00502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@00602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@00702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@00802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@00902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@00002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@00102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@00202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@00302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@00402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@00502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@00602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@00702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@00802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@00902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>@00002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 040@04>@00102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 041@04>@00202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 042@04>@00302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 043@04>@00402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 044@04>@00/1#__________________________________________________________________________________________________________________
+34
-=002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@02102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 007@04>@00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 008@04>@00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 009@04>@00002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 010@04>@00102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 011@04>@00202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 012@04>@00302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 013@04>@00402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 014@04>@00502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 015@04>@00602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 016@04>@00702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 017@04>@00802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 018@04>@00902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 019@04>@00002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 020@04>@00102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 021@04>@00202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 022@04>@00302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@00402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@00502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@00602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@00702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@00802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@00902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@00002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@00102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@00202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@00302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@00402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@00502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@00602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@00702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@00/14#_______________________________________________________________________________________________
+=002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 000@04>@02102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 001@06>@00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@04>@00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 00919 00920 009@04>@00002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 01019 01020 010@04>@00102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 01119 01120 011@04>@00202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 01219 01220 012@04>@00302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 01319 01320 013@04>@00402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 01419 01420 014@04>@00502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 01519 01520 015@04>@00602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 01619 01620 016@04>@00702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 017@04>@00802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@00902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@00002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@00102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@00202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@00302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@00402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@00502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@00602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@00702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@00802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@00902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@00002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@00102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@00202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@00302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@00402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@00502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@00602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@00702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@00802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@00902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>@00002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 04014 04015 04016 04017 04018 04019 04020 040@04>@00102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 04114 04115 04116 04117 04118 04119 04120 041@04>@00202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 04214 04215 04216 04217 04218 04219 04220 042@04>@00302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 04314 04315 04316 04317 04318 04319 04320 043@04>@00402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 04414 04415 04416 04417 04418 04419 04420 044@04>@00/14#_________________________________________________________________________________________________________________
+a
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 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>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03@04>@00:#_________________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00@06>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03@04>@00 ESC#______________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00@06>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03@04>@00 ESCO#_____________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00@06>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 013@04>4@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>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 037@04>@00:#_________________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 001@06>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>4@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@0414>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@00000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@00100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@00200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@00:#___________________________________________________________________________________________________________________
+1b
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 013@04>4@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>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 037@04>@00 ESC#______________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 001@06>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>4@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@0414>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@00000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@00100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@00200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 013@04>4@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>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 037@04>@00 ESCO#_____________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 001@06>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>4@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@0414>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@00000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@00100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@00200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 0131@04>@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@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0371@04>@00:#_________________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 0011@06>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@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@0414@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 0131@04>@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@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0371@04>@00 ESC#______________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 0011@06>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@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@0414@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 0131@04>@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@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0371@04>@00 ESCO#_____________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 0011@06>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@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@0414@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@000 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@000 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@000 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@000 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019@04>@000 05101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@000 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019@04>@000 05101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@000 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@000 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@000 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@000 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@000 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@000 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@000 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819@04>@000 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919@04>@000 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019@04>@000 05101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 @04>@00 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 @04>@00 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 @04>@00:#_________________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 @06>@00 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@0414@0019 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@00 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@00 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@00 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 @04>@00 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 @04>@00 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 @04>@00 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 @04>@00 05101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 @04>@00:#___________________________________________________________________________________________________________________
+1b
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 @04>@00 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 @04>@00 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 @04>@00 ESC#______________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 @06>@00 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@0414@0019 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@00 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@00 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@00 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 @04>@00 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 @04>@00 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 @04>@00 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 @04>@00 05101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 @04>@00 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 @04>@00 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 @04>@00 ESCO#_____________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 @06>@00 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@0414@0019 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@00 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@00 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@00 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@00 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@00 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@00 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 @04>@00 04801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 @04>@00 04901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 @04>@00 05001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 @04>@00 05101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 0@04>@0004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 0@04>@0004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 0@04>@00:#_________________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0@06>@000@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@0414@0019 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@0004701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0@04>@0004801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 0@04>@0004901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 0@04>@0005001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 0@04>@0005101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 0@04>@0004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 0@04>@0004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 0@04>@00 ESC#______________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0@06>@000@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@0414@0019 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@0004701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0@04>@0004801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 0@04>@0004901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 0@04>@0005001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 0@04>@0005101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 0@04>@0004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 0@04>@0004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 0@04>@00 ESCO#_____________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0@06>@000@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@0414@0019 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@0004701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0@04>@0004801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 0@04>@0004901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 0@04>@0005001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 0@04>@0005101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04@04>@004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04@04>@004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04@04>@00:#_________________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00@06>@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@0414@0019 0@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@004701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04@04>@004801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04@04>@004901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04@04>@005001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05@04>@005101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04@04>@004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04@04>@004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04@04>@00 ESC#______________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00@06>@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@0414@0019 0@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@004701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04@04>@004801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04@04>@004901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04@04>@005001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05@04>@005101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04@04>@004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04@04>@004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04@04>@00 ESCO#_____________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00@06>@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@0414@0019 0@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@004201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@004301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@004401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@004501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@004601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@004701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04@04>@004801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04@04>@004901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04@04>@005001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05@04>@005101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 044@04>@00501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 045@04>@00601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 046@04>@00:#_________________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 001@06>@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@0019 0@0414>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@00501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@00601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@00701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 047@04>@00801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 048@04>@00901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 049@04>@00001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 050@04>@00101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 051@04>@00:#___________________________________________________________________________________________________________________
+1b
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 044@04>@00501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 045@04>@00601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 046@04>@00 ESC#______________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 001@06>@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@0019 0@0414>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@00501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@00601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@00701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 047@04>@00801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 048@04>@00901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 049@04>@00001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 050@04>@00101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 051@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 044@04>@00501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 045@04>@00601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 046@04>@00 ESCO#_____________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 001@06>@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@0019 0@0414>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@00201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@00301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@00401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@00501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@00601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@00701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 047@04>@00801 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 048@04>@00901 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 049@04>@00001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 050@04>@00101 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 051@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0371@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0381@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0391@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0401@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0411@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0421@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 0431@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 0441@04>@0001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 0451@04>@0001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 0461@04>@00:#_________________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@0001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0472@04>@0001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 0482@04>@0001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 0492@04>@0001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 0502@04>@0001 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 0512@04>@00:#___________________________________________________________________________________________________________________
+1b
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0371@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0381@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0391@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0401@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0411@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0421@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 0431@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 0441@04>@0001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 0451@04>@0001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 0461@04>@00 ESC#______________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@0001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0472@04>@0001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 0482@04>@0001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 0492@04>@0001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 0502@04>@0001 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 0512@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0371@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0381@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0391@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0401@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0411@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0421@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 0431@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 0441@04>@0001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 0451@04>@0001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 0461@04>@00 ESCO#_____________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@0001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0472@04>@0001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 0482@04>@0001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 0492@04>@0001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 0502@04>@0001 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 0512@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020@04>@001 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020@04>@001 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020@04>@001 05102 05103 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@001 05002 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@001 04902 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@001 04802 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@001 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@001 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@001 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@001 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@001 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@001 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@00 ESCO#_______________________________________________________________________________________________________________
+41
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00420@04>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00420@04>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00420@04>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0061@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@04>@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@001@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@00:#_________________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@0001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0042@04>@0001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0052@04>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0062@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@00:#___________________________________________________________________________________________________________________
+1b
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0061@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@04>@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@001@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@00 ESC#______________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@0001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0042@04>@0001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0052@04>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0062@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0061@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@04>@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@001@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@00 ESCO#_____________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@0001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0042@04>@0001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0052@04>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0062@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@00:#_________________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00420@04>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@00:#___________________________________________________________________________________________________________________
+1b
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@00 ESC#______________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00420@04>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@04>@001 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@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@00 ESCO#_____________________________________________________________________________________________
+=1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00020@04>@021 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00120@06>@001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00420@04>@001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00520@04>@001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00620@04>@001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@001 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@0414@0020@04>@001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0061@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@04>@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@001@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@00:#_________________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@0001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0042@04>@0001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0052@04>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0062@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@00:#___________________________________________________________________________________________________________________
+1b
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0061@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@04>@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@001@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@00 ESC#______________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@0001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0042@04>@0001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0052@04>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0062@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0061@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0071@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0081@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0091@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0101@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0111@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@04>@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@001@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@00 ESCO#_____________________________________________________________________________________________
+=01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0002@04>@0201 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0012@06>@0001 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0042@04>@0001 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0052@04>@0001 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0062@04>@0001 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0001 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0001 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@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@0019 0@0414@002@04>@0001 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0001 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0001 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0001 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0001 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0001 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0001 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0001 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0001 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0001 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0001 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0001 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0001 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0001 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0001 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0001 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0001 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0001 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0001 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0001 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 006@04>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 013@04>4@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>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@00:#_________________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 001@06>@00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 004@04>@00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 005@04>@00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 006@04>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>4@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@0019 0@0414>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@00:#___________________________________________________________________________________________________________________
+1b
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 006@04>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 013@04>4@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>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@00 ESC#______________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 001@06>@00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 004@04>@00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 005@04>@00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 006@04>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>4@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@0019 0@0414>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 006@04>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 013@04>4@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>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@00 ESCO#_____________________________________________________________________________________________
+=001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 000@04>@02101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 001@06>@00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 004@04>@00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 005@04>@00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 006@04>@00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 008@04>@00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 009@04>@00001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@00101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@00201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@00301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>4@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@0019 0@0414>@00501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@00601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@00701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@00801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@00901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@00001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@00101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@00201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@00301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@00401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@00501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@00601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@00701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@00801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@00901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@00001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@00101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@00201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@00301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@00401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@00501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@00601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@00701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@00801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@00901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@00001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@00101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00@04>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01@04>14@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@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@00:#_________________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00@06>@000401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00@04>@000501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00@04>@000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00@04>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>14@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@0019 0@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00@04>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01@04>14@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@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@00 ESC#______________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00@06>@000401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00@04>@000501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00@04>@000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00@04>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>14@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@0019 0@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00@04>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01@04>14@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@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@00 ESCO#_____________________________________________________________________________________________
+=0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 00@04>@020101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 00@06>@000401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 00@04>@000501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 00@04>@000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 00@04>@000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00@04>@000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00@04>@001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>14@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@0019 0@041>@001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0@04>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0@04>@000@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@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@00:#_________________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0@06>@0000401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0@04>@0000501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0@04>@0000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0@04>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@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@0414@0019 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0@04>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0@04>@000@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@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@00 ESC#______________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0@06>@0000401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0@04>@0000501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0@04>@0000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0@04>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@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@0414@0019 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 0@04>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0@04>@000@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@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@00 ESCO#_____________________________________________________________________________________________
+=00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 0@04>@0200101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 0@06>@0000401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 0@04>@0000501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 0@04>@0000601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 0@04>@0000701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0000801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0@04>@0000901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0@04>@0001001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@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@0414@0019 0@04>@0001501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 @04>@00 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 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@00:#_________________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 @06>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@00 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@0414@0019 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@00:#___________________________________________________________________________________________________________________
+1b
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 @04>@00 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 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@00 ESC#______________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 @06>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@00 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@0414@0019 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 @04>@00 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 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@00 ESCO#_____________________________________________________________________________________________
+= 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019 @04>@02 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119 @06>@00 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419 @04>@00 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519 @04>@00 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619 @04>@00 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@00 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 @04>@00 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 @04>@00 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@00 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@00 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@00 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@00 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@0414@0019 @04>@00 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@00 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@00 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@00 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@00 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@00 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@00 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@00 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@00 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@00 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@00 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@00 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@00 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@00 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@00 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@00 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@00 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@00 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@00 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@00 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@00 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@00 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@00 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@00 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@00 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@00 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@00 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@00:#_________________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@00 ESC#______________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@04>@000 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@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@00 ESCO#_____________________________________________________________________________________________
+=0 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00019@04>@020 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00119@06>@000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00419@04>@000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00519@04>@000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00619@04>@000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000 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@0414@0019@04>@000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 0131@04>@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@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@00:#_________________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 0011@06>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@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@0414@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 0131@04>@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@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@00 ESC#______________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 0011@06>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@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@0414@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 0131@04>@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@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@00 ESCO#_____________________________________________________________________________________________
+=00 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 0001@04>@0200 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 0011@06>@0000 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0041@04>@0000 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0051@04>@0000 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0061@04>@0000 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0000 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0000 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0000 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@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@0414@001@04>@0000 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0000 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0000 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0000 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0000 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0000 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0000 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0000 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0000 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0000 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0000 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0000 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0000 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0000 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0000 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0000 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0000 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0000 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0000 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0000 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0000 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0000 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0000 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0000 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 013@04>4@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>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@00:#_________________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 001@06>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>4@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@0414>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@00000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@00100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@00:#___________________________________________________________________________________________________________________
+1b
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 013@04>4@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>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@00 ESC#______________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 001@06>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>4@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@0414>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@00000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@00100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 013@04>4@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>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@00 ESCO#_____________________________________________________________________________________________
+=000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 000@04>@02100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 001@06>@00400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 004@04>@00500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 005@04>@00600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 006@04>@00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@00800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@00900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@00000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@00100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@00200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@00300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>4@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@0414>@00500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@00600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@00700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@00800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@00900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@00000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@00100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@00200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@00300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@00400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@00500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@00600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@00700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@00800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@00900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@00000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@00100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@00200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@00300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@00400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@00500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@00600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@00700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@00800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@00900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@00000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@00100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@00:#_________________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00@06>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@00:#___________________________________________________________________________________________________________________
+1b
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@00 ESC#______________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00@06>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@00 ESCO#_____________________________________________________________________________________________
+=0000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 00@04>@020100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 00@06>@000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 00@04>@000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 00@04>@000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 00@04>@000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>14@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@041>@001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 004@0414@00 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 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>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 005@0414@00 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 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>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 006@0414@00 00615 00616 00617 00618 0@04>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 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>@0000700 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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@0000700 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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@0000700 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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 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>@00:#___________________________________________________________________________________________________________________
+2d
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 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>@00-#___________________________________________________________________________________________________________________
+2d
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 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>@00--#__________________________________________________________________________________________________________________
+68
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@00--h#_______________________________________________________________________________________________
+=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>@00--h#_________________________________________________________________________________________________________________
+65
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@00--he#______________________________________________________________________________________________
+=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>@00--he#________________________________________________________________________________________________________________
+61
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@00--header#__________________________________________________________________________________________
+=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>@00--header#____________________________________________________________________________________________________________
+a
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@00Header lines: #____________________________________________________________________________________
+=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: #______________________________________________________________________________________________________
+32
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@00Header lines: 2#___________________________________________________________________________________
+=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#_____________________________________________________________________________________________________
+2c
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@00Header lines: 2,#__________________________________________________________________________________
+=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,#____________________________________________________________________________________________________
+36
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@00Header lines: 2,6#_________________________________________________________________________________
+=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
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 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:#___________________________________________________________________________________________________________________
+a
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 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>@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:#___________________________________________________________________________________________________________________
+31
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 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>@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#__________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 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>@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#__________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0@06>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 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>@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#__________________________________________________________________________________________________________________
+43
-=00000 0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@0200100 0101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@0200100 0101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 0001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00@04>@0200100 0101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00@06>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@0200100 101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 042@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@0200100 101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 042@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 000@04>@0200100 101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 001@06>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 042@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200100 01 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 0421@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200100 01 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 0421@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 01 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 0001@04>@0200100 01 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 0011@06>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 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@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 0421@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@0200100 1 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@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@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@0200100 1 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@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@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 1 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016@04>@0200100 1 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116@06>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316@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@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@0200100 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 @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 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 @04>@00:#_________________________________________________________________________________________________
+=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:#___________________________________________________________________________________________________________________
+1b
-=00000 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@0200100 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 @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 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 @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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 @04>@0200100 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 @06>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 @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 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 @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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200100 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200100 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0@04>@0200100 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0@06>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@0200100 0102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@0200100 0102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 0002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00@04>@0200100 0102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00@06>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@0200100 102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 042@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@0200100 102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 042@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 000@04>@0200100 102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 001@06>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 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>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 042@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 02 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0200100 02 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@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@001@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0371@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0381@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0391@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0401@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0411@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0421@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 02 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0200100 02 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@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@001@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0371@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0381@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0391@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0401@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0411@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0421@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 02 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 0001@04>@0200100 02 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 0011@06>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 0121@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 0131@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@001@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 0151@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 0161@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 0171@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 0181@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 0191@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 0201@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 0211@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 0221@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 0231@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 0241@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 0251@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 0261@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 0271@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 0281@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 0291@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 0301@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 0311@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 0321@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 0331@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 0341@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 0351@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 0361@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 0371@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 0381@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 0391@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 0401@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 0411@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 0421@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 2 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@0200100 2 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@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@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 2 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@0200100 2 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@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@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 2 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017@04>@0200100 2 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117@06>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317@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@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 @04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 @06>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 @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 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 @04>@00:#_________________________________________________________________________________________________
+=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:#___________________________________________________________________________________________________________________
+1b
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 @04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 @06>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 @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 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 @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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 @04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 @06>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 @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 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 @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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@00:#_________________________________________________________________________________________________
+=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
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@00 ESC#______________________________________________________________________________________________
+=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#________________________________________________________________________________________________________________
+4f
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@00:#_________________________________________________________________________________________________
+=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>@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>@0004800 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@00 ESC#______________________________________________________________________________________________
+=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>@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>@0004800 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@0004800 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0@04>@00:#_________________________________________________________________________________________________
+=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:#___________________________________________________________________________________________________________________
+1b
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0@04>@00 ESC#______________________________________________________________________________________________
+=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
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@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@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0@04>@00:#_________________________________________________________________________________________________
+=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:#___________________________________________________________________________________________________________________
+1b
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0@04>@00 ESC#______________________________________________________________________________________________
+=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#________________________________________________________________________________________________________________
+4f
-=00000 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0@04>@0200100 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0@06>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0@04>@00 ESCO#_____________________________________________________________________________________________
+=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#_______________________________________________________________________________________________________________
+43
-=00000 0003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00@04>@0200100 0103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00@06>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04@04>@00:#_________________________________________________________________________________________________
+=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:#___________________________________________________________________________________________________________________
+1b
-=00000 0003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00@04>@0200100 0103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00@06>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 0003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00@04>@0200100 0103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00@06>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 000@04>@0200100 103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 001@06>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 045@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 000@04>@0200100 103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 001@06>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 045@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 000@04>@0200100 103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 001@06>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 045@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>@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
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001500 03 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0151@04>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0161@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@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>@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
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001500 03 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0151@04>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0161@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001500 03 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 0151@04>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0161@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@00 ESCO#_____________________________________________________________________________________________
+=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 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0161@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@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>@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>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0161@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@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>@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>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 0161@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 0171@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 0181@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 0191@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@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>@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 ESC#________________________________________________________________________________________________________________
+4f
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 0201@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@04>@00 ESCO#_____________________________________________________________________________________________
+=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
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 0511@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:#___________________________________________________________________________________________________________________
+1b
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 0511@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>@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
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 0211@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 0511@04>@00 ESCO#_____________________________________________________________________________________________
+=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
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 0511@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 0521@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>@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
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 0511@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 0521@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>@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/#___________________________________________________________________________________________________________________
+30
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 0511@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 0521@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>@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#__________________________________________________________________________________________________________________
+34
-=00000 03 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 0001@04>@0200100 03 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 0011@06>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 0221@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 0231@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 0241@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 0251@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 0261@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 0271@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 0281@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 0291@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 0301@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 0311@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 0321@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 0331@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 0341@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 0351@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 0361@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 0371@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 0381@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 0391@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 0401@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 0411@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 0421@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 0431@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 0441@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 0451@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 0461@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 0471@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 0481@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 0491@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 0501@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 0511@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 0521@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>@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#_________________________________________________________________________________________________________________
+a
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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#_______________________________________________________________________________________________________________
+44
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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#_______________________________________________________________________________________________________________
+44
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0@04>@0200100 00101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0@06>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 0001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00@04>@0200100 0101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00@06>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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>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>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>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>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>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>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>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>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>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>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 0001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00@04>@0200100 0101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00@06>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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>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>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>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>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>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>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>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>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>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>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 0001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00@04>@0200100 0101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00@06>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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>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>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>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>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>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>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>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>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>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>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 000@04>@0200100 101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 001@06>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 052@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 000@04>@0200100 101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 001@06>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 052@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 001 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 000@04>@0200100 101 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 001@06>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 052@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 01 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0001@04>@0200100 01 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0011@06>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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@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@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@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@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@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@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@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@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@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@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 0521@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 01 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0001@04>@0200100 01 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0011@06>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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@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@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@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@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@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@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@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@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@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@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 0521@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 01 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 0001@04>@0200100 01 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 0011@06>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 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@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@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@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@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@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@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@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@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@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@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 0521@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 1 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016@04>@0200100 1 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116@06>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916@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@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@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@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@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@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@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@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@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@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@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 1 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016@04>@0200100 1 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116@06>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916@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@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@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@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@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@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@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@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@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@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@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 1 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016@04>@0200100 1 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116@06>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916@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@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@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@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@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@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@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@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@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@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@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@0200100 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 @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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@0200100 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 @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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 @04>@0200100 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 @06>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 @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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0@04>@0200100 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0@06>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0@04>@0200100 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0@06>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0@04>@0200100 00102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0@06>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 0002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00@04>@0200100 0102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00@06>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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>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>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>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>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>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>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>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>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>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>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 0002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00@04>@0200100 0102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00@06>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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>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>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>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>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>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>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>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>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>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>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 0002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00@04>@0200100 0102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00@06>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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>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>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>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>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>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>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>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>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>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>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 000@04>@0200100 102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 001@06>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 052@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 000@04>@0200100 102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 001@06>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 052@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 002 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 000@04>@0200100 102 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 001@06>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 052@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 02 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0001@04>@0200100 02 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0011@06>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0221@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0231@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0241@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0251@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0261@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0271@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0281@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0291@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0301@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0311@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0321@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0331@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0341@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0351@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0361@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0371@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 0381@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 0501@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 0511@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 0521@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 02 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0001@04>@0200100 02 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0011@06>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0221@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0231@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0241@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0251@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0261@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0271@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0281@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0291@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0301@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0311@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0321@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0331@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0341@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0351@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0361@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0371@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 0381@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 0501@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 0511@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 0521@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 02 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 0001@04>@0200100 02 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 0011@06>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 0221@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 0231@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 0241@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 0251@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 0261@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 0271@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 0281@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 0291@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 0301@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 0311@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 0321@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 0331@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 0341@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 0351@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 0361@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 0371@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 0381@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 0501@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 0511@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 0521@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 2 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017@04>@0200100 2 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117@06>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917@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@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@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@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@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@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@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@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@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@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@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 2 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017@04>@0200100 2 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117@06>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917@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@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@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@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@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@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@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@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@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@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@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 2 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017@04>@0200100 2 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117@06>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917@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@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@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@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@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@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@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@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@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@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@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 @04>@0200100 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 @06>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 @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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 @04>@0200100 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 @06>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 @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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 @04>@0200100 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 @06>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 @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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0@04>@0200100 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0@06>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0@04>@0200100 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0@06>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0@04>@0200100 00103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0@06>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 0003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00@04>@0200100 0103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00@06>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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>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>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>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>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>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>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>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>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>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>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 0003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00@04>@0200100 0103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00@06>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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>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>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>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>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>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>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>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>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>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>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 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>@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#________________________________________________________________________________________________________________
+4f
-=00000 0003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00@04>@0200100 0103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00@06>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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>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>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>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>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>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>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>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>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>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>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 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>@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#_______________________________________________________________________________________________________________
+43
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002200 203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 022@04>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@00:#_________________________________________________________________________________________________
+=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
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002200 203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 022@04>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@00 ESC#______________________________________________________________________________________________
+=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#________________________________________________________________________________________________________________
+4f
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002200 203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 022@04>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@00 ESCO#_____________________________________________________________________________________________
+=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 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@00:#_________________________________________________________________________________________________
+=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>@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>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 056@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@00 ESC#______________________________________________________________________________________________
+=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>@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>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 056@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 056@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@00:#_________________________________________________________________________________________________
+=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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@00 ESC#______________________________________________________________________________________________
+=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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@00:#_________________________________________________________________________________________________
+=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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@00 ESC#______________________________________________________________________________________________
+=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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@00:#_________________________________________________________________________________________________
+=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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@00 ESC#______________________________________________________________________________________________
+=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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@00:#_________________________________________________________________________________________________
+=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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@00 ESC#______________________________________________________________________________________________
+=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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@00:#_________________________________________________________________________________________________
+=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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@00 ESC#______________________________________________________________________________________________
+=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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 059@04>@00:#_________________________________________________________________________________________________
+=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:#___________________________________________________________________________________________________________________
+1b
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 059@04>@00 ESC#______________________________________________________________________________________________
+=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
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 059@04>@00 ESCO#_____________________________________________________________________________________________
+=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
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 059@04>@0006000 003 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 060@04>@00:#_________________________________________________________________________________________________
+=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:#___________________________________________________________________________________________________________________
+1b
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 059@04>@0006000 003 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 060@04>@00 ESC#______________________________________________________________________________________________
+=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#________________________________________________________________________________________________________________
+4f
-=00000 003 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 000@04>@0200100 103 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 001@06>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 059@04>@0006000 003 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 060@04>@00 ESCO#_____________________________________________________________________________________________
+=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#_______________________________________________________________________________________________________________
+43
-=00000 03 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0001@04>@0200100 03 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0011@06>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0301@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0311@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0321@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0331@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0341@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0351@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0361@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0371@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 0381@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 0501@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 0511@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 0521@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 0531@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 0541@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 0551@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 0561@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 0571@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 0581@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 0591@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 0601@04>@00:#_________________________________________________________________________________________________
+=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:#___________________________________________________________________________________________________________________
+1b
-=00000 03 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0001@04>@0200100 03 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0011@06>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0301@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0311@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0321@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0331@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0341@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0351@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0361@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0371@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 0381@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 0501@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 0511@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 0521@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 0531@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 0541@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 0551@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 0561@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 0571@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 0581@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 0591@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 0601@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 03 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 0001@04>@0200100 03 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 0011@06>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 0301@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 0311@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 0321@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 0331@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 0341@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 0351@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 0361@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 0371@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 0381@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 0501@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 0511@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 0521@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 0531@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 0541@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 0551@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 0561@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 0571@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 0581@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 0591@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 0601@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 3 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018@04>@0200100 3 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118@06>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918@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@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@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@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@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@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@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@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@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@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@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 3 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018@04>@0200100 3 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118@06>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918@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@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@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@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@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@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@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@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@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@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@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 3 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018@04>@0200100 3 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118@06>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918@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@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@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@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@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@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@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@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@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@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@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 @04>@0200100 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 @06>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 @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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 @04>@0200100 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 @06>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 @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>@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#________________________________________________________________________________________________________________
+4f
-=00000 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 @04>@0200100 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 @06>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 @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>@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#_______________________________________________________________________________________________________________
+43
-=00000 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0@04>@0200100 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0@06>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 0@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0@04>@0200100 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0@06>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 0@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 000@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0@04>@0200100 001@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0@06>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 0@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00@04>@0200100 01@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00@06>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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>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>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>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>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>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>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>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>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>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>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00@04>@0200100 01@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00@06>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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>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>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>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>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>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>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>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>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>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>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00@04>@0200100 01@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00@06>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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>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>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>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>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>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>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>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>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>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>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 0@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 000@04>@0200100 1@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 001@06>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 060@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 0@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 000@04>@0200100 1@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 001@06>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 060@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 0@0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 000@04>@0200100 1@0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 001@06>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 060@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 @0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0001@04>@0200100 @0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0011@06>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0551@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 0561@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 0571@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 0581@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 0591@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 0601@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 @0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0001@04>@0200100 @0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0011@06>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0551@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 0561@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 0571@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 0581@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 0591@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 0601@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 @0404@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0001@04>@0200100 @0604@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0011@06>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@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@0001@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@0011@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@0021@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@0031@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@0041@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@0051@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@0061@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@0071@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@0081@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@0091@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0551@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 0561@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 0571@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 0581@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 0591@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 0601@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 @044@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019@04>@0200100 @064@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119@06>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@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@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@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@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@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@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@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@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@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@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@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 @044@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019@04>@0200100 @064@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119@06>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@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@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@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@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@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@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@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@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@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@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@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 @044@00 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019@04>@0200100 @064@02 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119@06>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@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@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@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@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@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@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@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@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@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@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@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@0200100 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 @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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@0200100 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 @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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 @04>@0200100 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 @06>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 @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>@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#_______________________________________________________________________________________________________________
+43
-=00000 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0@04>@0200100 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0@06>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0@04>@0200100 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0@06>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0@04>@0200100 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0@06>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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 @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 @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 @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 @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 @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 @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 @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 @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 @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 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 0005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00@04>@0200100 0105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00@06>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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>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>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>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>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>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>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>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>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>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>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 0005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00@04>@0200100 0105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00@06>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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>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>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>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>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>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>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>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>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>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>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 0005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00@04>@0200100 0105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00@06>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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>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>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>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>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>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>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>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>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>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>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@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>@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#_______________________________________________________________________________________________________________
+43
-=00000 05 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0200100 05 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0602@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 05 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0200100 05 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0602@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 05 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0200100 05 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0602@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>@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
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@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>@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
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@00 ESCO#_____________________________________________________________________________________________
+=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 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@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>@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>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 06423@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@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>@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>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 06423@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 06423@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@04>@00 ESCO#_____________________________________________________________________________________________
+=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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320@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>@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
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320@04>@00 ESCO#_____________________________________________________________________________________________
+=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
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320@04>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320@04>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 5 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020@04>@0200100 5 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120@06>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@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@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@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@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@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@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@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@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@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@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@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320@04>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420@04>@00 ESCO#_____________________________________________________________________________________________
+=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#_______________________________________________________________________________________________________________
+44
-=00000 05 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0200100 05 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 0642@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 05 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0200100 05 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 0642@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 05 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 0002@04>@0200100 05 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 0012@06>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 0642@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>@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
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@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>@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
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@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>@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#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@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>@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 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@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>@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>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 06820 06821 06822 068@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@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>@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>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 06820 06821 06822 068@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@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>@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>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 06820 06821 06822 068@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@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@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@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>@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>@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>@00:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@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>@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>@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>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@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>@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>@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>@00 ESCO#_______________________________________________________________________________________________________________
+42
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 072@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>@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:#___________________________________________________________________________________________________________________
+1b
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 072@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>@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 ESC#________________________________________________________________________________________________________________
+4f
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 072@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>@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
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 073@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>@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
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 073@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>@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
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 073@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>@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
-=00000 005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 000@04>@0200100 105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 001@06>@0404@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@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@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@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@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@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@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 073@04>@0007400 405 07406 07407 07408 07409 07410 07411 07412 07413 07414 07415 07416 07417 07418 07419 074@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>@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/version.c.lt b/lesstest/lt/version.c.lt
index 0055ba27e582..651dd1fea7e6 100644
--- a/lesstest/lt/version.c.lt
+++ b/lesstest/lt/version.c.lt
@@ -26,6 +26,7 @@ E "LESS_TERMCAP_kh" "OH"
E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "79"
E "LINES" "34"
+E "LESSCHARSET" "utf8"
E "LANG" "C"
T "version.c"
A "version.c"
diff --git a/lesstest/lt_screen.c b/lesstest/lt_screen.c
index 9579709bbb92..162c7c180dda 100644
--- a/lesstest/lt_screen.c
+++ b/lesstest/lt_screen.c
@@ -193,8 +193,8 @@ static int screen_read(int x, int y, int count) {
}
static int screen_move(int x, int y) {
- screen.cx = x;
- screen.cy = y;
+ screen.cx = screen_x(x);
+ screen.cy = screen_y(y);
return 1;
}
@@ -259,6 +259,12 @@ static int screen_set_color(int color) {
screen.curr_fg_color = screen.curr_bg_color = NULL_COLOR;
screen.curr_attr = 0;
ret = 1;
+ } else if (color == 39) {
+ screen.curr_fg_color = NULL_COLOR;
+ ret = 1;
+ } else if (color == 49) {
+ screen.curr_bg_color = NULL_COLOR;
+ ret = 1;
} else if ((color >= 30 && color <= 37) || (color >= 90 && color <= 97)) {
screen.curr_fg_color = color;
ret = 1;
@@ -308,8 +314,6 @@ static int exec_esc(wchar ch) {
case 'j': // jump cursor to (N1,N2)
y = param_pop();
x = param_pop();
- if (x < 0) x = 0;
- if (y < 0) y = 0;
return screen_move(x, y);
case 'g': // visual bell
return 0;
@@ -358,13 +362,11 @@ static int add_char(wchar ch) {
// The "shadow" is the second column used by a wide char.
screen_char_set(screen.cx, screen.cy, WIDESHADOW_CHAR, 0, NULL_COLOR, NULL_COLOR);
fits = screen_incr(&screen.cx, &screen.cy);
- } else {
- ScreenChar* sc = screen_char(screen.cx, screen.cy);
- if (sc->ch == WIDESHADOW_CHAR) {
- // We overwrote the first half of a wide character.
- // Change the orphaned shadow to an error char.
- screen_char_set(screen.cx, screen.cy, ERROR_CHAR, screen.curr_attr, NULL_COLOR, NULL_COLOR);
- }
+ }
+ if (screen_char(screen.cx, screen.cy)->ch == WIDESHADOW_CHAR) {
+ // We overwrote the first half of a wide character.
+ // Change the orphaned shadow to an error char.
+ screen_char_set(screen.cx, screen.cy, ERROR_CHAR, screen.curr_attr, NULL_COLOR, NULL_COLOR);
}
}
}
diff --git a/lesstest/ltview b/lesstest/ltview
new file mode 100755
index 000000000000..2fd6cf8da300
--- /dev/null
+++ b/lesstest/ltview
@@ -0,0 +1,569 @@
+#!/usr/bin/env perl
+use strict;
+use Getopt::Std;
+use IO::Stty;
+
+my $usage =
+ "usage: ltview [-cfr] [-w wide.uni] lt-file [error-file]\n" .
+ " -c = use color\n" .
+ " -f = use lt-file even if it does not fit on screen\n" .
+ " -r = don't put terminal in raw mode\n" .
+ " -w = list of Unicode wide chars\n" .
+ " error-file is output from \"lesstest -D\"\n";
+
+my $help = <<_EOF_;
+
+Commands:
+[N]l Go to (N-th) next lt state.
+[N]h Go to (N-th) previous lt state.
+[N]g Go to first (or N-th) lt state.
+[N]G Go to last (or N-th) lt state.
+ j Go to next error file state.
+ k Go to previous error file state.
+ e Go to lt state corresponding to error file state.
+ = Print info about lt file and error file.
+ ? Display this help.
+_EOF_
+
+my $ATTR_BOLD = (1<<0);
+my $ATTR_UNDERLINE = (1<<1);
+my $ATTR_STANDOUT = (1<<2);
+my $ATTR_BLINK = (1<<3);
+my $NULL_COLOR = 0xFF;
+my $DIFF_ATTR_ON = "\e[101m"; # blink
+my $DIFF_ATTR_OFF = "\e[m";
+
+my %spec_chars = (
+ ord("\b") => '\\b',
+ ord("\e") => 'ESC',
+ ord("\n") => '\\n',
+ ord("\r") => '\\r',
+);
+
+my @show_expects = ('', 'expected', 'got');
+my %wides;
+my %opt;
+
+# ---------------------------------------------------------------------
+exit (main() ? 0 : 1);
+
+sub main {
+ die $usage if not getopts('cfrw:', \%opt);
+ my $ltfile = shift @ARGV;
+ my $errfile = shift @ARGV;
+ my $wide_file = ($opt{w} or "../wide.uni");
+ die $usage if not defined $ltfile or @ARGV;
+ parse_wides($wide_file);
+ my $lt = parse_ltfile($ltfile);
+ return 0 if not $lt;
+ my $lt_lines = $lt->{lines} + 2; # 2 lines for prompt at bottom of screen
+ if (not $opt{f} and ($lt_lines > $ENV{LINES} or $lt->{columns} > $ENV{COLUMNS})) {
+ print "Screen size used by $ltfile ($lt->{columns}x$lt_lines) does not fit on your screen ($ENV{COLUMNS}x$ENV{LINES}).\n";
+ print "Use -f to view it anyway (but it won't look correct).\n";
+ return 0;
+ }
+ my $errf = defined $errfile ? parse_errfile($errfile) : undef;
+ binmode(STDOUT, ":encoding(UTF-8)");
+ run($lt, $errf);
+ return 1;
+}
+
+# ---------------------------------------------------------------------
+sub run {
+ my ($lt, $errf) = @_;
+ return if not @{$lt->{states}};
+ my $omode = IO::Stty::stty(\*STDIN, '-g');
+ IO::Stty::stty(\*STDIN, ('raw','-echo')) unless $opt{r};
+ run_loop($lt, $errf);
+ tgoto_bot($lt);
+ IO::Stty::stty(\*STDIN, $omode) unless $opt{r};
+}
+
+# ---------------------------------------------------------------------
+sub run_loop {
+ my ($lt, $errf) = @_;
+ my $param = '';
+ my %running = ( 'sindex' => 0, 'show_expect' => 0 );
+ for (;;) {
+ display_running($lt, $errf, $param, \%running);
+ my $ch = getc();
+ $ch = substr($ch,0,1);
+ last if $ch eq 'q';
+ if ($ch ge '0' and $ch le '9') {
+ $param .= $ch;
+ } else {
+ run_cmd($lt, $errf, $ch, $param, \%running);
+ $param = '';
+ }
+ }
+}
+
+# ---------------------------------------------------------------------
+sub display_running {
+ my ($lt, $errf, $param, $running) = @_;
+ my $states = $lt->{states};
+ my ($prompt1, $prompt2, $prompt3, $img, $cmp_img);
+ my $filename;
+ my $failure = 0;
+ if ($running->{show_expect} > 0) {
+ my $exp = $show_expects[$running->{show_expect}];
+ $prompt1 = sprintf "[%d/%d] ", $errf->{fail_index}, scalar @$states;
+ $prompt2 = "($exp)";
+ $prompt3 = sprintf " next: %s", prchar($errf->{fail_char});
+ $filename = $errf->{filename};
+ $img = $errf->{$exp};
+ $cmp_img = ${$$states[$errf->{fail_index}]}{img};
+ } else {
+ $prompt1 = sprintf "[%d/%d] ", $running->{sindex}, scalar @$states;
+ $prompt2 = "(stored)";
+ $prompt3 = sprintf " next: %s", prchar(${$$states[$running->{sindex}]}{keystroke});
+ $filename = $lt->{filename};
+ $img = ${$$states[$running->{sindex}]}{img};
+ $failure = ($errf and $running->{sindex} == $errf->{fail_index});
+ }
+ display($img, $prompt1, $prompt2, $prompt3, $filename, $failure, $lt, $cmp_img);
+}
+
+# ---------------------------------------------------------------------
+sub prchar {
+ my ($ich) = @_;
+ my $spec = $spec_chars{$ich};
+ return "'$spec'" if $spec;
+ return ($ich >= 0x20 and $ich < 0x7f) ? sprintf("'%c'", $ich) : sprintf("(%02x)", $ich);
+}
+
+# ---------------------------------------------------------------------
+sub run_cmd {
+ my ($lt, $errf, $ch, $num, $running) = @_;
+ my $states = $lt->{states};
+ $num = 0 if $num !~ /^\d+$/ or $num <= 0;
+ if ($ch eq '?') {
+ tgoto_bot($lt);
+ print cr("\n" . $usage . $help);
+ press_to_continue();
+ } elsif ($ch eq '=') {
+ tgoto_bot($lt);
+ print_ltfile_info($lt);
+ print_errfile_info($errf);
+ press_to_continue();
+ } elsif ($ch eq 'l') {
+ $running->{show_expect} = 0;
+ $num = 1 if $num == 0;
+ $running->{sindex} = check_sindex($running->{sindex} + $num, $states);
+ } elsif ($ch eq 'h') {
+ $running->{show_expect} = 0;
+ $num = 1 if $num == 0;
+ $running->{sindex} = check_sindex($running->{sindex} - $num, $states);
+ } elsif ($ch eq 'g' or $ch eq 'G') {
+ $running->{show_expect} = 0;
+ $num = @$states-1 if $ch eq 'G' and $num == 0;
+ $running->{sindex} = check_sindex($num, $states);
+ } elsif ($ch eq 'e') {
+ if (not $errf) {
+ beep();
+ } else {
+ $running->{show_expect} = 0;
+ $running->{sindex} = check_sindex($errf->{fail_index}, $states);
+ }
+ } elsif ($ch eq 'j') {
+ if (not $errf) {
+ beep();
+ } else {
+ if (++$running->{show_expect} >= @show_expects) { $running->{show_expect} = 0; }
+ }
+ } elsif ($ch eq 'k') {
+ if (not $errf) {
+ beep();
+ } else {
+ if (--$running->{show_expect} < 0) { $running->{show_expect} = @show_expects-1; }
+ }
+ } else {
+ beep();
+ }
+}
+
+# ---------------------------------------------------------------------
+sub check_sindex {
+ my ($sindex, $states) = @_;
+ if ($sindex < 0) { beep(); $sindex = 0; }
+ if ($sindex >= @$states) { beep(); $sindex = @$states-1; }
+ return $sindex;
+}
+
+# ---------------------------------------------------------------------
+sub display {
+ my ($img, $prompt1, $prompt2, $prompt3, $filename, $failure, $lt, $cmp_img) = @_;
+ my $x = 0;
+ my $y = 0;
+ my $cursor_x = 0;
+ my $cursor_y = 0;
+ my $literal = 0;
+ my $curr_attr = 0;
+ my $curr_fg_color = $NULL_COLOR;
+ my $curr_bg_color = $NULL_COLOR;
+
+ tgoto(0,0);
+ tclear();
+ for (my $cpos = 0; $cpos < length $img; ) {
+ my $clen = utf8_len(substr($img, $cpos, 1));
+ my $ich = utf8_char(substr($img, $cpos, $clen));
+ my $cmp_ich = $cmp_img ? utf8_char(substr($cmp_img, $cpos, $clen)) : $ich;
+ $cpos += $clen;
+ if (not $literal) {
+ if ($ich eq ord '\\') { # escape
+ $literal = 1;
+ next;
+ }
+ if ($ich eq ord '@') { # attr
+ $curr_attr = hex substr($img, $cpos, 2);
+ display_attr_color($curr_attr, $curr_fg_color, $curr_bg_color);
+ $cpos += 2;
+ next;
+ }
+ if ($ich eq ord '$') { # fg color
+ $curr_fg_color = hex substr($img, $cpos, 2);
+ display_attr_color($curr_attr, $curr_fg_color, $curr_bg_color);
+ $cpos += 2;
+ next;
+ }
+ if ($ich eq ord '!') { # bg color
+ $curr_bg_color = hex substr($img, $cpos, 2);
+ display_attr_color($curr_attr, $curr_fg_color, $curr_bg_color);
+ $cpos += 2;
+ next;
+ }
+ if ($ich eq ord '#') { # cursor
+ $cursor_x = $x;
+ $cursor_y = $y;
+ next;
+ }
+ }
+ $literal = 0;
+ if ($ich > 0) {
+ my $diff = ($cmp_ich != $ich);
+ print $DIFF_ATTR_ON if $diff;
+ print chr($ich);
+ print $DIFF_ATTR_OFF if $diff;
+ $x += cwidth($ich);
+ if ($x >= $lt->{columns}) {
+ print "\r\n";
+ $x = 0;
+ ++$y;
+ }
+ }
+ }
+ my $sp = $lt->{columns} - length($prompt1) - length($prompt2) - length($prompt3) - length($filename) - 2;
+ $sp = 1 if $sp < 1;
+ my $p2 = ($prompt2 =~ /got/ or $failure) ? "go" : ($prompt2 =~ /stored/) ? "st" : "ex";
+ print "\r\n ",
+ attr_string("so"), $prompt1, attr_string(),
+ attr_string($p2), $prompt2, attr_string(),
+ attr_string("so"), $prompt3, attr_string(),
+ ' ' x $sp,
+ attr_string("so"), $filename, attr_string();
+ tgoto($cursor_x, $cursor_y);
+}
+
+# ---------------------------------------------------------------------
+sub parse_wides {
+ my ($wide_file) = @_;
+ my $wf;
+ if (not open $wf, '<', $wide_file) {
+ print ERR "cannot open $wide_file: $!\n";
+ return 0;
+ }
+ while (<$wf>) {
+ if (/^\s*\{\s*0x([\da-f]+)\s*,\s*0x([\da-f]+)/i) {
+ my $lo = hex $1;
+ my $hi = hex $2;
+ for (my $v = $lo; $v <= $hi; ++$v) {
+ $wides{$v} = 1;
+ }
+ }
+ }
+ close $wf;
+ return 1;
+}
+
+# ---------------------------------------------------------------------
+sub cwidth {
+ my ($ich) = @_;
+ return 2 if $wides{$ich};
+ return 1;
+}
+
+# ---------------------------------------------------------------------
+sub display_attr_color {
+ my ($attr, $fg_color, $bg_color) = @_;
+ print "\e[m";
+ print "\e[${fg_color}m" if ($fg_color != $NULL_COLOR);
+ print "\e[${bg_color}m" if ($bg_color != $NULL_COLOR);
+ print "\e[4m" if ($attr & $ATTR_UNDERLINE);
+ print "\e[1m" if ($attr & $ATTR_BOLD);
+ print "\e[5m" if ($attr & $ATTR_BLINK);
+ print "\e[7m" if ($attr & $ATTR_STANDOUT);
+}
+
+sub attr_string {
+ my ($mode) = @_;
+ return "\e[m" if not $mode;
+ return ($opt{c} ? "\e[100;97;1m" : "\e[7;1m") if $mode eq 'so'; # standout: black on cyan
+ return ($opt{c} ? "\e[97;44;1m" : "\e[7;1m") if $mode eq 'st'; # stored white on blue
+ return ($opt{c} ? "\e[102;30;1m" : "\e[7;1m") if $mode eq 'ex'; # expected: black on green
+ return ($opt{c} ? "\e[101;97;1m" : "\e[7;1m") if $mode eq 'go'; # got: white on red
+ return "";
+}
+sub tgoto {
+ my ($x, $y) = @_;
+ printf "\e[%d;%dH", $y+1, $x+1;
+}
+sub tgoto_bot {
+ my ($lt) = @_;
+ tgoto(0, $lt->{lines}+2);
+ print "\r\n";
+}
+sub tclear {
+ print "\e[J";
+}
+sub beep {
+ print "\7";
+}
+sub cr {
+ my ($s) = @_;
+ $s =~ s|\n|\r\n|gs;
+ return $s;
+}
+sub press_to_continue {
+ print cr("\nPress any key to continue. ");
+ getc();
+}
+
+# ---------------------------------------------------------------------
+sub parse_ltfile {
+ my ($file) = @_;
+ my $fd;
+ if (not open $fd, '<', $file) {
+ print STDERR "cannot open $file: $!\n";
+ return undef;
+ }
+ my @states;
+ my %lt = ( 'filename' => $file, 'states' => \@states );
+ my $filetype = '';
+ my $linenum = 0;
+ while (<$fd>) {
+ ++$linenum;
+ chomp;
+ if ($linenum > 1 and $filetype ne 'lesstest') {
+ print STDERR "$file is not an lt file\n";
+ return undef;
+ }
+ my $type = substr $_,0,1;
+ next if not defined $type;
+ if ($type eq '!') { # file header
+ if (/^!([^!]+)!/) { $filetype = $1; }
+ } elsif ($type eq 'A') { # less cmd line parameters
+ } elsif ($type eq 'E') { # environment variable
+ parse_env($_, \%lt);
+ } elsif ($type eq 'F') { # text file
+ parse_filedesc($_, $fd, \%lt);
+ } elsif ($type eq 'Q') { # end of test
+ last;
+ } elsif ($type eq 'R') { # end of test header; start run
+ } elsif ($type eq 'T') { # test header
+ } elsif ($type eq '=') { # board image
+ parse_img($_, \%lt);
+ } elsif ($type eq '+') { # keystroke
+ parse_keystroke($_, \%lt);
+ }
+ }
+ close $fd;
+ if (not $lt{lines} or not $lt{columns}) {
+ print STDERR "$file: missing geometry\n";
+ return undef;
+ }
+ return \%lt;
+}
+
+# ---------------------------------------------------------------------
+sub parse_env {
+ my ($line, $lt) = @_;
+ my ($ename, $evalue) = /^E \s* "(\w*)" \s* "([^"]*)" /x;
+ if ($ename eq "COLUMNS") {
+ $lt->{columns} = $evalue;
+ } elsif ($ename eq "LINES") {
+ $lt->{lines} = $evalue;
+ }
+ return 1;
+}
+
+# ---------------------------------------------------------------------
+sub parse_filedesc {
+ my ($line, $fd, $lt) = @_;
+ my ($filename, $filesize) = $line =~ /^F \s* "([^"]*)" \s* (\d+)/x;
+ my $filedata;
+ my $nread = read $fd, $filedata, $filesize;
+ return 0 if not $nread or $nread != $filesize;
+ $lt->{filesize} = $filesize;
+ return 1;
+}
+
+# ---------------------------------------------------------------------
+sub parse_img {
+ my ($line, $lt) = @_;
+ my $img = substr $line, 1;
+ my %state = ( 'img'=>$img );
+ my $states = $lt->{states};
+ if (@$states) {
+ my $last_state = ${$states}[@$states-1];
+ if (not $last_state->{img} or not $last_state->{keystroke}) {
+ print STDERR "incomplete state image ignored\n";
+ ## ?? pop @$states;
+ }
+ }
+ push @$states, \%state;
+ return 1;
+}
+
+# ---------------------------------------------------------------------
+sub parse_errfile {
+ my ($errfile) = @_;
+ my $ef;
+ if (not open $ef, '<', $errfile) {
+ print STDERR "cannot open $errfile: $!\n";
+ return undef;
+ }
+ my %errf = ( 'filename' => $errfile );
+ my $expect;
+ my $datalines = 0;
+ my $linenum = 0;
+ while (<$ef>) {
+ ++$linenum;
+ chomp;
+ if (0) {
+ } elsif (/^INFO: mismatch: expect:/) {
+ $expect = 'expected';
+ $datalines = 1;
+ } elsif (/^INFO: got:/) {
+ $expect = 'got';
+ $datalines = 1;
+ } elsif (/^TEST\s+([^\s]+)/) {
+ $errf{name} = $1;
+ } elsif (/^DIFF\s+([^\s]+) on cmd #(\d+) \(.\s+(\w+)\s*\)/) {
+ $errf{fail_index} = $2; # FIXME why not $2-1?
+ $errf{fail_char} = hex $3;
+ $datalines = 0;
+ } elsif (/^FAIL:.*\((\d+) step/) {
+ $errf{steps} = $1;
+ } elsif (/^ERR\s+(.*)/) {
+ $errf{msg} = $1;
+ } elsif (/^RAN\s+(\d+) tests with (\d+) error/) {
+ $errf{tests} = $1;
+ $errf{errors} = $2;
+ } elsif (/^DATA: (.*)/) {
+ if ($datalines) {
+ $errf{$expect} .= parse_errline($1);
+ } else {
+ print STDERR "$errfile:$linenum: unexpected data line\n";
+ }
+ } else {
+ print STDERR "$errfile:$linenum: unrecognized line\n";
+ }
+ }
+ close $ef;
+ if (not defined $errf{expected} or not defined $errf{got} or not defined $errf{fail_index}) {
+ print STDERR "incomplete error file $errfile ignored\n";
+ return undef;
+ }
+ return \%errf;
+}
+
+# ---------------------------------------------------------------------
+sub parse_errline {
+ my ($line) = @_;
+ $line =~ s/<([\da-f]+)>/utf8_str($1)/eig;
+ return $line;
+}
+
+# ---------------------------------------------------------------------
+sub print_ltfile_info {
+ my ($lt) = @_;
+ printf "\r\nLT file:\r\n";
+ printf " name %s\r\n", $lt->{filename};
+ printf " size %d\r\n", $lt->{filesize};
+ printf " states %d\r\n", scalar @{$lt->{states}};
+ printf " lines %d\r\n", $lt->{lines};
+ printf " columns %d\r\n", $lt->{columns};
+}
+
+# ---------------------------------------------------------------------
+sub print_errfile_info {
+ my ($errf) = @_;
+ return if not $errf;
+ printf "\r\nError file:\r\n";
+ printf " name %s\r\n", $errf->{name};
+ printf " tests %d\r\n", $errf->{tests};
+ printf " errors %d\r\n", $errf->{errors};
+ printf " steps %d\r\n", $errf->{steps};
+ printf " cmd# %d\r\n", $errf->{fail_index};
+ my $ch = $errf->{fail_char};
+ printf " char 0x%02x", $ch;
+ printf " (%s)", chr($ch) if $ch >= 0x20 and $ch < 0x7f;
+ printf "\r\n";
+ printf " msg %s\r\n", $errf->{msg};
+}
+
+# ---------------------------------------------------------------------
+sub parse_keystroke {
+ my ($line, $lt) = @_;
+ my ($hex) = $line =~ /^\+ \s* (\w+)/x;
+ my $states = $lt->{states};
+ return 0 if not @$states;
+ ${$$states[@$states-1]}{keystroke} = hex $hex;
+ return 1;
+}
+
+# ---------------------------------------------------------------------
+sub utf8_len {
+ my ($ch) = @_;
+ my $ich = ord $ch;
+ return 2 if ($ich & 0xE0) == 0xC0;
+ return 3 if ($ich & 0xF0) == 0xE0;
+ return 4 if ($ich & 0xF8) == 0xF0;
+ return 1;
+}
+
+# ---------------------------------------------------------------------
+sub utf8_char {
+ my ($ch) = @_;
+ my @ich;
+ for (my $i = 0; $i < length($ch); ++$i) {
+ push @ich, ord substr($ch, $i, 1);
+ }
+ if (@ich == 2) {
+ return (($ich[0] & 0x1F) << 6) | ($ich[1] & 0x3F);
+ }
+ if (@ich == 3) {
+ return (($ich[0] & 0x0F) << 12) | (($ich[1] & 0x3F) << 6) | ($ich[2] & 0x3F);
+ }
+ if (@ich == 4) {
+ return (($ich[0] & 0x07) << 18) | (($ich[1] & 0x3F) << 12) | (($ich[2] & 0x3F) << 6) | ($ich[3] & 0x3F);
+ }
+ die if @ich != 1;
+ return $ich[0];
+}
+
+# ---------------------------------------------------------------------
+sub utf8_str {
+ my ($xch) = @_;
+ my $ich = hex $xch;
+ if ($ich < 0x80) {
+ return chr($ich);
+ }
+ if ($ich < 0x800) {
+ return chr(0xC0 | (($ich >> 6) & 0x1F)) . chr(0x80 | ($ich & 0x3F));
+ }
+ if ($ich < 0x10000) {
+ return chr(0xE0 | (($ich >> 12) & 0x0F)) . chr(0x80 | (($ich >> 6) & 0x3F)) . chr(0x80 | ($ich & 0x3F));
+ }
+ return chr(0xF0 | (($ich >> 18) & 0x07)) . chr(0x80 | (($ich >> 12) & 0x3F)) . chr(0x80 | (($ich >> 6) & 0x3F)) . chr(0x80 | ($ich & 0x3F));
+}
diff --git a/lesstest/maketest b/lesstest/maketest
index 09c4f4b0a1fd..b9744626227c 100755
--- a/lesstest/maketest
+++ b/lesstest/maketest
@@ -3,7 +3,7 @@ use strict;
# Create a test file.
# Wrapper for lesstest, using most common options.
-my $usage = "usage: maketest [-o lt-file] [-l less.exe] [-s lt_screen] [-t lesstest] [-w width] [-h height] [-O lesstest-opts] [-S lt_screen-opts] textfile\n";
+my $usage = "usage: maketest [-o lt-file] [-l less.exe] [-s lt_screen] [-t lesstest] [-w width] [-h height] [-O lesstest-opts] [-S lt_screen-opts] [-v] textfile\n";
use Getopt::Std;
@@ -40,7 +40,7 @@ sub main {
}
if (not defined $ltfile) {
for (my $i = 0;; ++$i) {
- my $suffix = $i ? $i : "";
+ my $suffix = $i ? "-$i" : "";
$ltfile = "lt/$textfile$suffix.lt";
last if not -e $ltfile;
}
diff --git a/lesstest/parse.c b/lesstest/parse.c
index cbbc9e3f9aa5..92d1ea0e9866 100644
--- a/lesstest/parse.c
+++ b/lesstest/parse.c
@@ -42,9 +42,9 @@ static int parse_command(TestSetup* setup, const char* less, const char* line, i
return 1;
}
-static int parse_textfile(TestSetup* setup, const char* line, int line_len, FILE* fd) {
+static int parse_textfile(TestSetup* setup, const char* line, int line_len, FILE* fd, int create_file) {
const char* filename = parse_qstring(&line);
- if (access(filename, F_OK) == 0) {
+ if (create_file && access(filename, F_OK) == 0) {
fprintf(stderr, "%s already exists\n", filename);
return 0;
}
@@ -52,10 +52,13 @@ static int parse_textfile(TestSetup* setup, const char* line, int line_len, FILE
int len = strlen(filename)+1;
setup->textfile = malloc(len);
strcpy(setup->textfile, filename);
- FILE* textfd = fopen(setup->textfile, "w");
- if (textfd == NULL) {
- fprintf(stderr, "cannot create %s\n", setup->textfile);
- return 0;
+ FILE* textfd = NULL;
+ if (create_file) {
+ textfd = fopen(setup->textfile, "w");
+ if (textfd == NULL) {
+ fprintf(stderr, "cannot create %s\n", setup->textfile);
+ return 0;
+ }
}
int nread = 0;
while (nread < fsize) {
@@ -63,10 +66,10 @@ static int parse_textfile(TestSetup* setup, const char* line, int line_len, FILE
int chunk = fsize - nread;
if (chunk > sizeof(buf)) chunk = sizeof(buf);
size_t len = fread(buf, 1, chunk, fd);
- fwrite(buf, 1, len, textfd);
+ if (textfd != NULL) fwrite(buf, 1, len, textfd);
nread += len;
}
- fclose(textfd);
+ if (textfd != NULL) fclose(textfd);
return 1;
}
@@ -131,13 +134,13 @@ TestSetup* read_test_setup(FILE* fd, const char* less) {
}
break;
case 'F': // text file
- if (!parse_textfile(setup, line+1, line_len-1, fd)) {
+ if (!parse_textfile(setup, line+1, line_len-1, fd, less != NULL)) {
free_test_setup(setup);
return NULL;
}
break;
case 'A': // less cmd line parameters
- if (!parse_command(setup, less, line+1, line_len-1)) {
+ if (less != NULL && !parse_command(setup, less, line+1, line_len-1)) {
free_test_setup(setup);
return NULL;
}
@@ -146,10 +149,61 @@ TestSetup* read_test_setup(FILE* fd, const char* less) {
break;
}
}
- if (setup->textfile == NULL || setup->argv == NULL) {
+ if (less != NULL && (setup->textfile == NULL || setup->argv == NULL)) {
free_test_setup(setup);
return NULL;
}
if (verbose) { fprintf(stderr, "setup: textfile %s\n", setup->textfile); print_strings("argv:", setup->argv); }
return setup;
}
+
+static TestDetails* new_test_details(void) {
+ TestDetails* td = (TestDetails*) malloc(sizeof(TestDetails));
+ td->textfile = NULL;
+ td->img_should = td->img_actual = NULL;
+ td->cmd_num = 0;
+ td->len_should = td->len_actual = 0;
+ return td;
+}
+
+void free_test_details(TestDetails* td) {
+ if (td->img_should != NULL) free(td->img_should);
+ if (td->img_actual != NULL) free(td->img_actual);
+ free(td);
+}
+
+TestDetails* read_test_details(FILE* fd) {
+ TestDetails* td = new_test_details();
+ for (;;) {
+ char line[10000];
+ int line_len = read_zline(fd, line, sizeof(line));
+ if (line_len < 0)
+ break;
+ if (line_len < 1)
+ continue;
+ char const* linep = line;
+ switch (*linep++) {
+ case '!':
+ break;
+ case 'F':
+ td->textfile = parse_qstring(&linep);
+ break;
+ case 'N':
+ td->cmd_num = parse_int(&linep);
+ break;
+ case '=':
+ td->len_should = line_len-1;
+ td->img_should = malloc(td->len_should);
+ memcpy(td->img_should, line+1, td->len_should);
+ break;
+ case '<':
+ td->len_actual = line_len-1;
+ td->img_actual = malloc(td->len_actual);
+ memcpy(td->img_actual, line+1, td->len_actual);
+ break;
+ default:
+ break;
+ }
+ }
+ return td;
+}
diff --git a/lesstest/run.c b/lesstest/run.c
index fcca179129f9..9797c2d8ff4c 100644
--- a/lesstest/run.c
+++ b/lesstest/run.c
@@ -1,14 +1,15 @@
#include <time.h>
#include <errno.h>
#include <setjmp.h>
-#include <errno.h>
#include <signal.h>
#include <sys/wait.h>
+#include <termcap.h>
#include "lesstest.h"
extern int verbose;
extern int less_quit;
extern int details;
+extern char* details_file;
extern int err_only;
extern TermInfo terminfo;
@@ -77,26 +78,47 @@ static void read_and_display_screen(LessPipeline* pipeline) {
}
// Is the screen image in a LessPipeline equal to a given buffer?
-static int curr_screen_match(LessPipeline* pipeline, const byte* img, int imglen) {
+static int curr_screen_match(LessPipeline* pipeline, const byte* img, int imglen, char const* textfile, int cmd_num) {
byte curr[MAX_SCREENBUF_SIZE];
int currlen = read_screen(pipeline, curr, sizeof(curr));
if (currlen == imglen && memcmp(img, curr, imglen) == 0)
return 1;
if (details) {
- fprintf(stderr, "lt: mismatch: expect:\n");
+ fprintf(stderr, "INFO: mismatch: expect:\n");
display_screen_debug(img, imglen, pipeline->screen_width, pipeline->screen_height);
- fprintf(stderr, "lt: got:\n");
+ fprintf(stderr, "INFO: got:\n");
display_screen_debug(curr, currlen, pipeline->screen_width, pipeline->screen_height);
}
+ if (details_file != NULL) {
+ FILE* df = fopen(details_file, "w");
+ if (df == NULL) {
+ fprintf(stderr, "cannot create %s: %s\n", details_file, strerror(errno));
+ } else {
+ fprintf(df, "!lesstest-details!\n");
+ fprintf(df, "F \"%s\"\n", textfile);
+ fprintf(df, "N %d\n", cmd_num);
+ fprintf(df, "=%.*s\n", imglen, img);
+ fprintf(df, "<%.*s\n", currlen, curr);
+ fclose(df);
+ }
+ }
return 0;
}
+// Read a hex character codepoint from the keyfile.
+static wchar read_keyfile(FILE* keyin) {
+ char line[32];
+ if (fgets(line, sizeof(line), keyin) == NULL)
+ return 0;
+ return strtoul(line, NULL, 16);
+}
+
// Run an interactive lesstest session to create an lt file.
// Read individual chars from stdin and send them to a LessPipeline.
// After each char, read the LessPipeline screen and display it
// on the user's screen.
// Also log the char and the screen image in the lt file.
-int run_interactive(char* const* argv, int argc, char* const* prog_envp) {
+int run_interactive(char* const* argv, int argc, char* const* prog_envp, char const* keyfile) {
setup_term();
char* const* envp = less_envp(prog_envp, 1);
LessPipeline* pipeline = create_less_pipeline(argv, argc, envp);
@@ -111,11 +133,19 @@ int run_interactive(char* const* argv, int argc, char* const* prog_envp) {
set_signal_handlers(1);
less_quit = 0;
int ttyin = 0; // stdin
- raw_mode(ttyin, 1);
+ FILE* keyin = NULL;
+ if (keyfile != NULL) {
+ keyin = fopen(keyfile, "r");
+ if (keyin == NULL) {
+ fprintf(stderr, "cannot open %s\n", keyfile);
+ return 0;
+ }
+ }
+ if (keyin == NULL) raw_mode(ttyin, 1);
printf("%s%s", terminfo.init_term, terminfo.enter_keypad);
read_and_display_screen(pipeline);
while (!less_quit) {
- wchar ch = read_wchar(ttyin);
+ wchar ch = keyin != NULL ? read_keyfile(keyin) : read_wchar(ttyin);
if (ch == terminfo.backspace_key)
ch = '\b';
if (verbose) fprintf(stderr, "tty %c (%lx)\n", pr_ascii(ch), ch);
@@ -125,7 +155,7 @@ int run_interactive(char* const* argv, int argc, char* const* prog_envp) {
}
log_test_footer();
printf("%s%s%s", terminfo.clear_screen, terminfo.exit_keypad, terminfo.deinit_term);
- raw_mode(ttyin, 0);
+ if (keyin == NULL) raw_mode(ttyin, 0);
destroy_less_pipeline(pipeline);
set_signal_handlers(0);
return 1;
@@ -167,7 +197,7 @@ static int run_test(TestSetup* setup, FILE* testfd) {
++cmds;
break;
case '=':
- if (!curr_screen_match(pipeline, (byte*)line+1, line_len-1)) {
+ if (!curr_screen_match(pipeline, (byte*)line+1, line_len-1, setup->textfile, cmds)) {
ok = 0;
less_quit = 1;
fprintf(stderr, "DIFF %s on cmd #%d (%c %lx)\n",
@@ -204,24 +234,16 @@ int run_testfile(const char* ltfile, const char* less) {
fprintf(stderr, "cannot open %s\n", ltfile);
return 0;
}
- int tests = 0;
int fails = 0;
// This for loop is to handle multiple tests in one file.
for (;;) {
TestSetup* setup = read_test_setup(testfd, less);
if (setup == NULL)
break;
- ++tests;
int ok = run_test(setup, testfd);
free_test_setup(setup);
if (!ok) ++fails;
}
-#if 0
- fprintf(stderr, "DONE %d test%s", tests, tests==1?"":"s");
- if (tests > fails) fprintf(stderr, ", %d ok", tests-fails);
- if (fails > 0) fprintf(stderr, ", %d failed", fails);
- fprintf(stderr, "\n");
-#endif
fclose(testfd);
return (fails == 0);
}
diff --git a/lesstest/runtest b/lesstest/runtest
index e14643149662..0241b4a08820 100755
--- a/lesstest/runtest
+++ b/lesstest/runtest
@@ -2,9 +2,10 @@
use strict;
# Run one or more test files.
-my $usage = "usage: runtest [-eE] [-d lesstest-dir] [-l less.exe] [-r temp-dir] [-s lt_screen] [-t lesstest] [-O lesstest-opts] [file.lt | dir]...\n";
+my $usage = "usage: runtest [-eED] [-d lesstest-dir] [-l less.exe] [-r temp-dir] [-s lt_screen] [-t lesstest] [-O lesstest-opts] [file.lt | dir]...\n";
use Getopt::Std;
+use File::Basename;
use Cwd;
my $rundir;
@@ -18,7 +19,7 @@ my $num_tests = 0;
exit main();
sub main {
my %opt;
- die $usage if not getopts('d:eEl:O:r:s:t:', \%opt);
+ die $usage if not getopts('d:DeEl:O:r:s:t:', \%opt);
die $usage if not @ARGV;
my $cwd = getcwd();
@@ -40,7 +41,8 @@ sub main {
my $errs = 0;
foreach my $file (@ARGV) {
- $errs += run(rfile($file, $cwd));
+ my $dopt = $opt{D} ? ('-D' . rfile(basename($file,'.lt'), $cwd) . '.dt') : '';
+ $errs += run(rfile($file, $cwd), $dopt);
}
system "rm -rf '$rundir'";
print STDERR "RAN $num_tests tests with $errs errors\n" if $errs > 0 or $err_only != 2;
@@ -49,7 +51,7 @@ sub main {
# Run a test as directed by a lt file.
sub run {
- my ($file) = @_;
+ my ($file, $opts) = @_;
if (-d $file) {
return run_dir($file);
}
@@ -67,7 +69,7 @@ sub run {
return 1;
}
print STDERR "TEST $basename\n" unless $err_only;
- my $cmd = "$lesstest $lt_opts -s '$lt_screen' -t '$file' '$less'";
+ my $cmd = "$lesstest $lt_opts $opts -s '$lt_screen' -t '$file' '$less'";
my $err = system $cmd;
++$num_tests;
if ($err) {
diff --git a/lesstest/term.c b/lesstest/term.c
index 1e2e5a3ab64b..ed9627611fda 100644
--- a/lesstest/term.c
+++ b/lesstest/term.c
@@ -113,6 +113,7 @@ int setup_term(void) {
terminfo.backspace_key = (strlen(bs) == 1) ? *bs : '\b';
terminfo.cursor_move = ltgetstr("cm", &sp);
terminfo.clear_screen = ltgetstr("cl", &sp);
+ terminfo.clear_eos = ltgetstr("cd", &sp);
terminfo.init_term = ltgetstr("ti", &sp);
terminfo.deinit_term = ltgetstr("te", &sp);
terminfo.enter_keypad = ltgetstr("ks", &sp);
diff --git a/lglob.h b/lglob.h
index 45597945f9a7..27cf876ecb89 100644
--- a/lglob.h
+++ b/lglob.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
diff --git a/line.c b/line.c
index e3e57804a5e8..6506c0556d58 100644
--- a/line.c
+++ b/line.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -25,12 +25,12 @@
#define MAX_PFX_WIDTH (MAX_LINENUM_WIDTH + MAX_STATUSCOL_WIDTH + 1)
static struct {
char *buf; /* Buffer which holds the current output line */
- int *attr; /* Parallel to buf, to hold attributes */
- int print; /* Index in buf of first printable char */
- int end; /* Number of chars in buf */
+ int *attr; /* Parallel to buf, to hold attributes */
+ size_t print; /* Index in buf of first printable char */
+ size_t end; /* Number of chars in buf */
char pfx[MAX_PFX_WIDTH]; /* Holds status column and line number */
int pfx_attr[MAX_PFX_WIDTH];
- int pfx_end; /* Number of chars in pfx */
+ size_t pfx_end; /* Number of chars in pfx */
} linebuf;
/*
@@ -50,9 +50,9 @@ static struct xbuffer last_ansi;
static struct xbuffer last_ansis[NUM_LAST_ANSIS];
static int curr_last_ansi;
-public int size_linebuf = 0; /* Size of line buffer (and attr buffer) */
+public size_t size_linebuf = 0; /* Size of line buffer (and attr buffer) */
static struct ansi_state *line_ansi = NULL;
-static int ansi_in_line;
+static lbool ansi_in_line;
static int hlink_in_line;
static int line_mark_attr;
static int cshift; /* Current left-shift of output line buffer */
@@ -68,16 +68,16 @@ static int right_curr;
static int right_column;
static int overstrike; /* Next char should overstrike previous char */
static int last_overstrike = AT_NORMAL;
-static int is_null_line; /* There is no current line */
+static lbool is_null_line; /* There is no current line */
static LWCHAR pendc;
static POSITION pendpos;
-static char *end_ansi_chars;
-static char *mid_ansi_chars;
+static constant char *end_ansi_chars;
+static constant char *mid_ansi_chars;
static int in_hilite;
static int attr_swidth(int a);
static int attr_ewidth(int a);
-static int do_append(LWCHAR ch, char *rep, POSITION pos);
+static int do_append(LWCHAR ch, constant char *rep, POSITION pos);
extern int sigs;
extern int bs_mode;
@@ -87,7 +87,6 @@ extern int proc_return;
extern int linenums;
extern int ctldisp;
extern int twiddle;
-extern int binattr;
extern int status_col;
extern int status_col_width;
extern int linenum_width;
@@ -100,7 +99,7 @@ extern int sc_width, sc_height;
extern int utf_mode;
extern POSITION start_attnpos;
extern POSITION end_attnpos;
-extern char rscroll_char;
+extern LWCHAR rscroll_char;
extern int rscroll_attr;
extern int use_color;
extern int status_line;
@@ -109,7 +108,7 @@ static char mbc_buf[MAX_UTF_CHAR_LEN];
static int mbc_buf_len = 0;
static int mbc_buf_index = 0;
static POSITION mbc_pos;
-static int saved_line_end;
+static size_t saved_line_end;
static int saved_end_column;
/* Configurable color map */
@@ -138,9 +137,8 @@ static struct color_map color_map[] = {
/* State while processing an ANSI escape sequence */
struct ansi_state {
- int hindex; /* Index into hyperlink prefix */
- int hlink; /* Processing hyperlink address? */
- int prev_esc; /* Prev char was ESC (to detect ESC-\ seq) */
+ int oindex; /* Index into OSC8 prefix */
+ osc8_state ostate; /* State while processing OSC8 sequence */
};
/*
@@ -174,7 +172,7 @@ public void init_line(void)
static int expand_linebuf(void)
{
/* Double the size of the line buffer. */
- int new_size = size_linebuf * 2;
+ size_t new_size = size_linebuf * 2;
char *new_buf = (char *) calloc(new_size, sizeof(char));
int *new_attr = (int *) calloc(new_size, sizeof(int));
if (new_buf == NULL || new_attr == NULL)
@@ -201,7 +199,7 @@ static int expand_linebuf(void)
/*
* Is a character ASCII?
*/
-public int is_ascii_char(LWCHAR ch)
+public lbool is_ascii_char(LWCHAR ch)
{
return (ch <= 0x7F);
}
@@ -213,7 +211,7 @@ static void inc_end_column(int w)
if (end_column > right_column && w > 0)
{
right_column = end_column;
- right_curr = linebuf.end;
+ right_curr = (int) linebuf.end;
}
end_column += w;
}
@@ -245,10 +243,10 @@ public void prewind(void)
overstrike = 0;
last_overstrike = AT_NORMAL;
mbc_buf_len = 0;
- is_null_line = 0;
+ is_null_line = FALSE;
pendc = '\0';
in_hilite = 0;
- ansi_in_line = 0;
+ ansi_in_line = FALSE;
hlink_in_line = 0;
line_mark_attr = 0;
line_pos = NULL_POSITION;
@@ -262,7 +260,7 @@ public void prewind(void)
/*
* Set a character in the line buffer.
*/
-static void set_linebuf(int n, char ch, int attr)
+static void set_linebuf(size_t n, char ch, int attr)
{
if (n >= size_linebuf)
{
@@ -289,7 +287,7 @@ static void add_linebuf(char ch, int attr, int w)
/*
* Append a string to the line buffer.
*/
-static void addstr_linebuf(char *s, int attr, int cw)
+static void addstr_linebuf(constant char *s, int attr, int cw)
{
for ( ; *s != '\0'; s++)
add_linebuf(*s, attr, cw);
@@ -298,7 +296,7 @@ static void addstr_linebuf(char *s, int attr, int cw)
/*
* Set a character in the line prefix buffer.
*/
-static void set_pfx(int n, char ch, int attr)
+static void set_pfx(size_t n, char ch, int attr)
{
linebuf.pfx[n] = ch;
linebuf.pfx_attr[n] = attr;
@@ -318,7 +316,6 @@ static void add_pfx(char ch, int attr)
public void plinestart(POSITION pos)
{
LINENUM linenum = 0;
- int i;
if (linenums == OPT_ONPLUS)
{
@@ -347,7 +344,7 @@ public void plinestart(POSITION pos)
if (status_col)
{
add_pfx(c ? c : ' ', line_mark_attr); /* column 0: status */
- while (linebuf.pfx_end < status_col_width)
+ while (linebuf.pfx_end < (size_t) status_col_width) /*{{type-issue}}*/
add_pfx(' ', AT_NORMAL);
}
}
@@ -359,7 +356,8 @@ public void plinestart(POSITION pos)
if (linenums == OPT_ONPLUS)
{
char buf[INT_STRLEN_BOUND(linenum) + 2];
- int len;
+ size_t len;
+ size_t i;
linenum = vlinenum(linenum);
if (linenum == 0)
@@ -367,15 +365,15 @@ public void plinestart(POSITION pos)
else
{
linenumtoa(linenum, buf, 10);
- len = (int) strlen(buf);
+ len = strlen(buf);
}
- for (i = 0; i < linenum_width - len; i++)
+ 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(' ', AT_NORMAL);
}
- end_column = linebuf.pfx_end;
+ end_column = (int) linebuf.pfx_end; /*{{type-issue}}*/
}
/*
@@ -398,12 +396,13 @@ public int line_pfx_width(void)
*/
public void pshift_all(void)
{
- int i;
+ size_t i;
for (i = linebuf.print; i < linebuf.end; i++)
if (linebuf.attr[i] == AT_ANSI)
- xbuf_add_byte(&shifted_ansi, (unsigned char) linebuf.buf[i]);
+ xbuf_add_char(&shifted_ansi, linebuf.buf[i]);
linebuf.end = linebuf.print;
- end_column = linebuf.pfx_end;
+ end_column = (int) linebuf.pfx_end; /*{{type-issue}}*/
+ line_pos = NULL_POSITION;
}
/*
@@ -466,13 +465,13 @@ public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a)
* Backspace moves backwards one or two positions.
*/
if (prev_a & (AT_ANSI|AT_BINARY))
- return strlen(prchar('\b'));
+ return (int) strlen(prchar('\b')); /*{{type-issue}}*/
return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
}
if (!utf_mode || is_ascii_char(ch))
{
- if (control_char((char)ch))
+ if (control_char(ch))
{
/*
* Control characters do unpredictable things,
@@ -532,7 +531,7 @@ static int backc(void)
{
LWCHAR prev_ch;
int width;
- linebuf.end = (int) (p - linebuf.buf);
+ linebuf.end = ptr_diff(p, linebuf.buf);
prev_ch = step_char(&p, -1, linebuf.buf);
width = pwidth(ch, linebuf.attr[linebuf.end], prev_ch, linebuf.attr[linebuf.end-1]);
end_column -= width;
@@ -565,22 +564,22 @@ public void loadc(void)
/*
* Is a character the end of an ANSI escape sequence?
*/
-public int is_ansi_end(LWCHAR ch)
+public lbool is_ansi_end(LWCHAR ch)
{
if (!is_ascii_char(ch))
- return (0);
+ return (FALSE);
return (strchr(end_ansi_chars, (char) ch) != NULL);
}
/*
* Can a char appear in an ANSI escape sequence, before the end char?
*/
-public int is_ansi_middle(LWCHAR ch)
+public lbool is_ansi_middle(LWCHAR ch)
{
if (!is_ascii_char(ch))
- return (0);
+ return (FALSE);
if (is_ansi_end(ch))
- return (0);
+ return (FALSE);
return (strchr(mid_ansi_chars, (char) ch) != NULL);
}
@@ -588,11 +587,11 @@ public int is_ansi_middle(LWCHAR ch)
* Skip past an ANSI escape sequence.
* pp is initially positioned just after the CSI_START char.
*/
-public void skip_ansi(struct ansi_state *pansi, char **pp, constant char *limit)
+public void skip_ansi(struct ansi_state *pansi, constant char **pp, constant char *limit)
{
LWCHAR c;
do {
- c = step_char(pp, +1, limit);
+ c = step_charc(pp, +1, limit);
} while (*pp < limit && ansi_step(pansi, c) == ANSI_MID);
/* Note that we discard final char, for which is_ansi_end is true. */
}
@@ -608,9 +607,8 @@ public struct ansi_state * ansi_start(LWCHAR ch)
if (!IS_CSI_START(ch))
return NULL;
pansi = ecalloc(1, sizeof(struct ansi_state));
- pansi->hindex = 0;
- pansi->hlink = 0;
- pansi->prev_esc = 0;
+ pansi->oindex = 0;
+ pansi->ostate = OSC8_PREFIX;
return pansi;
}
@@ -618,30 +616,48 @@ public struct ansi_state * ansi_start(LWCHAR ch)
* Determine whether the next char in an ANSI escape sequence
* ends the sequence.
*/
-public int ansi_step(struct ansi_state *pansi, LWCHAR ch)
+public ansi_state ansi_step(struct ansi_state *pansi, LWCHAR ch)
{
- if (pansi->hlink)
+ static constant char osc8_prefix[] = ESCS "]8;";
+
+ switch (pansi->ostate)
{
- /* Hyperlink ends with \7 or ESC-backslash. */
+ case OSC8_PREFIX:
+ if (ch != (LWCHAR) osc8_prefix[pansi->oindex] &&
+ !(pansi->oindex == 0 && IS_CSI_START(ch)))
+ {
+ pansi->ostate = OSC8_NOT; /* not an OSC8 sequence */
+ break;
+ }
+ pansi->oindex++;
+ if (osc8_prefix[pansi->oindex] == '\0') /* end of prefix */
+ pansi->ostate = OSC8_PARAMS;
+ return ANSI_MID;
+ case OSC8_PARAMS:
+ if (ch == ';')
+ pansi->ostate = OSC8_URI;
+ return ANSI_MID;
+ case OSC8_URI:
+ /* URI ends with \7 or ESC-backslash. */
if (ch == '\7')
+ {
+ pansi->ostate = OSC8_END;
return ANSI_END;
- if (pansi->prev_esc)
- return (ch == '\\') ? ANSI_END : ANSI_ERR;
- pansi->prev_esc = (ch == ESC);
+ }
+ if (ch == ESC)
+ pansi->ostate = OSC8_ST_ESC;
return ANSI_MID;
- }
- if (pansi->hindex >= 0)
- {
- static char hlink_prefix[] = ESCS "]8;";
- if (ch == hlink_prefix[pansi->hindex] ||
- (pansi->hindex == 0 && IS_CSI_START(ch)))
+ case OSC8_ST_ESC:
+ if (ch != '\\')
{
- pansi->hindex++;
- if (hlink_prefix[pansi->hindex] == '\0')
- pansi->hlink = 1; /* now processing hyperlink addr */
- return ANSI_MID;
+ return ANSI_ERR;
}
- pansi->hindex = -1; /* not a hyperlink */
+ pansi->ostate = OSC8_END;
+ return ANSI_END;
+ case OSC8_END:
+ return ANSI_END;
+ case OSC8_NOT:
+ break;
}
/* Check for SGR sequences */
if (is_ansi_middle(ch))
@@ -652,6 +668,14 @@ public int ansi_step(struct ansi_state *pansi, LWCHAR ch)
}
/*
+ * Return the current OSC8 parsing state.
+ */
+public osc8_state ansi_osc8_state(struct ansi_state *pansi)
+{
+ return pansi->ostate;
+}
+
+/*
* Free an ansi_state structure.
*/
public void ansi_done(struct ansi_state *pansi)
@@ -678,16 +702,17 @@ static int fits_on_screen(int w, int a)
if (store_char((ch),(a),(rep),(pos))) return (1); \
} while (0)
-static int store_char(LWCHAR ch, int a, char *rep, POSITION pos)
+static int store_char(LWCHAR ch, int a, constant char *rep, POSITION pos)
{
int w;
- int i;
- int replen;
+ size_t i;
+ size_t replen;
char cs;
+ int ov;
- i = (a & (AT_UNDERLINE|AT_BOLD));
- if (i != AT_NORMAL)
- last_overstrike = i;
+ ov = (a & (AT_UNDERLINE|AT_BOLD));
+ if (ov != AT_NORMAL)
+ last_overstrike = ov;
#if HILITE_SEARCH
{
@@ -759,7 +784,7 @@ static int store_char(LWCHAR ch, int a, char *rep, POSITION pos)
replen = 1;
} else
{
- replen = utf_len(rep[0]);
+ replen = (size_t) utf_len(rep[0]); /*{{type-issue}}*/
}
if (cshift == hshift)
@@ -770,7 +795,7 @@ static int store_char(LWCHAR ch, int a, char *rep, POSITION pos)
{
/* Copy shifted ANSI sequences to beginning of line. */
for (i = 0; i < shifted_ansi.end; i++)
- add_linebuf(shifted_ansi.data[i], AT_ANSI, 0);
+ add_linebuf((char) shifted_ansi.data[i], AT_ANSI, 0);
xbuf_reset(&shifted_ansi);
}
}
@@ -784,11 +809,11 @@ static int store_char(LWCHAR ch, int a, char *rep, POSITION pos)
{
/* We haven't left-shifted enough yet. */
if (a == AT_ANSI)
- xbuf_add_byte(&shifted_ansi, (unsigned char) ch); /* Save ANSI attributes */
+ xbuf_add_char(&shifted_ansi, (char) ch); /* Save ANSI attributes */
if (linebuf.end > linebuf.print)
{
/* Shift left enough to put last byte of this char at print-1. */
- int i;
+ size_t i;
for (i = 0; i < linebuf.print; i++)
{
linebuf.buf[i] = linebuf.buf[i+replen];
@@ -814,25 +839,21 @@ static int store_char(LWCHAR ch, int a, char *rep, POSITION pos)
#define STORE_STRING(s,a,pos) \
do { if (store_string((s),(a),(pos))) return (1); } while (0)
-static int store_string(char *s, int a, POSITION pos)
+static int store_string(constant char *s, int a, POSITION pos)
{
- if (!fits_on_screen(strlen(s), a))
+ if (!fits_on_screen((int) strlen(s), a))
return 1;
for ( ; *s != 0; s++)
- STORE_CHAR(*s, a, NULL, pos);
+ STORE_CHAR((LWCHAR)*s, a, NULL, pos);
return 0;
}
/*
- * Append a tab to the line buffer.
- * Store spaces to represent the tab.
+ * Return number of spaces from col to the next tab stop.
*/
-#define STORE_TAB(a,pos) \
- do { if (store_tab((a),(pos))) return (1); } while (0)
-
-static int store_tab(int attr, POSITION pos)
+static int tab_spaces(int col)
{
- int to_tab = end_column - linebuf.pfx_end;
+ int to_tab = col - (int) linebuf.pfx_end; /*{{type-issue}}*/
if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1])
to_tab = tabdefault -
@@ -845,7 +866,19 @@ static int store_tab(int attr, POSITION pos)
break;
to_tab = tabstops[i+1] - to_tab;
}
+ return to_tab;
+}
+/*
+ * Append a tab to the line buffer.
+ * Store spaces to represent the tab.
+ */
+#define STORE_TAB(a,pos) \
+ do { if (store_tab((a),(pos))) return (1); } while (0)
+
+static int store_tab(int attr, POSITION pos)
+{
+ int to_tab = tab_spaces(end_column);
do {
STORE_CHAR(' ', attr, " ", pos);
} while (--to_tab > 0);
@@ -869,7 +902,7 @@ static int flush_mbc_buf(POSITION pos)
int i;
for (i = 0; i < mbc_buf_index; i++)
- if (store_prchar(mbc_buf[i], pos))
+ if (store_prchar((LWCHAR) mbc_buf[i], pos))
return mbc_buf_index - i;
return 0;
}
@@ -879,13 +912,14 @@ static int flush_mbc_buf(POSITION pos)
* Expand tabs into spaces, handle underlining, boldfacing, etc.
* Returns 0 if ok, 1 if couldn't fit in buffer.
*/
-public int pappend(int c, POSITION pos)
+public int pappend_b(char c, POSITION pos, lbool before_pendc)
{
+ LWCHAR ch = c & 0377;
int r;
- if (pendc)
+ if (pendc && !before_pendc)
{
- if (c == '\r' && pendc == '\r')
+ if (ch == '\r' && pendc == '\r')
return (0);
if (do_append(pendc, NULL, pendpos))
/*
@@ -896,7 +930,7 @@ public int pappend(int c, POSITION pos)
pendc = '\0';
}
- if (c == '\r' && (proc_return == OPT_ON || (bs_mode == BS_SPECIAL && proc_return == OPT_OFF)))
+ if (ch == '\r' && (proc_return == OPT_ON || (bs_mode == BS_SPECIAL && proc_return == OPT_OFF)))
{
if (mbc_buf_len > 0) /* utf_mode must be on. */
{
@@ -913,14 +947,14 @@ public int pappend(int c, POSITION pos)
* the next char. If the next char is a newline,
* discard the CR.
*/
- pendc = c;
+ pendc = ch;
pendpos = pos;
return (0);
}
if (!utf_mode)
{
- r = do_append(c, NULL, pos);
+ r = do_append(ch, NULL, pos);
} else
{
/* Perform strict validation in all possible cases. */
@@ -930,7 +964,7 @@ public int pappend(int c, POSITION pos)
mbc_buf_index = 1;
*mbc_buf = c;
if (IS_ASCII_OCTET(c))
- r = do_append(c, NULL, pos);
+ r = do_append(ch, NULL, pos);
else if (IS_UTF8_LEAD(c))
{
mbc_buf_len = utf_len(c);
@@ -969,7 +1003,12 @@ public int pappend(int c, POSITION pos)
return (r);
}
-static int store_control_char(LWCHAR ch, char *rep, POSITION pos)
+public int pappend(char c, POSITION pos)
+{
+ return pappend_b(c, pos, FALSE);
+}
+
+static int store_control_char(LWCHAR ch, constant char *rep, POSITION pos)
{
if (ctldisp == OPT_ON)
{
@@ -978,26 +1017,26 @@ static int store_control_char(LWCHAR ch, char *rep, POSITION pos)
} else
{
/* Output a printable representation of the character. */
- STORE_PRCHAR((char) ch, pos);
+ STORE_PRCHAR(ch, pos);
}
return (0);
}
-static int store_ansi(LWCHAR ch, char *rep, POSITION pos)
+static int store_ansi(LWCHAR ch, constant char *rep, POSITION pos)
{
switch (ansi_step(line_ansi, ch))
{
case ANSI_MID:
STORE_CHAR(ch, AT_ANSI, rep, pos);
- if (line_ansi->hlink)
+ if (ansi_osc8_state(line_ansi) == OSC8_PARAMS)
hlink_in_line = 1;
- xbuf_add_byte(&last_ansi, (unsigned char) ch);
+ xbuf_add_char(&last_ansi, (char) ch);
break;
case ANSI_END:
STORE_CHAR(ch, AT_ANSI, rep, pos);
ansi_done(line_ansi);
line_ansi = NULL;
- xbuf_add_byte(&last_ansi, (unsigned char) ch);
+ xbuf_add_char(&last_ansi, (char) ch);
xbuf_set(&last_ansis[curr_last_ansi], &last_ansi);
xbuf_reset(&last_ansi);
curr_last_ansi = (curr_last_ansi + 1) % NUM_LAST_ANSIS;
@@ -1005,24 +1044,26 @@ static int store_ansi(LWCHAR ch, char *rep, POSITION pos)
case ANSI_ERR:
{
/* Remove whole unrecognized sequence. */
- char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf;
- int *end = (cshift < hshift) ? &shifted_ansi.end : &linebuf.end;
- char *p = start + *end;
+ constant char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf;
+ size_t *end = (cshift < hshift) ? &shifted_ansi.end : &linebuf.end;
+ constant char *p = start + *end;
LWCHAR bch;
do {
- bch = step_char(&p, -1, start);
+ bch = step_charc(&p, -1, start);
} while (p > start && !IS_CSI_START(bch));
- *end = (int) (p - start);
+ *end = ptr_diff(p, start);
}
xbuf_reset(&last_ansi);
ansi_done(line_ansi);
line_ansi = NULL;
break;
+ default:
+ break;
}
return (0);
}
-static int store_bs(LWCHAR ch, char *rep, POSITION pos)
+static int store_bs(LWCHAR ch, constant char *rep, POSITION pos)
{
if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF))
return store_control_char(ch, rep, pos);
@@ -1037,7 +1078,7 @@ static int store_bs(LWCHAR ch, char *rep, POSITION pos)
return 0;
}
-static int do_append(LWCHAR ch, char *rep, POSITION pos)
+static int do_append(LWCHAR ch, constant char *rep, POSITION pos)
{
int a = AT_NORMAL;
int in_overstrike = overstrike;
@@ -1046,7 +1087,7 @@ static int do_append(LWCHAR ch, char *rep, POSITION pos)
{
line_ansi = ansi_start(ch);
if (line_ansi != NULL)
- ansi_in_line = 1;
+ ansi_in_line = TRUE;
}
overstrike = 0;
@@ -1125,7 +1166,7 @@ static int do_append(LWCHAR ch, char *rep, POSITION pos)
STORE_TAB(a, pos);
return (0);
}
- if ((!utf_mode || is_ascii_char(ch)) && control_char((char)ch))
+ if ((!utf_mode || is_ascii_char(ch)) && control_char(ch))
{
return store_control_char(ch, rep, pos);
} else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch))
@@ -1183,6 +1224,9 @@ public void pdone(int endline, int chopped, int forw)
if (chopped && rscroll_char)
{
+ char rscroll_utf8[MAX_UTF_CHAR_LEN+1];
+ char *up = rscroll_utf8;
+
/*
* Display the right scrolling char.
* If we've already filled the rightmost screen char
@@ -1192,7 +1236,7 @@ public void pdone(int endline, int chopped, int forw)
{
/* We've already written in the rightmost char. */
end_column = right_column;
- linebuf.end = right_curr;
+ linebuf.end = (size_t) right_curr;
}
add_attr_normal();
while (end_column < sc_width-1 + cshift)
@@ -1202,10 +1246,13 @@ public void pdone(int endline, int chopped, int forw)
* This may be necessary if the char we overwrote
* was double-width.
*/
- add_linebuf(' ', rscroll_attr, 1);
+ add_linebuf(' ', 0, 1);
}
- /* Print rscroll char. It must be single-width. */
- add_linebuf(rscroll_char, rscroll_attr, 1);
+ /* Print rscroll char. */
+ put_wchar(&up, rscroll_char);
+ *up = '\0';
+ addstr_linebuf(rscroll_utf8, rscroll_attr, 0);
+ inc_end_column(1); /* assume rscroll_char is single-width */
} else
{
add_attr_normal();
@@ -1259,11 +1306,120 @@ public void pdone(int endline, int chopped, int forw)
}
/*
+ * Return the column number (screen position) of a given file position in its line.
+ * linepos = position of first char in line
+ * spos = position of char being queried
+ * saved_pos = position of a known column, or NULL_POSITION if no known column
+ * saved_col = column number of a known column, or -1 if no known column
+ *
+ * This attempts to mimic the logic in pappend() and the store_*() functions.
+ * Duplicating this complicated logic is not a good design.
+ */
+
+struct col_pos { int col; POSITION pos; };
+
+static void col_vs_pos(POSITION linepos, mutable struct col_pos *cp, POSITION saved_pos, int saved_col)
+{
+ int col = (saved_col < 0) ? 0 : saved_col;
+ LWCHAR prev_ch = 0;
+ struct ansi_state *pansi = NULL;
+ char utf8_buf[MAX_UTF_CHAR_LEN];
+ int utf8_len = 0;
+ POSITION chpos;
+
+ if (ch_seek(saved_pos != NULL_POSITION ? saved_pos : linepos))
+ return;
+ for (;;)
+ {
+ int ich;
+ char ch;
+ int cw = 0;
+
+ chpos = ch_tell();
+ ich = ch_forw_get();
+ ch = (char) ich;
+ if (ich == EOI || ch == '\n')
+ break;
+ if (pansi != NULL)
+ {
+ if (ansi_step(pansi, ch) != ANSI_MID)
+ {
+ ansi_done(pansi);
+ pansi = NULL;
+ }
+ } else if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(ch)) != NULL)
+ {
+ /* start of ansi sequence */
+ (void) ansi_step(pansi, ch);
+ } else if (ch == '\b')
+ {
+ if (proc_backspace == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_backspace == OPT_OFF))
+ cw = strlen(prchar(ch));
+ else
+ cw = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
+ } else if (ch == '\t')
+ {
+ if (proc_tab == OPT_ONPLUS || (bs_mode == BS_CONTROL && proc_tab == OPT_OFF))
+ cw = strlen(prchar(ch));
+ else
+ cw = tab_spaces(col);
+ } else if ((!utf_mode || is_ascii_char(ch)) && control_char(ch))
+ {
+ cw = strlen(prchar(ch));
+ } else if (utf8_len < MAX_UTF_CHAR_LEN)
+ {
+ utf8_buf[utf8_len++] = ch;
+ if (is_utf8_well_formed(utf8_buf, utf8_len))
+ {
+ LWCHAR wch = get_wchar(utf8_buf);
+ utf8_len = 0;
+ int attr = 0; /* {{ ignoring attribute is not correct for magic cookie terminals }} */
+ if (utf_mode && ctldisp != OPT_ON && is_ubin_char(wch))
+ cw = strlen(prutfchar(wch));
+ else
+ cw = pwidth(wch, attr, prev_ch, attr);
+ prev_ch = wch;
+ }
+ } else
+ {
+ utf8_len = 0; /* flush invalid UTF-8 */
+ }
+
+ if (cp->pos != NULL_POSITION && chpos == cp->pos) /* found the position we want */
+ break;
+ if (cp->col >= 0 && col >= cp->col && cw > 0) /* found the column we want */
+ break;
+ col += cw;
+ prev_ch = ch;
+ }
+ cp->col = col;
+ cp->pos = chpos;
+}
+
+public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col)
+{
+ struct col_pos cp;
+ cp.pos = spos;
+ cp.col = -1;
+ col_vs_pos(linepos, &cp, saved_pos, saved_col);
+ return cp.col;
+}
+
+public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col)
+{
+ struct col_pos cp;
+ cp.col = col + hshift - line_pfx_width();
+ cp.pos = NULL_POSITION;
+ col_vs_pos(linepos, &cp, saved_pos, saved_col);
+ return cp.pos;
+}
+
+/*
* Set an attribute on each char of the line in the line buffer.
*/
public void set_attr_line(int a)
{
- int i;
+ size_t i;
for (i = linebuf.print; i < linebuf.end; i++)
if ((linebuf.attr[i] & AT_COLOR) == 0 || (a & AT_COLOR) == 0)
@@ -1283,7 +1439,7 @@ public void set_status_col(char c, int attr)
* Return the character as the function return value,
* and the character attribute in *ap.
*/
-public int gline(int i, int *ap)
+public int gline(size_t i, int *ap)
{
if (is_null_line)
{
@@ -1320,7 +1476,7 @@ public int gline(int i, int *ap)
*/
public void null_line(void)
{
- is_null_line = 1;
+ is_null_line = TRUE;
cshift = 0;
}
@@ -1329,9 +1485,9 @@ public void null_line(void)
* lines which are not split for screen width.
* {{ This is supposed to be more efficient than forw_line(). }}
*/
-public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp)
+public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t *line_lenp)
{
- int n;
+ size_t n;
int c;
POSITION new_pos;
@@ -1359,7 +1515,12 @@ public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp)
break;
}
}
- linebuf.buf[n++] = c;
+ linebuf.buf[n++] = (char) c;
+ if (read_len != size_t_null && read_len > 0 && n >= read_len)
+ {
+ new_pos = ch_tell();
+ break;
+ }
c = ch_forw_get();
}
linebuf.buf[n] = '\0';
@@ -1370,13 +1531,18 @@ public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp)
return (new_pos);
}
+public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp)
+{
+ return forw_raw_line_len(curr_pos, size_t_null, linep, line_lenp);
+}
+
/*
* Analogous to back_line(), but deals with "raw lines".
* {{ This is supposed to be more efficient than back_line(). }}
*/
-public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp)
+public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp)
{
- int n;
+ size_t n;
int c;
POSITION new_pos;
@@ -1410,7 +1576,7 @@ public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp)
}
if (n <= 0)
{
- int old_size_linebuf = size_linebuf;
+ size_t old_size_linebuf = size_linebuf;
char *fm;
char *to;
if (expand_linebuf())
@@ -1431,7 +1597,7 @@ public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp)
*to = *fm;
n = size_linebuf - old_size_linebuf;
}
- linebuf.buf[--n] = c;
+ linebuf.buf[--n] = (char) c;
}
if (linep != NULL)
*linep = &linebuf.buf[n];
@@ -1444,16 +1610,16 @@ public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp)
* Skip cols printable columns at the start of line.
* Return number of bytes skipped.
*/
-public int skip_columns(int cols, char **linep, int *line_lenp)
+public int skip_columns(int cols, constant char **linep, size_t *line_lenp)
{
- char *line = *linep;
- char *eline = line + *line_lenp;
+ constant char *line = *linep;
+ constant char *eline = line + *line_lenp;
LWCHAR pch = 0;
- int bytes;
+ size_t bytes;
while (cols > 0 && line < eline)
{
- LWCHAR ch = step_char(&line, +1, eline);
+ LWCHAR ch = step_charc(&line, +1, eline);
struct ansi_state *pansi = ansi_start(ch);
if (pansi != NULL)
{
@@ -1467,10 +1633,10 @@ public int skip_columns(int cols, char **linep, int *line_lenp)
pch = ch;
}
}
- bytes = line - *linep;
+ bytes = ptr_diff(line, *linep);
*linep = line;
*line_lenp -= bytes;
- return (bytes);
+ return (int) bytes; /*{{type-issue}}*/
}
/*
@@ -1520,13 +1686,15 @@ public int rrshift(void)
{
POSITION pos;
int save_width;
- int line;
+ int sline;
int longest = 0;
save_width = sc_width;
- sc_width = INT_MAX;
- pos = position(TOP);
- for (line = 0; line < sc_height && pos != NULL_POSITION; line++)
+ sc_width = INT_MAX; /* so forw_line() won't chop */
+ for (sline = TOP; sline < sc_height; sline++)
+ if ((pos = position(sline)) != NULL_POSITION)
+ break;
+ for (; sline < sc_height && pos != NULL_POSITION; sline++)
{
pos = forw_line(pos);
if (end_column > longest)
@@ -1544,7 +1712,7 @@ public int rrshift(void)
static int lookup_color_index(int attr)
{
int cx;
- for (cx = 0; cx < sizeof(color_map)/sizeof(*color_map); cx++)
+ for (cx = 0; cx < countof(color_map); cx++)
if (color_map[cx].attr == attr)
return cx;
return -1;
@@ -1568,14 +1736,14 @@ static int color_index(int attr)
/*
* Set the color string to use for a given attribute.
*/
-public int set_color_map(int attr, char *colorstr)
+public int set_color_map(int attr, constant char *colorstr)
{
int cx = color_index(attr);
if (cx < 0)
return -1;
if (strlen(colorstr)+1 > sizeof(color_map[cx].color))
return -1;
- if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL) == CT_NULL)
+ if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL, NULL) == CT_NULL)
return -1;
strcpy(color_map[cx].color, colorstr);
return 0;
@@ -1584,7 +1752,7 @@ public int set_color_map(int attr, char *colorstr)
/*
* Get the color string to use for a given attribute.
*/
-public char * get_color_map(int attr)
+public constant char * get_color_map(int attr)
{
int cx = color_index(attr);
if (cx < 0)
diff --git a/linenum.c b/linenum.c
index 7b9fd2363280..2258cdd4901b 100644
--- a/linenum.c
+++ b/linenum.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -63,12 +63,11 @@ static struct linenum_info anchor; /* Anchor of the list */
static struct linenum_info *freelist; /* Anchor of the unused entries */
static struct linenum_info pool[NPOOL]; /* The pool itself */
static struct linenum_info *spare; /* We always keep one spare entry */
-public int scanning_eof = FALSE;
+public lbool scanning_eof = FALSE;
extern int linenums;
extern int sigs;
extern int sc_height;
-extern int screen_trashed;
extern int header_lines;
extern int nonum_headers;
@@ -210,28 +209,41 @@ static void longloopmessage(void)
ierror("Calculating line numbers", NULL_PARG);
}
-static int loopcount;
+struct delayed_msg
+{
+ void (*message)(void);
+ int loopcount;
+#if HAVE_TIME
+ time_type startime;
+#endif
+};
+
+static void start_delayed_msg(struct delayed_msg *dmsg, void (*message)(void))
+{
+ dmsg->loopcount = 0;
+ dmsg->message = message;
#if HAVE_TIME
-static time_type startime;
+ dmsg->startime = get_time();
#endif
+}
-static void longish(void)
+static void delayed_msg(struct delayed_msg *dmsg)
{
#if HAVE_TIME
- if (loopcount >= 0 && ++loopcount > 100)
+ if (dmsg->loopcount >= 0 && ++(dmsg->loopcount) > 100)
{
- loopcount = 0;
- if (get_time() >= startime + LONGTIME)
+ dmsg->loopcount = 0;
+ if (get_time() >= dmsg->startime + LONGTIME)
{
- longloopmessage();
- loopcount = -1;
+ dmsg->message();
+ dmsg->loopcount = -1;
}
}
#else
- if (loopcount >= 0 && ++loopcount > LONGLOOP)
+ if (dmsg->loopcount >= 0 && ++(dmsg->loopcount) > LONGLOOP)
{
- longloopmessage();
- loopcount = -1;
+ dmsg->message();
+ dmsg->loopcount = -1;
}
#endif
}
@@ -240,15 +252,15 @@ static void longish(void)
* Turn off line numbers because the user has interrupted
* a lengthy line number calculation.
*/
-static void abort_long(void)
+static void abort_delayed_msg(struct delayed_msg *dmsg)
{
- if (loopcount >= 0)
+ if (dmsg->loopcount >= 0)
return;
if (linenums == OPT_ONPLUS)
/*
* We were displaying line numbers, so need to repaint.
*/
- screen_trashed = 1;
+ screen_trashed();
linenums = 0;
error("Line numbers turned off", NULL_PARG);
}
@@ -262,6 +274,7 @@ public LINENUM find_linenum(POSITION pos)
struct linenum_info *p;
LINENUM linenum;
POSITION cpos;
+ struct delayed_msg dmsg;
if (!linenums)
/*
@@ -299,10 +312,7 @@ public LINENUM find_linenum(POSITION pos)
* The decision is based on which way involves
* traversing fewer bytes in the file.
*/
-#if HAVE_TIME
- startime = get_time();
-#endif
- loopcount = 0;
+ start_delayed_msg(&dmsg, longloopmessage);
if (p == &anchor || pos - p->prev->pos < p->pos - pos)
{
/*
@@ -316,14 +326,14 @@ public LINENUM find_linenum(POSITION pos)
/*
* Allow a signal to abort this loop.
*/
- cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL);
+ cpos = forw_raw_line(cpos, NULL, NULL);
if (ABORT_SIGS()) {
- abort_long();
+ abort_delayed_msg(&dmsg);
return (0);
}
if (cpos == NULL_POSITION)
return (0);
- longish();
+ delayed_msg(&dmsg);
}
/*
* We might as well cache it.
@@ -347,21 +357,20 @@ public LINENUM find_linenum(POSITION pos)
/*
* Allow a signal to abort this loop.
*/
- cpos = back_raw_line(cpos, (char **)NULL, (int *)NULL);
+ cpos = back_raw_line(cpos, NULL, NULL);
if (ABORT_SIGS()) {
- abort_long();
+ abort_delayed_msg(&dmsg);
return (0);
}
if (cpos == NULL_POSITION)
return (0);
- longish();
+ delayed_msg(&dmsg);
}
/*
* We might as well cache it.
*/
add_lnum(linenum, cpos);
}
- loopcount = 0;
return (linenum);
}
@@ -403,7 +412,7 @@ public POSITION find_pos(LINENUM linenum)
/*
* Allow a signal to abort this loop.
*/
- cpos = forw_raw_line(cpos, (char **)NULL, (int *)NULL);
+ cpos = forw_raw_line(cpos, NULL, NULL);
if (ABORT_SIGS())
return (NULL_POSITION);
if (cpos == NULL_POSITION)
@@ -421,7 +430,7 @@ public POSITION find_pos(LINENUM linenum)
/*
* Allow a signal to abort this loop.
*/
- cpos = back_raw_line(cpos, (char **)NULL, (int *)NULL);
+ cpos = back_raw_line(cpos, NULL, NULL);
if (ABORT_SIGS())
return (NULL_POSITION);
if (cpos == NULL_POSITION)
@@ -458,6 +467,11 @@ public LINENUM currline(int where)
return (linenum);
}
+static void detlenmessage(void)
+{
+ ierror("Determining length of file", NULL_PARG);
+}
+
/*
* Scan entire file, counting line numbers.
*/
@@ -465,23 +479,28 @@ public void scan_eof(void)
{
POSITION pos = ch_zero();
LINENUM linenum = 0;
+ struct delayed_msg dmsg;
if (ch_seek(0))
return;
- ierror("Determining length of file", NULL_PARG);
/*
* scanning_eof prevents the "Waiting for data" message from
* overwriting "Determining length of file".
*/
+ start_delayed_msg(&dmsg, detlenmessage);
scanning_eof = TRUE;
while (pos != NULL_POSITION)
{
/* For efficiency, only add one every 256 line numbers. */
if ((linenum++ % 256) == 0)
add_lnum(linenum, pos);
- pos = forw_raw_line(pos, (char **)NULL, (int *)NULL);
+ pos = forw_raw_line(pos, NULL, NULL);
if (ABORT_SIGS())
+ {
+ abort_delayed_msg(&dmsg);
break;
+ }
+ delayed_msg(&dmsg);
}
scanning_eof = FALSE;
}
diff --git a/lsystem.c b/lsystem.c
index ebb249d8500d..429a806318d5 100644
--- a/lsystem.c
+++ b/lsystem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -32,7 +32,6 @@
#endif
#endif
-extern int screen_trashed;
extern IFILE curr_ifile;
@@ -42,11 +41,11 @@ extern IFILE curr_ifile;
* Pass the specified command to a shell to be executed.
* Like plain "system()", but handles resetting terminal modes, etc.
*/
-public void lsystem(char *cmd, char *donemsg)
+public void lsystem(constant char *cmd, constant char *donemsg)
{
int inp;
#if HAVE_SHELL
- char *shell;
+ constant char *shell;
char *p;
#endif
IFILE save_ifile;
@@ -136,7 +135,7 @@ public void lsystem(char *cmd, char *donemsg)
char *esccmd = shell_quote(cmd);
if (esccmd != NULL)
{
- int len = (int) (strlen(shell) + strlen(esccmd) + 5);
+ size_t len = strlen(shell) + strlen(esccmd) + 5;
p = (char *) ecalloc(len, sizeof(char));
SNPRINTF3(p, len, "%s %s %s", shell, shell_coption(), esccmd);
free(esccmd);
@@ -193,7 +192,7 @@ public void lsystem(char *cmd, char *donemsg)
flush();
}
init();
- screen_trashed = 1;
+ screen_trashed();
#if MSDOS_COMPILER && MSDOS_COMPILER!=WIN32C
/*
@@ -248,7 +247,7 @@ public void lsystem(char *cmd, char *donemsg)
* If the mark is on the current screen, or if the mark is ".",
* the whole current screen is piped.
*/
-public int pipe_mark(int c, char *cmd)
+public int pipe_mark(char c, constant char *cmd)
{
POSITION mpos, tpos, bpos;
@@ -279,7 +278,7 @@ public int pipe_mark(int c, char *cmd)
* Create a pipe to the given shell command.
* Feed it the file contents between the positions spos and epos.
*/
-public int pipe_data(char *cmd, POSITION spos, POSITION epos)
+public int pipe_data(constant char *cmd, POSITION spos, POSITION epos)
{
FILE *f;
int c;
@@ -353,7 +352,7 @@ public int pipe_data(char *cmd, POSITION spos, POSITION epos)
init_signals(1);
raw_mode(1);
init();
- screen_trashed = 1;
+ screen_trashed();
#if defined(SIGWINCH) || defined(SIGWIND)
/* {{ Probably don't need this here. }} */
winch(0);
diff --git a/main.c b/main.c
index 3fcd57be880f..aa3ef8663c94 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -16,10 +16,19 @@
#if MSDOS_COMPILER==WIN32C
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
+
+#if defined(MINGW) || defined(_MSC_VER)
+#include <locale.h>
+#include <shellapi.h>
+#endif
+
+public unsigned less_acp = CP_ACP;
#endif
+#include "option.h"
+
public char * every_first_cmd = NULL;
-public int new_file;
+public lbool new_file;
public int is_tty;
public IFILE curr_ifile = NULL_IFILE;
public IFILE old_ifile = NULL_IFILE;
@@ -27,20 +36,21 @@ public struct scrpos initial_scrpos;
public POSITION start_attnpos = NULL_POSITION;
public POSITION end_attnpos = NULL_POSITION;
public int wscroll;
-public char * progname;
+public constant char *progname;
public int quitting;
-public int secure;
public int dohelp;
+public char * init_header = NULL;
+static int secure_allow_features;
#if LOGFILE
public int logfile = -1;
-public int force_logfile = FALSE;
+public lbool force_logfile = FALSE;
public char * namelogfile = NULL;
#endif
#if EDITOR
-public char * editor;
-public char * editproto;
+public constant char * editor;
+public constant char * editproto;
#endif
#if TAGS
@@ -50,14 +60,13 @@ extern int jump_sline;
#endif
#ifdef WIN32
-static char consoleTitle[256];
+static wchar_t consoleTitle[256];
#endif
public int one_screen;
extern int less_is_more;
extern int missing_cap;
extern int know_dumb;
-extern int pr_type;
extern int quit_if_one_screen;
extern int no_init;
extern int errmsgs;
@@ -65,13 +74,178 @@ extern int redraw_on_quit;
extern int term_init_done;
extern int first_time;
+#if MSDOS_COMPILER==WIN32C && (defined(MINGW) || defined(_MSC_VER))
+/* malloc'ed 0-terminated utf8 of 0-terminated wide ws, or null on errors */
+static char *utf8_from_wide(constant wchar_t *ws)
+{
+ char *u8 = NULL;
+ int n = WideCharToMultiByte(CP_UTF8, 0, ws, -1, NULL, 0, NULL, NULL);
+ if (n > 0)
+ {
+ u8 = ecalloc(n, sizeof(char));
+ WideCharToMultiByte(CP_UTF8, 0, ws, -1, u8, n, NULL, NULL);
+ }
+ return u8;
+}
+
+/*
+ * similar to using UTF8 manifest to make the ANSI APIs UTF8, but dynamically
+ * with setlocale. unlike the manifest, argv and environ are already ACP, so
+ * make them UTF8. Additionally, this affects only the libc/crt API, and so
+ * e.g. fopen filename becomes UTF-8, but CreateFileA filename remains CP_ACP.
+ * CP_ACP remains the original codepage - use the dynamic less_acp instead.
+ * effective on win 10 1803 or later when compiled with ucrt, else no-op.
+ */
+static void try_utf8_locale(int *pargc, constant char ***pargv)
+{
+ char *locale_orig = strdup(setlocale(LC_ALL, NULL));
+ wchar_t **wargv = NULL, *wenv, *wp;
+ constant char **u8argv;
+ char *u8e;
+ int i, n;
+
+ if (!setlocale(LC_ALL, ".UTF8"))
+ goto cleanup; /* not win10 1803+ or not ucrt */
+
+ /*
+ * wargv is before glob expansion. some ucrt builds may expand globs
+ * before main is entered, so n may be smaller than the original argc.
+ * that's ok, because later code at main expands globs anyway.
+ */
+ wargv = CommandLineToArgvW(GetCommandLineW(), &n);
+ if (!wargv)
+ goto bad_args;
+
+ u8argv = (constant char **) ecalloc(n + 1, sizeof(char *));
+ for (i = 0; i < n; ++i)
+ {
+ if (!(u8argv[i] = utf8_from_wide(wargv[i])))
+ goto bad_args;
+ }
+ u8argv[n] = 0;
+
+ less_acp = CP_UTF8;
+ *pargc = n;
+ *pargv = u8argv; /* leaked on exit */
+
+ /* convert wide env to utf8 where we can, but don't abort on errors */
+ if ((wenv = GetEnvironmentStringsW()))
+ {
+ for (wp = wenv; *wp; wp += wcslen(wp) + 1)
+ {
+ if ((u8e = utf8_from_wide(wp)))
+ _putenv(u8e);
+ free(u8e); /* windows putenv makes a copy */
+ }
+ FreeEnvironmentStringsW(wenv);
+ }
+
+ goto cleanup;
+
+bad_args:
+ error("WARNING: cannot use unicode arguments", NULL_PARG);
+ setlocale(LC_ALL, locale_orig);
+
+cleanup:
+ free(locale_orig);
+ LocalFree(wargv);
+}
+#endif
+
+static int security_feature_error(constant char *type, size_t len, constant char *name)
+{
+ PARG parg;
+ size_t msglen = len + strlen(type) + 64;
+ char *msg = ecalloc(msglen, sizeof(char));
+ SNPRINTF3(msg, msglen, "LESSSECURE_ALLOW: %s feature name \"%.*s\"", type, (int) len, name);
+ parg.p_string = msg;
+ error("%s", &parg);
+ free(msg);
+ return 0;
+}
+
+/*
+ * Return the SF_xxx value of a secure feature given the name of the feature.
+ */
+static int security_feature(constant char *name, size_t len)
+{
+ struct secure_feature { constant char *name; int sf_value; };
+ static struct secure_feature features[] = {
+ { "edit", SF_EDIT },
+ { "examine", SF_EXAMINE },
+ { "glob", SF_GLOB },
+ { "history", SF_HISTORY },
+ { "lesskey", SF_LESSKEY },
+ { "lessopen", SF_LESSOPEN },
+ { "logfile", SF_LOGFILE },
+ { "osc8", SF_OSC8_OPEN },
+ { "pipe", SF_PIPE },
+ { "shell", SF_SHELL },
+ { "stop", SF_STOP },
+ { "tags", SF_TAGS },
+ };
+ int i;
+ int match = -1;
+
+ for (i = 0; i < countof(features); i++)
+ {
+ if (strncmp(features[i].name, name, len) == 0)
+ {
+ if (match >= 0) /* name is ambiguous */
+ return security_feature_error("ambiguous", len, name);
+ match = i;
+ }
+ }
+ if (match < 0)
+ return security_feature_error("invalid", len, name);
+ return features[match].sf_value;
+}
+
+/*
+ * Set the secure_allow_features bitmask, which controls
+ * whether certain secure features are allowed.
+ */
+static void init_secure(void)
+{
+#if SECURE
+ secure_allow_features = 0;
+#else
+ constant char *str = lgetenv("LESSSECURE");
+ if (isnullenv(str))
+ secure_allow_features = ~0; /* allow everything */
+ else
+ secure_allow_features = 0; /* allow nothing */
+
+ 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;
+ }
+ }
+#endif
+}
+
/*
* Entry point.
*/
-int main(int argc, char *argv[])
+int main(int argc, constant char *argv[])
{
IFILE ifile;
- char *s;
+ constant char *s;
+
+#if MSDOS_COMPILER==WIN32C && (defined(MINGW) || defined(_MSC_VER))
+ if (GetACP() != CP_UTF8) /* not using a UTF-8 manifest */
+ try_utf8_locale(&argc, &argv);
+#endif
#ifdef __EMX__
_response(&argc, &argv);
@@ -80,15 +254,7 @@ int main(int argc, char *argv[])
progname = *argv++;
argc--;
-
-#if SECURE
- secure = 1;
-#else
- secure = 0;
- s = lgetenv("LESSSECURE");
- if (!isnullenv(s))
- secure = 1;
-#endif
+ init_secure();
#ifdef WIN32
if (getenv("HOME") == NULL)
@@ -109,7 +275,8 @@ int main(int argc, char *argv[])
putenv(env);
}
}
- GetConsoleTitle(consoleTitle, sizeof(consoleTitle)/sizeof(char));
+ /* on failure, consoleTitle is already a valid empty string */
+ GetConsoleTitleW(consoleTitle, countof(consoleTitle));
#endif /* WIN32 */
/*
@@ -120,7 +287,6 @@ int main(int argc, char *argv[])
init_mark();
init_cmds();
init_poll();
- get_term();
init_charset();
init_line();
init_cmdhist();
@@ -131,12 +297,12 @@ int main(int argc, char *argv[])
* If the name of the executable program is "more",
* act like LESS_IS_MORE is set.
*/
- s = last_component(progname);
- if (strcmp(s, "more") == 0)
+ if (strcmp(last_component(progname), "more") == 0)
less_is_more = 1;
init_prompt();
+ init_unsupport();
s = lgetenv(less_is_more ? "MORE" : "LESS");
if (s != NULL)
scan_option(s);
@@ -162,6 +328,7 @@ int main(int argc, char *argv[])
quit(QUIT_OK);
}
+ get_term();
expand_cmd_tables();
#if EDITOR
@@ -194,7 +361,7 @@ int main(int argc, char *argv[])
* Expand the pattern and iterate over the expanded list.
*/
struct textlist tlist;
- char *filename;
+ constant char *filename;
char *gfilename;
char *qfilename;
@@ -286,6 +453,12 @@ int main(int argc, char *argv[])
one_screen = get_one_screen();
}
}
+ if (init_header != NULL)
+ {
+ opt_header(TOGGLE, init_header);
+ free(init_header);
+ init_header = NULL;
+ }
if (errmsgs > 0)
{
@@ -310,15 +483,19 @@ int main(int argc, char *argv[])
* Copy a string to a "safe" place
* (that is, to a buffer allocated by calloc).
*/
-public char * save(constant char *s)
+public char * saven(constant char *s, size_t n)
{
- char *p;
-
- p = (char *) ecalloc(strlen(s)+1, sizeof(char));
- strcpy(p, s);
+ char *p = (char *) ecalloc(n+1, sizeof(char));
+ strncpy(p, s, n);
+ p[n] = '\0';
return (p);
}
+public char * save(constant char *s)
+{
+ return saven(s, strlen(s));
+}
+
public void out_of_memory(void)
{
error("Cannot allocate memory", NULL_PARG);
@@ -329,7 +506,7 @@ public void out_of_memory(void)
* Allocate memory.
* Like calloc(), but never returns an error (NULL).
*/
-public void * ecalloc(int count, unsigned int size)
+public void * ecalloc(size_t count, size_t size)
{
void * p;
@@ -349,16 +526,24 @@ public char * skipsp(char *s)
return (s);
}
+/* {{ There must be a better way. }} */
+public constant char * skipspc(constant char *s)
+{
+ while (*s == ' ' || *s == '\t')
+ s++;
+ return (s);
+}
+
/*
* See how many characters of two strings are identical.
* If uppercase is true, the first string must begin with an uppercase
* character; the remainder of the first string may be either case.
*/
-public int sprefix(char *ps, char *s, int uppercase)
+public size_t sprefix(constant char *ps, constant char *s, int uppercase)
{
- int c;
- int sc;
- int len = 0;
+ char c;
+ char sc;
+ size_t len = 0;
for ( ; *s != '\0'; s++, ps++)
{
@@ -366,7 +551,7 @@ public int sprefix(char *ps, char *s, int uppercase)
if (uppercase)
{
if (len == 0 && ASCII_IS_LOWER(c))
- return (-1);
+ return (0);
if (ASCII_IS_UPPER(c))
c = ASCII_TO_LOWER(c);
}
@@ -425,8 +610,16 @@ public void quit(int status)
close(2);
#endif
#ifdef WIN32
- SetConsoleTitle(consoleTitle);
+ SetConsoleTitleW(consoleTitle);
#endif
close_getchr();
exit(status);
+}
+
+/*
+ * Are all the features in the features mask allowed by security?
+ */
+public int secure_allow(int features)
+{
+ return ((secure_allow_features & features) == features);
}
diff --git a/mark.c b/mark.c
index 1749e01b3651..d0059ed0b60c 100644
--- a/mark.c
+++ b/mark.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -73,7 +73,7 @@ public void init_mark(void)
switch (i) {
case MOUSEMARK: letter = '#'; break;
case LASTMARK: letter = '\''; break;
- default: letter = (i < 26) ? 'a'+i : 'A'+i-26; 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);
@@ -104,7 +104,7 @@ static void mark_get_ifile(struct mark *m)
/*
* Return the user mark struct identified by a character.
*/
-static struct mark * getumark(LWCHAR c)
+static struct mark * getumark(char c)
{
PARG parg;
if (c >= 'a' && c <= 'z')
@@ -125,7 +125,7 @@ static struct mark * getumark(LWCHAR c)
* The mark struct may either be in the mark table (user mark)
* or may be constructed on the fly for certain characters like ^, $.
*/
-static struct mark * getmark(LWCHAR c)
+static struct mark * getmark(char c)
{
struct mark *m;
static struct mark sm;
@@ -185,7 +185,7 @@ static struct mark * getmark(LWCHAR c)
/*
* Is a mark letter invalid?
*/
-public int badmark(LWCHAR c)
+public int badmark(char c)
{
return (getmark(c) == NULL);
}
@@ -193,7 +193,7 @@ public int badmark(LWCHAR c)
/*
* Set a user-defined mark.
*/
-public void setmark(LWCHAR c, int where)
+public void setmark(char c, int where)
{
struct mark *m;
struct scrpos scrpos;
@@ -214,7 +214,7 @@ public void setmark(LWCHAR c, int where)
/*
* Clear a user-defined mark.
*/
-public void clrmark(LWCHAR c)
+public void clrmark(char c)
{
struct mark *m;
@@ -249,7 +249,7 @@ public void lastmark(void)
/*
* Go to a mark.
*/
-public void gomark(LWCHAR c)
+public void gomark(char c)
{
struct mark *m;
struct scrpos scrpos;
@@ -290,7 +290,7 @@ public void gomark(LWCHAR c)
* is associated with, but this doesn't matter much,
* because it's always the first non-blank line on the screen.
*/
-public POSITION markpos(LWCHAR c)
+public POSITION markpos(char c)
{
struct mark *m;
@@ -311,15 +311,15 @@ public POSITION markpos(LWCHAR c)
*/
public char posmark(POSITION pos)
{
- int i;
+ unsigned char i;
/* 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 'a' + i;
- if (i < 26*2) return 'A' + (i - 26);
+ if (i < 26) return (char) ('a' + i);
+ if (i < 26*2) return (char) ('A' + (i - 26));
return '#';
}
}
@@ -345,7 +345,7 @@ public void unmark(IFILE ifile)
public void mark_check_ifile(IFILE ifile)
{
int i;
- char *filename = get_real_filename(ifile);
+ constant char *filename = get_real_filename(ifile);
for (i = 0; i < NMARKS; i++)
{
@@ -366,7 +366,7 @@ public void mark_check_ifile(IFILE ifile)
/*
* Save marks to history file.
*/
-public void save_marks(FILE *fout, char *hdr)
+public void save_marks(FILE *fout, constant char *hdr)
{
int i;
@@ -376,7 +376,7 @@ public void save_marks(FILE *fout, char *hdr)
fprintf(fout, "%s\n", hdr);
for (i = 0; i < NMARKS; i++)
{
- char *filename;
+ constant char *filename;
struct mark *m = &marks[i];
char pos_str[INT_STRLEN_BOUND(m->m_scrpos.pos) + 2];
if (m->m_scrpos.pos == NULL_POSITION)
@@ -394,7 +394,7 @@ public void save_marks(FILE *fout, char *hdr)
/*
* Restore one mark from the history file.
*/
-public void restore_mark(char *line)
+public void restore_mark(constant char *line)
{
struct mark *m;
int ln;
@@ -408,7 +408,7 @@ public void restore_mark(char *line)
if (m == NULL)
return;
skip_whitespace;
- ln = lstrtoi(line, &line, 10);
+ ln = lstrtoic(line, &line, 10);
if (ln < 0)
return;
if (ln < 1)
@@ -416,7 +416,7 @@ public void restore_mark(char *line)
if (ln > sc_height)
ln = sc_height;
skip_whitespace;
- pos = lstrtopos(line, &line, 10);
+ pos = lstrtoposc(line, &line, 10);
if (pos < 0)
return;
skip_whitespace;
diff --git a/optfunc.c b/optfunc.c
index 974a6f6c8c8b..68a458b3ae54 100644
--- a/optfunc.c
+++ b/optfunc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -26,17 +26,15 @@
#include "less.h"
#include "option.h"
+#include "position.h"
-extern int nbufs;
extern int bufspace;
extern int pr_type;
-extern int plusoption;
+extern lbool plusoption;
extern int swindow;
extern int sc_width;
extern int sc_height;
-extern int secure;
extern int dohelp;
-extern int is_tty;
extern char openquote;
extern char closequote;
extern char *prproto[];
@@ -50,7 +48,9 @@ extern int jump_sline;
extern long jump_sline_fraction;
extern int shift_count;
extern long shift_count_fraction;
-extern char rscroll_char;
+extern int match_shift;
+extern long match_shift_fraction;
+extern LWCHAR rscroll_char;
extern int rscroll_attr;
extern int mousecap;
extern int wheel_lines;
@@ -67,9 +67,13 @@ extern int tabstops[];
extern int ntabstops;
extern int tabdefault;
extern char intr_char;
+extern int nosearch_header_lines;
+extern int nosearch_header_cols;
+extern POSITION header_start_pos;
+extern char *init_header;
#if LOGFILE
extern char *namelogfile;
-extern int force_logfile;
+extern lbool force_logfile;
extern int logfile;
#endif
#if TAGS
@@ -78,19 +82,23 @@ extern char *tags;
extern char ztags[];
#endif
#if LESSTEST
-extern char *ttyin_name;
+extern constant char *ttyin_name;
+extern int is_tty;
#endif /*LESSTEST*/
#if MSDOS_COMPILER
-extern int nm_fg_color, nm_bg_color;
-extern int bo_fg_color, bo_bg_color;
-extern int ul_fg_color, ul_bg_color;
-extern int so_fg_color, so_bg_color;
-extern int bl_fg_color, bl_bg_color;
+extern int nm_fg_color, nm_bg_color, nm_attr;
+extern int bo_fg_color, bo_bg_color, bo_attr;
+extern int ul_fg_color, ul_bg_color, ul_attr;
+extern int so_fg_color, so_bg_color, so_attr;
+extern int bl_fg_color, bl_bg_color, bl_attr;
extern int sgr_mode;
#if MSDOS_COMPILER==WIN32C
#ifndef COMMON_LVB_UNDERSCORE
#define COMMON_LVB_UNDERSCORE 0x8000
#endif
+#ifndef COMMON_LVB_REVERSE_VIDEO
+#define COMMON_LVB_REVERSE_VIDEO 0x4000
+#endif
#endif
#endif
@@ -99,12 +107,12 @@ extern int sgr_mode;
/*
* Handler for -o option.
*/
-public void opt_o(int type, char *s)
+public void opt_o(int type, constant char *s)
{
PARG parg;
char *filename;
- if (secure)
+ if (!secure_allow(SF_LOGFILE))
{
error("log file support is not available", NULL_PARG);
return;
@@ -125,7 +133,7 @@ public void opt_o(int type, char *s)
error("Log file is already in use", NULL_PARG);
return;
}
- s = skipsp(s);
+ s = skipspc(s);
if (namelogfile != NULL)
free(namelogfile);
filename = lglob(s);
@@ -149,122 +157,109 @@ public void opt_o(int type, char *s)
/*
* Handler for -O option.
*/
-public void opt__O(int type, char *s)
+public void opt__O(int type, constant char *s)
{
force_logfile = TRUE;
opt_o(type, s);
}
#endif
+static int toggle_fraction(int *num, long *frac, constant char *s, constant char *printopt, void (*calc)(void))
+{
+ lbool err;
+ if (s == NULL)
+ {
+ (*calc)();
+ } else if (*s == '.')
+ {
+ long tfrac;
+ s++;
+ tfrac = getfraction(&s, printopt, &err);
+ if (err)
+ {
+ error("Invalid fraction", NULL_PARG);
+ return -1;
+ }
+ *frac = tfrac;
+ (*calc)();
+ } else
+ {
+ int tnum = getnumc(&s, printopt, &err);
+ if (err)
+ {
+ error("Invalid number", NULL_PARG);
+ return -1;
+ }
+ *frac = -1;
+ *num = tnum;
+ }
+ return 0;
+}
+
+static void query_fraction(int value, long fraction, constant char *int_msg, constant char *frac_msg)
+{
+ PARG parg;
+
+ if (fraction < 0)
+ {
+ parg.p_int = value;
+ error(int_msg, &parg);
+ } else
+ {
+ char buf[INT_STRLEN_BOUND(long)+2];
+ size_t len;
+ SNPRINTF1(buf, sizeof(buf), ".%06ld", fraction);
+ len = strlen(buf);
+ while (len > 2 && buf[len-1] == '0')
+ len--;
+ buf[len] = '\0';
+ parg.p_string = buf;
+ error(frac_msg, &parg);
+ }
+}
+
/*
* Handlers for -j option.
*/
-public void opt_j(int type, char *s)
+public void opt_j(int type, constant char *s)
{
- PARG parg;
- int len;
- int err;
-
switch (type)
{
case INIT:
case TOGGLE:
- if (*s == '.')
- {
- s++;
- jump_sline_fraction = getfraction(&s, "j", &err);
- if (err)
- error("Invalid line fraction", NULL_PARG);
- else
- calc_jump_sline();
- } else
- {
- int sline = getnum(&s, "j", &err);
- if (err)
- error("Invalid line number", NULL_PARG);
- else
- {
- jump_sline = sline;
- jump_sline_fraction = -1;
- }
- }
+ toggle_fraction(&jump_sline, &jump_sline_fraction,
+ s, "j", calc_jump_sline);
break;
case QUERY:
- if (jump_sline_fraction < 0)
- {
- parg.p_int = jump_sline;
- error("Position target at screen line %d", &parg);
- } else
- {
- char buf[INT_STRLEN_BOUND(long)+2];
- SNPRINTF1(buf, sizeof(buf), ".%06ld", jump_sline_fraction);
- len = (int) strlen(buf);
- while (len > 2 && buf[len-1] == '0')
- len--;
- buf[len] = '\0';
- parg.p_string = buf;
- error("Position target at screen position %s", &parg);
- }
+ query_fraction(jump_sline, jump_sline_fraction,
+ "Position target at screen line %d", "Position target at screen position %s");
break;
}
}
public void calc_jump_sline(void)
{
- if (jump_sline_fraction < 0)
- return;
- jump_sline = (int) muldiv(sc_height, jump_sline_fraction, NUM_FRAC_DENOM);
+ if (jump_sline_fraction >= 0)
+ jump_sline = (int) muldiv(sc_height, jump_sline_fraction, NUM_FRAC_DENOM);
+ if (jump_sline <= header_lines)
+ jump_sline = header_lines + 1;
}
/*
* Handlers for -# option.
*/
-public void opt_shift(int type, char *s)
+public void opt_shift(int type, constant char *s)
{
- PARG parg;
- int len;
- int err;
-
switch (type)
{
case INIT:
case TOGGLE:
- if (*s == '.')
- {
- s++;
- shift_count_fraction = getfraction(&s, "#", &err);
- if (err)
- error("Invalid column fraction", NULL_PARG);
- else
- calc_shift_count();
- } else
- {
- int hs = getnum(&s, "#", &err);
- if (err)
- error("Invalid column number", NULL_PARG);
- else
- {
- shift_count = hs;
- shift_count_fraction = -1;
- }
- }
+ toggle_fraction(&shift_count, &shift_count_fraction,
+ s, "#", calc_shift_count);
break;
case QUERY:
- if (shift_count_fraction < 0)
- {
- parg.p_int = shift_count;
- error("Horizontal shift %d columns", &parg);
- } else
- {
- char buf[INT_STRLEN_BOUND(long)+2];
- SNPRINTF1(buf, sizeof(buf), ".%06ld", shift_count_fraction);
- len = (int) strlen(buf);
- while (len > 2 && buf[len-1] == '0')
- len--;
- buf[len] = '\0';
- parg.p_string = buf;
- error("Horizontal shift %s of screen width", &parg);
- }
+ query_fraction(shift_count, shift_count_fraction,
+ "Horizontal shift %d columns", "Horizontal shift %s of screen width");
break;
}
}
@@ -277,7 +272,7 @@ public void calc_shift_count(void)
}
#if USERFILE
-public void opt_k(int type, char *s)
+public void opt_k(int type, constant char *s)
{
PARG parg;
@@ -294,7 +289,7 @@ public void opt_k(int type, char *s)
}
#if HAVE_LESSKEYSRC
-public void opt_ks(int type, char *s)
+public void opt_ks(int type, constant char *s)
{
PARG parg;
@@ -309,14 +304,41 @@ public void opt_ks(int type, char *s)
break;
}
}
+
+public void opt_kc(int type, constant char *s)
+{
+ switch (type)
+ {
+ case INIT:
+ if (lesskey_content(s, 0))
+ {
+ error("Error in lesskey content", NULL_PARG);
+ }
+ break;
+ }
+}
+
#endif /* HAVE_LESSKEYSRC */
#endif /* USERFILE */
+/*
+ * Handler for -S option.
+ */
+public void opt__S(int type, constant char *s)
+{
+ switch (type)
+ {
+ case TOGGLE:
+ pos_rehead();
+ break;
+ }
+}
+
#if TAGS
/*
* Handler for -t option.
*/
-public void opt_t(int type, char *s)
+public void opt_t(int type, constant char *s)
{
IFILE save_ifile;
POSITION pos;
@@ -328,12 +350,12 @@ public void opt_t(int type, char *s)
/* Do the rest in main() */
break;
case TOGGLE:
- if (secure)
+ if (!secure_allow(SF_TAGS))
{
error("tags support is not available", NULL_PARG);
break;
}
- findtag(skipsp(s));
+ findtag(skipspc(s));
save_ifile = save_curr_ifile();
/*
* Try to open the file containing the tag
@@ -354,7 +376,7 @@ public void opt_t(int type, char *s)
/*
* Handler for -T option.
*/
-public void opt__T(int type, char *s)
+public void opt__T(int type, constant char *s)
{
PARG parg;
char *filename;
@@ -365,7 +387,7 @@ public void opt__T(int type, char *s)
tags = save(s);
break;
case TOGGLE:
- s = skipsp(s);
+ s = skipspc(s);
if (tags != NULL && tags != ztags)
free(tags);
filename = lglob(s);
@@ -383,7 +405,7 @@ public void opt__T(int type, char *s)
/*
* Handler for -p option.
*/
-public void opt_p(int type, char *s)
+public void opt_p(int type, constant char *s)
{
switch (type)
{
@@ -407,7 +429,7 @@ public void opt_p(int type, char *s)
*/
ungetsc("/");
ungetsc(s);
- ungetcc_back(CHAR_END_COMMAND);
+ ungetcc_end_command();
}
break;
}
@@ -416,7 +438,7 @@ public void opt_p(int type, char *s)
/*
* Handler for -P option.
*/
-public void opt__P(int type, char *s)
+public void opt__P(int type, constant char *s)
{
char **proto;
PARG parg;
@@ -452,7 +474,7 @@ public void opt__P(int type, char *s)
* Handler for the -b option.
*/
/*ARGSUSED*/
-public void opt_b(int type, char *s)
+public void opt_b(int type, constant char *s)
{
switch (type)
{
@@ -461,7 +483,7 @@ public void opt_b(int type, char *s)
/*
* Set the new number of buffers.
*/
- ch_setbufspace(bufspace);
+ ch_setbufspace((ssize_t) bufspace);
break;
case QUERY:
break;
@@ -472,7 +494,7 @@ public void opt_b(int type, char *s)
* Handler for the -i option.
*/
/*ARGSUSED*/
-public void opt_i(int type, char *s)
+public void opt_i(int type, constant char *s)
{
switch (type)
{
@@ -489,7 +511,7 @@ public void opt_i(int type, char *s)
* Handler for the -V option.
*/
/*ARGSUSED*/
-public void opt__V(int type, char *s)
+public void opt__V(int type, constant char *s)
{
switch (type)
{
@@ -506,7 +528,7 @@ public void opt__V(int type, char *s)
putstr(" regular expressions)\n");
{
char constant *copyright =
- "Copyright (C) 1984-2023 Mark Nudelman\n\n";
+ "Copyright (C) 1984-2024 Mark Nudelman\n\n";
putstr(copyright);
}
if (version[strlen(version)-1] == 'x')
@@ -531,40 +553,26 @@ public void opt__V(int type, char *s)
/*
* Parse an MSDOS color descriptor.
*/
-static void colordesc(char *s, int *fg_color, int *bg_color)
+static void colordesc(constant char *s, int *fg_color, int *bg_color, int *dattr)
{
int fg, bg;
-#if MSDOS_COMPILER==WIN32C
- int ul = 0;
-
- if (*s == 'u')
- {
- ul = COMMON_LVB_UNDERSCORE;
- s++;
- if (*s == '\0')
- {
- *fg_color = nm_fg_color | ul;
- *bg_color = nm_bg_color;
- return;
- }
- }
-#endif
- if (parse_color(s, &fg, &bg) == CT_NULL)
+ CHAR_ATTR attr;
+ if (parse_color(s, &fg, &bg, &attr) == CT_NULL)
{
PARG p;
p.p_string = s;
error("Invalid color string \"%s\"", &p);
} else
{
- if (fg == CV_NOCHANGE)
- fg = nm_fg_color;
- if (bg == CV_NOCHANGE)
- bg = nm_bg_color;
-#if MSDOS_COMPILER==WIN32C
- fg |= ul;
-#endif
*fg_color = fg;
*bg_color = bg;
+ *dattr = 0;
+#if MSDOS_COMPILER==WIN32C
+ if (attr & CATTR_UNDERLINE)
+ *dattr |= COMMON_LVB_UNDERSCORE;
+ if (attr & CATTR_STANDOUT)
+ *dattr |= COMMON_LVB_REVERSE_VIDEO;
+#endif
}
}
#endif
@@ -599,7 +607,7 @@ static int color_from_namechar(char namechar)
* Handler for the -D option.
*/
/*ARGSUSED*/
-public void opt_D(int type, char *s)
+public void opt_D(int type, constant char *s)
{
PARG p;
int attr;
@@ -634,23 +642,24 @@ public void opt_D(int type, char *s)
switch (attr)
{
case AT_NORMAL:
- colordesc(s, &nm_fg_color, &nm_bg_color);
+ colordesc(s, &nm_fg_color, &nm_bg_color, &nm_attr);
break;
case AT_BOLD:
- colordesc(s, &bo_fg_color, &bo_bg_color);
+ colordesc(s, &bo_fg_color, &bo_bg_color, &bo_attr);
break;
case AT_UNDERLINE:
- colordesc(s, &ul_fg_color, &ul_bg_color);
+ colordesc(s, &ul_fg_color, &ul_bg_color, &ul_attr);
break;
case AT_BLINK:
- colordesc(s, &bl_fg_color, &bl_bg_color);
+ colordesc(s, &bl_fg_color, &bl_bg_color, &bl_attr);
break;
case AT_STANDOUT:
- colordesc(s, &so_fg_color, &so_bg_color);
+ colordesc(s, &so_fg_color, &so_bg_color, &so_attr);
break;
}
if (type == TOGGLE)
{
+ init_win_colors();
at_enter(AT_STANDOUT);
at_exit();
}
@@ -674,21 +683,21 @@ public void opt_D(int type, char *s)
/*
*/
-public void set_tabs(char *s, int len)
+public void set_tabs(constant char *s, size_t len)
{
int i;
- char *es = s + len;
+ constant char *es = s + len;
/* Start at 1 because tabstops[0] is always zero. */
for (i = 1; i < TABSTOP_MAX; )
{
int n = 0;
- int v = FALSE;
+ lbool v = FALSE;
while (s < es && *s == ' ')
s++;
for (; s < es && *s >= '0' && *s <= '9'; s++)
{
- v |= ckd_mul(&n, n, 10);
- v |= ckd_add(&n, n, *s - '0');
+ v = v || ckd_mul(&n, n, 10);
+ v = v || ckd_add(&n, n, *s - '0');
}
if (!v && n > tabstops[i-1])
tabstops[i++] = n;
@@ -706,7 +715,7 @@ public void set_tabs(char *s, int len)
/*
* Handler for the -x option.
*/
-public void opt_x(int type, char *s)
+public void opt_x(int type, constant char *s)
{
char msg[60+((INT_STRLEN_BOUND(int)+1)*TABSTOP_MAX)];
int i;
@@ -742,7 +751,7 @@ public void opt_x(int type, char *s)
/*
* Handler for the -" option.
*/
-public void opt_quote(int type, char *s)
+public void opt_quote(int type, constant char *s)
{
char buf[3];
PARG parg;
@@ -781,7 +790,7 @@ public void opt_quote(int type, char *s)
* Handler for the --rscroll option.
*/
/*ARGSUSED*/
-public void opt_rscroll(int type, char *s)
+public void opt_rscroll(int type, constant char *s)
{
PARG p;
@@ -789,7 +798,7 @@ public void opt_rscroll(int type, char *s)
{
case INIT:
case TOGGLE: {
- char *fmt;
+ constant char *fmt;
int attr = AT_STANDOUT;
setfmt(s, &fmt, &attr, "*s>", FALSE);
if (strcmp(fmt, "-") == 0)
@@ -797,12 +806,21 @@ public void opt_rscroll(int type, char *s)
rscroll_char = 0;
} else
{
- rscroll_char = *fmt ? *fmt : '>';
rscroll_attr = attr|AT_COLOR_RSCROLL;
+ if (*fmt == '\0')
+ rscroll_char = '>';
+ else
+ {
+ LWCHAR ch = step_charc(&fmt, +1, fmt+strlen(fmt));
+ if (pwidth(ch, rscroll_attr, 0, 0) > 1)
+ error("cannot set rscroll to a wide character", NULL_PARG);
+ else
+ rscroll_char = ch;
+ }
}
break; }
case QUERY: {
- p.p_string = rscroll_char ? prchar(rscroll_char) : "-";
+ p.p_string = rscroll_char ? prchar((LWCHAR) rscroll_char) : "-";
error("rscroll character is %s", &p);
break; }
}
@@ -813,7 +831,7 @@ public void opt_rscroll(int type, char *s)
* If from the command line, exit immediately.
*/
/*ARGSUSED*/
-public void opt_query(int type, char *s)
+public void opt_query(int type, constant char *s)
{
switch (type)
{
@@ -826,11 +844,35 @@ public void opt_query(int type, char *s)
}
}
+ /*ARGSUSED*/
+public void opt_match_shift(int type, constant char *s)
+{
+ switch (type)
+ {
+ case INIT:
+ case TOGGLE:
+ toggle_fraction(&match_shift, &match_shift_fraction,
+ s, "--match-shift", calc_match_shift);
+ break;
+ case QUERY:
+ query_fraction(match_shift, match_shift_fraction,
+ "Search match shift is %d", "Search match shift is %s of screen width");
+ break;
+ }
+}
+
+public void calc_match_shift(void)
+{
+ if (match_shift_fraction < 0)
+ return;
+ match_shift = (int) muldiv(sc_width, match_shift_fraction, NUM_FRAC_DENOM);
+}
+
/*
* Handler for the --mouse option.
*/
/*ARGSUSED*/
-public void opt_mousecap(int type, char *s)
+public void opt_mousecap(int type, constant char *s)
{
switch (type)
{
@@ -850,7 +892,7 @@ public void opt_mousecap(int type, char *s)
* Handler for the --wheel-lines option.
*/
/*ARGSUSED*/
-public void opt_wheel_lines(int type, char *s)
+public void opt_wheel_lines(int type, constant char *s)
{
switch (type)
{
@@ -868,7 +910,7 @@ public void opt_wheel_lines(int type, char *s)
* Handler for the --line-number-width option.
*/
/*ARGSUSED*/
-public void opt_linenum_width(int type, char *s)
+public void opt_linenum_width(int type, constant char *s)
{
PARG parg;
@@ -892,7 +934,7 @@ public void opt_linenum_width(int type, char *s)
* Handler for the --status-column-width option.
*/
/*ARGSUSED*/
-public void opt_status_col_width(int type, char *s)
+public void opt_status_col_width(int type, constant char *s)
{
PARG parg;
@@ -916,7 +958,7 @@ public void opt_status_col_width(int type, char *s)
* Handler for the --file-size option.
*/
/*ARGSUSED*/
-public void opt_filesize(int type, char *s)
+public void opt_filesize(int type, constant char *s)
{
switch (type)
{
@@ -934,7 +976,7 @@ public void opt_filesize(int type, char *s)
* Handler for the --intr option.
*/
/*ARGSUSED*/
-public void opt_intr(int type, char *s)
+public void opt_intr(int type, constant char *s)
{
PARG p;
@@ -947,56 +989,104 @@ public void opt_intr(int type, char *s)
intr_char = CONTROL(s[1]);
break;
case QUERY: {
- p.p_string = prchar(intr_char);
+ p.p_string = prchar((LWCHAR) intr_char);
error("interrupt character is %s", &p);
break; }
}
}
/*
- * Handler for the --header option.
+ * Return the next number from a comma-separated list.
+ * 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.
*/
- /*ARGSUSED*/
-public void opt_header(int type, char *s)
+public int next_cnum(constant char **sp, constant char *printopt, constant char *errmsg, lbool *errp)
{
- int err;
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;
+ }
+ n = getnumc(sp, printopt, errp);
+ if (*errp)
+ {
+ PARG parg;
+ parg.p_string = errmsg;
+ error("invalid %s", &parg);
+ return -1;
+ }
+ if (**sp == ',')
+ ++(*sp);
+ return n;
+}
+
+/*
+ * Parse a parameter to the --header option.
+ * Value is "L,C,N", where each field is a decimal number or empty.
+ */
+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 (n >= 0) *lines = n;
+
+ n = next_cnum(&s, "header", "number of columns", &err);
+ if (err) return FALSE;
+ if (n >= 0) *cols = n;
+
+ n = next_cnum(&s, "header", "line number", &err);
+ if (err) return FALSE;
+ if (n > 0)
+ {
+ LINENUM lnum = (LINENUM) n;
+ if (lnum < 1) lnum = 1;
+ *start_pos = find_pos(lnum);
+ }
+ return TRUE;
+}
+
+/*
+ * Handler for the --header option.
+ */
+ /*ARGSUSED*/
+public void opt_header(int type, constant char *s)
+{
switch (type)
{
case INIT:
- case TOGGLE:
- header_lines = 0;
- header_cols = 0;
- if (*s != ',')
- {
- n = getnum(&s, "header", &err);
- if (err)
- {
- error("invalid number of lines", NULL_PARG);
- return;
- }
- header_lines = n;
- }
- if (*s == ',')
- {
- ++s;
- n = getnum(&s, "header", &err);
- if (err)
- error("invalid number of columns", NULL_PARG);
- else
- header_cols = n;
- }
- break;
- case QUERY:
- {
- char buf[2*INT_STRLEN_BOUND(int)+2];
- PARG parg;
- SNPRINTF2(buf, sizeof(buf), "%d,%d", header_lines, header_cols);
- parg.p_string = buf;
- error("header (lines,columns) is %s", &parg);
- }
+ /* Can't call parse_header now because input file is not yet opened,
+ * so find_pos won't work. */
+ init_header = save(s);
break;
+ case TOGGLE: {
+ int lines = header_lines;
+ int cols = header_cols;
+ POSITION start_pos = (type == INIT) ? ch_zero() : position(TOP);
+ if (start_pos == NULL_POSITION) start_pos = ch_zero();
+ if (!parse_header(s, &lines, &cols, &start_pos))
+ break;
+ header_lines = lines;
+ header_cols = cols;
+ set_header(start_pos);
+ calc_jump_sline();
+ break; }
+ case QUERY: {
+ char buf[3*INT_STRLEN_BOUND(long)+3];
+ PARG parg;
+ SNPRINTF3(buf, sizeof(buf), "%ld,%ld,%ld", (long) header_lines, (long) header_cols, (long) find_linenum(header_start_pos));
+ parg.p_string = buf;
+ error("Header (lines,columns,line-number) is %s", &parg);
+ break; }
}
}
@@ -1004,7 +1094,7 @@ public void opt_header(int type, char *s)
* Handler for the --search-options option.
*/
/*ARGSUSED*/
-public void opt_search_type(int type, char *s)
+public void opt_search_type(int type, constant char *s)
{
int st;
PARG parg;
@@ -1052,7 +1142,7 @@ public void opt_search_type(int type, char *s)
if (def_search_type & SRCH_WRAP) *bp++ = 'W';
for (i = 1; i <= NUM_SEARCH_COLORS; i++)
if (def_search_type & SRCH_SUBSEARCH(i))
- *bp++ = '0'+i;
+ *bp++ = (char) ('0'+i);
if (bp == buf)
*bp++ = '-';
*bp = '\0';
@@ -1062,12 +1152,55 @@ public void opt_search_type(int type, char *s)
}
}
+/*
+ * Handler for the --no-search-headers, --no-search-header-lines
+ * and --no-search-header-cols options.
+ */
+static void do_nosearch_headers(int type, int no_header_lines, int no_header_cols)
+{
+ switch (type)
+ {
+ case INIT:
+ case TOGGLE:
+ nosearch_header_lines = no_header_lines;
+ nosearch_header_cols = no_header_cols;
+ break;
+ case QUERY:
+ if (nosearch_header_lines && nosearch_header_cols)
+ error("Search does not include header lines or columns", NULL_PARG);
+ else if (nosearch_header_lines)
+ error("Search includes header columns but not header lines", NULL_PARG);
+ else if (nosearch_header_cols)
+ error("Search includes header lines but not header columns", NULL_PARG);
+ else
+ error("Search includes header lines and columns", NULL_PARG);
+ }
+}
+
+ /*ARGSUSED*/
+public void opt_nosearch_headers(int type, constant char *s)
+{
+ do_nosearch_headers(type, 1, 1);
+}
+
+ /*ARGSUSED*/
+public void opt_nosearch_header_lines(int type, constant char *s)
+{
+ do_nosearch_headers(type, 1, 0);
+}
+
+ /*ARGSUSED*/
+public void opt_nosearch_header_cols(int type, constant char *s)
+{
+ do_nosearch_headers(type, 0, 1);
+}
+
#if LESSTEST
/*
* Handler for the --tty option.
*/
/*ARGSUSED*/
-public void opt_ttyin_name(int type, char *s)
+public void opt_ttyin_name(int type, constant char *s)
{
switch (type)
{
diff --git a/option.c b/option.c
index c0fbb566c12a..209932a49949 100644
--- a/option.c
+++ b/option.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -21,12 +21,11 @@
#include "option.h"
static struct loption *pendopt;
-public int plusoption = FALSE;
+public lbool plusoption = FALSE;
-static char *optstring(char *s, char **p_str, char *printopt, char *validchars);
+static constant char *optstring(constant char *s, char **p_str, constant char *printopt, constant char *validchars);
static int flip_triple(int val, int lc);
-extern int screen_trashed;
extern int less_is_more;
extern int quit_at_eof;
extern char *every_first_cmd;
@@ -35,7 +34,7 @@ extern int opt_use_backslash;
/*
* Return a printable description of an option.
*/
-static char * opt_desc(struct loption *o)
+static constant char * opt_desc(struct loption *o)
{
static char buf[OPTNAME_MAX + 10];
if (o->oletter == OLETTER_NONE)
@@ -49,11 +48,11 @@ static char * opt_desc(struct loption *o)
* Return a string suitable for printing as the "name" of an option.
* For example, if the option letter is 'x', just return "-x".
*/
-public char * propt(int c)
+public constant char * propt(char c)
{
static char buf[MAX_PRCHAR_LEN+2];
- sprintf(buf, "-%s", prchar(c));
+ sprintf(buf, "-%s", prchar((LWCHAR) c));
return (buf);
}
@@ -61,16 +60,16 @@ public char * propt(int c)
* Scan an argument (either from the command line or from the
* LESS environment variable) and process it.
*/
-public void scan_option(char *s)
+public void scan_option(constant char *s)
{
struct loption *o;
- int optc;
- char *optname;
- char *printopt;
+ char optc;
+ constant char *optname;
+ constant char *printopt;
char *str;
- int set_default;
+ lbool set_default;
int lc;
- int err;
+ lbool ambig;
PARG parg;
if (s == NULL)
@@ -85,15 +84,18 @@ public void scan_option(char *s)
*/
if (pendopt != NULL)
{
- switch (pendopt->otype & OTYPE)
+ if (!(pendopt->otype & UNSUPPORTED))
{
- case STRING:
- (*pendopt->ofunc)(INIT, s);
- break;
- case NUMBER:
- printopt = opt_desc(pendopt);
- *(pendopt->ovar) = getnum(&s, printopt, (int*)NULL);
- break;
+ switch (pendopt->otype & OTYPE)
+ {
+ case STRING:
+ (*pendopt->ofunc)(INIT, s);
+ break;
+ case NUMBER:
+ printopt = opt_desc(pendopt);
+ *(pendopt->ovar) = getnumc(&s, printopt, NULL);
+ break;
+ }
}
pendopt = NULL;
return;
@@ -118,18 +120,19 @@ public void scan_option(char *s)
* "--" indicates an option name instead of a letter.
*/
if (*s == '-')
- {
optname = ++s;
- break;
- }
/*
- * "-+" means set these options back to their defaults.
- * (They may have been set otherwise by previous
- * options.)
+ * "-+" or "--+" means set these options back to their defaults.
+ * (They may have been set otherwise by previous options.)
*/
set_default = (*s == '+');
if (set_default)
s++;
+ if (optname != NULL)
+ {
+ optname = s;
+ break;
+ }
continue;
case '+':
/*
@@ -151,7 +154,7 @@ public void scan_option(char *s)
} else
{
ungetsc(str);
- ungetcc_back(CHAR_END_COMMAND);
+ ungetcc_end_command();
}
free(str);
continue;
@@ -175,7 +178,7 @@ public void scan_option(char *s)
* Not a special case.
* Look up the option letter in the option table.
*/
- err = 0;
+ ambig = FALSE;
if (optname == NULL)
{
printopt = propt(optc);
@@ -185,7 +188,7 @@ public void scan_option(char *s)
{
printopt = optname;
lc = ASCII_IS_LOWER(optname[0]);
- o = findopt_name(&optname, NULL, &err);
+ o = findopt_name(&optname, NULL, &ambig);
s = optname;
optname = NULL;
if (*s == '\0' || *s == ' ')
@@ -221,7 +224,7 @@ public void scan_option(char *s)
if (o == NULL)
{
parg.p_string = printopt;
- if (err == OPT_AMBIG)
+ if (ambig)
error("%s is an ambiguous abbreviation (\"less --help\" for help)",
&parg);
else
@@ -234,16 +237,26 @@ public void scan_option(char *s)
switch (o->otype & OTYPE)
{
case BOOL:
- if (set_default)
- *(o->ovar) = o->odefault;
- else
- *(o->ovar) = ! o->odefault;
+ if (o->otype & UNSUPPORTED)
+ break;
+ if (o->ovar != NULL)
+ {
+ if (set_default)
+ *(o->ovar) = o->odefault;
+ else
+ *(o->ovar) = ! o->odefault;
+ }
break;
case TRIPLE:
- if (set_default)
- *(o->ovar) = o->odefault;
- else
- *(o->ovar) = flip_triple(o->odefault, lc);
+ if (o->otype & UNSUPPORTED)
+ break;
+ if (o->ovar != NULL)
+ {
+ if (set_default)
+ *(o->ovar) = o->odefault;
+ else
+ *(o->ovar) = flip_triple(o->odefault, lc);
+ }
break;
case STRING:
if (*s == '\0')
@@ -273,13 +286,15 @@ public void scan_option(char *s)
pendopt = o;
return;
}
- *(o->ovar) = getnum(&s, printopt, (int*)NULL);
+ if (o->otype & UNSUPPORTED)
+ break;
+ *(o->ovar) = getnumc(&s, printopt, NULL);
break;
}
/*
* If the option has a handling function, call it.
*/
- if (o->ofunc != NULL)
+ if (o->ofunc != NULL && !(o->otype & UNSUPPORTED))
(*o->ofunc)(INIT, str);
if (str != NULL)
free(str);
@@ -295,11 +310,11 @@ public void scan_option(char *s)
* OPT_UNSET set to the default value
* OPT_SET set to the inverse of the default value
*/
-public void toggle_option(struct loption *o, int lower, char *s, int how_toggle)
+public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle)
{
int num;
int no_prompt;
- int err;
+ lbool err;
PARG parg;
no_prompt = (how_toggle & OPT_NO_PROMPT);
@@ -342,7 +357,7 @@ public void toggle_option(struct loption *o, int lower, char *s, int how_toggle)
#if HILITE_SEARCH
if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT))
- repaint_hilite(0);
+ repaint_hilite(FALSE);
#endif
/*
@@ -356,17 +371,20 @@ public void toggle_option(struct loption *o, int lower, char *s, int how_toggle)
/*
* Boolean.
*/
- switch (how_toggle)
+ if (o->ovar != NULL)
{
- case OPT_TOGGLE:
- *(o->ovar) = ! *(o->ovar);
- break;
- case OPT_UNSET:
- *(o->ovar) = o->odefault;
- break;
- case OPT_SET:
- *(o->ovar) = ! o->odefault;
- break;
+ switch (how_toggle)
+ {
+ case OPT_TOGGLE:
+ *(o->ovar) = ! *(o->ovar);
+ break;
+ case OPT_UNSET:
+ *(o->ovar) = o->odefault;
+ break;
+ case OPT_SET:
+ *(o->ovar) = ! o->odefault;
+ break;
+ }
}
break;
case TRIPLE:
@@ -377,17 +395,20 @@ public void toggle_option(struct loption *o, int lower, char *s, int how_toggle)
* If user gave the upper case letter, then switch
* to 2 unless already 2, in which case make it 0.
*/
- switch (how_toggle)
+ if (o->ovar != NULL)
{
- case OPT_TOGGLE:
- *(o->ovar) = flip_triple(*(o->ovar), lower);
- break;
- case OPT_UNSET:
- *(o->ovar) = o->odefault;
- break;
- case OPT_SET:
- *(o->ovar) = flip_triple(o->odefault, lower);
- break;
+ switch (how_toggle)
+ {
+ case OPT_TOGGLE:
+ *(o->ovar) = flip_triple(*(o->ovar), lower);
+ break;
+ case OPT_UNSET:
+ *(o->ovar) = o->odefault;
+ break;
+ case OPT_SET:
+ *(o->ovar) = flip_triple(o->odefault, lower);
+ break;
+ }
}
break;
case STRING:
@@ -411,7 +432,7 @@ public void toggle_option(struct loption *o, int lower, char *s, int how_toggle)
switch (how_toggle)
{
case OPT_TOGGLE:
- num = getnum(&s, NULL, &err);
+ num = getnumc(&s, NULL, &err);
if (!err)
*(o->ovar) = num;
break;
@@ -451,7 +472,8 @@ public void toggle_option(struct loption *o, int lower, char *s, int how_toggle)
/*
* Print the odesc message.
*/
- error(o->odesc[*(o->ovar)], NULL_PARG);
+ if (o->ovar != NULL)
+ error(o->odesc[*(o->ovar)], NULL_PARG);
break;
case NUMBER:
/*
@@ -470,7 +492,7 @@ public void toggle_option(struct loption *o, int lower, char *s, int how_toggle)
}
if (how_toggle != OPT_NO_TOGGLE && (o->otype & REPAINT))
- screen_trashed = TRUE;
+ screen_trashed();
}
/*
@@ -500,7 +522,7 @@ public int opt_has_param(struct loption *o)
* Return the prompt to be used for a given option letter.
* Only string and number valued options have prompts.
*/
-public char * opt_prompt(struct loption *o)
+public constant char * opt_prompt(struct loption *o)
{
if (o == NULL || (o->otype & (STRING|NUMBER)) == 0)
return ("?");
@@ -511,7 +533,7 @@ public char * opt_prompt(struct loption *o)
* If the specified option can be toggled, return NULL.
* Otherwise return an appropriate error message.
*/
-public char * opt_toggle_disallowed(int c)
+public constant char * opt_toggle_disallowed(int c)
{
switch (c)
{
@@ -530,7 +552,7 @@ public char * opt_toggle_disallowed(int c)
* In that case, the current option is taken to be the string for
* the previous option.
*/
-public int isoptpending(void)
+public lbool isoptpending(void)
{
return (pendopt != NULL);
}
@@ -538,7 +560,7 @@ public int isoptpending(void)
/*
* Print error message about missing string.
*/
-static void nostring(char *printopt)
+static void nostring(constant char *printopt)
{
PARG parg;
parg.p_string = printopt;
@@ -557,10 +579,16 @@ public void nopendopt(void)
* Scan to end of string or to an END_OPTION_STRING character.
* In the latter case, replace the char with a null char.
* Return a pointer to the remainder of the string, if any.
+ * validchars is of the form "[-][.]d[,]".
+ * "-" means an optional leading "-" is allowed
+ * "." means an optional leading "." is allowed (after any "-")
+ * "d" indicates a string of one or more digits (0-9)
+ * "," indicates a comma-separated list of digit strings is allowed
+ * "s" means a space char terminates the argument
*/
-static char * optstring(char *s, char **p_str, char *printopt, char *validchars)
+static constant char * optstring(constant char *s, char **p_str, constant char *printopt, constant char *validchars)
{
- char *p;
+ constant char *p;
char *out;
if (*s == '\0')
@@ -580,8 +608,38 @@ static char * optstring(char *s, char **p_str, char *printopt, char *validchars)
++p;
} else
{
- if (*p == END_OPTION_STRING ||
- (validchars != NULL && strchr(validchars, *p) == NULL))
+ if (validchars != NULL)
+ {
+ if (validchars[0] == 's')
+ {
+ if (*p == ' ')
+ break;
+ } else if (*p == '-')
+ {
+ if (validchars[0] != '-')
+ break;
+ ++validchars;
+ } else if (*p == '.')
+ {
+ if (validchars[0] == '-')
+ ++validchars;
+ if (validchars[0] != '.')
+ break;
+ ++validchars;
+ } else if (*p == ',')
+ {
+ if (validchars[0] == '\0' || validchars[1] != ',')
+ break;
+ } else if (*p >= '0' && *p <= '9')
+ {
+ while (validchars[0] == '-' || validchars[0] == '.')
+ ++validchars;
+ if (validchars[0] != 'd')
+ break;
+ } else
+ break;
+ }
+ if (*p == END_OPTION_STRING)
/* End of option string. */
break;
}
@@ -593,7 +651,7 @@ static char * optstring(char *s, char **p_str, char *printopt, char *validchars)
/*
*/
-static int num_error(char *printopt, int *errp, int overflow)
+static int num_error(constant char *printopt, lbool *errp, lbool overflow)
{
PARG parg;
@@ -618,13 +676,13 @@ static int num_error(char *printopt, int *errp, int overflow)
* Like atoi(), but takes a pointer to a char *, and updates
* the char * to point after the translated number.
*/
-public int getnum(char **sp, char *printopt, int *errp)
+public int getnumc(constant char **sp, constant char *printopt, lbool *errp)
{
- char *s;
+ constant char *s = *sp;
int n;
- int neg;
+ lbool neg;
- s = skipsp(*sp);
+ s = skipspc(s);
neg = FALSE;
if (*s == '-')
{
@@ -634,7 +692,7 @@ public int getnum(char **sp, char *printopt, int *errp)
if (*s < '0' || *s > '9')
return (num_error(printopt, errp, FALSE));
- n = lstrtoi(s, sp, 10);
+ n = lstrtoic(s, sp, 10);
if (n < 0)
return (num_error(printopt, errp, TRUE));
if (errp != NULL)
@@ -644,19 +702,27 @@ public int getnum(char **sp, char *printopt, int *errp)
return (n);
}
+public int getnum(char **sp, constant char *printopt, lbool *errp)
+{
+ constant char *cs = *sp;
+ int r = getnumc(&cs, printopt, errp);
+ *sp = (char *) cs;
+ return r;
+}
+
/*
* Translate a string into a fraction, represented by the part of a
* number which would follow a decimal point.
* 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(char **sp, char *printopt, int *errp)
+public long getfraction(constant char **sp, constant char *printopt, lbool *errp)
{
- char *s;
+ constant char *s;
long frac = 0;
int fraclen = 0;
- s = skipsp(*sp);
+ s = skipspc(*sp);
if (*s < '0' || *s > '9')
return (num_error(printopt, errp, FALSE));
@@ -675,6 +741,34 @@ public long getfraction(char **sp, char *printopt, int *errp)
return (frac);
}
+/*
+ * Set the UNSUPPORTED bit in every option listed
+ * in the LESS_UNSUPPORT environment variable.
+ */
+public void init_unsupport(void)
+{
+ constant char *s = lgetenv("LESS_UNSUPPORT");
+ if (isnullenv(s))
+ return;
+ for (;;)
+ {
+ struct loption *opt;
+ s = skipspc(s);
+ if (*s == '\0') break;
+ if (*s == '-' && *++s == '\0') break;
+ if (*s == '-') /* long option name */
+ {
+ ++s;
+ opt = findopt_name(&s, NULL, NULL);
+ } else /* short (single-char) option */
+ {
+ opt = findopt(*s);
+ if (opt != NULL) ++s;
+ }
+ if (opt != NULL)
+ opt->otype |= UNSUPPORTED;
+ }
+}
/*
* Get the value of the -e flag.
diff --git a/option.h b/option.h
index afde744c591a..62717f16b83e 100644
--- a/option.h
+++ b/option.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -23,6 +23,7 @@
#define HL_REPAINT 0200 /* Repaint hilites after toggling option */
#define NO_QUERY 0400 /* Option cannot be queried with "_" cmd */
#define INIT_HANDLER 01000 /* Call option handler function at startup */
+#define UNSUPPORTED 02000 /* Option is unsupported via LESS_UNSUPPORT */
#define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR)
@@ -47,7 +48,7 @@
struct optname
{
- char *oname; /* Long (GNU-style) option name */
+ constant char *oname; /* Long (GNU-style) option name */
struct optname *onext; /* List of synonymous option names */
};
@@ -60,7 +61,7 @@ struct loption
int otype; /* Type of the option */
int odefault; /* Default value */
int *ovar; /* Pointer to the associated variable */
- void (*ofunc)(int, char*); /* Pointer to special handling function */
- char *odesc[3]; /* Description of each value */
+ void (*ofunc)(int, constant char*); /* Pointer to special handling function */
+ constant char *odesc[3]; /* Description of each value */
};
diff --git a/opttbl.c b/opttbl.c
index 9e4aa2aaae6b..24692850072f 100644
--- a/opttbl.c
+++ b/opttbl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -41,6 +41,7 @@ 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 long jump_sline_fraction = -1;
+public int shift_count; /* Number of positions to shift horizontally */
public long shift_count_fraction = -1;
public int chopline; /* Truncate displayed lines at screen width */
public int wordwrap; /* Wrap lines at space */
@@ -48,14 +49,13 @@ public int no_init; /* Disable sending ti/te termcap strings */
public int no_keypad; /* Disable sending ks/ke termcap strings */
public int twiddle; /* Show tildes after EOF */
public int show_attn; /* Hilite first unread line */
-public int shift_count; /* Number of positions to shift horizontally */
public int status_col; /* Display a status column */
public int use_lessopen; /* Use the LESSOPEN filter */
public int quit_on_intr; /* Quit on interrupt */
public int follow_mode; /* F cmd Follows file desc or file name? */
public int oldbot; /* Old bottom of screen behavior {{REMOVE}} */
public int opt_use_backslash; /* Use backslash escaping in option parsing */
-public char rscroll_char; /* Char which marks chopped lines with -S */
+public LWCHAR rscroll_char; /* Char which marks chopped lines with -S */
public int rscroll_attr; /* Attribute of rscroll_char */
public int no_hist_dups; /* Remove dups from history list */
public int mousecap; /* Allow mouse for scrolling */
@@ -70,7 +70,8 @@ public int status_line; /* Highlight entire marked lines */
public int header_lines; /* Freeze header lines at top of screen */
public int header_cols; /* Freeze header columns at left of screen */
public int nonum_headers; /* Don't give headers line numbers */
-public int nosearch_headers; /* Don't search in header lines or columns */
+public int nosearch_header_lines = 0; /* Don't search in header lines */
+public int nosearch_header_cols = 0; /* Don't search in header columns */
public int redraw_on_quit; /* Redraw last screen after term deinit */
public int def_search_type; /* */
public int exit_F_on_close; /* Exit F command when input closes */
@@ -79,6 +80,8 @@ public int show_preproc_error; /* Display msg when preproc exits with error */
public int proc_backspace; /* Special handling of backspace */
public int proc_tab; /* Special handling of tab */
public int proc_return; /* Special handling of carriage return */
+public int match_shift; /* Extra horizontal shift on search match */
+public long match_shift_fraction = NUM_FRAC_DENOM/2; /* 1/2 of screen width */
public char intr_char = CONTROL('X'); /* Char to interrupt reads */
#if HILITE_SEARCH
public int hilite_search; /* Highlight matched search patterns? */
@@ -109,6 +112,7 @@ static struct optname J__optname = { "status-column", NULL };
static struct optname k_optname = { "lesskey-file", NULL };
#if HAVE_LESSKEYSRC
static struct optname ks_optname = { "lesskey-src", NULL };
+static struct optname kc_optname = { "lesskey-content", NULL };
#endif /* HAVE_LESSKEYSRC */
#endif
static struct optname K__optname = { "quit-on-intr", NULL };
@@ -159,6 +163,8 @@ static struct optname status_line_optname = { "status-line", NULL };
static struct optname header_optname = { "header", NULL };
static struct optname nonum_headers_optname = { "no-number-headers", NULL };
static struct optname nosearch_headers_optname = { "no-search-headers", NULL };
+static struct optname nosearch_header_lines_optname = { "no-search-header-lines", NULL };
+static struct optname nosearch_header_cols_optname = { "no-search-header-columns", NULL };
static struct optname redraw_on_quit_optname = { "redraw-on-quit", NULL };
static struct optname search_type_optname = { "search-options", NULL };
static struct optname exit_F_on_close_optname = { "exit-follow-on-close", NULL };
@@ -170,6 +176,7 @@ static struct optname show_preproc_error_optname = { "show-preproc-errors", NULL
static struct optname proc_backspace_optname = { "proc-backspace", NULL };
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 };
#if LESSTEST
static struct optname ttyin_name_optname = { "tty", NULL };
#endif /*LESSTEST*/
@@ -232,11 +239,7 @@ static struct loption option[] =
},
{ 'D', &D__optname,
STRING|REPAINT|NO_QUERY, 0, NULL, opt_D,
- {
- "color desc: ",
- NULL,
- NULL
- }
+ { "color desc: ", "s", NULL }
},
{ 'e', &e_optname,
TRIPLE, OPT_OFF, &quit_at_eof, NULL,
@@ -292,7 +295,7 @@ static struct loption option[] =
STRING, 0, NULL, opt_j,
{
"Target line: ",
- "0123456789.-",
+ "-.d",
NULL
}
},
@@ -310,6 +313,10 @@ static struct loption option[] =
{ NULL, NULL, NULL }
},
#if HAVE_LESSKEYSRC
+ { OLETTER_NONE, &kc_optname,
+ STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_kc,
+ { NULL, NULL, NULL }
+ },
{ OLETTER_NONE, &ks_optname,
STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_ks,
{ NULL, NULL, NULL }
@@ -391,7 +398,7 @@ static struct loption option[] =
}
},
{ 'S', &S__optname,
- BOOL|REPAINT, OPT_OFF, &chopline, NULL,
+ BOOL|REPAINT, OPT_OFF, &chopline, opt__S,
{
"Fold long lines",
"Chop long lines",
@@ -432,7 +439,7 @@ static struct loption option[] =
STRING|REPAINT, 0, NULL, opt_x,
{
"Tab stops: ",
- "0123456789,",
+ "d,",
NULL
}
},
@@ -462,7 +469,7 @@ static struct loption option[] =
},
{ '"', &quote_optname,
STRING, 0, NULL, opt_quote,
- { "quotes: ", NULL, NULL }
+ { "quotes: ", "s", NULL }
},
{ '~', &tilde_optname,
BOOL|REPAINT, OPT_ON, &twiddle, NULL,
@@ -480,7 +487,7 @@ static struct loption option[] =
STRING, 0, NULL, opt_shift,
{
"Horizontal shift: ",
- "0123456789.",
+ ".d",
NULL
}
},
@@ -518,7 +525,7 @@ static struct loption option[] =
},
{ OLETTER_NONE, &rscroll_optname,
STRING|REPAINT|INIT_HANDLER, 0, NULL, opt_rscroll,
- { "rscroll character: ", NULL, NULL }
+ { "rscroll character: ", "s", NULL }
},
{ OLETTER_NONE, &nohistdups_optname,
BOOL, OPT_OFF, &no_hist_dups, NULL,
@@ -602,11 +609,7 @@ static struct loption option[] =
},
{ OLETTER_NONE, &header_optname,
STRING|REPAINT, 0, NULL, opt_header,
- {
- "Header lines: ",
- NULL,
- NULL
- }
+ { "Header lines: ", "d,", NULL }
},
{ OLETTER_NONE, &nonum_headers_optname,
BOOL|REPAINT, 0, &nonum_headers, NULL,
@@ -617,11 +620,21 @@ static struct loption option[] =
}
},
{ OLETTER_NONE, &nosearch_headers_optname,
- BOOL|HL_REPAINT, 0, &nosearch_headers, NULL,
+ BOOL|HL_REPAINT, 0, NULL, opt_nosearch_headers,
{
- "Search includes header lines",
- "Search does not include header lines",
- NULL
+ NULL, NULL, NULL
+ }
+ },
+ { OLETTER_NONE, &nosearch_header_lines_optname,
+ BOOL|HL_REPAINT, 0, NULL, opt_nosearch_header_lines,
+ {
+ NULL, NULL, NULL
+ }
+ },
+ { OLETTER_NONE, &nosearch_header_cols_optname,
+ BOOL|HL_REPAINT, 0, NULL, opt_nosearch_header_cols,
+ {
+ NULL, NULL, NULL
}
},
{ OLETTER_NONE, &redraw_on_quit_optname,
@@ -634,11 +647,7 @@ static struct loption option[] =
},
{ OLETTER_NONE, &search_type_optname,
STRING, 0, NULL, opt_search_type,
- {
- "Search options: ",
- NULL,
- NULL
- }
+ { "Search options: ", "s", NULL }
},
{ OLETTER_NONE, &exit_F_on_close_optname,
BOOL, OPT_OFF, &exit_F_on_close, NULL,
@@ -666,7 +675,7 @@ static struct loption option[] =
},
{ OLETTER_NONE, &intr_optname,
STRING, 0, NULL, opt_intr,
- { "interrupt character: ", NULL, NULL }
+ { "interrupt character: ", "s", NULL }
},
{ OLETTER_NONE, &wordwrap_optname,
BOOL|REPAINT, OPT_OFF, &wordwrap, NULL,
@@ -708,6 +717,14 @@ static struct loption option[] =
"Print carriage return as ^M"
}
},
+ { OLETTER_NONE, &match_shift_optname,
+ STRING|INIT_HANDLER, 0, NULL, opt_match_shift,
+ {
+ "Search match shift: ",
+ ".d",
+ NULL
+ }
+ },
#if LESSTEST
{ OLETTER_NONE, &ttyin_name_optname,
STRING|NO_TOGGLE, 0, NULL, opt_ttyin_name,
@@ -728,7 +745,7 @@ static struct loption option[] =
public void init_option(void)
{
struct loption *o;
- char *p;
+ constant char *p;
p = lgetenv("LESS_IS_MORE");
if (!isnullenv(p))
@@ -766,15 +783,15 @@ public struct loption * findopt(int c)
/*
*
*/
-static int is_optchar(char c)
+static lbool is_optchar(char c)
{
if (ASCII_IS_UPPER(c))
- return 1;
+ return TRUE;
if (ASCII_IS_LOWER(c))
- return 1;
+ return TRUE;
if (c == '-')
- return 1;
- return 0;
+ return TRUE;
+ return FALSE;
}
/*
@@ -783,18 +800,18 @@ static int is_optchar(char c)
* is updated to point after the matched name.
* p_oname if non-NULL is set to point to the full option name.
*/
-public struct loption * findopt_name(char **p_optname, char **p_oname, int *p_err)
+public struct loption * findopt_name(constant char **p_optname, constant char **p_oname, lbool *p_ambig)
{
- char *optname = *p_optname;
+ constant char *optname = *p_optname;
struct loption *o;
struct optname *oname;
- int len;
+ size_t len;
int uppercase;
struct loption *maxo = NULL;
struct optname *maxoname = NULL;
- int maxlen = 0;
- int ambig = 0;
- int exact = 0;
+ size_t maxlen = 0;
+ lbool ambig = FALSE;
+ lbool exact = FALSE;
/*
* Check all options.
@@ -814,7 +831,7 @@ public struct loption * findopt_name(char **p_optname, char **p_oname, int *p_er
for (uppercase = 0; uppercase <= 1; uppercase++)
{
len = sprefix(optname, oname->oname, uppercase);
- if (len <= 0 || is_optchar(optname[len]))
+ if (len == 0 || is_optchar(optname[len]))
{
/*
* We didn't use all of the option name.
@@ -827,7 +844,7 @@ public struct loption * findopt_name(char **p_optname, char **p_oname, int *p_er
* and now there's another one that
* matches the same length.
*/
- ambig = 1;
+ ambig = TRUE;
else if (len > maxlen)
{
/*
@@ -837,21 +854,21 @@ public struct loption * findopt_name(char **p_optname, char **p_oname, int *p_er
maxo = o;
maxoname = oname;
maxlen = len;
- ambig = 0;
- exact = (len == (int)strlen(oname->oname));
+ ambig = FALSE;
+ exact = (len == strlen(oname->oname));
}
if (!(o->otype & TRIPLE))
break;
}
}
}
+ if (p_ambig != NULL)
+ *p_ambig = ambig;
if (ambig)
{
/*
* Name matched more than one option.
*/
- if (p_err != NULL)
- *p_err = OPT_AMBIG;
return (NULL);
}
*p_optname = optname + maxlen;
diff --git a/os.c b/os.c
index 046270e68fc4..9f897775290d 100644
--- a/os.c
+++ b/os.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -42,13 +42,13 @@
#if HAVE_POLL && !MSDOS_COMPILER
#define USE_POLL 1
-static int use_poll = TRUE;
+static lbool use_poll = TRUE;
#else
#define USE_POLL 0
#endif
#if USE_POLL
#include <poll.h>
-static int any_data = FALSE;
+static lbool any_data = FALSE;
#endif
/*
@@ -67,7 +67,7 @@ static int any_data = FALSE;
#endif
public int reading;
-public int waiting_for_data;
+public lbool waiting_for_data;
public int consecutive_nulls = 0;
/* Milliseconds to wait for data before displaying "waiting for data" message. */
@@ -80,16 +80,14 @@ extern int exit_F_on_close;
extern int follow_mode;
extern int scanning_eof;
extern char intr_char;
+extern int is_tty;
#if !MSDOS_COMPILER
extern int tty;
#endif
-#if LESSTEST
-extern char *ttyin_name;
-#endif /*LESSTEST*/
public void init_poll(void)
{
- char *delay = lgetenv("LESS_DATA_DELAY");
+ constant char *delay = lgetenv("LESS_DATA_DELAY");
int idelay = (delay == NULL) ? 0 : atoi(delay);
if (idelay > 0)
waiting_for_data_delay = idelay;
@@ -125,16 +123,16 @@ static int check_poll(int fd, int tty)
}
poll(poller, 2, timeout);
#if LESSTEST
- if (ttyin_name == NULL) /* Check for ^X only on a real tty. */
+ if (!is_lesstest()) /* Check for ^X only on a real tty. */
#endif /*LESSTEST*/
{
if (poller[1].revents & POLLIN)
{
- LWCHAR ch = getchr();
- if (ch == intr_char)
+ int ch = getchr();
+ if (ch < 0 || ch == intr_char)
/* Break out of "waiting for data". */
return (READ_INTR);
- ungetcc_back(ch);
+ ungetcc_back((char) ch);
}
}
if (ignore_eoi && exit_F_on_close && (poller[0].revents & (POLLHUP|POLLIN)) == POLLHUP)
@@ -150,11 +148,15 @@ static int check_poll(int fd, int tty)
public int supports_ctrl_x(void)
{
+#if MSDOS_COMPILER==WIN32C
+ return (TRUE);
+#else
#if USE_POLL
return (use_poll);
#else
return (FALSE);
#endif /* USE_POLL */
+#endif /* MSDOS_COMPILER==WIN32C */
}
/*
@@ -162,9 +164,9 @@ public int supports_ctrl_x(void)
* A call to intread() from a signal handler will interrupt
* any pending iread().
*/
-public int iread(int fd, unsigned char *buf, unsigned int len)
+public ssize_t iread(int fd, unsigned char *buf, size_t len)
{
- int n;
+ ssize_t n;
start:
#if MSDOS_COMPILER==WIN32C
@@ -188,7 +190,7 @@ start:
/*
* We jumped here from intread.
*/
- reading = 0;
+ reading = FALSE;
#if HAVE_SIGPROCMASK
{
sigset_t mask;
@@ -213,7 +215,7 @@ start:
}
flush();
- reading = 1;
+ reading = TRUE;
#if MSDOS_COMPILER==DJGPPC
if (isatty(fd))
{
@@ -230,20 +232,20 @@ start:
FD_SET(fd, &readfds);
if (select(fd+1, &readfds, 0, 0, 0) == -1)
{
- reading = 0;
+ reading = FALSE;
return (READ_ERR);
}
}
#endif
#if USE_POLL
- if (fd != tty && use_poll)
+ if (is_tty && fd != tty && use_poll)
{
int ret = check_poll(fd, tty);
if (ret != 0)
{
if (ret == READ_INTR)
sigs |= S_INTERRUPT;
- reading = 0;
+ reading = FALSE;
return (ret);
}
}
@@ -257,7 +259,7 @@ start:
if (c == intr_char)
{
sigs |= S_INTERRUPT;
- reading = 0;
+ reading = FALSE;
return (READ_INTR);
}
WIN32ungetch(c);
@@ -265,7 +267,7 @@ start:
#endif
#endif
n = read(fd, buf, len);
- reading = 0;
+ reading = FALSE;
#if 1
/*
* This is a kludge to workaround a problem on some systems
@@ -355,11 +357,11 @@ static char * strerror(int err)
/*
* errno_message: Return an error message based on the value of "errno".
*/
-public char * errno_message(char *filename)
+public char * errno_message(constant char *filename)
{
char *p;
char *m;
- int len;
+ size_t len;
#if HAVE_ERRNO
#if MUST_DEFINE_ERRNO
extern int errno;
@@ -368,7 +370,7 @@ public char * errno_message(char *filename)
#else
p = "cannot open";
#endif
- len = (int) (strlen(filename) + strlen(p) + 3);
+ len = strlen(filename) + strlen(p) + 3;
m = (char *) ecalloc(len, sizeof(char));
SNPRINTF2(m, len, "%s: %s", filename, p);
return (m);
@@ -378,11 +380,11 @@ public char * errno_message(char *filename)
* Return a description of a signal.
* The return value is good until the next call to this function.
*/
-public char * signal_message(int sig)
+public constant char * signal_message(int sig)
{
static char sigbuf[sizeof("Signal ") + INT_STRLEN_BOUND(sig) + 1];
#if HAVE_STRSIGNAL
- char *description = strsignal(sig);
+ constant char *description = strsignal(sig);
if (description)
return description;
#endif
@@ -395,7 +397,7 @@ public char * signal_message(int sig)
* and min(VAL, NUM) <= DEN so the result cannot overflow.
* Round to the nearest integer, breaking ties by rounding to even.
*/
-public uintmax muldiv(uintmax val, uintmax num, uintmax den)
+public uintmax umuldiv(uintmax val, uintmax num, uintmax den)
{
/*
* Like round(val * (double) num / den), but without rounding error.
@@ -416,7 +418,7 @@ public uintmax muldiv(uintmax val, uintmax num, uintmax den)
*/
public int percentage(POSITION num, POSITION den)
{
- return (int) muldiv(num, (POSITION) 100, den);
+ return (int) muldiv(num, 100, den);
}
/*
@@ -433,7 +435,7 @@ public POSITION percent_pos(POSITION pos, int percent, long fraction)
*/
POSITION pctden = (percent * NUM_FRAC_DENOM) + fraction;
- return (POSITION) muldiv(pos, pctden, 100 * (POSITION) NUM_FRAC_DENOM);
+ return (POSITION) muldiv(pos, pctden, 100 * NUM_FRAC_DENOM);
}
#if !HAVE_STRCHR
@@ -452,7 +454,7 @@ char * strchr(char *s, char c)
#endif
#if !HAVE_MEMCPY
-void * memcpy(void *dst, void *src, int len)
+void * memcpy(void *dst, void *src, size_t len)
{
char *dstp = (char *) dst;
char *srcp = (char *) src;
@@ -498,7 +500,7 @@ public void sleep_ms(int ms)
nanosleep(&t, NULL);
#else
#if HAVE_USLEEP
- usleep(ms);
+ usleep(ms * 1000);
#else
sleep(ms / 1000 + (ms % 1000 != 0));
#endif
diff --git a/output.c b/output.c
index 8a69d29d4b07..3b0c64162bf7 100644
--- a/output.c
+++ b/output.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -28,9 +28,9 @@ public int at_prompt;
extern int sigs;
extern int sc_width;
extern int so_s_width, so_e_width;
-extern int screen_trashed;
extern int is_tty;
extern int oldbot;
+extern int utf_mode;
extern char intr_char;
#if MSDOS_COMPILER==WIN32C || MSDOS_COMPILER==BORLANDC || MSDOS_COMPILER==DJGPPC
@@ -52,7 +52,7 @@ extern int vt_enabled;
public void put_line(void)
{
int c;
- int i;
+ size_t i;
int a;
if (ABORT_SIGS())
@@ -60,7 +60,7 @@ public void put_line(void)
/*
* Don't output if a signal is pending.
*/
- screen_trashed = 1;
+ screen_trashed();
return;
}
@@ -79,59 +79,222 @@ public void put_line(void)
at_exit();
}
+/*
+ * 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
+ * issues till the SGR parser is replaced, OUTBUF_SIZE is 8K on Windows.
+ */
static char obuf[OUTBUF_SIZE];
static char *ob = obuf;
static int outfd = 2; /* stderr */
#if MSDOS_COMPILER==WIN32C || MSDOS_COMPILER==BORLANDC || MSDOS_COMPILER==DJGPPC
-static void win_flush(void)
+
+typedef unsigned t_attr;
+
+#define A_BOLD (1u<<0)
+#define A_ITALIC (1u<<1)
+#define A_UNDERLINE (1u<<2)
+#define A_BLINK (1u<<3)
+#define A_INVERSE (1u<<4)
+#define A_CONCEAL (1u<<5)
+
+/* long is guaranteed 32 bits, and we reserve bits for type + RGB */
+typedef unsigned long t_color;
+
+#define T_DEFAULT 0ul
+#define T_ANSI 1ul /* colors 0-7 */
+
+#define CGET_ANSI(c) ((c) & 0x7)
+
+#define C_DEFAULT (T_DEFAULT <<24) /* 0 */
+#define C_ANSI(c) ((T_ANSI <<24) | (c))
+
+/* attr/fg/bg/all 0 is the default attr/fg/bg/all, respectively */
+typedef struct t_sgr {
+ t_attr attr;
+ t_color fg;
+ t_color bg;
+} t_sgr;
+
+static constant t_sgr SGR_DEFAULT; /* = {0} */
+
+/* returns 0 on success, non-0 on unknown SGR code */
+static int update_sgr(t_sgr *sgr, long code)
{
- if (ctldisp != OPT_ONPLUS || (vt_enabled && sgr_mode))
- WIN32textout(obuf, ob - obuf);
- else
+ switch (code)
{
- /*
- * Look for SGR escape sequences, and convert them
- * to color commands. Replace bold, underline,
- * and italic escapes into colors specified via
- * the -D command-line option.
- */
- char *anchor, *p, *p_next;
- static int fg, fgi, bg, bgi;
- static int at;
- int f, b;
+ case 0: *sgr = SGR_DEFAULT; break;
+
+ case 1: sgr->attr |= A_BOLD; break;
+ case 22: sgr->attr &= ~A_BOLD; break;
+
+ case 3: sgr->attr |= A_ITALIC; break;
+ case 23: sgr->attr &= ~A_ITALIC; break;
+
+ case 4: sgr->attr |= A_UNDERLINE; break;
+ case 24: sgr->attr &= ~A_UNDERLINE; break;
+
+ case 6: /* fast-blink, fallthrough */
+ case 5: sgr->attr |= A_BLINK; break;
+ case 25: sgr->attr &= ~A_BLINK; break;
+
+ case 7: sgr->attr |= A_INVERSE; break;
+ case 27: sgr->attr &= ~A_INVERSE; break;
+
+ case 8: sgr->attr |= A_CONCEAL; break;
+ case 28: sgr->attr &= ~A_CONCEAL; break;
+
+ case 39: sgr->fg = C_DEFAULT; break;
+ case 49: sgr->bg = C_DEFAULT; break;
+
+ case 30: case 31: case 32: case 33:
+ case 34: case 35: case 36: case 37:
+ sgr->fg = C_ANSI(code - 30);
+ break;
+
+ case 40: case 41: case 42: case 43:
+ case 44: case 45: case 46: case 47:
+ sgr->bg = C_ANSI(code - 40);
+ break;
+ default:
+ return 1;
+ }
+
+ return 0;
+}
+
+static void set_win_colors(t_sgr *sgr)
+{
#if MSDOS_COMPILER==WIN32C
- /* Screen colors used by 3x and 4x SGR commands. */
- static unsigned char screen_color[] = {
- 0, /* BLACK */
- FOREGROUND_RED,
- FOREGROUND_GREEN,
- FOREGROUND_RED|FOREGROUND_GREEN,
- FOREGROUND_BLUE,
- FOREGROUND_BLUE|FOREGROUND_RED,
- FOREGROUND_BLUE|FOREGROUND_GREEN,
- FOREGROUND_BLUE|FOREGROUND_GREEN|FOREGROUND_RED
- };
+ /* Screen colors used by 3x and 4x SGR commands. */
+ static unsigned char screen_color[] = {
+ 0, /* BLACK */
+ FOREGROUND_RED,
+ FOREGROUND_GREEN,
+ FOREGROUND_RED|FOREGROUND_GREEN,
+ FOREGROUND_BLUE,
+ FOREGROUND_BLUE|FOREGROUND_RED,
+ FOREGROUND_BLUE|FOREGROUND_GREEN,
+ FOREGROUND_BLUE|FOREGROUND_GREEN|FOREGROUND_RED
+ };
#else
- static enum COLORS screen_color[] = {
- BLACK, RED, GREEN, BROWN,
- BLUE, MAGENTA, CYAN, LIGHTGRAY
- };
+ static enum COLORS screen_color[] = {
+ BLACK, RED, GREEN, BROWN,
+ BLUE, MAGENTA, CYAN, LIGHTGRAY
+ };
#endif
- if (fg == 0 && bg == 0)
+ int fg, bg, tmp; /* Windows colors */
+
+ /* Not "SGR mode": apply -D<x> to default fg+bg with one attribute */
+ if (!sgr_mode && sgr->fg == C_DEFAULT && sgr->bg == C_DEFAULT)
+ {
+ switch (sgr->attr)
{
- fg = nm_fg_color & 7;
- fgi = nm_fg_color & 8;
- bg = nm_bg_color & 7;
- bgi = nm_bg_color & 8;
+ case A_BOLD:
+ WIN32setcolors(bo_fg_color, bo_bg_color);
+ return;
+ case A_UNDERLINE:
+ WIN32setcolors(ul_fg_color, ul_bg_color);
+ return;
+ case A_BLINK:
+ WIN32setcolors(bl_fg_color, bl_bg_color);
+ return;
+ case A_INVERSE:
+ WIN32setcolors(so_fg_color, so_bg_color);
+ return;
+ /*
+ * There's no -Di so italic should not be here, but to
+ * preserve legacy behavior, apply -Ds to italic too.
+ */
+ case A_ITALIC:
+ WIN32setcolors(so_fg_color, so_bg_color);
+ return;
}
+ }
+
+ /* generic application of the SGR state as Windows colors */
+
+ fg = sgr->fg == C_DEFAULT ? nm_fg_color
+ : screen_color[CGET_ANSI(sgr->fg)];
+
+ bg = sgr->bg == C_DEFAULT ? nm_bg_color
+ : screen_color[CGET_ANSI(sgr->bg)];
+
+ if (sgr->attr & A_BOLD)
+ fg |= 8;
+
+ if (sgr->attr & (A_BLINK | A_UNDERLINE))
+ bg |= 8; /* TODO: can be illegible */
+
+ if (sgr->attr & (A_INVERSE | A_ITALIC))
+ {
+ tmp = fg;
+ fg = bg;
+ bg = tmp;
+ }
+
+ if (sgr->attr & A_CONCEAL)
+ fg = bg ^ 8;
+
+ WIN32setcolors(fg, bg);
+}
+
+/* like is_ansi_end, but doesn't assume c != 0 (returns 0 for c == 0) */
+static int is_ansi_end_0(char c)
+{
+ return c && is_ansi_end((unsigned char)c);
+}
+
+static void win_flush(void)
+{
+ if (ctldisp != OPT_ONPLUS
+#if MSDOS_COMPILER==WIN32C
+ || (vt_enabled && sgr_mode)
+#endif
+ )
+ WIN32textout(obuf, ptr_diff(ob, obuf));
+ else
+ {
+ /*
+ * Digest text, apply embedded SGR sequences as Windows-colors.
+ * By default - when -Da ("SGR mode") is unset - also apply
+ * translation of -D command-line options (at set_win_colors)
+ */
+ char *anchor, *p, *p_next;
+ static t_sgr sgr;
+
+ /* when unsupported SGR value is encountered, like 38/48 for
+ * 256/true colors, then we abort processing this sequence,
+ * because it may expect followup values, but we don't know
+ * how many, so we've lost sync of this sequence parsing.
+ * Without VT enabled it's OK because we can't do much anyway,
+ * but with VT enabled we choose to passthrough this sequence
+ * to the terminal - which can handle it better than us.
+ * however, this means that our "sgr" var is no longer in sync
+ * with the actual terminal state, which can lead to broken
+ * colors with future sequences which we _can_ fully parse.
+ * in such case, once it happens, we keep passthrough sequences
+ * until we know we're in sync again - on a valid reset.
+ */
+ static int sgr_bad_sync;
+
for (anchor = p_next = obuf;
(p_next = memchr(p_next, ESC, ob - p_next)) != NULL; )
{
p = p_next;
if (p[1] == '[') /* "ESC-[" sequence */
{
+ /*
+ * unknown SGR code ignores the rest of the seq,
+ * and allows ignoring sequences such as
+ * ^[[38;5;123m or ^[[38;2;5;6;7m
+ * (prior known codes at the same seq do apply)
+ */
+ int bad_code = 0;
+
if (p > anchor)
{
/*
@@ -139,35 +302,30 @@ static void win_flush(void)
* the last escape sequence,
* write them out to the screen.
*/
- WIN32textout(anchor, p-anchor);
+ WIN32textout(anchor, ptr_diff(p, anchor));
anchor = p;
}
p += 2; /* Skip the "ESC-[" */
- if (is_ansi_end(*p))
+ if (is_ansi_end_0(*p))
{
/*
* Handle null escape sequence
- * "ESC[m", which restores
- * the normal color.
+ * "ESC[m" as if it was "ESC[0m"
*/
p++;
anchor = p_next = p;
- fg = nm_fg_color & 7;
- fgi = nm_fg_color & 8;
- bg = nm_bg_color & 7;
- bgi = nm_bg_color & 8;
- at = 0;
- WIN32setcolors(nm_fg_color, nm_bg_color);
+ update_sgr(&sgr, 0);
+ set_win_colors(&sgr);
+ sgr_bad_sync = 0;
continue;
}
p_next = p;
- at &= ~32;
/*
- * Select foreground/background colors
+ * Parse and apply SGR values to the SGR state
* based on the escape sequence.
*/
- while (!is_ansi_end(*p))
+ while (!is_ansi_end_0(*p))
{
char *q;
long code = strtol(p, &q, 10);
@@ -179,166 +337,54 @@ static void win_flush(void)
* Leave it unprocessed
* in the buffer.
*/
- int slop = (int) (q - anchor);
- /* {{ strcpy args overlap! }} */
- strcpy(obuf, anchor);
+ size_t slop = ptr_diff(q, anchor);
+ memmove(obuf, anchor, slop);
ob = &obuf[slop];
return;
}
if (q == p ||
- code > 49 || code < 0 ||
- (!is_ansi_end(*q) && *q != ';'))
+ (!is_ansi_end_0(*q) && *q != ';'))
{
+ /*
+ * can't parse. passthrough
+ * till the end of the buffer
+ */
p_next = q;
break;
}
if (*q == ';')
- {
q++;
- at |= 32;
- }
- switch (code)
- {
- default:
- /* case 0: all attrs off */
- fg = nm_fg_color & 7;
- bg = nm_bg_color & 7;
- at &= 32;
- /*
- * \e[0m use normal
- * intensities, but
- * \e[0;...m resets them
- */
- if (at & 32)
- {
- fgi = 0;
- bgi = 0;
- } else
- {
- fgi = nm_fg_color & 8;
- bgi = nm_bg_color & 8;
- }
- break;
- case 1: /* bold on */
- fgi = 8;
- at |= 1;
- break;
- case 3: /* italic on */
- case 7: /* inverse on */
- at |= 2;
- break;
- case 4: /* underline on */
- bgi = 8;
- at |= 4;
- break;
- case 5: /* slow blink on */
- case 6: /* fast blink on */
- bgi = 8;
- at |= 8;
- break;
- case 8: /* concealed on */
- at |= 16;
- break;
- case 22: /* bold off */
- fgi = 0;
- at &= ~1;
- break;
- case 23: /* italic off */
- case 27: /* inverse off */
- at &= ~2;
- break;
- case 24: /* underline off */
- bgi = 0;
- at &= ~4;
- break;
- case 28: /* concealed off */
- at &= ~16;
- break;
- case 30: case 31: case 32:
- case 33: case 34: case 35:
- case 36: case 37:
- fg = screen_color[code - 30];
- at |= 32;
- break;
- case 39: /* default fg */
- fg = nm_fg_color & 7;
- at |= 32;
- break;
- case 40: case 41: case 42:
- case 43: case 44: case 45:
- case 46: case 47:
- bg = screen_color[code - 40];
- at |= 32;
- break;
- case 49: /* default bg */
- bg = nm_bg_color & 7;
- at |= 32;
- break;
- }
+ if (!bad_code)
+ bad_code = update_sgr(&sgr, code);
+
+ if (bad_code)
+ sgr_bad_sync = 1;
+ else if (code == 0)
+ sgr_bad_sync = 0;
+
p = q;
}
- if (!is_ansi_end(*p) || p == p_next)
+ if (!is_ansi_end_0(*p) || p == p_next)
break;
- /*
- * In SGR mode, the ANSI sequence is
- * always honored; otherwise if an attr
- * is used by itself ("\e[1m" versus
- * "\e[1;33m", for example), set the
- * color assigned to that attribute.
- */
- if (sgr_mode || (at & 32))
- {
- if (at & 2)
- {
- f = bg | bgi;
- b = fg | fgi;
- } else
- {
- f = fg | fgi;
- b = bg | bgi;
- }
- } else
- {
- if (at & 1)
- {
- f = bo_fg_color;
- b = bo_bg_color;
- } else if (at & 2)
- {
- f = so_fg_color;
- b = so_bg_color;
- } else if (at & 4)
- {
- f = ul_fg_color;
- b = ul_bg_color;
- } else if (at & 8)
- {
- f = bl_fg_color;
- b = bl_bg_color;
- } else
- {
- f = nm_fg_color;
- b = nm_bg_color;
- }
+
+ if (sgr_bad_sync && vt_enabled) {
+ /* this or a prior sequence had unknown
+ * SGR value. passthrough all sequences
+ * until we're in-sync again
+ */
+ WIN32textout(anchor, ptr_diff(p+1, anchor));
+ } else {
+ set_win_colors(&sgr);
}
- if (at & 16)
- f = b ^ 8;
-#if MSDOS_COMPILER==WIN32C
- f &= 0xf | COMMON_LVB_UNDERSCORE;
-#else
- f &= 0xf;
-#endif
- b &= 0xf;
- WIN32setcolors(f, b);
p_next = anchor = p + 1;
} else
p_next++;
}
/* Output what's left in the buffer. */
- WIN32textout(anchor, ob - anchor);
+ WIN32textout(anchor, ptr_diff(ob, anchor));
}
ob = obuf;
}
@@ -362,9 +408,9 @@ static void win_flush(void)
*/
public void flush(void)
{
- int n;
+ size_t n;
- n = (int) (ob - obuf);
+ n = ptr_diff(ob, obuf);
if (n == 0)
return;
ob = obuf;
@@ -389,7 +435,7 @@ public void flush(void)
#endif
if (write(outfd, obuf, n) != n)
- screen_trashed = 1;
+ screen_trashed();
}
/*
@@ -403,9 +449,11 @@ public void set_output(int fd)
/*
* Output a character.
+ * ch is int for compatibility with tputs.
*/
-public int putchr(int c)
+public int putchr(int ch)
{
+ char c = (char) ch;
#if 0 /* fake UTF-8 output for testing */
extern int utf_mode;
if (utf_mode)
@@ -492,25 +540,32 @@ TYPE_TO_A_FUNC(inttoa, int)
/*
* Convert a string to an integral type. Return ((type) -1) on overflow.
*/
-#define STR_TO_TYPE_FUNC(funcname, type) \
-type funcname(char *buf, char **ebuf, int radix) \
+#define STR_TO_TYPE_FUNC(funcname, cfuncname, type) \
+type cfuncname(constant char *buf, constant char **ebuf, int radix) \
{ \
type val = 0; \
- int v = 0; \
+ lbool v = 0; \
for (;; buf++) { \
char c = *buf; \
int digit = (c >= '0' && c <= '9') ? c - '0' : (c >= 'a' && c <= 'f') ? c - 'a' + 10 : (c >= 'A' && c <= 'F') ? c - 'A' + 10 : -1; \
if (digit < 0 || digit >= radix) break; \
- v |= ckd_mul(&val, val, radix); \
- v |= ckd_add(&val, val, digit); \
+ v = v || ckd_mul(&val, val, radix); \
+ v = v || ckd_add(&val, val, digit); \
} \
if (ebuf != NULL) *ebuf = buf; \
- return v ? -1 : val; \
+ return v ? (type)(-1) : val; \
+} \
+type funcname(char *buf, char **ebuf, int radix) \
+{ \
+ constant char *cbuf = buf; \
+ type r = cfuncname(cbuf, &cbuf, radix); \
+ if (ebuf != NULL) *ebuf = (char *) cbuf; /*{{const-issue}}*/ \
+ return r; \
}
-STR_TO_TYPE_FUNC(lstrtopos, POSITION)
-STR_TO_TYPE_FUNC(lstrtoi, int)
-STR_TO_TYPE_FUNC(lstrtoul, unsigned long)
+STR_TO_TYPE_FUNC(lstrtopos, lstrtoposc, POSITION)
+STR_TO_TYPE_FUNC(lstrtoi, lstrtoic, int)
+STR_TO_TYPE_FUNC(lstrtoul, lstrtoulc, unsigned long)
/*
* Print an integral type.
@@ -534,9 +589,10 @@ 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(char *fmt, PARG *parg)
+public int less_printf(constant char *fmt, PARG *parg)
{
- char *s;
+ constant char *s;
+ constant char *es;
int col;
col = 0;
@@ -553,11 +609,17 @@ public int less_printf(char *fmt, PARG *parg)
{
case 's':
s = parg->p_string;
+ es = s + strlen(s);
parg++;
while (*s != '\0')
{
- putchr(*s++);
- col++;
+ LWCHAR ch = step_charc(&s, +1, es);
+ constant char *ps = utf_mode ? prutfchar(ch) : prchar(ch);
+ while (*ps != '\0')
+ {
+ putchr(*ps++);
+ col++;
+ }
}
break;
case 'd':
@@ -573,7 +635,7 @@ public int less_printf(char *fmt, PARG *parg)
parg++;
break;
case 'c':
- s = prchar(parg->p_char);
+ s = prchar((LWCHAR) parg->p_char);
parg++;
while (*s != '\0')
{
@@ -605,7 +667,7 @@ public void get_return(void)
#else
c = getchr();
if (c != '\n' && c != '\r' && c != ' ' && c != READ_INTR)
- ungetcc(c);
+ ungetcc((char) c);
#endif
}
@@ -613,7 +675,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(char *fmt, PARG *parg)
+public void error(constant char *fmt, PARG *parg)
{
int col = 0;
static char return_to_continue[] = " (press RETURN)";
@@ -636,7 +698,7 @@ public void error(char *fmt, PARG *parg)
col += less_printf(fmt, parg);
putstr(return_to_continue);
at_exit();
- col += sizeof(return_to_continue) + so_e_width;
+ col += (int) sizeof(return_to_continue) + so_e_width;
get_return();
lower_left();
@@ -648,7 +710,7 @@ public void error(char *fmt, PARG *parg)
* {{ Unless the terminal doesn't have auto margins,
* in which case we just hammered on the right margin. }}
*/
- screen_trashed = 1;
+ screen_trashed();
flush();
}
@@ -659,7 +721,7 @@ public void error(char *fmt, PARG *parg)
* Usually used to warn that we are beginning a potentially
* time-consuming operation.
*/
-static void ierror_suffix(char *fmt, PARG *parg, char *suffix1, char *suffix2, char *suffix3)
+static void ierror_suffix(constant char *fmt, PARG *parg, constant char *suffix1, constant char *suffix2, constant char *suffix3)
{
at_exit();
clear_bot();
@@ -673,25 +735,28 @@ static void ierror_suffix(char *fmt, PARG *parg, char *suffix1, char *suffix2, c
need_clr = 1;
}
-public void ierror(char *fmt, PARG *parg)
+public void ierror(constant char *fmt, PARG *parg)
{
ierror_suffix(fmt, parg, "... (interrupt to abort)", "", "");
}
-public void ixerror(char *fmt, PARG *parg)
+public void ixerror(constant char *fmt, PARG *parg)
{
if (!supports_ctrl_x())
ierror(fmt, parg);
else
- ierror_suffix(fmt, parg,
- "... (", prchar(intr_char), " or interrupt to abort)");
+ {
+ char ichar[MAX_PRCHAR_LEN+1];
+ strcpy(ichar, prchar((LWCHAR) intr_char));
+ ierror_suffix(fmt, parg, "... (", ichar, " or interrupt to abort)");
+ }
}
/*
* Output a message in the lower left corner of the screen
* and return a single-character response.
*/
-public int query(char *fmt, PARG *parg)
+public int query(constant char *fmt, PARG *parg)
{
int c;
int col = 0;
@@ -706,7 +771,7 @@ public int query(char *fmt, PARG *parg)
{
lower_left();
if (col >= sc_width)
- screen_trashed = 1;
+ screen_trashed();
flush();
} else
{
diff --git a/pattern.c b/pattern.c
index ed453740b141..0eee704fecfe 100644
--- a/pattern.c
+++ b/pattern.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -20,7 +20,7 @@ extern int utf_mode;
/*
* Compile a search pattern, for future use by match_pattern.
*/
-static int compile_pattern2(char *pattern, int search_type, PATTERN_TYPE *comp_pattern, int show_error)
+static int compile_pattern2(constant char *pattern, int search_type, PATTERN_TYPE *comp_pattern, int show_error)
{
if (search_type & SRCH_NO_REGEX)
return (0);
@@ -142,21 +142,20 @@ static int compile_pattern2(char *pattern, int search_type, PATTERN_TYPE *comp_p
/*
* Like compile_pattern2, but convert the pattern to lowercase if necessary.
*/
-public int compile_pattern(char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern)
+public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern)
{
- char *cvt_pattern;
int result;
if (caseless != OPT_ONPLUS || (re_handles_caseless && !(search_type & SRCH_NO_REGEX)))
- cvt_pattern = pattern;
- else
{
- cvt_pattern = (char*) ecalloc(1, cvt_length(strlen(pattern), CVT_TO_LC));
- cvt_text(cvt_pattern, pattern, (int *)NULL, (int *)NULL, CVT_TO_LC);
- }
- result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error);
- if (cvt_pattern != pattern)
+ result = compile_pattern2(pattern, search_type, comp_pattern, show_error);
+ } else
+ {
+ char *cvt_pattern = (char*) ecalloc(1, cvt_length(strlen(pattern), CVT_TO_LC));
+ cvt_text(cvt_pattern, pattern, NULL, NULL, CVT_TO_LC);
+ result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error);
free(cvt_pattern);
+ }
return (result);
}
@@ -227,7 +226,7 @@ public int valid_pattern(char *pattern)
/*
* Is a compiled pattern null?
*/
-public int is_null_pattern(PATTERN_TYPE pattern)
+public lbool is_null_pattern(PATTERN_TYPE pattern)
{
#if HAVE_GNU_REGEX
return (pattern == NULL);
@@ -258,12 +257,14 @@ public int is_null_pattern(PATTERN_TYPE pattern)
* Simple pattern matching function.
* It supports no metacharacters like *, etc.
*/
-static int match(char *pattern, int pattern_len, char *buf, int buf_len, char ***sp, char ***ep, int nsubs)
+static int match(constant char *pattern, size_t pattern_len, constant char *buf, int buf_len, constant char ***sp, constant char ***ep, int nsubs)
{
- char *pp, *lp;
- char *pattern_end = pattern + pattern_len;
- char *buf_end = buf + buf_len;
+ constant char *pp;
+ constant char *lp;
+ constant char *pattern_end = pattern + pattern_len;
+ constant char *buf_end = buf + buf_len;
+ (void) nsubs;
for ( ; buf < buf_end; buf++)
{
for (pp = pattern, lp = buf; ; pp++, lp++)
@@ -294,9 +295,10 @@ static int match(char *pattern, int pattern_len, char *buf, int buf_len, char **
* Set sp[i] and ep[i] to the start and end of the i-th matched subpattern.
* Subpatterns are defined by parentheses in the regex language.
*/
-static int match_pattern1(PATTERN_TYPE pattern, char *tpattern, char *line, int line_len, char **sp, char **ep, int nsp, int notbol, int search_type)
+static int match_pattern1(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t aline_len, constant char **sp, constant char **ep, int nsp, int notbol, int search_type)
{
int matched;
+ int line_len = (int) aline_len; /*{{type-issue}}*/
#if NO_REGEX
search_type |= SRCH_NO_REGEX;
@@ -442,7 +444,7 @@ static int match_pattern1(PATTERN_TYPE pattern, char *tpattern, char *line, int
return (matched);
}
-public int match_pattern(PATTERN_TYPE pattern, char *tpattern, char *line, int line_len, char **sp, char **ep, int nsp, int notbol, int search_type)
+public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t line_len, constant char **sp, constant char **ep, int nsp, int notbol, int search_type)
{
int matched = match_pattern1(pattern, tpattern, line, line_len, sp, ep, nsp, notbol, search_type);
int i;
@@ -457,7 +459,7 @@ public int match_pattern(PATTERN_TYPE pattern, char *tpattern, char *line, int l
/*
* Return the name of the pattern matching library.
*/
-public char * pattern_lib_name(void)
+public constant char * pattern_lib_name(void)
{
#if HAVE_GNU_REGEX
return ("GNU");
diff --git a/pattern.h b/pattern.h
index 807883473302..7c6382e9baca 100644
--- a/pattern.h
+++ b/pattern.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -46,8 +46,8 @@
/* ---- RE_COMP ---- */
#if HAVE_RE_COMP
-char *re_comp(char*);
-int re_exec(char*);
+constant char *re_comp(constant char*);
+int re_exec(constant char*);
#define PATTERN_TYPE int
#define SET_NULL_PATTERN(name) name = 0
#endif
diff --git a/pckeys.h b/pckeys.h
index 8af659cd8458..80aea86511db 100644
--- a/pckeys.h
+++ b/pckeys.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
diff --git a/position.c b/position.c
index c0f86614bbc8..69ab7a8ecbc4 100644
--- a/position.c
+++ b/position.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -25,7 +25,7 @@ static POSITION *table = NULL; /* The position table */
static int table_size = 0;
extern int sc_width, sc_height;
-extern int header_lines;
+extern int hshift;
/*
* Return the starting file position of a line displayed on the screen.
@@ -113,7 +113,7 @@ public void pos_init(void)
free((char*)table);
} else
scrpos.pos = NULL_POSITION;
- table = (POSITION *) ecalloc(sc_height, sizeof(POSITION));
+ table = (POSITION *) ecalloc((size_t) sc_height, sizeof(POSITION)); /*{{type-issue}}*/
table_size = sc_height;
pos_clear();
if (scrpos.pos != NULL_POSITION)
@@ -236,3 +236,67 @@ public int sindex_from_sline(int sline)
*/
return (sline-1);
}
+
+/*
+ * Given a line that starts at linepos,
+ * and the character at byte offset choff into that line,
+ * return the number of characters (not bytes) between the
+ * beginning of the line and the first byte of the choff character.
+ */
+static int pos_shift(POSITION linepos, size_t choff)
+{
+ constant char *line;
+ size_t line_len;
+ POSITION pos;
+ int cvt_ops;
+ char *cline;
+
+ pos = forw_raw_line_len(linepos, choff, &line, &line_len);
+ if (pos == NULL_POSITION || line_len != choff)
+ return -1;
+ cvt_ops = get_cvt_ops(0); /* {{ Passing 0 ignores SRCH_NO_REGEX; does it matter? }} */
+ /* {{ It would be nice to be able to call cvt_text with dst=NULL, to avoid need to alloc a useless cline. }} */
+ cline = (char *) ecalloc(1, cvt_length(line_len, cvt_ops));
+ cvt_text(cline, line, NULL, &line_len, cvt_ops);
+ free(cline);
+ return (int) line_len; /*{{type-issue}}*/
+}
+
+/*
+ * Return the position of the first char of the line containing tpos.
+ * Thus if tpos is the first char of its line, just return tpos.
+ */
+static POSITION beginning_of_line(POSITION tpos)
+{
+ ch_seek(tpos);
+ while (ch_tell() != ch_zero())
+ {
+ int ch = ch_back_get();
+ if (ch == '\n')
+ {
+ (void) ch_forw_get();
+ break;
+ }
+ }
+ return ch_tell();
+}
+
+/*
+ * When viewing long lines, it may be that the first char in the top screen
+ * line is not the first char in its (file) line (the table is "beheaded").
+ * This function sets that entry to the position of the first char in the line,
+ * and sets hshift so that the first char in the first line is unchanged.
+ */
+public void pos_rehead(void)
+{
+ POSITION linepos;
+ POSITION tpos = table[TOP];
+ if (tpos == NULL_POSITION)
+ return;
+ linepos = beginning_of_line(tpos);
+ if (linepos == tpos)
+ return;
+ table[TOP] = linepos;
+ hshift = pos_shift(linepos, (size_t) (tpos - linepos));
+ screen_trashed();
+}
diff --git a/position.h b/position.h
index 650f4701842d..b6906fd07634 100644
--- a/position.h
+++ b/position.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
diff --git a/prompt.c b/prompt.c
index 01265c27df3c..ae6f661ce78d 100644
--- a/prompt.c
+++ b/prompt.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -21,19 +21,21 @@
#include "position.h"
extern int pr_type;
-extern int new_file;
-extern int sc_width;
-extern int so_s_width, so_e_width;
+extern lbool new_file;
extern int linenums;
extern int hshift;
extern int sc_height;
extern int jump_sline;
extern int less_is_more;
extern int header_lines;
+extern int utf_mode;
extern IFILE curr_ifile;
+#if OSC8_LINK
+extern char *osc8_path;
+#endif
#if EDITOR
-extern char *editor;
-extern char *editproto;
+extern constant char *editor;
+extern constant char *editproto;
#endif
/*
@@ -78,29 +80,52 @@ public void init_prompt(void)
/*
* Append a string to the end of the message.
+ * nprt means the character *may* be nonprintable
+ * and should be converted to printable form.
*/
-static void ap_str(char *s)
+static void ap_estr(constant char *s, lbool nprt)
{
- int len;
+ constant char *es = s + strlen(s);
+ while (*s != '\0')
+ {
+ LWCHAR ch = step_charc(&s, +1, es);
+ constant char *ps;
+ char ubuf[MAX_UTF_CHAR_LEN+1];
+ size_t plen;
- len = (int) strlen(s);
- if (mp + len >= message + PROMPT_SIZE)
- len = (int) (message + PROMPT_SIZE - mp - 1);
- strncpy(mp, s, len);
- mp += len;
+ if (nprt)
+ {
+ ps = utf_mode ? prutfchar(ch) : prchar(ch);
+ } else
+ {
+ char *up = ubuf;
+ put_wchar(&up, ch);
+ *up = '\0';
+ ps = ubuf;
+ }
+ plen = strlen(ps);
+ if (mp + plen >= message + PROMPT_SIZE)
+ break;
+ strcpy(mp, ps);
+ mp += plen;
+ }
*mp = '\0';
}
+static void ap_str(constant char *s)
+{
+ ap_estr(s, FALSE);
+}
+
/*
* Append a character to the end of the message.
*/
static void ap_char(char c)
{
- char buf[2];
-
- buf[0] = c;
- buf[1] = '\0';
- ap_str(buf);
+ if (mp + 1 >= message + PROMPT_SIZE)
+ return;
+ *mp++ = c;
+ *mp = '\0';
}
/*
@@ -165,7 +190,7 @@ static POSITION curr_byte(int where)
* question mark followed by a single letter.
* Here we decode that letter and return the appropriate boolean value.
*/
-static int cond(char c, int where)
+static lbool cond(char c, int where)
{
POSITION len;
@@ -185,7 +210,7 @@ static int cond(char c, int where)
case 'l': /* Line number known? */
case 'd': /* Same as l */
if (!linenums)
- return 0;
+ return FALSE;
return (currline(where) != 0);
case 'L': /* Final line number known? */
case 'D': /* Final page number known? */
@@ -198,13 +223,12 @@ static int cond(char c, int where)
#endif
case 'n': /* First prompt in a new file? */
#if TAGS
- return (ntags() ? 1 : new_file);
+ return (ntags() ? TRUE : new_file ? TRUE : FALSE);
#else
- return (new_file);
+ return (new_file ? TRUE : FALSE);
#endif
case 'p': /* Percent into file (bytes) known? */
- return (curr_byte(where) != NULL_POSITION &&
- ch_length() > 0);
+ return (curr_byte(where) != NULL_POSITION && ch_length() > 0);
case 'P': /* Percent into file (lines) known? */
return (currline(where) != 0 &&
(len = ch_length()) > 0 &&
@@ -215,11 +239,11 @@ static int cond(char c, int where)
case 'x': /* Is there a "next" file? */
#if TAGS
if (ntags())
- return (0);
+ return (FALSE);
#endif
return (next_ifile(curr_ifile) != NULL_IFILE);
}
- return (0);
+ return (FALSE);
}
/*
@@ -229,7 +253,7 @@ static int cond(char c, int where)
* Here we decode that letter and take the appropriate action,
* usually by appending something to the message being built.
*/
-static void protochar(int c, int where, int iseditproto)
+static void protochar(char c, int where)
{
POSITION pos;
POSITION len;
@@ -284,10 +308,10 @@ static void protochar(int c, int where, int iseditproto)
break;
#endif
case 'f': /* File name */
- ap_str(get_filename(curr_ifile));
+ ap_estr(get_filename(curr_ifile), TRUE);
break;
case 'F': /* Last component of file name */
- ap_str(last_component(get_filename(curr_ifile)));
+ ap_estr(last_component(get_filename(curr_ifile)), TRUE);
break;
case 'g': /* Shell-escaped file name */
s = shell_quote(get_filename(curr_ifile));
@@ -326,6 +350,14 @@ static void protochar(int c, int where, int iseditproto)
#endif
ap_int(nifile());
break;
+ case 'o': /* path (URI without protocol) of selected OSC8 link */
+#if OSC8_LINK
+ if (osc8_path != NULL)
+ ap_str(osc8_path);
+ else
+#endif
+ ap_quest();
+ break;
case 'p': /* Percent into file (bytes) */
pos = curr_byte(where);
len = ch_length();
@@ -459,10 +491,10 @@ static constant char * wherechar(char constant *p, int *wp)
/*
* Construct a message based on a prototype string.
*/
-public char * pr_expand(constant char *proto)
+public constant char * pr_expand(constant char *proto)
{
constant char *p;
- int c;
+ char c;
int where;
mp = message;
@@ -504,13 +536,7 @@ public char * pr_expand(constant char *proto)
{
where = 0;
p = wherechar(p, &where);
- protochar(c, where,
-#if EDITOR
- (proto == editproto));
-#else
- 0);
-#endif
-
+ protochar(c, where);
}
break;
}
@@ -524,7 +550,7 @@ public char * pr_expand(constant char *proto)
/*
* Return a message suitable for printing by the "=" command.
*/
-public char * eq_message(void)
+public constant char * eq_message(void)
{
return (pr_expand(eqproto));
}
@@ -535,22 +561,22 @@ public char * eq_message(void)
* If we can't come up with an appropriate prompt, return NULL
* and the caller will prompt with a colon.
*/
-public char * pr_string(void)
+public constant char * pr_string(void)
{
- char *prompt;
+ constant char *prompt;
int type;
type = (!less_is_more) ? pr_type : pr_type ? 0 : 1;
prompt = pr_expand((ch_getflags() & CH_HELPFILE) ?
hproto : prproto[type]);
- new_file = 0;
+ new_file = FALSE;
return (prompt);
}
/*
* Return a message suitable for printing while waiting in the F command.
*/
-public char * wait_message(void)
+public constant char * wait_message(void)
{
return (pr_expand(wproto));
}
diff --git a/regexp.c b/regexp.c
index fcf7c9a83605..5506385cb34c 100644
--- a/regexp.c
+++ b/regexp.c
@@ -158,7 +158,7 @@
/*
* Global work variables for regcomp().
*/
-static char *regparse; /* Input-scan pointer. */
+static constant char *regparse; /* Input-scan pointer. */
static int regnpar; /* () count. */
static char regdummy;
static char *regcode; /* Code-emit pointer; &regdummy = don't. */
@@ -177,18 +177,18 @@ static long regsize; /* Code size. */
#ifndef STATIC
#define STATIC static
#endif
-STATIC char *reg();
-STATIC char *regbranch();
-STATIC char *regpiece();
-STATIC char *regatom();
-STATIC char *regnode();
-STATIC char *regnext();
-STATIC void regc();
-STATIC void reginsert();
-STATIC void regtail();
-STATIC void regoptail();
+STATIC char *reg(int, int *);
+STATIC char *regbranch(int *);
+STATIC char *regpiece(int *);
+STATIC char *regatom(int *);
+STATIC char *regnode(char);
+STATIC char *regnext(register char *);
+STATIC void regc(char);
+STATIC void reginsert(char, char *);
+STATIC void regtail(char *, char *);
+STATIC void regoptail(char *, char *);
#ifdef STRCSPN
-STATIC int strcspn();
+STATIC int strcspn(constant char *, constant char *);
#endif
/*
@@ -207,8 +207,7 @@ STATIC int strcspn();
* of the structure of the compiled regexp.
*/
regexp *
-regcomp(exp)
-char *exp;
+regcomp(constant char *exp)
{
register regexp *r;
register char *scan;
@@ -297,9 +296,7 @@ char *exp;
* follows makes it hard to avoid.
*/
static char *
-reg(paren, flagp)
-int paren; /* Parenthesized? */
-int *flagp;
+reg(int paren, int *flagp)
{
register char *ret;
register char *br;
@@ -369,8 +366,7 @@ int *flagp;
* Implements the concatenation operator.
*/
static char *
-regbranch(flagp)
-int *flagp;
+regbranch(int *flagp)
{
register char *ret;
register char *chain;
@@ -408,8 +404,7 @@ int *flagp;
* endmarker role is not redundant.
*/
static char *
-regpiece(flagp)
-int *flagp;
+regpiece(int *flagp)
{
register char *ret;
register char op;
@@ -472,8 +467,7 @@ int *flagp;
* separate node; the code is simpler that way and it's not worth fixing.
*/
static char *
-regatom(flagp)
-int *flagp;
+regatom(int *flagp)
{
register char *ret;
int flags;
@@ -583,8 +577,7 @@ int *flagp;
- regnode - emit a node
*/
static char * /* Location. */
-regnode(op)
-char op;
+regnode(char op)
{
register char *ret;
register char *ptr;
@@ -608,8 +601,7 @@ char op;
- regc - emit (if appropriate) a byte of code
*/
static void
-regc(b)
-char b;
+regc(char b)
{
if (regcode != &regdummy)
*regcode++ = b;
@@ -623,11 +615,9 @@ char b;
* Means relocating the operand.
*/
static void
-reginsert(op, opnd)
-char op;
-char *opnd;
+reginsert(char op, char *opnd)
{
- register char *src;
+ register constant char *src;
register char *dst;
register char *place;
@@ -652,9 +642,7 @@ char *opnd;
- regtail - set the next-pointer at the end of a node chain
*/
static void
-regtail(p, val)
-char *p;
-char *val;
+regtail(char *p, char *val)
{
register char *scan;
register char *temp;
@@ -684,9 +672,7 @@ char *val;
- regoptail - regtail on operand of first argument; nop if operandless
*/
static void
-regoptail(p, val)
-char *p;
-char *val;
+regoptail(char *p, char *val)
{
/* "Operandless" and "op != BRANCH" are synonymous in practice. */
if (p == NULL || p == &regdummy || OP(p) != BRANCH)
@@ -701,17 +687,17 @@ char *val;
/*
* Global work variables for regexec().
*/
-static char *reginput; /* String-input pointer. */
-static char *regbol; /* Beginning of input, for ^ check. */
-static char **regstartp; /* Pointer to startp array. */
-static char **regendp; /* Ditto for endp. */
+static constant char *reginput; /* String-input pointer. */
+static constant char *regbol; /* Beginning of input, for ^ check. */
+static constant char **regstartp; /* Pointer to startp array. */
+static constant char **regendp; /* Ditto for endp. */
/*
* Forwards.
*/
-STATIC int regtry();
-STATIC int regmatch();
-STATIC int regrepeat();
+STATIC int regtry(regexp *, constant char *);
+STATIC int regmatch(char *);
+STATIC int regrepeat(char *);
#ifdef DEBUG
int regnarrate = 0;
@@ -723,12 +709,9 @@ STATIC char *regprop();
- regexec - match a regexp against a string
*/
int
-regexec2(prog, string, notbol)
-register regexp *prog;
-register char *string;
-int notbol;
+regexec2(register regexp *prog, register constant char *string, int notbol)
{
- register char *s;
+ register constant char *s;
/* Be paranoid... */
if (prog == NULL || string == NULL) {
@@ -785,9 +768,7 @@ int notbol;
}
int
-regexec(prog, string)
-register regexp *prog;
-register char *string;
+regexec(register regexp *prog, register constant char *string)
{
return regexec2(prog, string, 0);
}
@@ -796,13 +777,11 @@ register char *string;
- regtry - try match at specific point
*/
static int /* 0 failure, 1 success */
-regtry(prog, string)
-regexp *prog;
-char *string;
+regtry(regexp *prog, constant char *string)
{
register int i;
- register char **sp;
- register char **ep;
+ register constant char **sp;
+ register constant char **ep;
reginput = string;
regstartp = prog->startp;
@@ -833,8 +812,7 @@ char *string;
* by recursion.
*/
static int /* 0 failure, 1 success */
-regmatch(prog)
-char *prog;
+regmatch(char *prog)
{
register char *scan; /* Current node. */
char *next; /* Next node. */
@@ -903,7 +881,7 @@ char *prog;
case OPEN+8:
case OPEN+9: {
register int no;
- register char *save;
+ register constant char *save;
no = OP(scan) - OPEN;
save = reginput;
@@ -932,7 +910,7 @@ char *prog;
case CLOSE+8:
case CLOSE+9: {
register int no;
- register char *save;
+ register constant char *save;
no = OP(scan) - CLOSE;
save = reginput;
@@ -952,7 +930,7 @@ char *prog;
/* NOTREACHED */
break;
case BRANCH: {
- register char *save;
+ register constant char *save;
if (OP(next) != BRANCH) /* No choice. */
next = OPERAND(scan); /* Avoid recursion. */
@@ -974,7 +952,7 @@ char *prog;
case PLUS: {
register char nextch;
register int no;
- register char *save;
+ register constant char *save;
register int min;
/*
@@ -1026,11 +1004,10 @@ char *prog;
- regrepeat - repeatedly match something simple, report how many
*/
static int
-regrepeat(p)
-char *p;
+regrepeat(char *p)
{
register int count = 0;
- register char *scan;
+ register constant char *scan;
register char *opnd;
scan = reginput;
@@ -1072,8 +1049,7 @@ char *p;
- regnext - dig the "next" pointer out of a node
*/
static char *
-regnext(p)
-register char *p;
+regnext(register char *p)
{
register int offset;
@@ -1140,9 +1116,9 @@ regexp *r;
/*
- regprop - printable representation of opcode
*/
-static char *
+static constant char *
regprop(op)
-char *op;
+constant char *op;
{
register char *p;
static char buf[50];
@@ -1233,9 +1209,7 @@ char *op;
*/
static int
-strcspn(s1, s2)
-char *s1;
-char *s2;
+strcspn(constant char *s1, constant char *s2)
{
register char *scan1;
register char *scan2;
diff --git a/regexp.h b/regexp.h
index 283ff2aad6b7..12f3309ae46c 100644
--- a/regexp.h
+++ b/regexp.h
@@ -10,8 +10,8 @@
#define NSUBEXP 10
typedef struct regexp {
- char *startp[NSUBEXP];
- char *endp[NSUBEXP];
+ constant char *startp[NSUBEXP];
+ constant char *endp[NSUBEXP];
char regstart; /* Internal use only. */
char reganch; /* Internal use only. */
char *regmust; /* Internal use only. */
@@ -25,10 +25,10 @@ typedef struct regexp {
# define _ANSI_ARGS_(x) ()
#endif
-extern regexp *regcomp _ANSI_ARGS_((char *exp));
-extern int regexec _ANSI_ARGS_((regexp *prog, char *string));
-extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
-extern void regsub _ANSI_ARGS_((regexp *prog, char *source, char *dest));
-extern void regerror _ANSI_ARGS_((char *msg));
+extern regexp *regcomp _ANSI_ARGS_((constant char *exp));
+extern int regexec _ANSI_ARGS_((regexp *prog, constant char *string));
+extern int regexec2 _ANSI_ARGS_((regexp *prog, constant char *string, int notbol));
+extern void regsub _ANSI_ARGS_((regexp *prog, constant char *source, char *dest));
+extern void regerror _ANSI_ARGS_((constant char *msg));
#endif /* REGEXP */
diff --git a/screen.c b/screen.c
index 8b15b7fdd8de..8052c0f3d019 100644
--- a/screen.c
+++ b/screen.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -137,20 +137,8 @@ extern int sc_height;
#if MSDOS_COMPILER==WIN32C
#define UTF8_MAX_LENGTH 4
-struct keyRecord
-{
- WCHAR unicode;
- int ascii;
- int scan;
-} currentKey;
-static int keyCount = 0;
static WORD curr_attr;
-static int pending_scancode = 0;
-static char x11mousebuf[] = "[M???"; /* Mouse report, after ESC */
-static int x11mousePos, x11mouseCount;
-static int win_unget_pending = FALSE;
-static int win_unget_data;
static HANDLE con_out_save = INVALID_HANDLE_VALUE; /* previous console */
static HANDLE con_out_ours = INVALID_HANDLE_VALUE; /* our own */
@@ -176,21 +164,30 @@ static void win32_deinit_term();
#endif
#if MSDOS_COMPILER
-public int nm_fg_color; /* Color of normal text */
-public int nm_bg_color;
-public int bo_fg_color; /* Color of bold text */
-public int bo_bg_color;
-public int ul_fg_color; /* Color of underlined text */
-public int ul_bg_color;
-public int so_fg_color; /* Color of standout text */
-public int so_bg_color;
-public int bl_fg_color; /* Color of blinking text */
-public int bl_bg_color;
-static int sy_fg_color; /* Color of system text (before less) */
+public int nm_fg_color = CV_ERROR; /* Color of normal text */
+public int nm_bg_color = CV_ERROR;
+public int nm_attr = 0;
+public int bo_fg_color = CV_ERROR; /* Color of bold text */
+public int bo_bg_color = CV_ERROR;
+public int bo_attr = 0;
+public int ul_fg_color = CV_ERROR; /* Color of underlined text */
+public int ul_bg_color = CV_ERROR;
+public int ul_attr = 0;
+public int so_fg_color = CV_ERROR; /* Color of standout text */
+public int so_bg_color = CV_ERROR;
+public int so_attr = 0;
+public int bl_fg_color = CV_ERROR; /* Color of blinking text */
+public int bl_bg_color = CV_ERROR;
+public int bl_attr = 0;
+static int sy_fg_color; /* Color of system text (before less) */
static int sy_bg_color;
public int sgr_mode; /* Honor ANSI sequences rather than using above */
#if MSDOS_COMPILER==WIN32C
-static DWORD init_output_mode; /* The initial console output mode */
+static DWORD init_console_output_mode;
+extern DWORD init_console_input_mode;
+extern DWORD curr_console_input_mode;
+extern DWORD base_console_input_mode;
+extern DWORD mouse_console_input_mode;
public int vt_enabled = -1; /* Is virtual terminal processing available? */
#endif
#else
@@ -198,7 +195,7 @@ public int vt_enabled = -1; /* Is virtual terminal processing available? */
/*
* Strings passed to tputs() to do various terminal functions.
*/
-static char
+static constant char
*sc_pad, /* Pad string */
*sc_home, /* Cursor home */
*sc_addline, /* Add line, scroll down following lines */
@@ -245,23 +242,20 @@ public int above_mem, below_mem; /* Memory retained above/below screen */
public int can_goto_line; /* Can move cursor to any line */
public int clear_bg; /* Clear fills with background color */
public int missing_cap = 0; /* Some capability is missing */
-public char *kent = NULL; /* Keypad ENTER sequence */
-public int term_init_done = FALSE;
-public int full_screen = TRUE;
+public constant char *kent = NULL; /* Keypad ENTER sequence */
+public lbool term_init_done = FALSE;
+public lbool full_screen = TRUE;
static int attrmode = AT_NORMAL;
static int termcap_debug = -1;
static int no_alt_screen; /* sc_init does not switch to alt screen */
extern int binattr;
extern int one_screen;
-#if LESSTEST
-extern char *ttyin_name;
-#endif /*LESSTEST*/
#if !MSDOS_COMPILER
-static char *cheaper(char *t1, char *t2, char *def);
-static void tmodes(char *incap, char *outcap, char **instr,
- char **outstr, char *def_instr, char *def_outstr, char **spp);
+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,
+ constant char **outstr, constant char *def_instr, constant char *def_outstr, char **spp);
#endif
/*
@@ -280,12 +274,9 @@ char PC_, *UP, *BC;
extern int quiet; /* If VERY_QUIET, use visual bell for bell */
extern int no_vbell;
extern int no_back_scroll;
-extern int swindow;
extern int no_init;
extern int no_keypad;
extern int sigs;
-extern int wscroll;
-extern int screen_trashed;
extern int top_scroll;
extern int quit_if_one_screen;
extern int oldbot;
@@ -296,12 +287,8 @@ extern int use_color;
extern int hilite_search;
#endif
#if MSDOS_COMPILER==WIN32C
+extern int wscroll;
extern HANDLE tty;
-extern DWORD console_mode;
-#ifndef ENABLE_EXTENDED_FLAGS
-#define ENABLE_EXTENDED_FLAGS 0x80
-#define ENABLE_QUICK_EDIT_MODE 0x40
-#endif
#else
extern int tty;
#endif
@@ -392,7 +379,7 @@ public void raw_mode(int on)
return;
erase2_char = '\b'; /* in case OS doesn't know about erase2 */
#if LESSTEST
- if (ttyin_name != NULL)
+ if (is_lesstest())
{
/* {{ For consistent conditions when running tests. }} */
erase_char = '\b';
@@ -515,6 +502,9 @@ public void raw_mode(int on)
#ifdef VSTART
s.c_cc[VSTART] = 0;
#endif
+#ifdef VDISCARD
+ s.c_cc[VDISCARD] = 0;
+#endif
#if MUST_SET_LINE_DISCIPLINE
/*
* System's termios is broken; need to explicitly
@@ -721,7 +711,7 @@ public void raw_mode(int on)
*/
static int hardcopy;
-static char * ltget_env(char *capname)
+static constant char * ltget_env(constant char *capname)
{
char name[64];
@@ -745,9 +735,9 @@ static char * ltget_env(char *capname)
return (lgetenv(name));
}
-static int ltgetflag(char *capname)
+static int ltgetflag(constant char *capname)
{
- char *s;
+ constant char *s;
if ((s = ltget_env(capname)) != NULL)
return (*s != '\0' && *s != '0');
@@ -756,9 +746,9 @@ static int ltgetflag(char *capname)
return (tgetflag(capname));
}
-static int ltgetnum(char *capname)
+static int ltgetnum(constant char *capname)
{
- char *s;
+ constant char *s;
if ((s = ltget_env(capname)) != NULL)
return (atoi(s));
@@ -767,9 +757,9 @@ static int ltgetnum(char *capname)
return (tgetnum(capname));
}
-static char * ltgetstr(char *capname, char **pp)
+static constant char * ltgetstr(constant char *capname, char **pp)
{
- char *s;
+ constant char *s;
if ((s = ltget_env(capname)) != NULL)
return (s);
@@ -782,9 +772,9 @@ static char * ltgetstr(char *capname, char **pp)
/*
* Get size of the output screen.
*/
-public void scrsize(void)
+static void scrsize(void)
{
- char *s;
+ constant char *s;
int sys_height;
int sys_width;
#if !MSDOS_COMPILER
@@ -802,7 +792,7 @@ public void scrsize(void)
sys_width = sys_height = 0;
#if LESSTEST
- if (ttyin_name != NULL)
+ if (0) /* can't use is_lesstest(): ttyin_name may not be set by scan_option yet */
#endif /*LESSTEST*/
{
#if MSDOS_COMPILER==MSOFTC
@@ -921,6 +911,17 @@ public void scrsize(void)
}
if (sc_width <= 0)
sc_width = DEF_SC_WIDTH;
+ screen_size_changed();
+}
+
+/*
+ * Recalculate things that depend on the screen size.
+ */
+public void screen_size_changed(void)
+{
+ calc_jump_sline();
+ calc_shift_count();
+ calc_match_shift();
}
#if MSDOS_COMPILER==MSOFTC
@@ -969,10 +970,10 @@ static void delay(int msec)
/*
* Return the characters actually input by a "special" key.
*/
-public char * special_key_str(int key)
+public constant char * special_key_str(int key)
{
static char tbuf[40];
- char *s;
+ constant char *s;
#if MSDOS_COMPILER || OS2
static char k_right[] = { '\340', PCK_RIGHT, 0 };
static char k_left[] = { '\340', PCK_LEFT, 0 };
@@ -1146,6 +1147,27 @@ public char * special_key_str(int key)
return (s);
}
+#if MSDOS_COMPILER
+public void init_win_colors(void)
+{
+ if (nm_fg_color == CV_ERROR || nm_fg_color == CV_NOCHANGE) nm_fg_color = sy_fg_color;
+ if (nm_bg_color == CV_ERROR || nm_bg_color == CV_NOCHANGE) nm_bg_color = sy_bg_color;
+ if (bo_fg_color == CV_NOCHANGE) bo_fg_color = sy_fg_color; else if (bo_fg_color == CV_ERROR) bo_fg_color = sy_fg_color | 8;
+ if (bo_bg_color == CV_NOCHANGE) bo_bg_color = sy_bg_color; else if (bo_bg_color == CV_ERROR) bo_bg_color = sy_bg_color;
+ if (ul_fg_color == CV_NOCHANGE) ul_fg_color = sy_fg_color; else if (ul_fg_color == CV_ERROR) ul_fg_color = (sy_bg_color == 3 || sy_bg_color == 11) ? 0 : 11;
+ if (ul_bg_color == CV_NOCHANGE) ul_bg_color = sy_bg_color; else if (ul_bg_color == CV_ERROR) ul_bg_color = sy_bg_color;
+ if (so_fg_color == CV_NOCHANGE) so_fg_color = sy_fg_color; else if (so_fg_color == CV_ERROR) so_fg_color = sy_bg_color;
+ if (so_bg_color == CV_NOCHANGE) so_bg_color = sy_bg_color; else if (so_bg_color == CV_ERROR) so_bg_color = sy_fg_color;
+ if (bl_fg_color == CV_NOCHANGE) bl_fg_color = sy_fg_color; else if (bl_fg_color == CV_ERROR) bl_fg_color = ul_bg_color;
+ if (bl_bg_color == CV_NOCHANGE) bl_bg_color = sy_bg_color; else if (bl_bg_color == CV_ERROR) bl_bg_color = ul_fg_color;
+ nm_fg_color |= nm_attr;
+ bo_fg_color |= bo_attr;
+ ul_fg_color |= ul_attr;
+ so_fg_color |= so_attr;
+ bl_fg_color |= bl_attr;
+}
+#endif /* MSDOS_COMPILER */
+
/*
* Get terminal capabilities via termcap.
*/
@@ -1184,7 +1206,7 @@ public void get_term(void)
* before any file operations have been done on fd0.
*/
SET_BINARY(0);
- GetConsoleMode(con_out, &init_output_mode);
+ GetConsoleMode(con_out, &init_console_output_mode);
GetConsoleScreenBufferInfo(con_out, &scr);
curr_attr = scr.wAttributes;
sy_bg_color = (curr_attr & BG_COLORS) >> 4; /* normalize */
@@ -1193,17 +1215,7 @@ public void get_term(void)
#endif
#endif
#endif
- nm_fg_color = sy_fg_color;
- nm_bg_color = sy_bg_color;
- bo_fg_color = 11;
- bo_bg_color = 0;
- ul_fg_color = 9;
- ul_bg_color = 0;
- so_fg_color = 15;
- so_bg_color = 9;
- bl_fg_color = 15;
- bl_bg_color = 0;
- sgr_mode = 0;
+ init_win_colors();
/*
* Get size of the screen.
@@ -1211,12 +1223,12 @@ public void get_term(void)
scrsize();
pos_init();
-
#else /* !MSDOS_COMPILER */
{
char *sp;
- char *t1, *t2;
- char *term;
+ constant char *t1;
+ constant char *t2;
+ constant char *term;
/*
* Some termcap libraries assume termbuf is static
* (accessible after tgetent returns).
@@ -1228,8 +1240,8 @@ public void get_term(void)
/*
* Make sure the termcap database is available.
*/
- sp = lgetenv("TERMCAP");
- if (isnullenv(sp))
+ constant char *cp = lgetenv("TERMCAP");
+ if (isnullenv(cp))
{
char *termcap;
if ((sp = homefile("termcap.dat")) != NULL)
@@ -1466,7 +1478,7 @@ static int inc_costcount(int c)
return (c);
}
-static int cost(char *t)
+static int cost(constant char *t)
{
costcount = 0;
tputs(t, sc_height, inc_costcount);
@@ -1478,7 +1490,7 @@ static int cost(char *t)
* The best, if both exist, is the one with the lower
* cost (see cost() function).
*/
-static char * cheaper(char *t1, char *t2, char *def)
+static constant char * cheaper(constant char *t1, constant char *t2, constant char *def)
{
if (*t1 == '\0' && *t2 == '\0')
{
@@ -1494,7 +1506,7 @@ static char * cheaper(char *t1, char *t2, char *def)
return (t2);
}
-static void tmodes(char *incap, char *outcap, char **instr, char **outstr, char *def_instr, char *def_outstr, char **spp)
+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)
{
*instr = ltgetstr(incap, spp);
if (*instr == NULL)
@@ -1578,14 +1590,13 @@ static void initcolor(void)
*/
static void win32_init_vt_term(void)
{
- DWORD output_mode;
+ DWORD console_output_mode;
if (vt_enabled == 0 || (vt_enabled == 1 && con_out == con_out_ours))
return;
- GetConsoleMode(con_out, &output_mode);
- vt_enabled = SetConsoleMode(con_out,
- output_mode | ENABLE_VIRTUAL_TERMINAL_PROCESSING);
+ console_output_mode = init_console_output_mode | ENABLE_VIRTUAL_TERMINAL_PROCESSING;
+ vt_enabled = SetConsoleMode(con_out, console_output_mode);
if (vt_enabled)
{
auto_wrap = 0;
@@ -1596,7 +1607,7 @@ static void win32_init_vt_term(void)
static void win32_deinit_vt_term(void)
{
if (vt_enabled == 1 && con_out == con_out_save)
- SetConsoleMode(con_out, init_output_mode);
+ SetConsoleMode(con_out, init_console_output_mode);
}
/*
@@ -1649,10 +1660,10 @@ static void win32_deinit_term(void)
#endif
#if !MSDOS_COMPILER
-static void do_tputs(char *str, int affcnt, int (*f_putc)(int))
+static void do_tputs(constant char *str, int affcnt, int (*f_putc)(int))
{
#if LESSTEST
- if (ttyin_name != NULL && f_putc == putchr)
+ if (is_lesstest() && f_putc == putchr)
putstr(str);
else
#endif /*LESSTEST*/
@@ -1663,16 +1674,16 @@ static void do_tputs(char *str, int affcnt, int (*f_putc)(int))
* Like tputs but we handle $<...> delay strings here because
* some implementations of tputs don't perform delays correctly.
*/
-static void ltputs(char *str, int affcnt, int (*f_putc)(int))
+static void ltputs(constant char *str, int affcnt, int (*f_putc)(int))
{
while (str != NULL && *str != '\0')
{
#if HAVE_STRSTR
- char *obrac = strstr(str, "$<");
+ constant char *obrac = strstr(str, "$<");
if (obrac != NULL)
{
char str2[64];
- int slen = obrac - str;
+ size_t slen = ptr_diff(obrac, str);
if (slen < sizeof(str2))
{
int delay;
@@ -1682,7 +1693,7 @@ static void ltputs(char *str, int affcnt, int (*f_putc)(int))
do_tputs(str2, affcnt, f_putc);
str += slen + 2;
/* Perform the delay. */
- delay = lstrtoi(str, &str, 10);
+ delay = lstrtoic(str, &str, 10);
if (*str == '*')
if (ckd_mul(&delay, delay, affcnt))
delay = INT_MAX;
@@ -1713,9 +1724,8 @@ public void init_mouse(void)
ltputs(sc_s_mousecap, sc_height, putchr);
#else
#if MSDOS_COMPILER==WIN32C
- SetConsoleMode(tty, ENABLE_PROCESSED_INPUT | ENABLE_MOUSE_INPUT
- | ENABLE_EXTENDED_FLAGS /* disable quick edit */);
-
+ curr_console_input_mode = mouse_console_input_mode;
+ SetConsoleMode(tty, curr_console_input_mode);
#endif
#endif
}
@@ -1730,8 +1740,8 @@ public void deinit_mouse(void)
ltputs(sc_e_mousecap, sc_height, putchr);
#else
#if MSDOS_COMPILER==WIN32C
- SetConsoleMode(tty, ENABLE_PROCESSED_INPUT | ENABLE_EXTENDED_FLAGS
- | (console_mode & ENABLE_QUICK_EDIT_MODE));
+ curr_console_input_mode = base_console_input_mode;
+ SetConsoleMode(tty, curr_console_input_mode);
#endif
#endif
}
@@ -2151,7 +2161,7 @@ public void check_winch(void)
SetConsoleScreenBufferSize(con_out, size);
pos_init();
wscroll = (sc_height + 1) / 2;
- screen_trashed = 1;
+ screen_trashed();
}
#endif
}
@@ -2471,7 +2481,7 @@ static int parse_color4(char ch)
/*
* Parse a color as a decimal integer.
*/
-static int parse_color6(char **ps)
+static int parse_color6(constant char **ps)
{
if (**ps == '-')
{
@@ -2479,24 +2489,25 @@ static int parse_color6(char **ps)
return CV_NOCHANGE;
} else
{
- char *ops = *ps;
- int color = lstrtoi(ops, ps, 10);
- if (color < 0 || *ps == ops)
+ constant char *os = *ps;
+ int color = lstrtoic(os, ps, 10);
+ if (color < 0 || *ps == os)
return CV_ERROR;
return color;
}
}
/*
- * Parse a color pair and return the foreground/background values.
+ * Parse a color pair and return the foreground/background/attribute values.
* Return type of color specifier:
* CV_4BIT: fg/bg values are OR of CV_{RGB} bits.
* CV_6BIT: fg/bg values are integers entered by user.
*/
-public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg)
+public COLOR_TYPE parse_color(constant char *str, mutable int *p_fg, mutable int *p_bg, mutable CHAR_ATTR *p_cattr)
{
int fg;
- int bg;
+ int bg = CV_ERROR;
+ CHAR_ATTR cattr = CATTR_NULL;
COLOR_TYPE type = CT_NULL;
if (str == NULL || *str == '\0')
@@ -2504,19 +2515,57 @@ public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg)
if (*str == '+')
str++; /* ignore leading + */
- fg = parse_color4(str[0]);
- bg = parse_color4((strlen(str) < 2) ? '-' : str[1]);
+ fg = parse_color4(*str);
+ if (fg != CV_ERROR)
+ {
+ if (str[1] == '\0' || strchr("*~_&dsul", str[1]) != NULL)
+ {
+ bg = CV_NOCHANGE;
+ str++; /* skip the fg char */
+ } else
+ {
+ bg = parse_color4(str[1]);
+ if (bg != CV_ERROR)
+ str += 2; /* skip both fg and bg chars */
+ }
+ }
if (fg != CV_ERROR && bg != CV_ERROR)
type = CT_4BIT;
else
{
- fg = parse_color6(&str);
- bg = (fg != CV_ERROR && *str++ == '.') ? parse_color6(&str) : CV_NOCHANGE;
+ fg = (*str == '.') ? CV_NOCHANGE : parse_color6(&str);
+ if (fg != CV_ERROR)
+ {
+ if (*str != '.')
+ bg = CV_NOCHANGE;
+ else
+ {
+ str++; /* skip the dot */
+ bg = parse_color6(&str);
+ }
+ }
if (fg != CV_ERROR && bg != CV_ERROR)
type = CT_6BIT;
}
- if (p_fg != NULL) *p_fg = fg;
- if (p_bg != NULL) *p_bg = bg;
+ if (type != CT_NULL)
+ {
+ for (;; str++)
+ {
+ if (*str == '*' || *str == 'd')
+ cattr |= CATTR_BOLD;
+ else if (*str == '~' || *str == 's')
+ cattr |= CATTR_STANDOUT;
+ else if (*str == '_' || *str == 'u')
+ cattr |= CATTR_UNDERLINE;
+ else if (*str == '&' || *str == 'l') /* can't use 'k' because of conflict with "black" */
+ cattr |= CATTR_BLINK;
+ else
+ break;
+ }
+ if (p_fg != NULL) *p_fg = fg;
+ if (p_bg != NULL) *p_bg = bg;
+ if (p_cattr != NULL) *p_cattr = cattr;
+ }
return type;
}
@@ -2548,7 +2597,7 @@ static int sgr_color(int color)
}
}
-static void tput_fmt(char *fmt, int color, int (*f_putc)(int))
+static void tput_fmt(constant char *fmt, int color, int (*f_putc)(int))
{
char buf[INT_STRLEN_BOUND(int)+16];
if (color == attrcolor)
@@ -2558,10 +2607,23 @@ static void tput_fmt(char *fmt, int color, int (*f_putc)(int))
attrcolor = color;
}
-static void tput_color(char *str, int (*f_putc)(int))
+static void tput_char_cattr(CHAR_ATTR cattr, int (*f_putc)(int))
+{
+ if (cattr & CATTR_UNDERLINE)
+ ltputs(sc_u_in, 1, f_putc);
+ if (cattr & CATTR_BOLD)
+ ltputs(sc_b_in, 1, f_putc);
+ if (cattr & CATTR_BLINK)
+ ltputs(sc_bl_in, 1, f_putc);
+ if (cattr & CATTR_STANDOUT)
+ ltputs(sc_s_in, 1, f_putc);
+}
+
+static void tput_color(constant char *str, int (*f_putc)(int))
{
int fg;
int bg;
+ CHAR_ATTR cattr;
if (str != NULL && strcmp(str, "*") == 0)
{
@@ -2569,28 +2631,30 @@ static void tput_color(char *str, int (*f_putc)(int))
tput_fmt(ESCS"[m", -1, f_putc);
return;
}
- switch (parse_color(str, &fg, &bg))
+ switch (parse_color(str, &fg, &bg, &cattr))
{
case CT_4BIT:
if (fg >= 0)
tput_fmt(ESCS"[%dm", sgr_color(fg), f_putc);
if (bg >= 0)
tput_fmt(ESCS"[%dm", sgr_color(bg)+10, f_putc);
+ tput_char_cattr(cattr, f_putc);
break;
case CT_6BIT:
if (fg >= 0)
tput_fmt(ESCS"[38;5;%dm", fg, f_putc);
if (bg >= 0)
tput_fmt(ESCS"[48;5;%dm", bg, f_putc);
+ tput_char_cattr(cattr, f_putc);
break;
default:
break;
}
}
-static void tput_inmode(char *mode_str, int attr, int attr_bit, int (*f_putc)(int))
+static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int))
{
- char *color_str;
+ constant char *color_str;
if ((attr & attr_bit) == 0)
return;
color_str = get_color_map(attr_bit);
@@ -2604,7 +2668,7 @@ static void tput_inmode(char *mode_str, int attr, int attr_bit, int (*f_putc)(in
tput_color(color_str, f_putc);
}
-static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int))
+static void tput_outmode(constant char *mode_str, int attr_bit, int (*f_putc)(int))
{
if ((attrmode & attr_bit) == 0)
return;
@@ -2614,24 +2678,38 @@ static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int))
#else /* MSDOS_COMPILER */
#if MSDOS_COMPILER==WIN32C
-static int WIN32put_fmt(char *fmt, int color)
+static lbool WIN32put_fmt(constant char *fmt, int color)
{
char buf[INT_STRLEN_BOUND(int)+16];
- int len = SNPRINTF1(buf, sizeof(buf), fmt, color);
- WIN32textout(buf, len);
+ int len = (size_t) SNPRINTF1(buf, sizeof(buf), fmt, color);
+ if (len > 0)
+ WIN32textout(buf, (size_t) len);
return TRUE;
}
+
+static void win_set_cattr(CHAR_ATTR cattr)
+{
+ if (cattr & CATTR_UNDERLINE)
+ WIN32textout(ESCS"[4m", 4);
+ if (cattr & CATTR_BOLD)
+ WIN32textout(ESCS"[1m", 4);
+ if (cattr & CATTR_BLINK)
+ WIN32textout(ESCS"[5m", 4);
+ if (cattr & CATTR_STANDOUT)
+ WIN32textout(ESCS"[7m", 4);
+}
#endif
-static int win_set_color(int attr)
+static lbool win_set_color(int attr)
{
int fg;
int bg;
- int out = FALSE;
- char *str = get_color_map(attr);
+ CHAR_ATTR cattr;
+ lbool out = FALSE;
+ constant char *str = get_color_map(attr);
if (str == NULL || str[0] == '\0')
return FALSE;
- switch (parse_color(str, &fg, &bg))
+ switch (parse_color(str, &fg, &bg, &cattr))
{
case CT_4BIT:
if (fg >= 0 && bg >= 0)
@@ -2647,6 +2725,10 @@ static int win_set_color(int attr)
SET_BG_COLOR(bg);
out = TRUE;
}
+#if MSDOS_COMPILER==WIN32C
+ if (vt_enabled)
+ win_set_cattr(cattr);
+#endif
break;
#if MSDOS_COMPILER==WIN32C
case CT_6BIT:
@@ -2656,6 +2738,7 @@ static int win_set_color(int attr)
out = WIN32put_fmt(ESCS"[38;5;%dm", fg);
if (bg > 0)
out = WIN32put_fmt(ESCS"[48;5;%dm", bg);
+ win_set_cattr(cattr);
}
break;
#endif
@@ -2731,7 +2814,7 @@ public void at_switch(int attr)
}
}
-public int is_at_equiv(int attr1, int attr2)
+public lbool is_at_equiv(int attr1, int attr2)
{
attr1 = apply_at_specials(attr1);
attr2 = apply_at_specials(attr2);
@@ -2793,193 +2876,303 @@ public void putbs(void)
}
#if MSDOS_COMPILER==WIN32C
+
+#define WIN32_MAX_REPEAT 3
+#define LAST_DOWN_COUNT 8
+static LWCHAR last_downs[LAST_DOWN_COUNT] = { 0 };
+static int last_down_index = 0;
+static LWCHAR hi_surr = 0;
+
+typedef struct XINPUT_RECORD {
+ INPUT_RECORD ir;
+ LWCHAR ichar; /* because ir...UnicodeChar is only 16 bits */
+} XINPUT_RECORD;
+
+typedef struct WIN32_CHAR {
+ struct WIN32_CHAR *wc_next;
+ char wc_ch;
+} WIN32_CHAR;
+
+static WIN32_CHAR *win32_queue = NULL;
+
/*
- * Determine whether an input character is waiting to be read.
+ * Is the win32_queue nonempty?
*/
-public int win32_kbhit(void)
+static int win32_queued_char(void)
{
- INPUT_RECORD ip;
- DWORD read;
-
- if (keyCount > 0 || win_unget_pending)
- return (TRUE);
-
- currentKey.ascii = 0;
- currentKey.scan = 0;
+ return (win32_queue != NULL);
+}
- if (x11mouseCount > 0)
+/*
+ * Push a char onto the back of the win32_queue.
+ */
+static void win32_enqueue(char ch)
+{
+ WIN32_CHAR *wch = (WIN32_CHAR *) ecalloc(1, sizeof(WIN32_CHAR));
+ wch->wc_ch = ch;
+ wch->wc_next = NULL;
+ if (win32_queue == NULL)
+ win32_queue = wch;
+ else
{
- currentKey.ascii = x11mousebuf[x11mousePos++];
- --x11mouseCount;
- keyCount = 1;
- return (TRUE);
+ WIN32_CHAR *pch;
+ for (pch = win32_queue; pch->wc_next != NULL; pch = pch->wc_next)
+ continue;
+ pch->wc_next = wch;
}
+}
- /*
- * Wait for a real key-down event, but
- * ignore SHIFT and CONTROL key events.
- */
- do
- {
- PeekConsoleInputW(tty, &ip, 1, &read);
- if (read == 0)
+/*
+ * Push a char onto the front of the win32_queue.
+ * Makes the next call to WIN32getch return ch.
+ */
+public void WIN32ungetch(int ch)
+{
+ WIN32_CHAR *wch = (WIN32_CHAR *) ecalloc(1, sizeof(WIN32_CHAR));
+ wch->wc_ch = ch;
+ wch->wc_next = win32_queue;
+ win32_queue = wch;
+}
+
+/*
+ * Get a char from the front of the win32_queue.
+ */
+static char win32_get_queue(void)
+{
+ WIN32_CHAR *wch = win32_queue;
+ char ch = wch->wc_ch;
+ win32_queue = wch->wc_next;
+ free(wch);
+ return ch;
+}
+
+/*
+ * Handle a mouse input event.
+ */
+static lbool win32_mouse_event(XINPUT_RECORD *xip)
+{
+ char b;
+
+ if (!mousecap || xip->ir.EventType != MOUSE_EVENT ||
+ xip->ir.Event.MouseEvent.dwEventFlags == MOUSE_MOVED)
+ return (FALSE);
+
+ /* Generate an X11 mouse sequence from the mouse event. */
+ /* TODO: switch to the 1006 protocol to allow specific-button-up reports */
+ switch (xip->ir.Event.MouseEvent.dwEventFlags)
+ {
+ case 0: /* press or release */
+ if (xip->ir.Event.MouseEvent.dwButtonState == 0)
+ b = X11MOUSE_OFFSET + X11MOUSE_BUTTON_REL;
+ else if (xip->ir.Event.MouseEvent.dwButtonState == 1) /* leftmost */
+ b = X11MOUSE_OFFSET + X11MOUSE_BUTTON1;
+ else if (xip->ir.Event.MouseEvent.dwButtonState == 2) /* rightmost */
+ b = X11MOUSE_OFFSET + X11MOUSE_BUTTON3;
+ else if (xip->ir.Event.MouseEvent.dwButtonState == 4) /* middle ("next-to-leftmost") */
+ b = X11MOUSE_OFFSET + X11MOUSE_BUTTON2;
+ else /* don't bother to figure out what changed */
return (FALSE);
- ReadConsoleInputW(tty, &ip, 1, &read);
- /* generate an X11 mouse sequence from the mouse event */
- if (mousecap && ip.EventType == MOUSE_EVENT &&
- ip.Event.MouseEvent.dwEventFlags != MOUSE_MOVED)
- {
- x11mousebuf[3] = X11MOUSE_OFFSET + ip.Event.MouseEvent.dwMousePosition.X + 1;
- x11mousebuf[4] = X11MOUSE_OFFSET + ip.Event.MouseEvent.dwMousePosition.Y + 1;
- switch (ip.Event.MouseEvent.dwEventFlags)
- {
- case 0: /* press or release */
- if (ip.Event.MouseEvent.dwButtonState == 0)
- x11mousebuf[2] = X11MOUSE_OFFSET + X11MOUSE_BUTTON_REL;
- else if (ip.Event.MouseEvent.dwButtonState & (FROM_LEFT_3RD_BUTTON_PRESSED | FROM_LEFT_4TH_BUTTON_PRESSED))
- continue;
- else
- x11mousebuf[2] = X11MOUSE_OFFSET + X11MOUSE_BUTTON1 + ((int)ip.Event.MouseEvent.dwButtonState << 1);
- break;
- case MOUSE_WHEELED:
- x11mousebuf[2] = X11MOUSE_OFFSET + (((int)ip.Event.MouseEvent.dwButtonState < 0) ? X11MOUSE_WHEEL_DOWN : X11MOUSE_WHEEL_UP);
- break;
- default:
- continue;
+ break;
+ case MOUSE_WHEELED:
+ b = X11MOUSE_OFFSET + (((int)xip->ir.Event.MouseEvent.dwButtonState < 0) ? X11MOUSE_WHEEL_DOWN : X11MOUSE_WHEEL_UP);
+ break;
+ default:
+ return (FALSE);
+ }
+ /* {{ TODO: change to X11 1006 format. }} */
+ win32_enqueue(ESC);
+ win32_enqueue('[');
+ win32_enqueue('M');
+ win32_enqueue(b);
+ win32_enqueue(X11MOUSE_OFFSET + xip->ir.Event.MouseEvent.dwMousePosition.X + 1);
+ win32_enqueue(X11MOUSE_OFFSET + xip->ir.Event.MouseEvent.dwMousePosition.Y + 1);
+ return (TRUE);
+}
+
+static void set_last_down(LWCHAR ch)
+{
+ if (ch == 0) return;
+ last_downs[last_down_index] = ch;
+ if (++last_down_index >= LAST_DOWN_COUNT)
+ last_down_index = 0;
+}
+
+static LWCHAR *find_last_down(LWCHAR ch)
+{
+ int i;
+ for (i = 0; i < LAST_DOWN_COUNT; ++i)
+ if (last_downs[i] == ch)
+ return &last_downs[i];
+ return NULL;
+}
+
+/*
+ * Get an input char from an INPUT_RECORD and store in xip->ichar.
+ * Handles surrogate chars, and KeyUp without previous corresponding KeyDown.
+ */
+static lbool win32_get_ichar(XINPUT_RECORD *xip)
+{
+ LWCHAR ch = xip->ir.Event.KeyEvent.uChar.UnicodeChar;
+ xip->ichar = ch;
+ if (!is_ascii_char(ch))
+ {
+ int is_down = xip->ir.Event.KeyEvent.bKeyDown;
+ LWCHAR *last_down = find_last_down(ch);
+ if (last_down == NULL) { /* key was up */
+ if (is_down) { /* key was up, now is down */
+ set_last_down(ch);
+ } else { /* key up without previous down: pretend this is a down. */
+ xip->ir.Event.KeyEvent.bKeyDown = 1;
}
- x11mousePos = 0;
- x11mouseCount = 5;
- currentKey.ascii = ESC;
- keyCount = 1;
- return (TRUE);
+ } else if (!is_down) { /* key was down, now is up */
+ *last_down = 0; /* use this last_down only once */
}
- } while (ip.EventType != KEY_EVENT ||
- ip.Event.KeyEvent.bKeyDown != TRUE ||
- (ip.Event.KeyEvent.wVirtualScanCode == 0 && ip.Event.KeyEvent.uChar.UnicodeChar == 0) ||
- ((ip.Event.KeyEvent.dwControlKeyState & (RIGHT_ALT_PRESSED|LEFT_CTRL_PRESSED)) == (RIGHT_ALT_PRESSED|LEFT_CTRL_PRESSED) && ip.Event.KeyEvent.uChar.UnicodeChar == 0) ||
- ip.Event.KeyEvent.wVirtualKeyCode == VK_KANJI ||
- ip.Event.KeyEvent.wVirtualKeyCode == VK_SHIFT ||
- ip.Event.KeyEvent.wVirtualKeyCode == VK_CONTROL ||
- ip.Event.KeyEvent.wVirtualKeyCode == VK_MENU);
-
- currentKey.unicode = ip.Event.KeyEvent.uChar.UnicodeChar;
- currentKey.ascii = ip.Event.KeyEvent.uChar.AsciiChar;
- currentKey.scan = ip.Event.KeyEvent.wVirtualScanCode;
- keyCount = ip.Event.KeyEvent.wRepeatCount;
- if (ip.Event.KeyEvent.dwControlKeyState &
- (LEFT_ALT_PRESSED | RIGHT_ALT_PRESSED))
- {
- switch (currentKey.scan)
- {
- case PCK_ALT_E: /* letter 'E' */
- currentKey.ascii = 0;
- break;
+ if (ch >= 0xD800 && ch < 0xDC00) { /* high surrogate */
+ hi_surr = 0x10000 + ((ch - 0xD800) << 10);
+ return (FALSE); /* get next input, which should be the low surrogate */
+ }
+ if (ch >= 0xDC00 && ch < 0xE000) { /* low surrogate */
+ xip->ichar = hi_surr + (ch - 0xDC00);
+ hi_surr = 0;
}
- } else if (ip.Event.KeyEvent.dwControlKeyState &
- (LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED))
+ }
+ return (TRUE);
+}
+
+/*
+ * Handle a scan code (non-ASCII) key input.
+ */
+static lbool win32_scan_code(XINPUT_RECORD *xip)
+{
+ int scan = -1;
+ if (xip->ir.Event.KeyEvent.dwControlKeyState & (LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED))
{
- switch (currentKey.scan)
+ switch (xip->ir.Event.KeyEvent.wVirtualScanCode)
{
case PCK_RIGHT: /* right arrow */
- currentKey.scan = PCK_CTL_RIGHT;
+ scan = PCK_CTL_RIGHT;
break;
case PCK_LEFT: /* left arrow */
- currentKey.scan = PCK_CTL_LEFT;
+ scan = PCK_CTL_LEFT;
break;
case PCK_DELETE: /* delete */
- currentKey.scan = PCK_CTL_DELETE;
+ scan = PCK_CTL_DELETE;
break;
}
- } else if (ip.Event.KeyEvent.dwControlKeyState & SHIFT_PRESSED)
+ } else if (xip->ir.Event.KeyEvent.dwControlKeyState & SHIFT_PRESSED)
{
- switch (currentKey.scan)
- {
- case PCK_SHIFT_TAB: /* tab */
- currentKey.ascii = 0;
- break;
- }
+ if (xip->ichar == '\t')
+ scan = PCK_SHIFT_TAB;
}
-
+ if (scan < 0 && xip->ichar == 0)
+ scan = xip->ir.Event.KeyEvent.wVirtualScanCode;
+ if (scan < 0)
+ return (FALSE);
+ /*
+ * An extended key returns a 2 byte sequence consisting of
+ * a zero byte followed by the scan code.
+ */
+ win32_enqueue('\0');
+ win32_enqueue(scan);
return (TRUE);
}
/*
- * Read a character from the keyboard.
- *
- * Known issues:
- * - WIN32getch API should be int like libc (with unsigned char values or -1).
- * - The unicode code below can return 0 - incorrectly indicating scan code.
- * - UTF16-LE surrogate pairs don't work (and return 0).
- * - If win32_kbhit returns true then WIN32getch should never block, but it
- * will block till the next keypress if it's numlock/capslock scan code.
+ * Handle a key input event.
*/
-public char WIN32getch(void)
-{
- char ascii;
- static unsigned char utf8[UTF8_MAX_LENGTH];
- static int utf8_size = 0;
- static int utf8_next_byte = 0;
+static lbool win32_key_event(XINPUT_RECORD *xip)
+{
+ int repeat;
+ char utf8[UTF8_MAX_LENGTH];
+ char *up;
+
+ if (xip->ir.EventType != KEY_EVENT ||
+ ((xip->ir.Event.KeyEvent.dwControlKeyState & (RIGHT_ALT_PRESSED|LEFT_CTRL_PRESSED)) == (RIGHT_ALT_PRESSED|LEFT_CTRL_PRESSED) && xip->ir.Event.KeyEvent.uChar.UnicodeChar == 0) ||
+ (xip->ir.Event.KeyEvent.wVirtualScanCode == 0 && xip->ir.Event.KeyEvent.uChar.UnicodeChar == 0) ||
+ xip->ir.Event.KeyEvent.wVirtualScanCode == PCK_CAPS_LOCK ||
+ xip->ir.Event.KeyEvent.wVirtualScanCode == PCK_NUM_LOCK ||
+ (xip->ir.Event.KeyEvent.wVirtualKeyCode == VK_MENU && xip->ir.Event.KeyEvent.uChar.UnicodeChar == 0) ||
+ xip->ir.Event.KeyEvent.wVirtualKeyCode == VK_KANJI ||
+ xip->ir.Event.KeyEvent.wVirtualKeyCode == VK_SHIFT ||
+ xip->ir.Event.KeyEvent.wVirtualKeyCode == VK_CONTROL)
+ return (FALSE);
+
+ if (!win32_get_ichar(xip))
+ return (FALSE);
+ if (!xip->ir.Event.KeyEvent.bKeyDown)
+ return (FALSE);
+
+ if (win32_scan_code(xip))
+ return (TRUE);
- if (win_unget_pending)
+ repeat = xip->ir.Event.KeyEvent.wRepeatCount;
+ if (repeat > WIN32_MAX_REPEAT)
+ repeat = WIN32_MAX_REPEAT;
+ up = utf8;
+ put_wchar(&up, xip->ichar);
+ for (; repeat > 0; --repeat)
{
- win_unget_pending = FALSE;
- return (char) win_unget_data;
+ constant char *p;
+ for (p = utf8; p < up; ++p)
+ win32_enqueue(*p);
}
+ return (TRUE);
+}
- // Return the rest of multibyte character from the prior call
- if (utf8_next_byte < utf8_size)
- {
- ascii = utf8[utf8_next_byte++];
- return ascii;
- }
- utf8_size = 0;
+/*
+ * Determine whether an input character is waiting to be read.
+ */
+public lbool win32_kbhit(void)
+{
+ XINPUT_RECORD xip;
- if (pending_scancode)
- {
- pending_scancode = 0;
- return ((char)(currentKey.scan & 0x00FF));
- }
+ if (win32_queued_char())
+ return (TRUE);
- do {
- while (!win32_kbhit())
- {
- Sleep(20);
- if (ABORT_SIGS())
- return ('\003');
- }
- keyCount--;
- // If multibyte character, return its first byte
- if (currentKey.unicode > 0x7f)
- {
- utf8_size = WideCharToMultiByte(CP_UTF8, 0, &currentKey.unicode, 1, (LPSTR) &utf8, sizeof(utf8), NULL, NULL);
- if (utf8_size == 0)
- return '\0';
- ascii = utf8[0];
- utf8_next_byte = 1;
- } else
- ascii = currentKey.ascii;
+ for (;;)
+ {
+ DWORD nread;
+ DWORD console_input_mode;
/*
- * On PC's, the extended keys return a 2 byte sequence beginning
- * with '00', so if the ascii code is 00, the next byte will be
- * the lsb of the scan code.
+ * When an input pipe closes, cmd may reset the console mode,
+ * so set the mode every time we read input.
*/
- pending_scancode = (ascii == 0x00);
- } while (pending_scancode &&
- (currentKey.scan == PCK_CAPS_LOCK || currentKey.scan == PCK_NUM_LOCK));
-
- return ascii;
+ if (GetConsoleMode(tty, &console_input_mode) && console_input_mode != curr_console_input_mode)
+ SetConsoleMode(tty, curr_console_input_mode);
+ PeekConsoleInputW(tty, &xip.ir, 1, &nread);
+ if (nread == 0)
+ return (FALSE);
+ ReadConsoleInputW(tty, &xip.ir, 1, &nread);
+ if (nread == 0)
+ return (FALSE);
+ if (win32_mouse_event(&xip) || win32_key_event(&xip))
+ break;
+ }
+ return (TRUE);
}
/*
- * Make the next call to WIN32getch return ch without changing the queue state.
+ * Read a character from the keyboard.
*/
-public void WIN32ungetch(int ch)
+public char WIN32getch(void)
{
- win_unget_pending = TRUE;
- win_unget_data = ch;
+ while (!win32_kbhit())
+ {
+ Sleep(20);
+ if (ABORT_SIGS())
+ return ('\003');
+ }
+ return (win32_get_queue());
}
-#endif
+
+public void win32_getch_clear(void)
+{
+ while (win32_kbhit())
+ (void) WIN32getch();
+}
+
+#endif /* MSDOS_COMPILER==WIN32C */
#if MSDOS_COMPILER
/*
@@ -2991,7 +3184,7 @@ public void WIN32setcolors(int fg, int bg)
/*
*/
-public void WIN32textout(char *text, int len)
+public void WIN32textout(constant char *text, size_t len)
{
#if MSDOS_COMPILER==WIN32C
DWORD written;
@@ -3000,19 +3193,22 @@ public void WIN32textout(char *text, int len)
/*
* We've got UTF-8 text in a non-UTF-8 console. Convert it to
* wide and use WriteConsoleW.
+ * Biggest input len is OUTBUF_SIZE of obuf from win_flush,
+ * which is also the biggest output count if it's ASCII.
+ * "static" wtext is not a state - only avoid 16K on stack.
*/
- WCHAR wtext[1024];
- len = MultiByteToWideChar(CP_UTF8, 0, text, len, wtext,
- sizeof(wtext)/sizeof(*wtext));
+ static WCHAR wtext[OUTBUF_SIZE];
+ len = MultiByteToWideChar(CP_UTF8, 0, text, len, wtext, countof(wtext));
WriteConsoleW(con_out, wtext, len, &written, NULL);
} else
WriteConsole(con_out, text, len, &written, NULL);
#else
- char c = text[len];
- text[len] = '\0';
- cputs(text);
- text[len] = c;
+ char buf[2048];
+ if (len >= sizeof(buf))
+ len = sizeof(buf) - 1;
+ memcpy(buf, text, len);
+ buf[len] = 0;
+ cputs(buf);
#endif
}
#endif
-
diff --git a/scrsize.c b/scrsize.c
index b0ad197af3f1..47528d6f3705 100644
--- a/scrsize.c
+++ b/scrsize.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
diff --git a/search.c b/search.c
index 98f01e5fcedd..a8142ea2ba98 100644
--- a/search.c
+++ b/search.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -23,7 +23,6 @@ extern int sigs;
extern int how_search;
extern int caseless;
extern int linenums;
-extern int sc_height;
extern int jump_sline;
extern int bs_mode;
extern int proc_backspace;
@@ -34,22 +33,41 @@ extern void *ml_search;
extern POSITION start_attnpos;
extern POSITION end_attnpos;
extern int utf_mode;
-extern int screen_trashed;
extern int sc_width;
extern int sc_height;
extern int hshift;
-extern int nosearch_headers;
+extern int match_shift;
+extern int nosearch_header_lines;
+extern int nosearch_header_cols;
extern int header_lines;
extern int header_cols;
+extern LWCHAR rscroll_char;
#if HILITE_SEARCH
extern int hilite_search;
-extern int size_linebuf;
-extern int squished;
+extern size_t size_linebuf;
+extern lbool squished;
extern int can_goto_line;
-static int hide_hilite;
+extern lbool no_eof_bell;
+static lbool hide_hilite;
static POSITION prep_startpos;
static POSITION prep_endpos;
-extern POSITION xxpos;
+public POSITION header_start_pos = NULL_POSITION;
+static POSITION header_end_pos;
+public lbool search_wrapped = FALSE;
+#if OSC8_LINK
+public POSITION osc8_linepos = NULL_POSITION;
+public POSITION osc8_match_start = NULL_POSITION;
+public POSITION osc8_match_end = NULL_POSITION;
+public POSITION osc8_params_start = NULL_POSITION;
+public POSITION osc8_params_end = NULL_POSITION;
+public POSITION osc8_uri_start = NULL_POSITION;
+public POSITION osc8_uri_end = NULL_POSITION;
+public POSITION osc8_text_start = NULL_POSITION;
+public POSITION osc8_text_end = NULL_POSITION;
+char *osc8_path = NULL;
+char *osc8_uri = NULL;
+constant char *osc8_search_param = NULL;
+#endif
/*
* Structures for maintaining a set of ranges for hilites and filtered-out
@@ -85,8 +103,8 @@ struct hilite_node
};
struct hilite_storage
{
- int capacity;
- int used;
+ size_t capacity;
+ size_t used;
struct hilite_storage *next;
struct hilite_node *nodes;
};
@@ -114,7 +132,7 @@ struct pattern_info {
PATTERN_TYPE compiled;
char* text;
int search_type;
- int is_ucase_pattern;
+ lbool is_ucase_pattern;
struct pattern_info *next;
};
@@ -130,18 +148,18 @@ public int is_caseless;
/*
* Are there any uppercase letters in this string?
*/
-static int is_ucase(char *str)
+static lbool is_ucase(constant char *str)
{
- char *str_end = str + strlen(str);
+ constant char *str_end = str + strlen(str);
LWCHAR ch;
while (str < str_end)
{
- ch = step_char(&str, +1, str_end);
+ ch = step_charc(&str, +1, str_end);
if (IS_UPPER(ch))
- return (1);
+ return (TRUE);
}
- return (0);
+ return (FALSE);
}
/*
@@ -160,7 +178,7 @@ static void clear_pattern(struct pattern_info *info)
/*
* Compile and save a search pattern.
*/
-static int set_pattern(struct pattern_info *info, char *pattern, int search_type, int show_error)
+static int set_pattern(struct pattern_info *info, constant char *pattern, int search_type, int show_error)
{
/*
* Ignore case if -I is set OR
@@ -209,7 +227,7 @@ public void init_search(void)
/*
* Determine which text conversions to perform before pattern matching.
*/
-static int get_cvt_ops(int search_type)
+public int get_cvt_ops(int search_type)
{
int ops = 0;
@@ -242,11 +260,11 @@ static int prev_pattern(struct pattern_info *info)
* Repaint each line which contains highlighted text.
* If on==0, force all hilites off.
*/
-public void repaint_hilite(int on)
+public void repaint_hilite(lbool on)
{
int sindex;
POSITION pos;
- int save_hide_hilite;
+ lbool save_hide_hilite;
if (squished)
repaint();
@@ -256,7 +274,7 @@ public void repaint_hilite(int on)
{
if (hide_hilite)
return;
- hide_hilite = 1;
+ hide_hilite = TRUE;
}
if (!can_goto_line)
@@ -335,9 +353,12 @@ public void clear_attn(void)
/*
* Toggle or clear search string highlighting.
*/
-public void undo_search(int clear)
+public void undo_search(lbool clear)
{
clear_pattern(&search_info);
+#if OSC8_LINK
+ osc8_linepos = NULL_POSITION;
+#endif
#if HILITE_SEARCH
if (clear)
{
@@ -351,7 +372,7 @@ public void undo_search(int clear)
}
hide_hilite = !hide_hilite;
}
- repaint_hilite(1);
+ repaint_hilite(TRUE);
#endif
}
@@ -495,15 +516,44 @@ static int hilited_range_attr(POSITION pos, POSITION epos)
return n->r.hl_attr;
}
+/*
+ * Set header parameters.
+ */
+public void set_header(POSITION pos)
+{
+ header_start_pos = (header_lines == 0) ? NULL_POSITION : pos;
+ if (header_start_pos != NULL_POSITION)
+ {
+ int ln;
+ for (ln = 0; ln < header_lines; ++ln)
+ {
+ pos = forw_raw_line(pos, NULL, NULL);
+ if (pos == NULL_POSITION) break;
+ }
+ header_end_pos = pos;
+ }
+}
+
+/*
+ * Is a position within the header lines?
+ */
+static int pos_in_header(POSITION pos)
+{
+ return (header_start_pos != NULL_POSITION &&
+ pos >= header_start_pos && pos < header_end_pos);
+}
+
/*
* Is a line "filtered" -- that is, should it be hidden?
*/
-public int is_filtered(POSITION pos)
+public lbool is_filtered(POSITION pos)
{
struct hilite_node *n;
if (ch_getflags() & CH_HELPFILE)
- return (0);
+ return (FALSE);
+ if (pos_in_header(pos))
+ return (FALSE);
n = hlist_find(&filter_anchor, pos);
return (n != NULL && pos >= n->r.hl_startpos);
@@ -519,6 +569,8 @@ public POSITION next_unfiltered(POSITION pos)
if (ch_getflags() & CH_HELPFILE)
return (pos);
+ if (pos_in_header(pos))
+ return (pos);
n = hlist_find(&filter_anchor, pos);
while (n != NULL && pos >= n->r.hl_startpos)
@@ -539,6 +591,8 @@ public POSITION prev_unfiltered(POSITION pos)
if (ch_getflags() & CH_HELPFILE)
return (pos);
+ if (pos_in_header(pos))
+ return (pos);
n = hlist_find(&filter_anchor, pos);
while (n != NULL && pos >= n->r.hl_startpos)
@@ -552,6 +606,38 @@ public POSITION prev_unfiltered(POSITION pos)
return (pos);
}
+/*
+ * Set the hshift for the line starting at line_pos so that the string
+ * between start_off and end_off is visible on the screen.
+ */
+static void shift_visible(POSITION line_pos, size_t start_off, size_t end_off)
+{
+ POSITION start_pos = line_pos + start_off;
+ POSITION end_pos = line_pos + end_off;
+ int start_col = col_from_pos(line_pos, start_pos, NULL_POSITION, -1);
+ int end_col = col_from_pos(line_pos, end_pos, start_pos, start_col);
+ int swidth = sc_width - line_pfx_width() - (rscroll_char ? 1 : 0);
+ int new_hshift;
+ if (start_col < 0 || end_col < 0)
+ return;
+ if (end_col < swidth) /* whole string is in first screen */
+ new_hshift = 0;
+ else if (start_col > hshift && end_col < hshift + swidth)
+ new_hshift = hshift; /* already visible; leave hshift unchanged */
+ else
+ {
+ int eol_col = col_from_pos(line_pos, NULL_POSITION, end_pos, end_col) - swidth;
+ if (start_col >= eol_col) /* whole string is in last screen */
+ new_hshift = eol_col;
+ else /* shift it to column match_shift */
+ new_hshift = (start_col < match_shift) ? 0 : start_col - match_shift;
+ }
+ if (new_hshift != hshift)
+ {
+ hshift = new_hshift;
+ screen_trashed();
+ }
+}
/*
* Should any characters in a specified range be highlighted?
@@ -567,12 +653,18 @@ public int is_hilited_attr(POSITION pos, POSITION epos, int nohide, int *p_match
if (!status_col &&
start_attnpos != NULL_POSITION &&
pos <= end_attnpos &&
- (epos == NULL_POSITION || epos >= start_attnpos))
+ (epos == NULL_POSITION || epos > start_attnpos))
/*
* The attn line overlaps this range.
*/
return (AT_HILITE|AT_COLOR_ATTN);
+#if OSC8_LINK
+ if (osc8_linepos != NULL_POSITION &&
+ pos <= osc8_text_end && (epos == NULL_POSITION || epos > osc8_text_start))
+ return (AT_HILITE|AT_COLOR_SEARCH);
+#endif
+
attr = hilited_range_attr(pos, epos);
if (attr == 0)
return (0);
@@ -611,7 +703,7 @@ public int is_hilited_attr(POSITION pos, POSITION epos, int nohide, int *p_match
*/
static struct hilite_storage * hlist_getstorage(struct hilite_tree *anchor)
{
- int capacity = 1;
+ size_t capacity = 1;
struct hilite_storage *s;
if (anchor->current)
@@ -884,12 +976,12 @@ static void add_hilite(struct hilite_tree *anchor, struct hilite *hl)
/*
* Highlight every character in a range of displayed characters.
*/
-static void create_hilites(POSITION linepos, char *line, char *sp, char *ep, int attr, int *chpos)
+static void create_hilites(POSITION linepos, constant char *line, constant char *sp, constant char *ep, int attr, int *chpos)
{
- int start_index = sp - line;
- int end_index = ep - line;
+ size_t start_index = ptr_diff(sp, line); /*{{type-issue}}*/
+ size_t end_index = ptr_diff(ep, line);
struct hilite hl;
- int i;
+ size_t i;
/* Start the first hilite. */
hl.hl_startpos = linepos + chpos[start_index];
@@ -923,10 +1015,10 @@ static void create_hilites(POSITION linepos, char *line, char *sp, char *ep, int
* the current pattern.
* sp,ep delimit the first match already found.
*/
-static void hilite_line(POSITION linepos, char *line, int line_len, int *chpos, char **sp, char **ep, int nsp, int cvt_ops)
+static void hilite_line(POSITION linepos, constant char *line, size_t line_len, int *chpos, constant char **sp, constant char **ep, int nsp)
{
- char *searchp;
- char *line_end = line + line_len;
+ constant char *searchp;
+ constant char *line_end = line + line_len;
/*
* sp[0] and ep[0] delimit the first match in the line.
@@ -942,7 +1034,7 @@ static void hilite_line(POSITION linepos, char *line, int line_len, int *chpos,
*/
searchp = line;
do {
- char *lep = sp[0];
+ constant char *lep = sp[0];
int i;
if (sp[0] == NULL || ep[0] == NULL)
break;
@@ -974,7 +1066,7 @@ static void hilite_line(POSITION linepos, char *line, int line_len, int *chpos,
else /* end of line */
break;
} while (match_pattern(info_compiled(&search_info), search_info.text,
- searchp, line_end - searchp, sp, ep, nsp, 1, search_info.search_type));
+ searchp, ptr_diff(line_end, searchp), sp, ep, nsp, 1, search_info.search_type));
}
#endif
@@ -990,7 +1082,7 @@ static void hilite_screen(void)
if (scrpos.pos == NULL_POSITION)
return;
prep_hilite(scrpos.pos, position(BOTTOM_PLUS_ONE), -1);
- repaint_hilite(1);
+ repaint_hilite(TRUE);
}
/*
@@ -1002,7 +1094,7 @@ public void chg_hilite(void)
* Erase any highlights currently on screen.
*/
clr_hilite();
- hide_hilite = 0;
+ hide_hilite = FALSE;
if (hilite_search == OPT_ONPLUS)
/*
@@ -1044,7 +1136,7 @@ static POSITION search_pos(int search_type)
sindex = 0;
} else
{
- int add_one = 0;
+ lbool add_one = FALSE;
if (how_search == OPT_ON)
{
@@ -1073,11 +1165,11 @@ static POSITION search_pos(int search_type)
*/
sindex = sindex_from_sline(jump_sline);
if (search_type & SRCH_FORW)
- add_one = 1;
+ add_one = TRUE;
}
pos = position(sindex);
if (add_one)
- pos = forw_raw_line(pos, (char **)NULL, (int *)NULL);
+ pos = forw_raw_line(pos, NULL, NULL);
}
/*
@@ -1108,7 +1200,7 @@ static POSITION search_pos(int search_type)
* If so, add an entry to the filter list.
*/
#if HILITE_SEARCH
-static int matches_filters(POSITION pos, char *cline, int line_len, int *chpos, POSITION linepos, char **sp, char **ep, int nsp)
+static int matches_filters(POSITION pos, char *cline, size_t line_len, int *chpos, POSITION linepos, constant char **sp, constant char **ep, int nsp)
{
struct pattern_info *filter;
@@ -1152,46 +1244,276 @@ static POSITION get_lastlinepos(POSITION pos, POSITION tpos, int sheight)
}
}
+#if OSC8_LINK
+
/*
- * Get the segment index of tpos in the line starting at pos.
- * A segment is a string of printable chars that fills the screen width.
+ * osc8_parse_info points to the component fields in a parsed OSC8 sequence.
*/
-static int get_seg(POSITION pos, POSITION tpos)
+struct osc8_parse_info {
+ constant char *osc8_start;
+ constant char *osc8_end;
+ constant char *params_start;
+ constant char *params_end;
+ constant char *uri_start;
+ constant char *uri_end;
+};
+
+/*
+ * Parse an OSC8 sequence in a string.
+ */
+static lbool osc8_parse(constant char *line, constant char *line_end, struct osc8_parse_info *pop)
{
- int seg;
+ constant char *oline;
+ pop->osc8_start = pop->osc8_end = pop->uri_start = pop->uri_end = pop->params_start = pop->params_end = NULL;
+
+ oline = line;
+ LWCHAR ch = step_charc(&line, +1, line_end);
+ /* oline points to character ch, line points to the one after it. */
+ struct ansi_state *pansi = ansi_start(ch);
+ if (pansi == NULL)
+ return FALSE;
+ pop->osc8_start = oline; /* start at the ESC */
+ for (;;)
+ {
+ ansi_state astate = ansi_step(pansi, ch);
+ osc8_state ostate = ansi_osc8_state(pansi);
+ if (ostate == OSC8_NOT)
+ break;
+ switch (ostate)
+ {
+ case OSC8_PARAMS:
+ if (pop->params_start == NULL)
+ pop->params_start = line;
+ break;
+ case OSC8_URI:
+ if (pop->uri_start == NULL)
+ {
+ pop->params_end = oline;
+ pop->uri_start = line;
+ }
+ break;
+ case OSC8_ST_ESC:
+ if (pop->uri_end == NULL)
+ pop->uri_end = oline;
+ break;
+ case OSC8_END:
+ ansi_done(pansi);
+ pop->osc8_end = line;
+ if (pop->uri_end == NULL) /* happens when ST is "\7" */
+ pop->uri_end = oline;
+ if (pop->params_end == NULL) /* should not happen */
+ pop->params_end = oline;
+ return TRUE;
+ default:
+ break;
+ }
+ if (astate != ANSI_MID || line >= line_end)
+ break;
+ oline = line;
+ ch = step_charc(&line, +1, line_end);
+ }
+ ansi_done(pansi);
+ return FALSE;
+}
- for (seg = 0;; seg++)
+/*
+ * Does an OSC8 sequence contain a specified parameter?
+ */
+static lbool osc8_param_match(POSITION linepos, constant char *line, constant struct osc8_parse_info *op1, constant struct osc8_parse_info *op2, constant char *param, POSITION clickpos)
+{
+ size_t param_len;
+ constant char *p;
+
+ if (clickpos != NULL_POSITION)
{
- POSITION npos = forw_line_seg(pos, FALSE, FALSE, TRUE);
- if (npos > tpos)
- return seg;
- pos = npos;
+ return clickpos >= linepos + ptr_diff(op1->osc8_start, line) &&
+ clickpos < linepos + ptr_diff(op2->osc8_end, line);
+ }
+ if (param == NULL)
+ return TRUE;
+ param_len = strlen(param);
+ /* Parameters are separated by colons. */
+ for (p = op1->params_start; p + param_len <= op1->params_end; )
+ {
+ if (strncmp(p, param, param_len) == 0)
+ {
+ p += param_len;
+ if (p == op1->params_end || *p == ':')
+ return TRUE;
+ }
+ while (p < op1->params_end && *p != ':')
+ ++p;
+ while (p < op1->params_end && *p == ':')
+ ++p;
}
+ return FALSE;
}
/*
+ * Is the URI in an OSC8 sequence empty?
+ * "Empty" means zero length, or equal to "#".
+ */
+static lbool osc8_empty_uri(constant struct osc8_parse_info *op)
+{
+ return op->uri_end == op->uri_start ||
+ (op->uri_end == op->uri_start+1 && op->uri_start[0] == '#');
+}
+
+/*
+ * Find the next OSC8 hyperlink in a line.
+ * A hyperlink is two OSC8 sequences (the first with a nonempty URI)
+ * plus the non-empty text between them.
+ * But if searching for a parameter, allow URI and/or text to be empty.
+ */
+typedef enum { OSC8_NO_MATCH, OSC8_MATCH, OSC8_ALREADY } osc8_match;
+
+static osc8_match osc8_search_line1(int search_type, POSITION linepos, POSITION spos, constant char *line, size_t line_len, constant char *param, POSITION clickpos)
+{
+ constant char *line_end = &line[line_len];
+ struct osc8_parse_info op1;
+ struct osc8_parse_info op2;
+ constant char *linep;
+ constant size_t min_osc8_size = 6; /* "\e]8;;\7" */
+
+ if (search_type & SRCH_FORW)
+ {
+ for (linep = line; ; linep++)
+ {
+ if (linep + min_osc8_size > line_end)
+ return OSC8_NO_MATCH;
+ /* Find the first OSC8 sequence in the line with a nonempty URI,
+ * which begins the hypertext. */
+ if (osc8_parse(linep, line_end, &op1) &&
+ (!osc8_empty_uri(&op1) || param != NULL))
+ {
+ /* Now find the next OSC8 sequence, which ends the hypertext. */
+ constant char *linep2;
+ for (linep2 = op1.osc8_end; linep2 < line_end; linep2++)
+ {
+ if (osc8_parse(linep2, line_end, &op2))
+ break;
+ }
+ if (linep2 == line_end)
+ op2.osc8_end = op2.osc8_start = line_end;
+ if ((op2.osc8_start > op1.osc8_end || param != NULL) &&
+ osc8_param_match(linepos, line, &op1, &op2, param, clickpos))
+ break;
+ }
+ }
+ } else
+ {
+ op2.osc8_end = op2.osc8_start = line_end;
+ for (linep = line_end - min_osc8_size; ; linep--)
+ {
+ if (linep < line)
+ return OSC8_NO_MATCH;
+ if (osc8_parse(linep, line_end, &op1))
+ {
+ if (((!osc8_empty_uri(&op1) && op2.osc8_start > op1.osc8_end) || param != NULL) &&
+ osc8_param_match(linepos, line, &op1, &op2, param, clickpos))
+ break;
+ op2 = op1;
+ }
+ }
+ }
+ if (param != NULL)
+ /* Don't set osc8 globals if we're just searching for a parameter. */
+ return OSC8_MATCH;
+
+ if (osc8_linepos == linepos && osc8_match_start == spos + ptr_diff(op1.osc8_start, line))
+ return OSC8_ALREADY; /* already selected */
+
+ osc8_linepos = linepos;
+ osc8_match_start = spos + ptr_diff(op1.osc8_start, line);
+ osc8_match_end = spos + ptr_diff(op2.osc8_start, line);
+ osc8_params_start = spos + ptr_diff(op1.params_start, line);
+ osc8_params_end = spos + ptr_diff(op1.params_end, line);
+ osc8_uri_start = spos + ptr_diff(op1.uri_start, line);
+ osc8_uri_end = spos + ptr_diff(op1.uri_end, line);
+ osc8_text_start = spos + ptr_diff(op1.osc8_end, line);
+ osc8_text_end = spos + ptr_diff(op2.osc8_start, line);
+
+ /* Save URI for message in prompt(). */
+ osc8_uri = saven(op1.uri_start, ptr_diff(op1.uri_end, op1.uri_start));
+ return OSC8_MATCH;
+}
+
+/*
+ * Find the N-th OSC8 hyperlink in a line.
+ */
+static osc8_match osc8_search_line(int search_type, POSITION linepos, constant char *line, size_t line_len, constant char *param, POSITION clickpos, int *matches)
+{
+ while (*matches > 0)
+ {
+ POSITION spos = linepos;
+ constant char *sline = line;
+ size_t sline_len = line_len;
+ osc8_match r;
+ if (linepos == osc8_linepos && clickpos == NULL_POSITION)
+ {
+ /*
+ * Already have a hyperlink selected.
+ * Search for the next/previous one in the same line.
+ */
+ if (search_type & SRCH_FORW)
+ {
+ size_t off = (size_t) (osc8_match_end - linepos);
+ spos += off;
+ sline += off;
+ sline_len -= off;
+ } else
+ {
+ sline_len = (size_t) (osc8_match_start - linepos);
+ }
+ }
+ r = osc8_search_line1(search_type, linepos, spos, sline, sline_len, param, clickpos);
+ if (r == OSC8_NO_MATCH)
+ break;
+ if (--*matches <= 0)
+ return r;
+ }
+ return OSC8_NO_MATCH;
+}
+
+/*
+ * Shift display to make the currently selected OSC8 hyperlink visible.
+ */
+static void osc8_shift_visible(void)
+{
+ if (chop_line())
+ {
+ size_t start_off = (size_t)(osc8_match_start - osc8_linepos);
+ size_t end_off = (size_t)(osc8_match_end - osc8_linepos);
+ shift_visible(osc8_linepos, start_off, end_off);
+ }
+ /* {{ What about the (plastlinepos != NULL) case in search_range? }} */
+}
+
+#endif /* OSC8_LINK */
+
+/*
* Search a subset of the file, specified by start/end position.
*/
static int search_range(POSITION pos, POSITION endpos, int search_type, int matches, int maxlines, POSITION *plinepos, POSITION *pendpos, POSITION *plastlinepos)
{
- char *line;
+ constant char *line;
char *cline;
- int line_len;
+ size_t line_len;
LINENUM linenum;
#define NSP (NUM_SEARCH_COLORS+2)
- char *sp[NSP];
- char *ep[NSP];
+ constant char *sp[NSP];
+ constant char *ep[NSP];
int line_match;
int cvt_ops;
- int cvt_len;
+ size_t cvt_len;
int *chpos;
POSITION linepos, oldpos;
int skip_bytes = 0;
- int swidth = sc_width - line_pfx_width();
- int sheight = sc_height - sindex_from_sline(jump_sline);
+ size_t swidth = (size_t) (sc_width - line_pfx_width()); /*{{type-issue}}*/
+ size_t sheight = (size_t) (sc_height - sindex_from_sline(jump_sline));
linenum = find_linenum(pos);
- if (nosearch_headers && linenum <= header_lines)
+ if (nosearch_header_lines && linenum <= header_lines)
{
linenum = header_lines + 1;
pos = find_pos(linenum);
@@ -1282,6 +1604,7 @@ static int search_range(POSITION pos, POSITION endpos, int search_type, int matc
* the flag so we don't wrap again, and
* continue the search at new pos.
*/
+ search_wrapped = TRUE;
search_type &= ~SRCH_WRAP;
linenum = find_linenum(pos);
continue;
@@ -1308,9 +1631,21 @@ static int search_range(POSITION pos, POSITION endpos, int search_type, int matc
if (is_filtered(linepos))
continue;
#endif
- if (nosearch_headers)
+ if (nosearch_header_cols)
skip_bytes = skip_columns(header_cols, &line, &line_len);
-
+#if OSC8_LINK
+ if (search_type & SRCH_OSC8)
+ {
+ if (osc8_search_line(search_type, linepos, line, line_len, osc8_search_param, NULL_POSITION, &matches) != OSC8_NO_MATCH)
+ {
+ if (plinepos != NULL)
+ *plinepos = linepos;
+ osc8_shift_visible();
+ return (0);
+ }
+ continue;
+ }
+#endif
/*
* If it's a caseless search, convert the line to lowercase.
* If we're doing backspace processing, delete backspaces.
@@ -1356,7 +1691,7 @@ static int search_range(POSITION pos, POSITION endpos, int search_type, int matc
* Just add the matches in this line to the
* hilite list and keep searching.
*/
- hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops);
+ hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP);
#endif
} else if (--matches <= 0)
{
@@ -1372,7 +1707,7 @@ static int search_range(POSITION pos, POSITION endpos, int search_type, int matc
* the matches in this one line.
*/
clr_hilite();
- hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops);
+ hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP);
}
#endif
if (chop_line())
@@ -1383,22 +1718,9 @@ static int search_range(POSITION pos, POSITION endpos, int search_type, int matc
*/
if (sp[0] != NULL && ep[0] != NULL)
{
- int start_off = sp[0] - cline;
- int end_off = ep[0] - cline;
- int save_hshift = hshift;
- int sshift;
- int eshift;
- hshift = 0; /* make get_seg count screen lines */
- sshift = swidth * get_seg(linepos, linepos + chpos[start_off]);
- eshift = swidth * get_seg(linepos, linepos + chpos[end_off]);
- if (sshift >= save_hshift && eshift <= save_hshift)
- {
- hshift = save_hshift;
- } else
- {
- hshift = sshift;
- screen_trashed = 1;
- }
+ size_t start_off = ptr_diff(sp[0], cline);
+ size_t end_off = ptr_diff(ep[0], cline);
+ shift_visible(linepos, chpos[start_off], chpos[end_off]);
}
} else if (plastlinepos != NULL)
{
@@ -1412,9 +1734,9 @@ static int search_range(POSITION pos, POSITION endpos, int search_type, int matc
*/
if (ep[0] != NULL)
{
- int end_off = ep[0] - cline;
+ size_t end_off = ptr_diff(ep[0], cline);
if (end_off >= swidth * sheight / 4) /* heuristic */
- *plastlinepos = get_lastlinepos(linepos, linepos + chpos[end_off], sheight);
+ *plastlinepos = get_lastlinepos(linepos, linepos + chpos[end_off], (int) sheight);
}
}
free(cline);
@@ -1430,13 +1752,247 @@ static int search_range(POSITION pos, POSITION endpos, int search_type, int matc
}
}
+#if OSC8_LINK
+
+/*
+ * Search for and select the next OSC8 sequence, forward or backward.
+ */
+public void osc8_search(int search_type, constant char *param, int matches)
+{
+ POSITION pos;
+ int match;
+
+ if (osc8_linepos != NULL_POSITION)
+ {
+ /* Continue search in same line as current match. */
+ constant char *line;
+ size_t line_len;
+ pos = forw_raw_line(osc8_linepos, &line, &line_len);
+ if (pos != NULL_POSITION)
+ {
+ if (osc8_search_line(search_type, osc8_linepos, line, line_len, param, NULL_POSITION, &matches) != OSC8_NO_MATCH)
+ {
+ no_eof_bell = TRUE;
+ jump_loc(osc8_linepos, jump_sline);
+ no_eof_bell = FALSE;
+ osc8_shift_visible();
+#if HILITE_SEARCH
+ repaint_hilite(TRUE);
+#endif
+ return;
+ }
+ }
+ search_type |= SRCH_AFTER_TARGET;
+ }
+ pos = search_pos(search_type);
+ if (pos == NULL_POSITION)
+ {
+ error("Nothing to search", NULL_PARG);
+ return;
+ }
+ osc8_search_param = param;
+ match = search_range(pos, NULL_POSITION, search_type | SRCH_OSC8, matches, -1, &pos, NULL, NULL);
+ osc8_search_param = NULL;
+ if (match != 0)
+ {
+ error("OSC 8 link not found", NULL_PARG);
+ return;
+ }
+ jump_loc(pos, jump_sline);
+#if HILITE_SEARCH
+ repaint_hilite(TRUE);
+#endif
+}
+
+/*
+ * If a mouse click is on an OSC 8 link, select the link.
+ */
+public lbool osc8_click(int sindex, int col)
+{
+#if OSC8_LINK
+ POSITION linepos = position(sindex);
+ POSITION clickpos;
+ constant char *line;
+ size_t line_len;
+ int matches = 1;
+ int r;
+
+ if (linepos == NULL_POSITION)
+ return FALSE;
+ clickpos = pos_from_col(linepos, col, NULL_POSITION, -1);
+ if (clickpos == NULL_POSITION)
+ return FALSE;
+ if (forw_raw_line(linepos, &line, &line_len) == NULL_POSITION)
+ return FALSE;
+ r = osc8_search_line(SRCH_FORW|SRCH_OSC8, linepos, line, line_len, NULL, clickpos, &matches);
+ if (r != OSC8_NO_MATCH)
+ {
+#if HILITE_SEARCH
+ repaint_hilite(TRUE);
+#endif
+ if (r == OSC8_ALREADY)
+ osc8_open();
+ return TRUE;
+ }
+#else
+ (void) sindex; (void) col;
+#endif /* OSC8_LINK */
+ return FALSE;
+}
+
+/*
+ * Return the length of the scheme prefix in a URI.
+ */
+static int scheme_length(constant char *uri, size_t uri_len)
+{
+ size_t plen;
+ for (plen = 0; plen < uri_len; plen++)
+ if (uri[plen] == ':')
+ return plen;
+ return 0;
+}
+
+/*
+ * Does a URI contain any dangerous characters?
+ */
+static lbool bad_uri(constant char *uri, size_t uri_len)
+{
+ size_t i;
+ for (i = 0; i < uri_len; i++)
+ if (strchr("'\"", uri[i]) != NULL)
+ return TRUE;
+ return FALSE;
+}
+
+/*
+ * Re-read the line containing the selected OSC8 link.
+ */
+static lbool osc8_read_selected(struct osc8_parse_info *op)
+{
+ constant char *line;
+ size_t line_len;
+ POSITION pos;
+
+ pos = forw_raw_line(osc8_linepos, &line, &line_len);
+ if (pos == NULL_POSITION)
+ return FALSE;
+ op->osc8_start = &line[osc8_match_start - osc8_linepos];
+ op->osc8_end = &line[osc8_match_end - osc8_linepos];
+ op->params_start = &line[osc8_params_start - osc8_linepos];
+ op->params_end = &line[osc8_params_end - osc8_linepos];
+ op->uri_start = &line[osc8_uri_start - osc8_linepos];
+ op->uri_end = &line[osc8_uri_end - osc8_linepos];
+ return TRUE;
+}
+
+/*
+ * Open the currently selected OSC8 link.
+ */
+public void osc8_open(void)
+{
+ struct osc8_parse_info op;
+ char env_name[64];
+ size_t scheme_len;
+ constant char *handler;
+ char *open_cmd;
+ size_t uri_len;
+ FILE *hf;
+ static constant char *env_name_pfx = "LESS_OSC8_";
+
+ if (osc8_linepos == NULL_POSITION)
+ {
+ error("No OSC8 link selected", NULL_PARG);
+ return;
+ }
+ if (!osc8_read_selected(&op))
+ {
+ error("Cannot find OSC8 link", NULL_PARG);
+ return;
+ }
+ /*
+ * Read a "handler" shell cmd from environment variable "LESS_OSC8_scheme".
+ * pr_expand the handler cmd (to expand %o -> osc8_path) and execute it.
+ * Handler's stdout is an "opener" shell cmd; execute opener to open the link.
+ */
+ uri_len = ptr_diff(op.uri_end, op.uri_start);
+ scheme_len = scheme_length(op.uri_start, uri_len);
+ if (scheme_len == 0 && op.uri_start[0] == '#')
+ {
+ /* Link to "id=" in same file. */
+ char *param = ecalloc(uri_len+3, sizeof(char));
+ strcpy(param, "id=");
+ strncpy(param+3, op.uri_start+1, uri_len-1);
+ param[uri_len+2] = '\0';
+ osc8_search(SRCH_FORW|SRCH_WRAP, param, 1);
+ free(param);
+ return;
+ }
+#if HAVE_POPEN
+ if (bad_uri(op.uri_start, uri_len))
+ {
+ error("Cannot open link containing dangerous characters", NULL_PARG);
+ return;
+ }
+ SNPRINTF3(env_name, sizeof(env_name), "%s%.*s", env_name_pfx, (int) scheme_len, op.uri_start);
+ handler = lgetenv(env_name);
+ if (isnullenv(handler) || strcmp(handler, "-") == 0)
+ handler = lgetenv("LESS_OSC8_ANY");
+ if (isnullenv(handler))
+ {
+ PARG parg;
+ parg.p_string = env_name + strlen(env_name_pfx); /* {{ tricky }} */
+ error("No handler for \"%s\" link type", &parg);
+ return;
+ }
+ /* {{ ugly global osc8_path }} */
+ osc8_path = saven(op.uri_start, uri_len);
+ hf = popen(pr_expand(handler), "r");
+ free(osc8_path);
+ osc8_path = NULL;
+ if (hf == NULL)
+ {
+ PARG parg;
+ parg.p_string = env_name;
+ error("Cannot execute protocol handler in %s", &parg);
+ return;
+ }
+ open_cmd = readfd(hf);
+ pclose(hf);
+ if (strncmp(open_cmd, ":e", 2) == 0)
+ {
+ edit(skipsp(&open_cmd[2]));
+ } else
+ {
+ lsystem(open_cmd, "link done");
+ }
+ free(open_cmd);
+#else
+ error("Cannot open link because your system does not support popen", NULL_PARG);
+#endif /* HAVE_POPEN */
+}
+
+/*
+ * Jump to the currently selected OSC8 link.
+ */
+public void osc8_jump(void)
+{
+ if (osc8_linepos == NULL_POSITION)
+ {
+ error("No OSC8 link selected", NULL_PARG);
+ return;
+ }
+ jump_loc(osc8_linepos, jump_sline);
+}
+
+#endif /* OSC8_LINK */
+
/*
* search for a pattern in history. If found, compile that pattern.
*/
static int hist_pattern(int search_type)
{
#if CMD_HISTORY
- char *pattern;
+ constant char *pattern;
set_mlist(ml_search, 0);
pattern = cmd_lastpattern();
@@ -1494,7 +2050,7 @@ public void chg_caseless(void)
* Caller may continue the search in another file
* if less than n matches are found in this file.
*/
-public int search(int search_type, char *pattern, int n)
+public int search(int search_type, constant char *pattern, int n)
{
POSITION pos;
POSITION opos;
@@ -1527,7 +2083,7 @@ public int search(int search_type, char *pattern, int n)
* Erase the highlights currently on screen.
* If the search fails, we'll redisplay them later.
*/
- repaint_hilite(0);
+ repaint_hilite(FALSE);
}
if (hilite_search == OPT_ONPLUS && hide_hilite)
{
@@ -1535,10 +2091,10 @@ public int search(int search_type, char *pattern, int n)
* Highlight any matches currently on screen,
* before we actually start the search.
*/
- hide_hilite = 0;
+ hide_hilite = FALSE;
hilite_screen();
}
- hide_hilite = 0;
+ hide_hilite = FALSE;
#endif
} else
{
@@ -1555,8 +2111,8 @@ public int search(int search_type, char *pattern, int n)
* Erase the highlights currently on screen.
* Also permanently delete them from the hilite list.
*/
- repaint_hilite(0);
- hide_hilite = 0;
+ repaint_hilite(FALSE);
+ hide_hilite = FALSE;
clr_hilite();
}
if (hilite_search == OPT_ONPLUS || status_col)
@@ -1584,7 +2140,7 @@ public int search(int search_type, char *pattern, int n)
return (n);
#if HILITE_SEARCH
if (hilite_search == OPT_ON || status_col)
- repaint_hilite(1);
+ repaint_hilite(TRUE);
#endif
error("Nothing to search", NULL_PARG);
return (-1);
@@ -1592,6 +2148,14 @@ public int search(int search_type, char *pattern, int n)
n = search_range(pos, NULL_POSITION, search_type, n, -1,
&pos, (POSITION*)NULL, &lastlinepos);
+ /*
+ * This ABORT_SIGS check ensures that if the user presses interrupt,
+ * we don't continue and complete the search.
+ * That is, we leave the display unchanged.
+ * {{ Is this true? Do we always want to abort the search on interrupt? }}
+ */
+ if (ABORT_SIGS())
+ return (-1);
if (n != 0)
{
/*
@@ -1602,7 +2166,7 @@ public int search(int search_type, char *pattern, int n)
/*
* Redisplay old hilites.
*/
- repaint_hilite(1);
+ repaint_hilite(TRUE);
#endif
return (n);
}
@@ -1623,7 +2187,7 @@ public int search(int search_type, char *pattern, int n)
/*
* Display new hilites in the matching line.
*/
- repaint_hilite(1);
+ repaint_hilite(TRUE);
#endif
return (0);
}
@@ -1648,11 +2212,11 @@ public void prep_hilite(POSITION spos, POSITION epos, int maxlines)
int result;
int i;
-/*
- * Search beyond where we're asked to search, so the prep region covers
- * more than we need. Do one big search instead of a bunch of small ones.
- */
-#define SEARCH_MORE (3*size_linebuf)
+ /*
+ * Search beyond where we're asked to search, so the prep region covers
+ * more than we need. Do one big search instead of a bunch of small ones.
+ */
+ POSITION SEARCH_MORE = (POSITION) (3*size_linebuf);
if (!prev_pattern(&search_info) && !is_filtering())
return;
@@ -1661,7 +2225,7 @@ public void prep_hilite(POSITION spos, POSITION epos, int maxlines)
* Make sure our prep region always starts at the beginning of
* a line. (search_range takes care of the end boundary below.)
*/
- spos = back_raw_line(spos+1, (char **)NULL, (int *)NULL);
+ spos = back_raw_line(spos+1, NULL, NULL);
/*
* If we're limited to a max number of lines, figure out the
@@ -1673,7 +2237,7 @@ public void prep_hilite(POSITION spos, POSITION epos, int maxlines)
{
max_epos = spos;
for (i = 0; i < maxlines; i++)
- max_epos = forw_raw_line(max_epos, (char **)NULL, (int *)NULL);
+ max_epos = forw_raw_line(max_epos, NULL, NULL);
}
/*
@@ -1774,7 +2338,7 @@ public void prep_hilite(POSITION spos, POSITION epos, int maxlines)
if (new_epos >= nprep_endpos && is_filtered(new_epos-1))
{
spos = nprep_endpos;
- epos = forw_raw_line(nprep_endpos, (char **)NULL, (int *)NULL);
+ epos = forw_raw_line(nprep_endpos, NULL, NULL);
if (epos == NULL_POSITION)
break;
maxlines = 1;
@@ -1787,7 +2351,7 @@ public void prep_hilite(POSITION spos, POSITION epos, int maxlines)
if (nprep_startpos > 0 && is_filtered(nprep_startpos))
{
epos = nprep_startpos;
- spos = back_raw_line(nprep_startpos, (char **)NULL, (int *)NULL);
+ spos = back_raw_line(nprep_startpos, NULL, NULL);
if (spos == NULL_POSITION)
break;
nprep_startpos = spos;
@@ -1805,7 +2369,7 @@ public void prep_hilite(POSITION spos, POSITION epos, int maxlines)
/*
* Set the pattern to be used for line filtering.
*/
-public void set_filter_pattern(char *pattern, int search_type)
+public void set_filter_pattern(constant char *pattern, int search_type)
{
struct pattern_info *filter;
@@ -1834,16 +2398,16 @@ public void set_filter_pattern(char *pattern, int search_type)
filter->next = filter_infos;
filter_infos = filter;
}
- screen_trashed = 1;
+ screen_trashed();
}
/*
* Is there a line filter in effect?
*/
-public int is_filtering(void)
+public lbool is_filtering(void)
{
if (ch_getflags() & CH_HELPFILE)
- return (0);
+ return (FALSE);
return (filter_infos != NULL);
}
#endif
@@ -1855,7 +2419,7 @@ public int is_filtering(void)
*/
public int reg_show_error = 1;
-void regerror(char *s)
+void regerror(constant char *s)
{
PARG parg;
diff --git a/signal.c b/signal.c
index 41b6a9af868a..d58ca428ae2b 100644
--- a/signal.c
+++ b/signal.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -27,13 +27,10 @@
public int sigs;
extern int sc_width, sc_height;
-extern int screen_trashed;
-extern int lnloop;
extern int linenums;
extern int wscroll;
extern int reading;
extern int quit_on_intr;
-extern int secure;
extern long jump_sline_fraction;
/*
@@ -43,6 +40,7 @@ extern long jump_sline_fraction;
/* ARGSUSED*/
static RETSIGTYPE u_interrupt(int type)
{
+ (void) type;
bell();
#if OS2
LSIGNAL(SIGINT, SIG_ACK);
@@ -73,6 +71,7 @@ static RETSIGTYPE u_interrupt(int type)
/* ARGSUSED*/
static RETSIGTYPE stop(int type)
{
+ (void) type;
LSIGNAL(SIGTSTP, stop);
sigs |= S_STOP;
if (reading)
@@ -96,6 +95,7 @@ static RETSIGTYPE stop(int type)
/* ARGSUSED*/
public RETSIGTYPE winch(int type)
{
+ (void) type;
LSIGNAL(SIG_LESSWINDOW, winch);
sigs |= S_WINCH;
if (reading)
@@ -130,6 +130,7 @@ static BOOL WINAPI wbreak_handler(DWORD dwCtrlType)
static RETSIGTYPE terminate(int type)
{
+ (void) type;
quit(15);
}
@@ -149,7 +150,7 @@ public void init_signals(int on)
(void) LSIGNAL(SIGINT, u_interrupt);
#endif
#ifdef SIGTSTP
- (void) LSIGNAL(SIGTSTP, secure ? SIG_IGN : stop);
+ (void) LSIGNAL(SIGTSTP, !secure_allow(SF_STOP) ? SIG_IGN : stop);
#endif
#ifdef SIGWINCH
(void) LSIGNAL(SIGWINCH, winch);
@@ -230,7 +231,7 @@ public void psignals(void)
LSIGNAL(SIGTSTP, stop);
raw_mode(1);
init();
- screen_trashed = 1;
+ screen_trashed();
tsignals |= S_WINCH;
}
#endif
@@ -247,15 +248,18 @@ public void psignals(void)
if (sc_width != old_width || sc_height != old_height)
{
wscroll = (sc_height + 1) / 2;
- calc_jump_sline();
- calc_shift_count();
+ screen_size_changed();
}
- screen_trashed = 1;
+ screen_trashed();
}
#endif
if (tsignals & S_INTERRUPT)
{
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 41f6f220e610..888ed54b277b 100644
--- a/tags.c
+++ b/tags.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -14,8 +14,8 @@
#if TAGS
-public char ztags[] = "tags";
-public char *tags = ztags;
+public constant char ztags[] = "tags";
+public constant char *tags = ztags;
static int total;
static int curseq;
@@ -44,13 +44,13 @@ enum {
T_GPATH /* 'GPATH': path name (global) */
};
-static enum tag_result findctag(char *tag);
-static enum tag_result findgtag(char *tag, int type);
-static char *nextgtag(void);
-static char *prevgtag(void);
+static enum tag_result findctag(constant char *tag);
+static enum tag_result findgtag(constant char *tag, int type);
+static constant char *nextgtag(void);
+static constant char *prevgtag(void);
static POSITION ctagsearch(void);
static POSITION gtagsearch(void);
-static int getentry(char *buf, char **tag, char **file, char **line);
+static int getentry(char *buf, constant char **tag, constant char **file, constant char **line);
/*
* The list of tags generated by the last findgtag() call.
@@ -69,7 +69,7 @@ struct tag {
char *tag_file; /* Source file containing the tag */
LINENUM tag_linenum; /* Appropriate line number in source file */
char *tag_pattern; /* Pattern used to find the tag */
- char tag_endline; /* True if the pattern includes '$' */
+ lbool tag_endline; /* True if the pattern includes '$' */
};
#define TAG_END ((struct tag *) &taglist)
static struct taglist taglist = { TAG_END, TAG_END };
@@ -111,7 +111,7 @@ public void cleantags(void)
/*
* Create a new tag entry.
*/
-static struct tag * maketagent(char *name, char *file, LINENUM linenum, char *pattern, int endline)
+static struct tag * maketagent(constant char *file, LINENUM linenum, constant char *pattern, lbool endline)
{
struct tag *tp;
@@ -163,7 +163,7 @@ public int gettagtype(void)
* and "tagpattern" to the search pattern which should be used
* to find the tag.
*/
-public void findtag(char *tag)
+public void findtag(constant char *tag)
{
int type = gettagtype();
enum tag_result result;
@@ -205,9 +205,9 @@ public POSITION tagsearch(void)
/*
* Go to the next tag.
*/
-public char * nexttag(int n)
+public constant char * nexttag(int n)
{
- char *tagfile = (char *) NULL;
+ constant char *tagfile = (char *) NULL;
while (n-- > 0)
tagfile = nextgtag();
@@ -217,9 +217,9 @@ public char * nexttag(int n)
/*
* Go to the previous tag.
*/
-public char * prevtag(int n)
+public constant char * prevtag(int n)
{
- char *tagfile = (char *) NULL;
+ constant char *tagfile = (char *) NULL;
while (n-- > 0)
tagfile = prevgtag();
@@ -250,18 +250,18 @@ public int curr_tag(void)
* Find tags in the "tags" file.
* Sets curtag to the first tag entry.
*/
-static enum tag_result findctag(char *tag)
+static enum tag_result findctag(constant char *tag)
{
char *p;
char *q;
FILE *f;
- int taglen;
+ size_t taglen;
LINENUM taglinenum;
char *tagfile;
char *tagpattern;
- int tagendline;
+ lbool tagendline;
int search_char;
- int err;
+ lbool err;
char tline[TAGLINE_SIZE];
struct tag *tp;
@@ -273,7 +273,7 @@ static enum tag_result findctag(char *tag)
cleantags();
total = 0;
- taglen = (int) strlen(tag);
+ taglen = strlen(tag);
/*
* Search the tags file for the desired tag.
@@ -320,7 +320,7 @@ static enum tag_result findctag(char *tag)
/*
* First see if it is a line number.
*/
- tagendline = 0;
+ tagendline = FALSE;
taglinenum = getnum(&p, 0, &err);
if (err)
{
@@ -353,7 +353,7 @@ static enum tag_result findctag(char *tag)
q--;
*q = '\0';
}
- tp = maketagent(tag, tagfile, taglinenum, tagpattern, tagendline);
+ tp = maketagent(tagfile, taglinenum, tagpattern, tagendline);
TAG_INS(tp);
total++;
}
@@ -384,7 +384,7 @@ static int curtag_match(char constant *line, POSITION linepos)
* If tagendline is set, make sure we match all
* the way to end of line (no extra chars after the match).
*/
- int len = (int) strlen(curtag->tag_pattern);
+ size_t len = strlen(curtag->tag_pattern);
if (strncmp(curtag->tag_pattern, line, len) == 0 &&
(!curtag->tag_endline || line[len] == '\0' || line[len] == '\r'))
{
@@ -407,8 +407,8 @@ static POSITION ctagsearch(void)
{
POSITION pos, linepos;
LINENUM linenum;
- int line_len;
- char *line;
+ size_t line_len;
+ constant char *line;
int found;
pos = ch_zero();
@@ -456,7 +456,7 @@ static POSITION ctagsearch(void)
} else
{
int cvt_ops = CVT_ANSI;
- int cvt_len = cvt_length(line_len, cvt_ops);
+ size_t cvt_len = cvt_length(line_len, cvt_ops);
int *chpos = cvt_alloc_chpos(cvt_len);
char *cline = (char *) ecalloc(1, cvt_len);
cvt_text(cline, line, chpos, &line_len, cvt_ops);
@@ -481,7 +481,7 @@ static POSITION ctagsearch(void)
* for future use by gtagsearch().
* Sets curtag to the first tag entry.
*/
-static enum tag_result findgtag(char *tag, int type)
+static enum tag_result findgtag(constant char *tag, int type)
{
char buf[1024];
FILE *fp;
@@ -510,7 +510,7 @@ static enum tag_result findgtag(char *tag, int type)
char *command;
char *flag;
char *qtag;
- char *cmd = lgetenv("LESSGLOBALTAGS");
+ constant char *cmd = lgetenv("LESSGLOBALTAGS");
if (isnullenv(cmd))
return TAG_NOFILE;
@@ -536,12 +536,11 @@ static enum tag_result findgtag(char *tag, int type)
/* Get our data from global(1). */
qtag = shell_quote(tag);
if (qtag == NULL)
- qtag = tag;
+ qtag = save(tag);
command = (char *) ecalloc(strlen(cmd) + strlen(flag) +
strlen(qtag) + 5, sizeof(char));
sprintf(command, "%s -x%s %s", cmd, flag, qtag);
- if (qtag != tag)
- free(qtag);
+ free(qtag);
fp = popen(command, "r");
free(command);
#endif
@@ -550,8 +549,10 @@ static enum tag_result findgtag(char *tag, int type)
{
while (fgets(buf, sizeof(buf), fp))
{
- char *name, *file, *line;
- int len;
+ constant char *name;
+ constant char *file;
+ constant char *line;
+ size_t len;
if (sigs)
{
@@ -561,7 +562,7 @@ static enum tag_result findgtag(char *tag, int type)
#endif
return TAG_INTR;
}
- len = (int) strlen(buf);
+ len = strlen(buf);
if (len > 0 && buf[len-1] == '\n')
buf[len-1] = '\0';
else
@@ -582,7 +583,7 @@ static enum tag_result findgtag(char *tag, int type)
}
/* Make new entry and add to list. */
- tp = maketagent(name, file, (LINENUM) atoi(line), NULL, 0);
+ tp = maketagent(file, (LINENUM) atoi(line), NULL, FALSE);
TAG_INS(tp);
total++;
}
@@ -613,7 +614,7 @@ static int circular = 0; /* 1: circular tag structure */
* by findgtag(). The next call to gtagsearch() will try to position at the
* appropriate tag.
*/
-static char * nextgtag(void)
+static constant char * nextgtag(void)
{
struct tag *tp;
@@ -642,7 +643,7 @@ static char * nextgtag(void)
* setup by findgtat(). The next call to gtagsearch() will try to position
* at the appropriate tag.
*/
-static char * prevgtag(void)
+static constant char * prevgtag(void)
{
struct tag *tp;
@@ -688,7 +689,7 @@ static POSITION gtagsearch(void)
* |func 21 subr.c func(arg)
*
* The following commands write this format.
- * o Traditinal Ctags with -x option
+ * o Traditional Ctags with -x option
* o Global with -x option
* See <http://www.gnu.org/software/global/global.html>
*
@@ -706,7 +707,7 @@ static POSITION gtagsearch(void)
* The tag, file, and line will each be NUL-terminated pointers
* into buf.
*/
-static int getentry(char *buf, char **tag, char **file, char **line)
+static int getentry(char *buf, constant char **tag, constant char **file, constant char **line)
{
char *p = buf;
diff --git a/ttyin.c b/ttyin.c
index 96486f53769b..0d6643b572e3 100644
--- a/ttyin.c
+++ b/ttyin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -23,17 +23,29 @@
#define _WIN32_WINNT 0x400
#endif
#include <windows.h>
-public DWORD console_mode;
+#ifndef ENABLE_EXTENDED_FLAGS
+#define ENABLE_EXTENDED_FLAGS 0x80
+#define ENABLE_QUICK_EDIT_MODE 0x40
+#endif
+#ifndef ENABLE_VIRTUAL_TERMINAL_INPUT
+#define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200
+#endif
public HANDLE tty;
+public DWORD init_console_input_mode;
+public DWORD curr_console_input_mode;
+public DWORD base_console_input_mode;
+public DWORD mouse_console_input_mode;
#else
public int tty;
#endif
+extern int sigs;
#if LESSTEST
public char *ttyin_name = NULL;
+public lbool is_lesstest(void)
+{
+ return ttyin_name != NULL;
+}
#endif /*LESSTEST*/
-extern int sigs;
-extern int utf_mode;
-extern int wheel_lines;
#if !MSDOS_COMPILER
static int open_tty_device(constant char* dev)
@@ -56,7 +68,7 @@ public int open_tty(void)
{
int fd = -1;
#if LESSTEST
- if (ttyin_name != NULL)
+ if (is_lesstest())
fd = open_tty_device(ttyin_name);
#endif /*LESSTEST*/
#if HAVE_TTYNAME
@@ -71,6 +83,10 @@ public int open_tty(void)
fd = open_tty_device("/dev/tty");
if (fd < 0)
fd = 2;
+#ifdef __MVS__
+ struct f_cnvrt cvtreq = {SETCVTON, 0, 1047};
+ fcntl(fd, F_CONTROL_CVT, &cvtreq);
+#endif
return fd;
}
#endif /* MSDOS_COMPILER */
@@ -89,9 +105,14 @@ public void open_getchr(void)
tty = CreateFile("CONIN$", GENERIC_READ | GENERIC_WRITE,
FILE_SHARE_READ, &sa,
OPEN_EXISTING, 0L, NULL);
- GetConsoleMode(tty, &console_mode);
- /* Make sure we get Ctrl+C events. */
- SetConsoleMode(tty, ENABLE_PROCESSED_INPUT | ENABLE_MOUSE_INPUT);
+ GetConsoleMode(tty, &init_console_input_mode);
+ /* base mode: ensure we get ctrl-C events, and don't get VT input. */
+ base_console_input_mode = (init_console_input_mode | ENABLE_PROCESSED_INPUT) & ~ENABLE_VIRTUAL_TERMINAL_INPUT;
+ /* mouse mode: enable mouse and disable quick edit. */
+ mouse_console_input_mode = (base_console_input_mode | ENABLE_MOUSE_INPUT | ENABLE_EXTENDED_FLAGS) & ~ENABLE_QUICK_EDIT_MODE;
+ /* Start with base mode. If --mouse is given, switch to mouse mode in init_mouse. */
+ curr_console_input_mode = base_console_input_mode;
+ SetConsoleMode(tty, curr_console_input_mode);
#else
#if MSDOS_COMPILER
extern int fd0;
@@ -121,21 +142,21 @@ public void open_getchr(void)
public void close_getchr(void)
{
#if MSDOS_COMPILER==WIN32C
- SetConsoleMode(tty, console_mode);
+ SetConsoleMode(tty, init_console_input_mode);
CloseHandle(tty);
#endif
}
#if MSDOS_COMPILER==WIN32C
/*
- * Close the pipe, restoring the keyboard (CMD resets it, losing the mouse).
+ * Close the pipe, restoring the console mode (CMD resets it, losing the mouse).
*/
public int pclose(FILE *f)
{
int result;
result = _pclose(f);
- SetConsoleMode(tty, ENABLE_PROCESSED_INPUT | ENABLE_MOUSE_INPUT);
+ SetConsoleMode(tty, curr_console_input_mode);
return result;
}
#endif
@@ -162,7 +183,7 @@ public int default_wheel_lines(void)
public int getchr(void)
{
char c;
- int result;
+ ssize_t result;
do
{
diff --git a/ubin.uni b/ubin.uni
index 14e651997348..7fc69581425c 100644
--- a/ubin.uni
+++ b/ubin.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f2 Cc Cs Co Zl Zp -- unicode/UnicodeData.txt" on Mon Nov 14 18:19:24 PST 2022 */
+/* Generated by "./mkutable -f2 Cc Cs Co Zl Zp -- unicode/UnicodeData.txt" on Sun Sep 17 17:56:27 PDT 2023 */
{ 0x0000, 0x0007 }, /* Cc */
{ 0x000b, 0x000b }, /* Cc */
{ 0x000e, 0x001f }, /* Cc */
diff --git a/version.c b/version.c
index 8c20787bfd4e..92ba59e27e5e 100644
--- a/version.c
+++ b/version.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2023 Mark Nudelman
+ * Copyright (C) 1984-2024 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -40,7 +40,7 @@ v19 5/2/85 Got rid of "verbose" eq_message().
v20 5/21/85 Fixed screen.c ioctls for System V.
v21 5/23/85 Fixed some first_cmd bugs.
v22 5/24/85 Added support for no RECOMP nor REGCMP.
-v23 5/25/85 Miscellanous changes and prettying up.
+v23 5/25/85 Miscellaneous changes and prettying up.
Posted to USENET.
-----------------------------------------------------------------
v24 6/3/85 Added ti,te terminal init & de-init.
@@ -628,7 +628,7 @@ v373 1/14/02 Improve handling of filenames containing shell metachars.
v374 2/7/02 Fix memory leak; fix bug in -x argument parsing.
v375 4/7/02 Fix searching for SGR sequences; fix SECURE build;
add SGR support to DJGPP version (thanks to Eli Zaretskii).
-v376 6/10/02 Fix bug in overstriking mulitbyte UTF-8 characters
+v376 6/10/02 Fix bug in overstriking multibyte UTF-8 characters
(thanks to Jungshik Shin).
Posted to Web page.
-----------------------------------------------------------------
@@ -993,6 +993,45 @@ v640 7/10/23 Add lesstest to release.
v641 7/10/23 Fix release.
v642 7/10/23 Fix release.
v643 7/20/23 Fix crash on Windows with -o.
+v644 9/16/23 Improve ^C on non-terminated pipe; fix crash when files are
+ deleted; support large files and non-BMP chars on Windows;
+ fix # bug; don't filter header lines; fix shifting long lines;
+ add --match-shift.
+v645 11/5/23 Default Windows charset is utf-8; update Unicode tables;
+ fix ESC-} bug; mouse right-click jumps to '#';
+ add LESSSECURE_ALLOW; add --lesskey-content & LESSKEY_CONTENT;
+ allow env var expansion in lesskey files; add LESS_UNSUPPORT.
+v646 11/6/23 Bug fixes.
+v647 11/16/23 Fix --+option; fix compiler warnings.
+v648 11/16/23 Add lang.h to release.
+v649 12/1/23 Add line number param to --header.
+v650 2/6/24 Add --no-search-header-lines and --no-search-header-columns;
+ add ^L search modifier; add ^P shell command modifier;
+ add search wrap message; add ^O^N, ^O^P, ^O^L and ^O^O commands.
+v651 3/4/24 Add --color attributes (*~_&); fix #/% substitution if name
+ contains spaces; allow --rscroll with non-ASCII char.
+v652 3/11/24 Fix sleep_ms with usleep.
+v653 3/20/24 Make default charset utf-8.
+v654 4/28/24 Allow space to end parameter for some options; fix usleep bug;
+ fix bugs when filename contains control chars; fix DJGPP build.
+v655 5/16/24 Fix search history bug with --incsearch.
+v656 5/23/24 Fix bug using escape sequences in prompt.
+v657 5/31/24 Fix buffer overrun when using LESSOPEN.
+v658 6/13/24 Fix double-free in lesskey parser; fix crash using small value
+ for --line-num-width.
+v659 6/20/24 Fix typo in help.
+v660 6/24/24 Fix bug in ixerror.
+v661 6/29/24 Simpler fix for ixerror bug.
+v662 8/8/24 Fix build with --with-secure; improve true colors on Windows;
+ fix crash with --header; fix crash with -S; fix #stop;
+ fix --shift with fractional parameter; fix EOF bug in R command;
+ fix --header with short file; fix ^X bug when output is not tty.
+v663 8/16/24 Fix ^X bug when output is not a tty.
+v664 8/28/24 Fix Windows compile error, fix output bug on Windows with -Da.
+v665 9/4/24 Fix ^Z bug.
+v666 9/21/24 Fix missing first byte from LESSOPEN if >0x7f.
+v667 9/26/24 Fix uninitialized variable in edit_ifile.
+v668 10/6/24 Fix UTF-8 chars in prompt.
*/
-char version[] = "643";
+char version[] = "668";
diff --git a/wide.uni b/wide.uni
index 51a762999f57..72af8a9a0b08 100644
--- a/wide.uni
+++ b/wide.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f1 W F -- unicode/EastAsianWidth.txt" on Mon Nov 14 18:19:24 PST 2022 */
+/* Generated by "./mkutable -f1 W F -- unicode/EastAsianWidth.txt" on Sun Sep 17 17:56:27 PDT 2023 */
{ 0x1100, 0x115f }, /* W */
{ 0x231a, 0x231b }, /* W */
{ 0x2329, 0x232a }, /* W */
@@ -37,7 +37,7 @@
{ 0x2e80, 0x2e99 }, /* W */
{ 0x2e9b, 0x2ef3 }, /* W */
{ 0x2f00, 0x2fd5 }, /* W */
- { 0x2ff0, 0x2ffb }, /* W */
+ { 0x2ff0, 0x2fff }, /* W */
{ 0x3000, 0x3000 }, /* F */
{ 0x3001, 0x303e }, /* W */
{ 0x3041, 0x3096 }, /* W */
@@ -45,7 +45,7 @@
{ 0x3105, 0x312f }, /* W */
{ 0x3131, 0x318e }, /* W */
{ 0x3190, 0x31e3 }, /* W */
- { 0x31f0, 0x321e }, /* W */
+ { 0x31ef, 0x321e }, /* W */
{ 0x3220, 0x3247 }, /* W */
{ 0x3250, 0x4dbf }, /* W */
{ 0x4e00, 0xa48c }, /* W */
diff --git a/xbuf.c b/xbuf.c
index 92076764d314..443e21da907b 100644
--- a/xbuf.c
+++ b/xbuf.c
@@ -6,10 +6,19 @@
*/
public void xbuf_init(struct xbuffer *xbuf)
{
+ xbuf_init_size(xbuf, 16);
+}
+
+public void xbuf_init_size(struct xbuffer *xbuf, size_t init_size)
+{
xbuf->data = NULL;
xbuf->size = xbuf->end = 0;
+ xbuf->init_size = init_size;
}
+/*
+ * Free buffer space in an xbuf.
+ */
public void xbuf_deinit(struct xbuffer *xbuf)
{
if (xbuf->data != NULL)
@@ -17,20 +26,23 @@ public void xbuf_deinit(struct xbuffer *xbuf)
xbuf_init(xbuf);
}
+/*
+ * Set xbuf to empty.
+ */
public void xbuf_reset(struct xbuffer *xbuf)
{
xbuf->end = 0;
}
/*
- * Add a byte to an expandable text buffer.
+ * Add a byte to an xbuf.
*/
public void xbuf_add_byte(struct xbuffer *xbuf, unsigned char b)
{
if (xbuf->end >= xbuf->size)
{
unsigned char *data;
- if (ckd_add(&xbuf->size, xbuf->size, xbuf->size ? xbuf->size : 16))
+ if (ckd_add(&xbuf->size, xbuf->size, xbuf->size ? xbuf->size : xbuf->init_size))
out_of_memory();
data = (unsigned char *) ecalloc(xbuf->size, sizeof(unsigned char));
if (xbuf->data != NULL)
@@ -40,16 +52,30 @@ public void xbuf_add_byte(struct xbuffer *xbuf, unsigned char b)
}
xbuf->data = data;
}
- xbuf->data[xbuf->end++] = (unsigned char) b;
+ xbuf->data[xbuf->end++] = b;
}
-public void xbuf_add_data(struct xbuffer *xbuf, unsigned char *data, int len)
+/*
+ * Add a char to an xbuf.
+ */
+public void xbuf_add_char(struct xbuffer *xbuf, char c)
{
- int i;
+ xbuf_add_byte(xbuf, (unsigned char) c);
+}
+
+/*
+ * Add arbitrary data to an xbuf.
+ */
+public void xbuf_add_data(struct xbuffer *xbuf, constant unsigned char *data, size_t len)
+{
+ size_t i;
for (i = 0; i < len; i++)
xbuf_add_byte(xbuf, data[i]);
}
+/*
+ * Remove the last byte from an xbuf.
+ */
public int xbuf_pop(struct xbuffer *buf)
{
if (buf->end == 0)
@@ -57,15 +83,21 @@ public int xbuf_pop(struct xbuffer *buf)
return (int) buf->data[--(buf->end)];
}
+/*
+ * Set an xbuf to the contents of another xbuf.
+ */
public void xbuf_set(struct xbuffer *dst, struct xbuffer *src)
{
xbuf_reset(dst);
xbuf_add_data(dst, src->data, src->end);
}
-public char * xbuf_char_data(struct xbuffer *xbuf)
+/*
+ * Return xbuf data as a char*.
+ */
+public constant char * xbuf_char_data(constant struct xbuffer *xbuf)
{
- return (char *)(xbuf->data);
+ return (constant char *)(xbuf->data);
}
@@ -84,7 +116,7 @@ public char * xbuf_char_data(struct xbuffer *xbuf)
* Otherwise, possibly set *R to an indeterminate value and return TRUE.
* R has size RSIZE, and is signed if and only if RSIGNED is nonzero.
*/
-static int help_fixup(void *r, uintmax val, int rsize, int rsigned)
+static lbool help_fixup(void *r, uintmax val, int rsize, int rsigned)
{
if (rsigned)
{
@@ -100,14 +132,14 @@ static int help_fixup(void *r, uintmax val, int rsize, int rsigned)
long long *pr = r;
if (LLONG_MAX < val)
return TRUE;
- *pr = val;
+ *pr = (long long) val;
#endif
#ifdef INTMAX_MAX
} else if (rsize == sizeof (intmax_t)) {
intmax_t *pr = r;
if (INTMAX_MAX < val)
return TRUE;
- *pr = val;
+ *pr = (intmax_t) val;
#endif
} else /* rsize == sizeof (long) */
{
@@ -129,32 +161,34 @@ static int help_fixup(void *r, uintmax val, int rsize, int rsigned)
*pr = (unsigned long) val;
#ifdef ULLONG_MAX
} else if (rsize == sizeof (unsigned long long)) {
- long long *pr = r;
+ unsigned long long *pr = r;
if (ULLONG_MAX < val)
return TRUE;
- *pr = val;
+ *pr = (unsigned long long) val;
#endif
} else /* rsize == sizeof (uintmax) */
{
uintmax *pr = r;
- *pr = val;
+ *pr = (uintmax) val;
}
}
return FALSE;
}
+
/*
* If *R can represent the mathematical sum of A and B, store the sum
* and return FALSE. Otherwise, possibly set *R to an indeterminate
* value and return TRUE. R has size RSIZE, and is signed if and only
* if RSIGNED is nonzero.
*/
-public int help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned)
+public lbool help_ckd_add(void *r, uintmax a, uintmax b, int rsize, int rsigned)
{
uintmax sum = a + b;
return sum < a || help_fixup(r, sum, rsize, rsigned);
}
+
/* Likewise, but for the product of A and B. */
-public int help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned)
+public lbool help_ckd_mul(void *r, uintmax a, uintmax b, int rsize, int rsigned)
{
uintmax product = a * b;
return ((b != 0 && a != product / b)
diff --git a/xbuf.h b/xbuf.h
index acd5485ca4ef..a5bdefb3c2d1 100644
--- a/xbuf.h
+++ b/xbuf.h
@@ -1,19 +1,24 @@
#ifndef XBUF_H_
#define XBUF_H_
+#include "lang.h"
+
struct xbuffer
{
unsigned char *data;
- int end;
- int size;
+ size_t end;
+ size_t size;
+ size_t init_size;
};
void xbuf_init(struct xbuffer *xbuf);
+void xbuf_init_size(struct xbuffer *xbuf, size_t init_size);
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_data(struct xbuffer *xbuf, unsigned char *data, int len);
+void xbuf_add_char(struct xbuffer *xbuf, char c);
+void xbuf_add_data(struct xbuffer *xbuf, constant unsigned char *data, size_t len);
int xbuf_pop(struct xbuffer *xbuf);
-char *xbuf_char_data(struct xbuffer *xbuf);
+constant char *xbuf_char_data(constant struct xbuffer *xbuf);
#endif