LADC_Catalog_Mar82 LADC Catalog Mar82

LADC_Catalog_Mar82 LADC_Catalog_Mar82

User Manual: LADC_Catalog_Mar82

Open the PDF directly: View PDF PDF.
Page Count: 32

DownloadLADC_Catalog_Mar82 LADC Catalog Mar82
Open PDF In BrowserView PDF
From the desk of ... Teresa Wai

~~~f~

~-~¥.'
,

~~ du.J:.
~

d

7'1)

J.

1

d

10

I f (; bRLK-Uf')
I

/

UTIL

J7()O

~~I

/6tJtJ /3f'[

~ 01 j{ 160~

~ T~I-o ~ j)~
~J~ /J-" ~ (; 1-)
Ui;.R.ff
L/Y~'

•

(;7~

Hone~ell

SOFTWARE LIBRARY
MASTER TAPE TO CARD DECK REPRODUCTION PROCEDURE

In order to use the Software Library Master Tapes the user must
do the following:
1.

Create account :UTIL. Since all labeled tapes were created
from :UTIL I would recommend the user continue to use this
account name.

2.

Copy all files from tape iUTIL to account :UTIL. This tape
contains the load modules SLIP, SLPUNCH, SLUPDATE and their
ROMS.

:.

Build the MTRNMFILE using the LIST option of the SLUPDATE
program.

4.

Card decks may now be punched and verified using the SLPUNCH
program as described in the documentation.

SOFTWARE LIBRARY UTILITY PROCESSORS
OV~RVIEW

The Honeywell
Softw~re library at LADe
has ~pproxim~tely 1750
computer pr09r~ms which ~re avail~ble to customers on request.
They were ~ll originally in card deck
form ~nd were created on
v~rious Xerox
computers such as the 925, 9300, Sigm~ 2,
3, 7, 9,
etc.
They ~re in v~rious
forms such as bin~ry ~nd symbolic
progr~mming code.
In m~ny cases JCl exists as part of the deck.
These c~rd decks ~re now m~lnt~ined ~s files on magnetic t~pe.
The tapes ~re st~ndard
Xerox labeled tapes which are cre~ted and
upd~ted using two processors
c~lled SLIP and SLUPOATE.
Card decks
~nd paper
t~pes are punched and verified
using a processor c~lled

SlPUNCH.
In order to re~d
these various types of card decks through a
Xerox Sigm~ 7 card re~der and to m~int~in them on magnetic t~pe,
all c~rds are re~d in ~s 120 byte binary records.
The card decks
are ~lso re~d in backwards to prevent problems associated with
h~ving JCL ~s
part of the card deck. Each file is inverted as it
is copied to tape so the finished master t~pe has the file records
in correct order for later processing.
Access to the files on tape is by Progr~m C~t~log Number (PCN).
These Catalog Numbers ~re m~int~ined in a disk file called
MTRNMFILE which is built by the processor SlUPOATE or SLIP. The
records in the MTRNMFIlE
~re
in order by the 12 digit Catalog
Numbers as ~re thQ files on t~pe.
E~ch record in the MTRNMFILE
contains the Catalog Number, the INSN of the tape on which the file
resides, ~nd ~ record count of the file.

Copyright ec) Honeywell

Infor~ation

i

Systems Inc., 1982

SOFTWARE LIBRARY INVERT PROCESSOR

SLIP
Software libr~ry
Invert Processor
(SLIP)
is a utility
th~t
will perform tne
task
of t~king Software Library
M~ster
Progr~m decks
card-to-tape.
It
will order
these progr~m
decks
on
tape
~cco~ding
to c~t~log number, element nu.ber, and
version nu~b.r.
This t~sk is performed in three steps.
The

progr~m

1.

2.
3.

CARD TO DISK
VERIfY
COpy TO TAPE

The first
two steps reQuire the presence of ~ Catalog Card at
end of
e~ch deck
to be
t~ken c~rd-to-t~pe.
These two steps
~lso reQuire
th~t the c~rd decks be
re~d in backwards.
This will
~llo. cards cont~ining a -!- in column 1 to be read in as part of ~
card deck.
The only restrictions are that
no cards within a deck
cont~in ~ -!in column 30 ~nd no c~rds cont~in ~ - •• - in columns
79-80. The disk file records ~re inverted as they are being copied
to t~pe, thus the files on t~pe will not be backwards.
As the card-to-disk job is running ~
file called MTRNMFILE is
created
(or upd~ted if it
already exists).
Each time ~ Catalog
Card
is encountered ~ record
is written in the MTRNMFIlE which
contains ~
12 digit Program Catalog Number (peN).
Thus, ~ record
is kept of ~ll card decks copied to disk.
The
MTRNMFIlE is USGd
during the verify pass and also the copy-to-tape ~~ss.
the

1-1

SOFTWARE LIBRARY INVERT PROCESSOR

1.

A

C~t~log

C~rd

for

e~ch

deck to be copied

to disk must be punched

in the following format:

Cols.
1-2
••
Cols.
3-14 A 12 digit ~lph~numeric C~t~log Number
including a d~sh (-) between the Principal Catalog
Number ~nd the Element Number and Version, e.g.

704001-84AOO
2.

The Catalog Card should be placed with the card deck in such ~ way
th~t the C~t~log C~rd will be re~d in first.
The Catalog Card must
not be read in b~ckw~rds.
The deck which follows the C~t~log C~rd
must be turned around so that it is re~d in backwards. The Catalog
Card and deck which follows must
both have their 12 edges in the
same direction.

3.

Punch

~ SLIP command c~rd ~s follows:
Cols.
1-12
CARD TO DISK

4.

The

JCL

necessary

to

perform

the

card-to-disk operation is

~s

follo~s:

!JOB
!lIMIT (CO~E,4),(TIME,60),(RERUN),(ORCER)
!RUN (LMN,SLIP)
!OATA
CA~D TO DISK
!BIN
(card decks with Catalog Cards)
!BCD
!FIN
5.

A line printer listing of ~ll files copied to disk 1s generated ~s
the
job
is running;
therefore,
if the system cr~shes during a
c~rd-to-disk oper~tion
the line printer listing will indicate the
l~st deck successfully copied to disk.
The job should be restarted
with the deck i~mediately following the l~st one listed on the line
printer.

1-2

SOFTWARE LIBRARY INVERT PROCESSOR
II.

~~Blfl

1•

Read in cards
instructions.
Cols.

2.

using the same Jet
described in the card-to-disk
the command c~rd ~s shown below.

Ch~nge

1-6

VERIFY

At the end of e~ch verify p~ss the MTRNMFIlE will be listed on the
line printer.
The listing will
show which card decks verified ~nd
~hich ones did not.

1-3

SOFTWARE LIBRARY INVERT PROCESSOR

The copy-to-t~pe function of the SLIP processor will read each
record of the MTRNMFIlE.
It will determine if there is a disk file
present in
the running account which m~tches
the file n~me in the
MTRNMFILE record.
If ~ file is found it will be inverted and
copied to t~pe.
If no file is found the
progr~m will skip to the
next record in the MTRNMFILE.
1.

Punch

~

SLIP command

Cols.

2.

Tne
JeL
follows:

1-12
necess~ry

c~rd

~s

follows:

COpy TO TAPE
to

perform

the

copy-to-tape operation is

~s

!JOB
!LIMIT CCQRE,4),(TIME,60),(9T,1)
!RUN (lMN,SLIP)
!DATA
COpy TO TAPE
RESTART (The RESTART command goes here if necess~ry to
rest~rt, other~ise it is omitted.>
!FIN
3.

The
program will issue
2 prompts to
the oper~tor·s console.
prompts below ~re in quotes followed by ~ brief expl~n~tion.

The

"REEL NO. (LNNN)="
Enter ~ 4
digit reel number for the first
output tape.
The first
character
must be ~
letter in the
range A-Z.
The second through
fourth characters must be numbers in the r~nge 000-999.
If invalid
ch~r~cters are detected, or
less th~n four ch~r~cters are entered,
~ . " . will be printed on the oper~tor·s console, followed again by
the ~bove prompt.

"WAS YOUR KEY-IN CORRECT (YIN)?"
Enter a .y- for YES and processi"g will continue.
Enter
NO ~"d the request for ~ reel number will be repe~ted.

1-4

~n

-N· for

SOFTWARE lIBqARY INVERT PROCESSOR
4.

If
the job
should abort
for ~ny
reason it
may be
rest~rted by
adding ~ RESTART comm~nd ?fter
the COpy TO TAPE comm~nd.
Copy the
MTRNMFIlE
to
the line printer
to
determine
the
last
file
successfully
copied to t~pe.
This can be
determined by checking
the
column to
the right
of tne
file n~me.
If the output tape
serial number is present the entire file was successfully copied to
t~pe.
~nter the last good Catalog Number when the following prompt
is issued:

"LAST CATALOG NUMBER="
The

progr~m

will skip to the end of the specified file and continue

from that point.
5.

At the end of the

copy-to-t~pe

pass the MTRNMFIlE will be copied to

the line printer.

1-5

SOFTWARE LIBRARY INVERT PROCESSOQ
PROCESSOR MESSAGES
All SLIP
listed below.
explanation.

processor mess~ges not previously mentioned are
The messages ~re in Quotes and followed by a brief

"!BIN OR FIRST CATALOG CARD MISSING"
This indicates th~t the first c~rd re~d following the
!BIN card w~s not a C~t~log C~rd (_. in Cols. 1-2) or
the !8IN card w~s not present.

"INVALID COMMAND --- J08 ABORTEQ"
The command following the !OATA
following:
1) CARD TO DISK
2)
VERIFY
3) COpy TO TAPE

c~rd

was not one of the

"INVALID CHARACTER IN CATALOG CARD --- J08 ABORTED"
A C~talo9 Card contained a character that was not one
of the following:
1) 0 thru 9
2)
A thru Z
3)

"BLANK CHARACTER IN CATALOG CARa --- JOe ABORTED"
A bl~"k ch~r~cter was found in the peN of a
Blanks ~re not permitted.

C~t~log

"DISK FILE DOeS NOT EXIST"
An ~tte~pt was made to verify a
nonexistent disk file.
"VERIFY

c~rd

deck against a

E~ROR~'

The disk file does not

m~tch

the

1-6

c~rd

deck.

C~rd.

SOFTWARE LIBRARY INVERT PROCESSOR

"VEQIFIEC OK"
The disk file matches the card deck.

"FILE TO START AFTER NOT ON TAPE"
The Catalog Number given in response to the
prompt is not in the MTqNMFIlE.

1-7

rest~rt

SOFTwARE LIBRARY PUNCH PROCESSQR

SLPUNCH
The
Software
Library
Punch
Processor (SLPUNCH) performs the
of
punching and verifying c~rds and
paper tape from Software
Library M~ster Tapes.
Files selected from tape are first copied to
permanent files on disk and then copied to either the c~rd punch or
p~per t~pe
punch.
Using disk files en~bles
the operator to punch
and
verify
~ddition~l
copies
of
~
progr~m
deck
without
the
necessity of mounting a t~pe more than once.
Any number of Pr09r~m
C~t~log Numbers (PCN·s) m~y be
entered by the oper~tor through the
operator-s
console as
well PS
~ny number
of copies of e~ch PCN.
E~ch card
deck punched out will
h~ve ~ he~der c~rd
at the end of
the
deck containing the
peN, copy number,
~nd card count.
These
he~ders
are
punched
out
b~ckw~rds
~nd
are
used
during
the
verification
pass.
They plso
pid the oper~tor
in seppr~ting the
individupl decks.
t~sk

2-1

SOFTWARE LIBRARY PUNCH PROCESSOR

1.

To punch cards or p~per t~pe the MTRNMFIlE mus1
running ~ccount.
Use the following Jel:

be present in the

!JOB
!lIHIT (CORE,4),(TIME,15),(9T,1),(PP,1),(PR,1)
!RUN (lMN,SlPUNCH)
!FIN
2.

Several
prompts
require key-ins.

will
be issued
to the operator's console which
The prompts below are enclosed in quotes.

"PUNCH PAPER TAPE (YIN)?"
Enter
t~pe

~ 'Y' for
YES if you
w~nt to punch
paper tape.
The p~per
punch must be re~dy.
Enter ~n IN- for NO if you w~nt to punch

c~rds.

"PUNCH FROM TAPE OR DISK (T/O)?fl
Enter a 'T' if files ~re 10
be selected from t~pe.
Enter a ·0' if
the files are ~lre~dy on disk.
If a -n- is entered and a file is
not found on disk, the tape will be requested.

"ENTER CATALOG NUM3ER:"
Enter the 12 digit Pro~ram Catalog Number (peN) of
punched, e.g. 7Q4000-84AOO.

the file to be

"ENTER NUMBER OF COPIES:"
Enter the number of copies desired of the peN.
the
file will
be copied
from t~pe to disk
punched.

If
~nd

~

0 is entered

nothing

will be

"WERE KEY-INS CORRECT (YIN)?"
Enter ~ 'Y· for YES ~nd processing will continue.
NO and the l~st peN will be ignored.

Enter an -N

4

for

"ARE THERE ADDITIONAL REQUESTS (YIN)!"
If more PCN"s are to be entered,
punching is
to com~ence answer
requested t~pe.

2-2

-y. for YES.
If
answer with a
with an
"N- for NO. Mount the

SOFTWARE

1.

To verify c~rd decks remove the CP-V monitor gener~ted header cards
~t
the beginning of the deck and the
!EOD at the end. The
remaining c~rd decks e~ch have ~ Catalog C~rd ~t the end. The
Catalog C~rd is punched out backwards ~nd must be the first c~rd
re~d of each deck during
the verification p~ss. The Catalog Cards
~re in the following format ~s viewed from the b~ckside ~nd re~ding
from left to right.
Cols.

2.

PUNCH PROCESSOR

L!8RA~Y

1-2

3-14

49-56

63-64

69-80

**

peN

CARD
COUNT

COpy
NUMBER

LACED

Using the following JCL place the card decks after the !BIN c~rd.
The cards must be turned around such th~t the first c~rd re~d
following the !BIN is ~ Catalog Card.
The SlPUNCH comm~nd VERIFY
must follow the !OATA c~rd.

!JOB
!LIMIT (CORE,4),(TIME,15),(RERUN),(P?,1),(PR,1)
!RUN (LMN,SLPU~CH)
!OATA
VERIFY

!BIN
card decks (backwards)

!BCD
!FIN
3.

The success or f~ilure of the verific~tion p~ss on e~ch card deck
will be indic~ted on the line printer.
As shown in the following
ex~mple 3
c~rd decks were punched for
peN 704000-84900. Copies 1
~nd 3 were good ~nd copy 2 WPS b~d.
e~ch copy m~y be identified by
the COpy NUMBER punched in columns 63-64 of the Catalog Card.
704000-84BOO
704000-84800
704000-84800

COpy
COpy
COpy

1

VERIfIED OK

2
3

VERIFY ERROR
VERIFIED OK

2-3

SOFTWARE LIBRARY PUNCH PROCESSOR

1.

verify
p~per
t~pes
the
SlPUNCH processor is used with the
VERIFY
PAPER TAPE.
The processor
initially enters a WAIT
st~te to allow
the oper~tor time to set up
the p~per t~pe re~der.
To continue processing the operator must interrupt the job with the
INT key-in.
Results of e~ch verification p~ss
will be printed on
the oper~tor·s console.
At the end of
e~ch verification p~ss the
oper~tor .i11 be given the choice of continuing or exiting the job.
The Jel necess~ry to verify paper tapes is as follows:
To

comm~nd

!J06

!lIMIT (CORE,4),(TIME,15),(RERUN),(PP,1),(PR,1)
!RUN (LMN,SlPUNCH)
!OATA
VERIFY PAPER TAPE

!FIN
2.

At the beginning of each verification P?SS
will be sent to the operator's console:

the following message

"SET UP READER TO VeqIFY NEXT TAPE"
"INTERRUPT WHEN READyn
When the

p~per

t~pe

re~der

is made READY key-in:

!INT,sysid
3.

When the job is interrupted the following prompt will be issued:

"ENTER A NEW CATALOG NUMBER? (YIN)?"
If ~n
'N' i5 entered for
NO, the processor will
use the last peN
given; thus if
sever~l t~pes for the s~me PCN
are to be verified,
the peN need
not be keyed in again.
If 'N'
is entered ~nd no peN
.~s previously given the job
will ~bort with a 1406 error.
Key-in
a 'Y' for YES and the processor will send the following prompt:

"ENTER CATALOG NUMBEQ:"
Kay-in

the

704000-84AOO.

12

digit

peN

of

the

t~pe

to

be

verified,

e.g.

SOFTWARE LIBRAQY PUNCH PROCESSOR
4.

If
an error
is encountered
while verifying
~ tape the following
message will be transmitted to the oper~tor's console:

"VERIFY ERROR ON CAT. NO. (peN)"
or, if no errors

~re

encountered:

"(peN) VERIFIED OK"

s.

At the end of ~ verific~tion pass the operator will be allowed to
continue or exit th~ job.
The following prompt .ill be sent to the
oper~tor's console:
"QUIT OR CONTINUE (Q/C)?"
Enter a 'Q' for QUIT and tha progra~ will exit.
Enter a ·C· for
CONTINUE ~nd the program will start again with step 2 above.

2-5

SOFTWARE LIBRARY UPDATE PROCESSOR

SLUPOATE
The SLUPDATE
processor will perform the
file m~inten~nce t~sk
for Software Library M~ster Tapes.
It h~s two m~in functions which
~re invoked separately with the processor comm~nds UPDATE ~nd LIST.
In the UPDATE
mode ~ new set of M~ster
T~pes m~y be created while
~dding new files, ~nd repl~cing ~nd deleting old files as reQuired.
In the
lIST mode each record
of every file on
the M~ster Tape is
counted.
This count of the fila
records plus the n~me of the t~pe
file and th~
INSN of the tape on which it resides is written to ~
file c~lled MTRNMFILE.
The MTR~MFILE is cre~ted as ~ keyed file on
disk
with each key
being the 12
digit Catalog Number
(peN) of a
Softw~re Libr~ry program.
There
~re
2 ~ddition~l disk files which ~re used by the
SLUPOATE processor.
They ~re called MDELFIlE
which is created by
the user
and contains the names
of files to be
deleted during ~n
upd~te pass, ~nd DEL1 which is ~ sorted version of the MOELFILE and
is created by SLUPOATf.
Before using the SLPUNC~ processor to punch c~rds ~nd before an
update p~ss may be m~de using the SLUPDATf processor, the MTRNMFIlE
must be created.

3-1

SOFTWARE LIBRARY UPDATE PROCESSOR
CO~MANOS

I.

LI~1

If

MTRNMFILE
is present in the running ~ccount ~nd
run using the LIST command the MTRNMFILE will be
If no MTRNM~ILE is present then? new one is cre~ted.

the
is

SLUPDATE
updated.

1.

The JeL
comm~nd

necess~ry

to cre~te
is as follows:

or update the M1RNMFIlE using the LIST

!J08

!lIMIT (CORE,4),(TIME,60),(9T,1),(RERUN)
!RUN (LMN,SlUPDATE)
!OATA

LIST
!FIN

2.

The program will issue 2
require oper~tor key-ins.

prompts to

the

oper~tors

console which

"REEL NUMBER OF lIP MASTER"
Enter the 4 digit reel number of the first Master

T~pe.

"WERE KEY-INS CORRECT (YIN)?"
Enter ~ "y" for YES ~nd processing will begin.
~nd the prompts will be repe~ted.

3-2

Enter

~n

UN" for NO

SOFTWARE LIBRARY UPDATE PROCESSOR

The UPDATE comm~nd will build a new set of Master T~pes from ~
previous set
of M~ster Tapes ~nd
a set of Update Tapes.
It will
~llow obsolete files to be deleted
if these files are n~med in the

MDElFIlE.
1.

The JCl necessary to preform

~n

upd~te

pass is

~s

follows:

!Joa
!LIMIT (CORE,4),(TIME,60),(9T,3),(qERUN)
!RUN (lMN,SlUPDATE)
!OATA
UPDATE
!FIN

2.

The
progr~m will
issue 4
require operator key-ins.

"REEL

NU~BER

prompts to

the operators console which

OF lIP MASTER:"

Enter the 4 digit reel number of the first

M~ster

Tape.

"REEL NUMBER OF UPDATE TAPE:"
Enter

Update

the 4 digit
reel number of
is present press e/R.

the first Update

Tape or if no

T~pe

"ENTER FIRST REEL NUMBER OF O/P MASTER:"
Enter a 4 digit starting reel number.
alphabetic.
The last three ch~r~cters

The first character must be
be numeric.

~ust

"WERE KEY-INS CORRECT (YIN)?"
Enter a Ny.' for YES and processing will begin.
and the prompts will be repeated.

3.

If files ~re to
must be in
the
be deleted must
The MOELFIlE is
eliminating any

Enter an "N" for NO

be deleted they must be n~med in the MOElFIlE which
running account.
The 12 digit
PCN of each file to
be in columns 1-12 with only one PCN for each line.
sorted ~t run time to another file called DEll thus
need for the MDElFILE to be in order.

3- 3

SOFTWARE LIBRARY UPDATE PROCESSOR

PROCESSOR MESSAGES
All messages associated with the SlUPDATE processor and not
previously mentioned ~re listed below. The messages ~re in Quotes.
A brief explanation follows e~ch mess~ge.
"INVALID COMMAND --- JOB A80RTEDN
No

LIST or UPDATE command in JCL.

"INVALID DELETE CARD -- JOB ABORTED"

A PCN in the MDELFILE is not in the correct format.
"NO FILES WILL BE DELETED IN UPDATE PASS"
No

MOELFILE present in the runnin9 account.

"CREATING NEW MASTER NAME FILE"
No MTRNMFllE found in running
"REEL

NU~8ER

~ccount

~t

start of LIST

p~ss.

IN MTRNMFILE CONFLICTS WITH lIP TAPES"

During ~n update p~ss the processor comp~res the INSN of the tape
on which the file resides with the INSN specified for th~t file in
the MTRNMFILE.
If they do not match the job will abort.
"(PCN) DOES NOT EXIST -- CAN-T DELETE"
A PCN in the MOflFILE does not exist on either the lIP Master T~pe
or the Upd~te T~pe.
The record is ignored ~nd processing
continues.

"(PCN) DELETED"
A PCN in the MJELFILE was found on either the
the Upd~te Tape and deleted.
"END OF JOB"
The UPDATE or LIST completed successfully.

3-4

lIP Master

T~pe

or

17: 39

eRG

MAk

oe,'82 LT#VTIL,:uTIL

G k A r,

k 'E:

C

K 3
C

3b

C
K 3

40
3

3
k 3

4

LA S T

M0 j)

1 '" 1 t 0

15

I<

:51[,)
CCTH(,.
(P,(He

JCL:LCAl: :SLJ.P
JCL:LCAC:SL~uNCH

JCL:LCAC:SLL~UATE

4

C
C

1<15
1<15
1<15

I\~I"E

54

PLf\Ct--8C

30

pv~o

S LIP
SLPU(\Ct-SLl.;PCATE

b

b
b

C

l~

su~nL

C

18
76
j7
19

l,.PCATEHC
v F '( He

C
C
C

••

Ib

~IL~S

LI~TEC,

lAtHt:StiC

vFYP1HG
374

r01AL

KtLOkDS

I~OO

15:4P. PI'AR OS,'A2 ID;;03Q3 (SIG 1)
JOB :IJTTL,OPR000000791 ,7. FTLF~\JCL:TAPECOPV,

LIMIT

(rOPE,24),(TI~E,bO),(qT,2l

ID=lA,

BPI

LINE=lE

Pfl
cnpYALL LT#~1300TO LT#~'400
ij 5 (I (I 3 C) .. 7 4 P 0 ()
SC:;OhOC;.f\qAOO

8"i0626-4l&~OO

8'5062Q-34Aoo
SS0640 .. 44AOO
850643-44Aon

8'50634-34AOO
850640-84AOO
8 c:; 0 6 4
tt 4 A 0 0

~50hl&6-A4AOO

S50647·A4AOO
aC;06S0-'34AOO
8t;Ob53-A4AOO

65062 q ·24AOO

8CiQb3q .. J4AOO
850~4'-?4AOO
850b4h-I~4AO(l

8"Ob4q ... ~J4A.OO

850h5?H4A.OO
850656-A4AOO
8S06S9-A.4AOO

R4AOO
eC:;Ob53.J4AOO
S50bS7-J4AOO
850boO .. 74AOO
'850606·'34AOO
a'5067b-34AOO
BC:;Ob~Q ..

l, ..

850b2b",R4AOO
a"Ob37-34AOO
8S0h41 ... 34AOO
aC;ObllS-114AOO
85()64A-'~4AOO
8~()&50 .. R4AOO

6r;Ob5~·34AOO

850655-4£1AOO
8506SA-A4AOO

8t)()b80-~4AOO

850661·34AOO
6';0607 ... 34400
850h'7h-R4AOO
850681-341\00

aC;Obd7-34AOO

850671- /f4AOO
al:iob77-341l00
HS0662-"54AOO

8r;068~-24AOO

8C;Obq~"'4AOO

tlS06Qt-34AllO
ijC:;Ob9".1I4 A 00
SC:;06QQ .. J4AOO

8 ., 0 7 0 ~ -II 4 A0 0

~r;(J70lJ-34AOO

a50691-A4AOO
8c;O&95-34Aon
85069Q-A4AOO
815070r; ... 14AOO
ijC;0717-34AOO
85 0 7 2 '1- 4 " A0 0
8'50727-44AOO
650741- t.4AOO

8 c; 0 b 8 8 - it 4 A0 0

tiC;Otlb'-Aq~OQ

SC)Of.71i .. A4AOO
8'5uhBO·24AOU
~C;O be 6-2 i~ A0 0
8C;ObqO-~4AOO
8S069~-Aq400

SC;071? .. l4AOO
85072t-A4AoO
SC;072b-44AOO
850740 .. /~4AOO

~5()71b-34AOO

St;0722-34AOO

8'5072b-A4AOO
85074t .. ?'41l00

8 &; 0 7 4 'I - ,~ 4 A 0 ()
ij'50fl.31-R4,\on

85075".'_4 ~ 00

8C:;0836-~qAOO

8'30A'~t-34~OO

850~5A-34Aon

aC)c,BS<)·34AOO
8')0<)14-44AOO
8t;Oqb~ .. 34AOO
dC;O<)7n ... 1I4AOO

8S0QI4-?4AOO
ar:;OQ57.A4AOO
850qbA_'~4AOO

dC;oqB6 ... R'~Aon

ti50QQ?-Fi4J\OO
8')1026 .. 34hOO
8C;104~-~4"Oll

85105b-44AOO
851 0 b? .,' tl A() ()

8C:;OA32·~4AOO

81:)0Q8<1·34"00
f,i5101?·i,ltJ"on
at;s 027 ... IIt,AOO
851t)5?-34AOO
8C:;lo57-44AOO
Hr.; 1 0 t"~ .11 4 ~ u0

8c;075r;-~4AOo

650R32-A4AOO
SC;OAt'?-3QAOO
8'50Ab2-34AOO
SC)OQt'5-24AOO
8'50Qbtt-JQAOO
aC;oQa5-J4AOO
850QQO-3QAOO
851C114-34AOO
851047-24AOO
8e; 1 ()5/~·2UAOO

851058-I.t4AOO
8510b4-?QAOO

8S0bo2 .. 3t',~OO

SSObQ2f11134AOO
8&':)0696-34AOO
815070t.~4AOO

aC:;0708-34AOO
85012 0 -34AOO
Sc;0724-R4AOO
85073q·34~OO
8r;o74?"~4AOO
8r;OA16"'~lIAOO

850A33-34f\OO
8t;OA4S .. A4AOO
850Abl~ .. 341\00

850Ql'5-44AOO
8S0Q65-34AOO

850b2R-34AOO
85 0 b 38 .. 3 il A0 0
650biJ2-A4ROO

650f,45-RQAOO
aC50b4A .. R4AOO
850b52-34AOO
85 0 6 5 ~ .. 4 " 0 0

I,

850bSQ .. tU4AtlO

850bb3-'4AOO
850b75-34AOO
SC;Ob78·34Aon

l,

fj !' 0 b 8 U- II A() ()
850bQO·?4hon
8I:\Obq3-'~4AOO

850bQ7 ... 34AOO
Sc)0702-34AOO
8'5071t-A4t'nO

850721-34AOO
8S()725- A 4f\,OO

850740-24AOO
85074~-~4AOO
8C:;0831-~4AOO

650A3'5-34AOO
8C:;OA51-34~OO

8S0QOt·44AOO
8r;Oqlh-44~.OO

850Qb7-3lt1lOO

850Q8S-A4AOO
85oC)91-34AOO
851017-34AOO

8c:;()qt36 .. ~4"OO

8~1047-34AOO

85104P.-34AOO
8'51ClS5-44AOO
SC:;10bO-A4l\OO
815120t-34"00

8 S 1 0 5'1 - 4 q A0 0
8S1 0 00-44AOO

8r;!Ob4 .. q4~Of)

850qq?-,«~OO

8 '5 1 0 1 q - 't 4 A 0 0

8S110?-J4AOO
S51JOb-44AOO
851' lO-l'4 Aon

I'

8 C; 1 1 1 2 - 4 A 0 C
8') 1 t 1'5-IH6AOG

ar;1IO'J-34AOO
6 'i 1 1 (} 7 - Ill' A0 0
8'ilt10 .. A4AOO
81:)1113-44AOO

8 Ii 1 I " ~ .. IJ 4 A 0 0

a'il11'5-84AOO
851tlf\-A4AOO
851t2?-44AOO
85112t1-B4AOO
8'it130-44AOO
a'i113S-34AOO
H511.4iJ-1l4AOO

81)1150.~4AOQ

8~11.S1-24AOO

85 1 1 5 C; - It«" A0 0
851tbl-34AOO
e'511bA-luAOO

85115b .. Q~AOO
8'511b2-'J4AOO
S511bQ-t?4AOO
85117l'-34AOO
S"i1177-3qAOO
851181-AqAOO
8Stt67-J4AOO

81)111~-«qAOO
1121 .. /~4AOO
85112 l t-4QAOtl

a;

85tt28-A4AOO
8 r; 1 1 :.s II - A... A0 0

8S1t7~-JqAOO

651177-?4AOO
8 5 J 1 U t .. I~ it A0 0

S5116h·3qAOO

a'il?57-R4AOO
8C:;12qq-'~4AOO

85t"8f\-R4 AoO
851'1li7-P4AOG
851~9('!-34Aon

851SQ?-A4AOO
8'5159Ci-34AOO
8'5t"97.8I4AOO
a51b06-3 L41\OO
8 c; 1 6 1/~ - ? 4 A 0 r;
S5161 A.. 44AOC

S«;1t.2*"-AI4AOO

8512q1-q4~On

851300-64601

8'5t'58lt .. 44AOO
851CiijA-34AOO
851S90 .. A4AOO
8St159J-'34AOO
051Sq~-R4AI}O

8c;I59A-'J4I\OO
B51b07-34AOO
81:)16l~-34AO()

as 1 b 1I~ .. A41\ 0 0

860t>07-A4AOO

d60000-74ROO
8b060C;-JQAOo
Hb060R-114AOO

6bOblf!-~4~OO

tlhtblt-44AO()

860'ib~-H4ROO

86061~-24f\OO

860hl~-J4"uO

6b061b-?i,AQO

8,,061b-34400
d6obtQ-24AOO
8hOh22-?4AOO
B"Ob24-3qA()()

8b061R-34AoO
8bOb21-~4AOO

8 6 0 I) 2 it "'" ;> q A 0 (l

851 t 04_lH~AOO
851107.A4AOO
6C;ttt1-3~AOO

ar:;ltlJ-84AOO
85J116-44AOO

8S1tt9-44AOO
a51122-A4AOO
851127-44AOO
at;1131-24AOO
851 13b-41.&AOO
ti51144-R4AOO
851151-14AOO
851tS7-]4AOO
8S11b3-3t1AOO
SC;ltbQ·34AOO
S'51175-34AOO
8S117A-34AOO
ijS1182-34AOO
Sc;t187-A4AOO

a'5tl0Q-S4AOO
Sl5tl0S-34AOO
aS1111-A4AOO
8 5 1 1 1 It - !t 4 A0 ()

S'il11b-84AOO
8S1tlQ-84AOO
851 t23-lt4AOO
8St127-S4AOO
8 r; t 1 3 1 _It 4 A0 0
e'51137.tt4AOO

6S1'4'5-'34AOO

8 c; 1 585·'. '" A 0 0

851 I 5? .,' 4 A 0 0
85t I,SQ-34AOO
8St J bb- l l4AOO
851170-34AOO
B'i1176 .. lt4AOO
SI)117Q-'34I\OO
851184-34AOO
85118R-34AOO
85t2Q3-241\00
BC) t '57 q .,. " A 0 0
85115Sb-34AOO

85159~-fH~ A0 0

8S15eQ-34AOO
SC:;tSQt-P4I\OO
ar;1594 ... 34AOO

851292-24AOO
SlilS00-7lH'OO
8S158R-81.&AOO
851591-l4AOO
8'51C;96-34AOO
851b01-34AOO
Sr:;tbl0-34AOO
ali161S-44AOO
8516Jq .. 44AOO
8b0007·QqAOO
8bObOb-24AOO
8601-.0R-A4AOO
8bObt'-R4AOO
BbObI4-2qAOO
8b0617-?4AOO
8bOb20-2QAOO
860b22-J4AOO
8b()625-?~AOO

8C;1596-EH~AOO
8 C; t (:. 0 't .. "S 4 A 0 0

8&;1612-'34AOO
SC;lblb-44AOO
SC;lblQ-84AOO
8h0007-A4AOO
8bOhOb .. J4AOO
8 t) 0 ft 0 Q -

'.

4 A0 0

8bOb12-24AOO
8hOh14-34AOO
8b0617 .. 34AOO
860b20-34AOO
8hOb2'3-24AOO
8bOh2S-"S4AOO

S'5110b-?4AOO
851'OB-84AOO
aCiltl? .. ?tJAOO
851 t llt.A4AOO
8 S 1 1 1 7 .. U A 0 0
6c;1!21-24AOO
SC;lt23-A4AOO

I,

851128-114~OO
8C:;113/~ .. Q4AOO
851143·24A()O
8~114q .. 34AOO

851t5lt-44AOO
8511bo .. ~qAon
8C:;11b7-'3t.~oo

85117t-34Aon
8S1176-A4AOO
851t80 .. ~4AOO

B')tt85-34AOO
851188-84t\OO
85 1 ? 9 ? 4 " 0 0
aC:;1580-34AOO
851587-34A()O

I. -

8~158q-R~AOO

851592-34AOO
8515q/~

-A4 A 0 0

851SQ7 .. 34AOO
8C)lb05-34AOO
8151b13-34AOO
851b17-44AOO
8'5 1 b 2 n - (,J '" fl 0 ()
86003S .. b4AOI
8b0607-44AOO
8b060q-R4~OO

8h061i?-!4AOO
860b15-241\00
b60blA-24"OO
8bOb21-?4AO(J
8bOb23-34AOO
a,",Ob26-24Aon

860626-34AOO

860627-24"00

860h2q·?4AOt)

860b2Q .. 34AOO

8b0631-~4AOO
86063Q-~4"OO

860b3?-~4AOO

ebo6~p..J4AOO

86063'5-21.&400
8606'57-'J4Aon
860b40-24AQO
ijb0642-34AOO
860645-24AOO
860647-34A()O
860651-241\00
tl6 4,} h 5 l~ - 2 Ll A 0 0
6bOb5b-3qAOO
B6Q6SQ-2Q400

6#)06b1-24"00

8bObb2-3qA ()O

8 bOb b it - A 4 ft. 0 0
660",67 -24 f\ 0 0

86Q6oC;·JQAOO
8h06t>7-34AOO
86067t-24AOO
8bOb7~ .. 3LlAOO
860b1b-?4AOO
8bUb7A .. J4AOO
8f1068t-24AOO
8b06R3 .. ~4AOO
86068b-?4AOO
86(l68A .. 34AOO
86Q69iJ-24AOO
860hQA-A4AOO
8b071Q-lt4AOO

860h37-24AOt.l
860639-34Aon
860642-24AOO
86 0 I;. lj II .. 3 4 A 0 0
86()b47-?L~AOO

86l)h50.44Aon
8bur,5~ ... 34AOO

ef,0656-24AOO

8b061n-~4AO(}
8bOb7'~?4~OO

8bUb7C;-3,,"OO
860f.7A .. ?4A(}O
8bOf>80.'4AOO
860"8~-:?4AO()

6606tl5-34AO(i
6b06bft ... ?4AOO
6b069;;»-?4A.OO
86t)697-A4AOO

tlb071A_A4AOO
ijhQ72?_AQAOO
6 ~ 0 7 2 7 .. !~ 4 A ,) n
660730-H4AOO
860733-34AOO
8h0737 .. SqAOO

860700-34AOO
860720-'Q~OO

U6073t-2qAOO

8 b 0 73 1.. (' 4 A0 0

8 /:) () 7 '4 7 .. A A 0 ()

Bh\j7qA-At,,,OO

8607~1"?4A()(J

B60751 .. 34ijOO

8b075~-n4A()O

~607S4-44.AOO

8b0757-~"A(JO

eh075A .. A4AOO
Oh07bt-44AOO

8b07bO .. ta4AOO

860b9"-44AOO

86072q·l14AOO

86 0 7 l~ c:; - II 4 A0 I)

t.

860645-34AOO
86064A-24400
8b0651-'34AOO
8606 Sil- 3 £& A. 0 0
8bObS7-24AOO
8bObSQ·34AOO
8bObb2-R4AOn
860bbS-A4AOO
8hOb&Q-?4AOO
860671-34AOO
860674-24AOO
860b76-3£&AOO
860b79-24AOO
860b81-3QAOO
86068lt-24AOO
860b8b-34AOO
8bObS9·24AOO

86072'5-~4AOl)
d60727"~4AOO

8b0733-A4AOO
86073A-Q4AOO
8h0740- A 4AOO
86074S-R4AOO

860740-44AOO

860627-34AOO
8h0630-24AOO
860h3'-24AOO
860635-34AOO
8bOb3A-?4AOO
860640-34AOO
8bOb43-?4AOO

8b0723·Rq~OO

860731'-?~AOO

8b073R-AQAOO
8b0743-~qAOO

86062A-24~OO

860b2",-~qAOO

8nQ630-14AOO

86063J-2"AOO
860b3 l J-?4AOO
8h0636-34A()O
860b3Q-?4AOO
860641 -B4t\.OO
8hOb4LJ-24AOO
800646-'4AOO

860633-'4AOO
860b!b-24AOO
860h3R .. ~4A()O
860641-34AOO
8bOtt43 .. 34AOO
86064b-24AOO
8hOh4R-114AOO
8bObS?-?4AOO
860b5S-24AOO
8b0657-J4AOO
6606&0-24AOO
860bb3-34AOO
8bObbf:,-44AOO
860/)69-341\00
860b72-?4AOO
86(Jb7'~·'!4AOO

860bb~-114AOO

860bb6-A4AOO
860b70-24AOO
860b72-34Aon
8b067'5-?4AOO
8~Ob77-3tJ~OO

BbQb7Q-lt4AOO

860680-24/100

860b82-24AOO
86068«-341\00

8bOb8S-24AOO

860682-34AOO

860687-24AOO

860b81"~4~Oo

86068'1·34"00
860bq6-34AOO
8"0716-34AOO
8b0721-l4AOO
860726-24AOO
8b0729-A4AOO
660132-?4AOO
8h0734-44AOO
8h07:sq.lt4AOO
tH,074lt·'.4AOO

8hObQO-34AOO

ij607tl6·~4AOO

8b()74Q"?4AOO

Bb0754-AQAOO

8'" 0 7 ,~ q - 't 4 A 0 0
~ 6 0 75 2 _/~ 4 f\ 0 0
8h 07S5
4 A0 0

8b07Sq-~4400

8h07SQ-44AOO

8h07bt-AqAOO

860660-3 /41',00.

860b77-24AOO

8 h 0 7 4 b - '1 4 .A 0 0

8b075?-24AOO

860bsn-~4AOO

860b53-2QAOO
860b55-34AOO
8hOb5F'-?4AOO

_I.

8607b2-/~4AOO

ij60b96-R4AOO
86071~-44AOO

8h0722-34AOO
8b072h.«4AOO
860730-34AOO
860732 .. 44AOO
86 0 7 3 7 ... i~ 4 A0 0
86073q .. 84AOO
86 0 7 4 it .. A 4 A0 0

8A0747-1J4hOO
ijh07S0 .. A4AOO
B60753-l14AOO
860755·Rq~OO

8h0700 .. 24400
8607bt?-R4AOO

8607b3.44AOO
e607bC; .. A4~on

8I,07b'3-AQAOO

8607b~-~4AOO

8hn7bQ .. 4QAOl)
86(;772-tt4AOO

8 6 () 71 t .. A " A0 n
8 (, 0 7 7 II .. 4 4 A() ()
66077 A.. Jt 4 ft 0 (j

8b078o-84AOO
8b0783-44 AOO

8b07HQ-A4AOO
8 b 0 7 q " _If 4 A0 0
8 h 0 7 q c; .. f\" " 0 (J

8b0799-?'4AOO
8bl07b .. R4A(Jfl
8bl07Q .. 24AOO
8 n 1 () 8 l~ - It 4 " 0 0

8~0 7b6

_I. 4 A0 0

86077/~-R4"OO

86077A-AQAOO
Hh078t .. lJ4AOt)
8607811_A4AOO
bhQ790-tl4AOO
860793-84AOO
8607Q6-241\00
66079Q ... 34AOO
dhl071-24AOO
8bI07Q-'44AOO

6qOt7S-~4AOO

8bI08S-?4AOO
87uOOR·44AOO
UQOttJt-34AOO
8C)Otbb ... l4AOO
fjQ0171·34AOO
aQo17b-341\OO

eQ0180-34!\OO

8q0181-~4AOO

8700()7 .. A4AOO
aQo16f' .. 3QAOO
6QOl bC; .. 34~,()O

aC)017o-34AOO
8Q01B5"~4AOO

SqO 186 .. ~4 fl. o()

SQ019b-34AOO
Sq020' -3t4AOO

8qO?2~-34Aon

eqOlQ7-34AOO
SQ0202-34AOO
ijQO?07-14AOO
aQ021? ... '4AOO
aQu21Q-34AOO
ijqO?2lt.34AOO
~q(}22A .. A4AOO

S9023 l '-34AOO

8q()?3'3·~4"()O

SQO?39-3Q!\OO
eQO?4"\ .. 3Q"OO

eQ02lH) ... 34 A00

8q0251 .. 1~'ltO{)

aQO?5b-34AOO

aQo25?-24AOO
tjQ0257-34AOO

S902b1-34AO,'

~Q()26?-34AOO

a90?bA-?'4."OO
8qO?7?-~4AOO

SQO?bR-l4AOO
8Q()27S""4AOO

8qO?80-~QAO()

AQQ?81-34AOO

aqo 1 q1-14A()(i

6q020t,-3~AOO

aQO?11-lttAoO
aQv?11-34ftOO
8qO?23 .. l"~on

BQ01q?·J4~OO

8q0246-~4AOO

8607b l '_lt4AO 0
8b01bb-A4AOO
860770-44AOO
86077?-~4AOO

8fl077b-A4AOO
8bO 77Q·/U, A0 0
860781-A4AOO
800787-44AOO
86079,.Lt4AOO

8h0794-44AOO
8b079b-44A()f)
860800·~4AOO
8blo77.~"AOO

8hlo82-24AOO
86108'5-44AOO
8700(;A-R4AOO
aQOlb2-34AQO
SQOlb7·3t'AO()
aQo172-34AOO
eqot77-34AOO
SqOt82-34AOO
aQot87-'3'aAOO
aQo193-34AOO
SQ019S-34AOO
SQO?03-!4AOO
aQO?Os ... !4AOO
8q021'-34~OO

aQO?20-34AOO
aQo?2r;-34I\OO
aqo 22q_IH4A 0 0
aC)O?3b-34400
Sq0241-2q~OO

8qO?48"~4AOO
8q0253-~4AOO
8q025A-~4AOO

SQO?bS-34AOO
eQO?oQ-3QAOO
aQ0276·]4AOO
8QO:'.82-'3£1AOO

8b07b4-A4AOO
860767-44AOO
8f10770.A4AOO
860773-l'4AOO
8b0777-LJ41\OO

6#-1077Q-A4AOO
860782-44AOO
66078B-44AOO
8b07Qt-A4AOO
8607qa-~4I\OO

8607QS-?4AOO
861000-74000
86t078-241\00
8"1062·34~,OO

870000-R4AOO
SQ015A-34AOO
aC)0163-34AOO
ijC)otc8-34AOO
a Q 0173--34AOO
Sqo17A-34AOO
aQOI83-34AOO
SQO t SQ·34~. 00
eQo194-34AOO
890tQQ .. 341\OO
SQ0204-34AOO
8q020q-~4AOO

e q 021 1~ .. 34AOO
AQ O?21-34AOO
aC}o?26-34AOO
8 QO?32-34AOO
aQ0237·?4AOO
a Q 0242 .. 34AOO
8 Q 0 2 49 .. 3 't A0 0
8 Q o2Sll .. 34AOO
8C)O?S9-34I\OO
St)Ot'bb-JQAOO
aQ021o ... 34AOO

8607bS·'.4AOO
t;607bA .. 44AOO
86077t-44AOO
860773-A4AOO
A60771-A4AOO
8b0780-44AOO
8h07B2·A4AOO
86018Q-44AO()
Bf>07Q2·S4AOO
86 0 7 q 5 - '& 4 A0 0
8b079~-34AOO

bbl07b-44AOO
Bbl078- l14AOO
8hl084-24AOO
870n06-R4AOO
aQ015Q-34t\OO
8qOlb~·~4AOO

AQotbQ-34AOO
8QOt74-34AOO
89017q·34~()O
8q0184-~QAOO

aQot90-3tlAOO
aQ01QS-34AOO
8C)o?on-34AOO
ac)O?OS .. 34AOO
aQ021o-'34"OO
aQo2t&:i-34AOO
eC)0222-34AOO
aQ0227-34AOO
890t!J3-~4AOO

8QO?37-34.AOO

i.

8 q 0 2 3 .. ? 4 A () 0

Hq0278"~4P.OO

aC)0250-34AOO
aQ0255-34AOO
SQOi?bO-34AOO
e902t>7 .. 34AOO
8QO?71-34AOO
8QO?7Q-34AOO

8 Q 028C)-34AOO

SQ0287-34AOO

aQO?8R-34AOO
6Q0297-'34AOC

t\QO?eQ.34AOO

8QO"O'-~LlAOO

8Q(),~02-34

6qO~1~·34AOl

8QOllil .. J4AI)O
aQ031R-l4AI)O
~qO~3~ .. 34AOO
aQ0337-34AOO
690342-34AOO

St)033R-34AOO
6C)0343-1I.&AOO

~q0347-34600

8qOl4~-'JqAOO

eC)0"31A.24f100
aQ Ol51.J4AOO
8qO'3b-'~AOO
6 Q OJ41-34AOt)
8qO~46-'4AOO
8Qu3~1-~t~AQO

8 q 0 3 5 f, ... 3 4 A0 0

aqo 3b !... 314" 0 0
8qOS2~-34AOO
tl 1 f+ M "~ c: ,Ud<~ C. .3 ~ ,. . 5 2 4 f,J f'-i 3 2 ~ ~ ~ ..s 2 b ( u t

N ( 8 U0 ) )

8 ~ 0 Ii j '1 ... '''' tHdl

b':>VtlO'J""b t 4AUO

8~Ubc:9"(~~AOO

ti'1U6~4-3~A()O

d~otJ2b"41~AOU
850t:.3~"3.qAOU

8C;Ob~9"'~i.JJ\l)iJ

e50t4Uw8"AOU
8~Oo44 .. 44AOlJ

850b~1·..sl~AUO

850o~S1llt24ACO

d '., (I 0 i.I 0 .. 4 "4 A0 0
d 5 Utl " .3 .. 4 '-' A0 ()

d5()b~2",(itH~O()

8~Ob45"44AOU

8'.) 0 04 n" iHI A 0 II

d5ub4o"h~AOO

8~Ob4/·8~UO()
8~Oo'JO .. 34AOU

tSS064S-b4AOO

dSOb4H""4"AOO
8':>Ub':lO-tjl,fAVU
e~vb~5 .. 44AO()
8"Ot>':Jti-64AOll

850b52-34AOO
dSl)t,56 .. 44AOO

e 5 1I 6

~

q .. .3 q

~, l)

0

tS~UtJ4q-t\4Ali(j

8 ':j 1I 0 5 2 .. :i -4 f\ 0 (I

t1,Ob':l3-5I.fAUO

e50Q~n"'H4AUll

d~)Ob57~jijAOO

ti5U6';,9 .. t44AUO
850bb.S .. ~~AUO

d~ljbbO""lLtAUO

8 ~ 0 6 I " .. K q A l; ()
e'J 0 t t! \) .. t>. 4 A U 0

tj')V61b ..

8 5 U 0 ~ (J ... ,~ It A\J I)
8 5 0 0 9 11- ~ q " U
8 ':5 II 6

~ ~-

H ~ A (J

°0

8 " li t) ~ d .. .S 4 A u l)
8 ':5 U I\) .S .... \ (~ A \) 0
b'.)ul12 .. S4AOII
8 ':5 lJ I ~ 1 ....~ d A (j lJ

d~0694"44AUO
~'JVb9q .. .s4AOU

e50t5j .. 8i~AOO
850oSb-34AOO
a50tbl""34AUO
8r,Utol .. 34AOlJ
850b"/6 .. 84AUO
~'JOcdl .. 34AOIJ
8':.lGtdM-24AOO
850b91"S4AOO
ti':50b9';)-34A()U
850t'1~ .. 84AOlJ

ti~lJ7l)4""'.S4A\)O

8':)U/U~-34AO(J

b':lUbotJ-j4AOO
j~A00

tiSUbrlO-j4AOO
tj t:) 0 b b , - ..s 4 A\)O
b5ubu970·44AOO

850'11

(4

e50q~1"H4AOO

e5 0 q 0 d "" SLH\ (; U
t 'S 0

Oblt; .. 34AOO
b506t!4-44AQO
b':106QO"cQAOO

tJSObl'5"~4AOO

d~Ot;31·~4AOO

850/~~-H4AUO
8'Jo~3~·8t4AOO

~1 £~

850b17·jQAOU
d"Obdt? .. .s4AOO

85081t>"4~AuU

\' "15 ':l "" 4 I~ A0 ~)

II 8 j 1 -

t;5Uh63-jqAOO

~~07.s'1 .. j4AOU
85074(!"':S4AOU

~'JO/2/.LI"AOO

t3')O/41 .. 44AOU

~~(Jt:L~n·SqAl,(j

8506Sq"4~AOO

~50b02·j"'AOO
8~Ob ·71·4'~AOO

tj5u7~4.~~AOO

h507c6-Hl4AOO

~ ~

d50b48·~qAOO

.. 44AOO

b~l)141"24AOO

ij '1

tl50638-3qAOO

e")O/1'l .. 3qAOO
tl':>O/~Q

8~01~t)-!".'1AlJ(I

8 ~ 0 7 4 q .. q 4 t~ 0 li

tP)Ob2~·5qAOO

850701·.s4AOU
8'S07uth·j4AOO
ti':;0720 ... ,S4AOO

e5li7~o

... q4Aun

H~Ot>~6·~LfAUO

8'.JObj'1"j'4AUO

1 II 1 4 ... 3 ,~ i\ U U
1 (J ~ I .. 2 ~ AtJ tl

851

U'J4-21~AOO

~Sl\l~b-44AOtJ

8 ~ III Q 4 .. C! q AU0

B~

1 0 1/" .s'~AOO

ti 5 1 0'4 7 ..

.s ~ AU I)

tl~O'12t·.s4AOO
tj~0725"'ti4AOO
t1~0140 .. 2l.1AOO

t1S0~Ol"'44AOO
8~041b .. 44AOO
d5()9b7 .. 34AOO
ti'J098c .. S"AOO
d~09~c? .. 3~AO()
d~lo19 ... 44AO()

t11)10lU~·.34AOO

~510~4""4~AOO

d"105~-4LtAOO

iiSl OOll ... q~AOU
1() 0 4 .. 4 4 A0 U

ti510bO"""ti[JAOO
d'Jl101 .. 5QAOO

tj"

eSl10r!-5LJAUO
8511ub-44AUO
851110-ll t,.AI.JO

ti~1103~~4AVO

e511114"~4AOO

851104.~~AUU

HSI107""L44AOO
d51110-tH'AOO

8~1101"~4AOV
ti~1111·34AOU

tji) 111~"lIl~~\v(1
8 '3:l 1 1 1'J .. !+ l~ A 0 0

H:'111~"'''~'''AUO

d51 t 15-tH'AOO

... 84A()O
t3'3:l111h .. QqAOO

e,)111H·~~l.4All()

tj~)111d"H4AUO

B'.:l110tj ... ,S4AUO
H51111·tQAOO
851114",414AOU
B51tlb-tHfAOU

e5111~-44AO()

H5111~·bL4AUO

d511~2·4~AUO

851 J.~~ .. H4AUO

8511~.s-4L4AOO

t351124"!1H4AOt)

e511c7 .. i.Ii~AOO

tj511.s0"4~AOO

851131·2~A()U

d511.S5"'5~AOO

e5113b-44AOO

851127 .. ts4AOO
8511.31"'44AOO
8511.s,·44AOO

d~1144-44AO()

t!51144 .. 8i~AOU

8511q'J"'3~AOO

t)511~t-c?4AUO

tj'j1151 .. j4AOIJ
8511'j'l-':S4AOIJ
8511bj .. 34.1AOU
8 'J 1 1 b ~ .. 3 q A 0 ,)
8511''J .. 34AOO
8511"1b .. 34AOO

1 1 c: 1.. /~ 4 A(I 0
8 '-' 1 1 ~ 14 ... I~ L4 AU0
8511,d8"d4AUO
8 5 1 1 .3 II .... ~i '-4 AUII
8')11L43 ... /.l4AUO
eSl1'Jo""34AOO
e')

B5115'''''(~4AUO

8S11'j6"4~AOO

851161-.S4AOll

tlr:,1Ib2-.S4AOO
(j51tb9-24AOO

8511t.itj-.34AiJO

H~ 1 1 r~ .. , 4 A 0 (l
e5111 '·24AOo
e511tjt""qi~AUO

8';11Co-j4AUO
851~~7 ...

b':llt14"'~4AOO

b511/7""54AVO
d')11tll"H.4AUU
ij511d7 .. jqAUO

8~111,S

8')

11di:!·':S'~A()O

8'J118/t111B~AOO

n4tHJO

851291"'~4AOO

8S1,92"'2~AOU

851299-3qAUO
e '.) 1 'J tj I) - ~i 4 A\) ()

tl51~OU-u4AUl

8S15dl·a~A(;O

d')1,tHj-54t\OU
tj'J 1 '.)90-HI4All!)

8'Jl~OO"'74UOO
H51"d~.~~AUO
tj'l 11::lt:~tj·84AOO

8515I..JO-.SQALO
85159c"M4 h Oo

85159') ..

d51')t1t~"44AUl)

H~.d5~:S .. j~AOO

~qA()O

H~1,9c:;-e~AUO

a515'11·dl~AuO
8 5 1 b () t) ... ~ 4 A 0 0

8~15qti-~4AOO
d '.) 1 t) 0 " .. j 4 A 0 0

d51blQ""2qAOO

tj~ \

B,::)1';llJl"3QAOO
d51 ~q..s.Bt~AOO
8 'J 1, ~ q b .. 3 4 A0 0
~51bOl ... 34AOO

~'J1152"44AOO

8511 ';)'h"~4AUO

8bUolll .. eQAUd

M60t.) 11 ""4'~AUO

851619-44AOO
SbOvU 1.. 1~4AOO
8bOooo-24AOO
800bOti.H4AOU
8blJt 11 .. 84AUO
HbOt14""24AOO
8bucl/ ... 24AOO
8bOt.:,dO",24AOO
~bUc~~ ... :Si~AOO

tj':llo20 .. 4qAOO

8bOtJu7·t\~AO()

i'S51blt3-h4AOO
dt>OOOO-/4I:HlO
db060'.)-j'-&AUO
dbUoOfj-4"'AU()

851blb-L44AOO
B51blQ",ij t4AUU

e'; 1 t1 1 B .. 4 l~ A lJ 0
851620-dt4AIJO
8bU565-8~tjlJO

tJ!

4"~4A

1 ·S "" .s 4 AU 0

a60613-,~'~A()(J

d bUb

t3 6 U b 1 t) .. 2 4 A 0 \)

H bOt., 1 t: .. 4 A 0 0

86001H-S4AUO
8 b () b 2 1...~ q A 0 u

Ub061q"2~AOO

86Ub~Lj"t?LJAOO

.s

t1bObc?2-c4AUU
dbOt>24°w.sQAUO

8bOc2~·24AOU

b~1611"",44AOO

8 bOO 0 '7 ... tj 4 A 0 0

dbOO3~-bQA01

8bObOb.j4AOO
8bUb09 t111 4QAOO

8bOb07- LtLIAOO

~bOo12""~4AOU

8bUt;:lcO"".sQAvU
BbOb2's-t!.4AOO

db0612-:S4AOO
tib0615-24AOO
8b0618 .. 24AOO
tib0621",2qAOO
~bOb23 ... 3~AOO

8bUtu:~5"'.)4AUU

~bOb2b"'C?4AOO

8bObl~-.5"'AUO
8bl}bl/-'s~AOO

8bObOq"'~4AOO

Bo062t)"" S4400

ti6U627"'2LlAUO

860bc:4-24AUO
SbUb,St-.s4AUO

dbOb~9""3"AOO

~bOt~I .. 34t-\OO
8bOt30t\ll24AOO

8bOb"sOll!lj4AUO

db()631-2~AOO

t.16UbS2",S4AOO

ebOcjj",,~~AOtJ

tibUb3.s ... .s4AUlJ

8 6 (I b j

...~ 4 A l) ()

(jbOb)~-24AOO

8 6 0 b ..s 7" 2 4 A " 0

tjt)Ot1's 7-3'4AOO

tH)(Jb~H"'~"AVO

tU>Ob2A-SqAOO

8tdJb.)'J .... SQA()O

dbUbl~O-~LlAUO

8bUb4c-~44A(JO

dbOb42 .. ..sLlAOO

HbO t j'J .. 34AUIJ
tlbO b jt)"24AOU
8bOt.l40-34AOO
8bOb4..s·24I\OO

8 6 (J b q ~~ ""S 1.4 AU()
86u64J·24AOO
8 6 () b ~ I) .. 4 ~ AlJ 0

8bOb43-:S4AOO

dbOb~,)-24AOO

8bOt4~"34AOO

db063tJ",,2L1AOO
d6()b.56",,:SqAOO
db063q .. 24A.OO
dbOb41""ij4AOO
dbOb44";'4AOO

8t>OhLlb-~qAUO

bbUb41 ... .s4A,UO

t:H)Ub46.3~AOO

860b~8 .. 4LlAOU

ijbOb~O·i?ttAOO

8bOb'j2"~"AOO

e6U6':lS-S~At)O

db065£J·~4AOO

8bOt"b·24AUO
dbUt>~1 .. ~S4AOO
tltlOb5'1-3QAOO

CltOb~6-C!4A(JO

tjbOb')b"'.5i~AUO

8tUb~B·34A()O

t;bOb59""~"AOO

86vt~I-2"'AO()
8bOt~~"1~AOO

8606cl-24AUO
8t.U604-M4AOO
8 6 U b b 7 - ? 4 A () 0

tltlUb51 .. ..s4AOU
8b0600 1lll "I"AOO

860bb2"j4AVO

dbOb53-24AOO
tibOb5S .. 's4AOO
dbOb':lS-24AOO
tioQ6bO-3ttAOO

doOtbd·8t.tAllO

8bObtl3~34AOU

db0605''3~AOO

8606b4"'~HIAOO

BbObb~-84AOO

dtlObb-''''s'''AUO

8bOto~-24AOO

BbObbb.,44AOO
8bUbo9 ... j4AUU

860o/0-~4AU()

d6Ubll"'~~AOO

8b(Jb"1-3i~A(JO

8bObI2-~4AOO

8bOo/~-24AU\)

d60613-j44Aul)
8bOb16""24AOO
tlbObIB"'34AOO

dbObbb .. t;4AOO
tibOb70-24AOO
t;bOb12-'s4AOO

e60tJ14-24AOO
8bOt1b..-34AOO

8b06bO"'S~AOO

800b ll... ..s4AUU
8bOb·77 ... ~qAOU
8bObIY""4QAOO

tjbOoHl-~4AUO

u t.l 0 #J H .~ '" 3 4 A 0 0

800tt11,,,34AOO
8bUtd4-24AOO

8bObd211111~4AOO

i"'(~4A(J()

8bObb~;"" .5~AOO

UoOndt.,-C!.'.fA,)O

860etib"".3~AOO

8 b ~) tJ t1 B-2 ~ A () l)
8bOo92-2i.tA(/()

hbUbHB-.sLfAUO

dbOtti~·2qAOO

8t>Ubti7"c'lAUO
e606ti9 • ..s~AOO

tibUb9t,""24AUO

8bOCY4 .. 4QAOO
tib01OO .. 3ttAOO

boOb9b""3~AOO
8b071b",.s~AUO

(~

800o/'.l"".s4AOO
860b7tj"2~AUU

860btj

860697"M/~AOO

8607 H)-114A(JO

122 .. t~ql\{)O
860 12 7"i:~qAOO
86lJ7"sv-d4A(.u
860

t160b51 ""~t4AOO

db0698""'d4AOO
bb0719-44AOU
dbU723-,S4Aon

dt.>ul27""'t14AUU
db c) 7 .s 1 .. 2 " A l) 0
db07's3-d'4AOO
bb015H"4"AUO

~60t1ij"'24AO(J

tibOb..sb-~4AUU

8bOb.3H".SLlAOU
8bUb41""j~AUU

8b06~~"'24AOO

8bU6b4·j~AU(J

BoOl~O .. 3"AOU

8b07~1

8bO (~j-U"A()l'

Clb07~b·~LfAUO

BtlO/c;:~""4"AOO

8b07cq ... t1~AOU

.. j~AOO

Bb0740"'~4AOO

80U 131 ...t.~~AOO
8bO/]4 ... 24AOU
800 1.s~-tH'AOO
ebu/4j"c4AOO

ebul~'.>-qqAl)(J

db~)745"'b44UO

8001~6,,,4~AOO

8o/j7~t>""ti4AUO

~tOl~1·d4AllO

HbI)7£'fj-~~AUO

HbU/4'1-4~AOU

e6u 7':J

~OO

tj b

860,.s5"~4A()O

8607 .57"H~Al)O
860740- L4QAOO
l-{~qUUd

s~ HU 0

U I 'j 1 ....

tj 0

''''1 .. 2'~AUO
0 I t- ... c? 4 A()
~

t)

8b07.s2"'~4AOU

8b0734111144AUO
8007~9"4"AUU

8 b 0 '1 4 4 WI 4 4 AUU
Hb071j~"4qAOU

db067S"'~4AOO

dbQt>17",,34AOO
tjbQb80 ... 24AOO
tib Obd2'" .Stt A0 ()
ti60ht3C:;.C4AOO
d60bti7-:.s4Aon
tib0690-.54AOO
dOOhqb"'~ttAOO

tib071S-4qAOO
db07c2-.34AUO
ti b 0 "I 2 b .. 4 4 A() ()
do0730llllj4AOO
lj60732 ... 44AUO
db0737-4"AOO·
Hb0739 .. HttAOO
8b0744",b4AUO
dtJQ747-44AOO
tibQ750 ... H4AUO
db0753-4qAOO

aoo7~ S·t~'~AVO

d607'J4-44Avll

8bv/1J4-~4AOO

8b07'j~-4"A()O

86U757-H~400

8b075~,.H4AOO

~bll"'jH-t1~AUO

8 6 0 7 CJ I) .. 'J ~ A0 0

db(J701-44AUO

800/59 ... 24AOO
dbOlcl-H4AOU

8bOl':l4"4'tAUO
8bU702 .. ''QAOO

8b07bO.24AOO
db07b2 .. d4AOO

tit,,) 1 t: '~ ... I~ ~ A 0 U

Ut>0'lt.>3-t\~AVO

BbO 1t:l" .. t.3~AUU

dbO'lbb-J.4"AOO

8bO Itl4 .. t~~AOIj
800 Ibo"til~AU{)

8b07b4'!'b4AUO
8001o-I .... 4t~AVU
tib077o""b4AUlI
Hb071 S-'HfAUU
HbUI17we4'4AOlJ
tibU719-b4AlJO
8bU1d2"'44AOO

8buloB"M~AlI()

tib07oQ"'44AQO

Sb01Jl""'h4AlIl.l
8bu7tlO"'d4AUO
8 b () 7 tjS "'" q 4 A U II
8b07c9 .. H"IAllO
8 b 0 ''is .. Ii " A Ul)
e b IJ 7 9 5 .. I~ ~ AU\I

tioU712-44AOO
tl b 0 7 ., lJ H'4 A0 0
tj b tJ '7 1 t~ - b 14 A U 0
dbll1Hl·44A00
t:i b ~) 7 U4 .. 8 4 H\,I l)
db0790"44AOO
dt.l()793-b4AvO
db074(l-c4AUO

eo07~9"'c4A\JO

(j

b 0 7 9 q ....$ ~ A lJ 0

t!bOtjOO"~S4AOO

861{J7o-H4AO()
eol07Q-24AOO

8blouO"l~()UO

tlolO77"2L4AOO

tjblOI'-4LfAOO

8 0 1 01 ~ ... C4 A0 \1
HblOd~ .. .s4AOO
ti'lUOOO·b4AUO

8 t; U 7 I Ll .. J~ 4 A U d
tl 6 U 1 I b ... ,~ q A U U

"III

8bUIIO"44AOO
8bOllc-84AOO
tibOllb"",eqAOO
660/79""'44AOO
dbO/til .. H4AOU
8bO/fJ/ .. 44AQO

8007''l1-ti4AUU

800l'14''44AOO
8b0/9b"'44AOlJ

8007'14·b~~AUO

bblo19"'44A00

8blOd~.~~AOU

dbl0H5"~4AOO

d7UOU8"44AUO
Mq i) 1 b 1. -.~ ~ AU l}
U 9 0 1 U 0 ~ l~ A U l)

dblOti'J-44AOU
870uOb-e4AO(J
89(Jlbc.-34Al)O
equlo!-34AOO

tl'10t 71-S4AUO
n 9 tj 1 I b .. ,S i~ A U I)

8 9 0 1 -, ~ ... 3 ~ A 0 0
e90111 .. 3Lf A OlJ

t1'1uldc:'-3ttAOO

t39Ul~1"SqAOO

9 () 1 H 1 "" .~ 4 A0 0
ti q 0 1. (~*' ... ..s ~ A 0 U
t~9v 1<.J2-.~4AOO

e<1o\'1t,",S4AOO

ti'101.lrl-~L4AUO

8'1020 1-'~4Al)O
89u206-34AO(l

ti90202 ... ..s4AUO
U90?()7-..s4AUO
t.i90212-jLlAOO
t:19u,J19-.s4AOO

8 6 1 () ~ l~ .. ,~ ~ A (J I)
87ui)07"d4AUO
~ q u 1 0 i) ... 'S l4 A 0 0
8qOltl')-.SI~AOO

8'10

11o-~S4AOO

8<101 ('J".S~A\j1J
8 9 0 1 tl i).. ~ I~ A t) U

89Ulbi"'.sQ;\vO

8'1\)211- 5L1A()O
8<1021 , .. ~qAOO
tj 9 u2d,3 .. _~~ ,4 U ()

lilt

(j

dbO'''b~'''''44AOU

HbO/91"'~4AO(}

8'101d/"'3~AOO
H901~.s .. 3~AOU
89ul'1tj ... 34AOO
8qO~u.s .. 34AOO

db079H·~~AOO

8'10t~d"'~4AOO
8'101b.3'".s~AOO
HqOlbl;-.s~AOO

1/.s"",..s4AUll
B90t/b ... .sI..fAUO
890td3"".s4AlIU
8'1Otd9 .. j~AOU
89v19~ ... .s4AOU
8qOl~q ... ..s4AOO
a9()

bb07b5-4ttAOO
tH)07b8"d44AOO
bb077t-44AOO
~bO"/~",t;4AOO

ijf10171"~4AOO

d60/80-~4AOO

8b0762 .. Hl,IAOO
ij601dQ",,44AOO
db07Q2"",H4AOO
8007QS",'LfLlAOO
tib01Qa-34AOO
dol0/t, .. 44AOO
tH)lO/8 .. 4~AOO
dhl084""~4AOO

d/OOOb .. H/4AOO
b'101'jq"'~4AOO
dqO'b4"",.st~AOO

8'10tbQ ... jt,tAOO
tl'101/4-j4AOl)
bYO t7<1 .. .st~AOO

tj'fO Id4-.SttAUO
t3 9 0 1 q 0 '" .S tt A0 0
b90t'15·3~AOO

tl9 0 2 0 0 ...S4 A0 0

8q0204-3~AOU

d91J20~·~Sl,lAUO

e90c!1.s·3qAOO

d'1V209·'s4AUO
8'10214·.sI4AUO

d 9 0210!J!l34AOO

d90~~(l ... ~qA(JO

8902~1"'~~AOU

H(H)~Ob·34AOO

bq()?~4"'5qAOO

~90c:2'J·3'4AOO

8q02~b·~"'AUO

tiqO~C:~""i~~AOI)

Hq02.~2·.s~A00

8'102~ S"~34At)\)

2 2 B .. B '1 A l..I ()
t;90255""5LfAUO
t19U240-34AU\)
ljQu24t>""S4AOO

t1 9 0215-.S4AOO
b(..)0222 ... 3t,tAUO
d90?27-3t,tAQO
ti 9 () 2 3 3 ... 'S 4 A0 t)

89u2~1-34t4U()

d9U2'.>~-c.4AIJO

8902cH-54AUO
8 '1 () 2 .s it "" 5'~ A0 U
690239-3qAUO

t~

9

(I

M9l)c3b ... .s4AOl}

d9U2.s7'"C!~AUU

ti90~37.3~AUO

eqOt:41",~qAOl)

8'102~2·.s4AVU

d90245-~~AOO
b~02~o ... j4AO()
d 9 02S'l-34AOO
b902bO.34AOO

M'10t:04''''34AOO

89024'1-j4AVU
H9 0 ? 'l 4 ~ .s ,~ A 0 (J
8qU2'JlJ .. j~AUO
S4AOO

e90j 7b .. 3t~AOO

~q03Iq·'sLfAUO

e9V.5tj4"~~Atj0

b9~)~25"5·~AUO

8qO'J~~·7L4AO()

8qU~2b·:S4AOO

S90S2H-.S'4AOO

H90~3B",S4AOO

8qO~..sq~3~AO()

tj9029Cl"",'s4AUO
~90.s0() .. ,S4AO()
~qO:Sl O... 44AOO
d90~~ 17 .. 34AOO
tj9(r~30 .. 34AOO
890335 ... 54AOO
840340.:S~AOO

b9034S-:S4AOO
tPi0350 .. 3",AOO
d903SS .. j4A()O
d90380-3",AOO
8 4 0527 .. 34AOO
b90540-3",AOO
t; Q 054f' ... t'",HOO
ti'lOhb4-34AOO

8qu5t.jl-c~AOI)

~qv5ql""54AOO

890~l4c"'24AOO

8qO~40·~~AOO
890~4.42.,j4AOU

a905t4d .. .s"'tjOO

dq(J~4H"4l.lUOO

t\qOboq-7~IJUO

U9Ul12-2 ... AOO

tj90';)tib .. 34AOO
8 t H) 11~"'4~AOU

89U77.s-2I.fAOO

tiqO"73·4~AOO

890114"24~Un

H 9 U" 4 - it 'f A0 0

~qO/l~"'c4AOO

8907/~-44AOU

e9",tj4c!-,qAUn
S9()9(J4"'.3QAUD

d90~~(j2"4qAv

1

eqU~84""34AOl)

H9U8b~

8901'l6""S4AOO
tj 9 0h86·S4AOn

., 8q7 FILtS (CPIto

ts90qb5·~4Au\J

a9vbo.,S.3L4AOU
... j4AUli

r 0 f'~ E.

Y h t. l. L b L f\j t. '( y-. f. L L H0 ~ f Vh t L L H IJ t\ t. V~ E l. l bON E '( VI E t L b (; 1\ f. '( ~ t L LH() f', t. Y~ t. l.l. H c..; f\ E Yh t.t L. t1 (J f\ f Y~ ttL HUN t Yn t:. L L H 0 ~ ~. ywt:. L L HOt-.;~. YV; ~. L L ~~
t- (J 1\ f.. '( ~~ t. L L h l.i f'i t V f1 ELL h n 1\ E y wt L L HU~ t:. y ... E:. L L M0 N f. '( '/I t::: L L b U1\ f '( ,. t. L L ~'i 0 "t. Y~ l L L H Cf\ f v ~ ELl. t; (J 1\ f( r~ E:. L L HUN t. y r. f. l.. L H0 f\ E: y ~ t L t.. ti 0 f'-' I;. V~ f L 1. t:

=I) 3 BC

1 ~ : 1.I ~ '"\ t\ k (1
t:.LAP~HIJ JUIj

8, , t1 ~ l U
I !f"it
PAR TIT I I) 1\ '" lJ 1'1 Bt. R

vl:15:0U
(j

lC1AL.

(;PlJ TInt,
P Rl; Cl:. 5 ~ (j k t.. Xt' eLI 1 u t-..
PRUCt~~U~

~tkVICt

2.1.1J~b7

1 I "H:~

lIME

ktAU

4,0291
17,'11/0
I

CAhO~:

lA~G~

PAGl.iJ:

Pkl.Ct.S~Ot1

TAPES:

UHIVtS ALLUCATEO

2-

lA ..'[:) MOLt\tED

l
o

(ORt-;

~JAGfS

j.JtAK

CLJRt (PAGES)
~A(;t.Mli'iL Its
(p t:. R A1 I U1\ ~

( I U:

(,Al.S
SPAll::.

flLE.
AVl. tHO'
~LMHtH

I~
ll~

RfSOLHCf~

'1 T ;:

1 S K P l RJI' A f\ f: 1\ T
~vo~PS

ALLULAlt~

2 L L;: 4 b ( F Al; E S )

.,

~16,o30U

.s322..s
414'J44



Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.3
Linearized                      : No
XMP Toolkit                     : Adobe XMP Core 4.2.1-c043 52.372728, 2009/01/18-15:56:37
Producer                        : Adobe Acrobat 9.13 Paper Capture Plug-in
Modify Date                     : 2009:09:21 03:48:11-07:00
Create Date                     : 2009:09:21 03:48:11-07:00
Metadata Date                   : 2009:09:21 03:48:11-07:00
Format                          : application/pdf
Document ID                     : uuid:aa811e69-5055-48f3-846b-29631ee593a1
Instance ID                     : uuid:5a3f7b54-3e14-40fd-b990-2da5517e6b53
Page Layout                     : SinglePage
Page Mode                       : UseOutlines
Page Count                      : 32
EXIF Metadata provided by EXIF.tools

Navigation menu