Cyrus Michael Riddel - core.ac.uk · CyrusMichaelRiddell Lieutenant,UnitedStatesNavy...

Post on 06-May-2018

215 views 2 download

transcript

A QUEUING MODEL SIMULATION

WITH DYNAMIC GRAPHICAL DISPLAY

Cyrus Michael Riddel 1

Library,

Naval Postgraduate School

Monterey, California 93940

TGRADUATE SCHOOL

Monterey, California

THESISA QUEUING MODEL SIMULATION

WITH DYNAMIC GRAPHICAL DISPLAY

by

Cyrus Michael Riddell

Thesis Advisor R. W. Butterworth

March 1973

Appiovtd fioi puhLLc si&l&aAz; dUtAAJbiLtioYi wnJUjnitz.d.

T153548

A Queuing Model Simulation

with Dynamic Graphical Display

by

Cyrus Michael RiddellLieutenant, United States Navy

B.A., University of Washington, 1965

Submitted in partial fulfillment of therequirements for the degree of

MASTER OF SCIENCE IN OPERATIONS RESEARCH

from the

NAVAL POSTGRADUATE SCHOOLMarch 19 7 3

7^^

Library

Naval Postgraduate SchoolMonterey, California 93940

ABSTRACT

The purpose of this thesis is to provide the student

of queuing systems with a vehicle through which a better

understanding of the interrelationships between stochastic

processes and queuing systems can be achieved.

TABLE OF CONTENTS

I. INTRODUCTION ------------------ 7

II. QUEUING MODEL SIMULATION ------------ 9

A. THE QUEUING MODELS ------------- 10

1. G/G/C- ----------------- 10

2. G/G/C with Losses- ----------- 11

3. G/G/C with Finite Source --------124. G/G/C with Feedback to the Queue - - - - 13

5. Two Simultaneous G/G/C Queues- ----- 14

B. ARRIVAL/ SERVICE DISTRIBUTIONS ANDQUEUE DISCIPLINES- ------------- 14

1. Distributions- ------------- 15

a. K-ERLANG -------------- 15

b. Hyperexponential ----------15c. Degenerate -------------16

2. Queuing Disciplines- ---------- 16

a. FIFO ---------------- 16

b. LIFO ---------------- 16

c. SSTF ---------------- 16

d. Random Draw- ------------173. Length of the Simulation --------17

III. THE METHOD ------------------- 18

A. THE COMPUTER SIMULATION- ---------- 18

B. THE GRAPHICAL DISPLAY- ------ 18

IV. STATISTICS FROM THE SIMULATION --------- 20

V. PARAMETER INPUT- ---------------- 22

A. SAMPLE INPUT CARD- ------------- 22

B. NAMELIST INPUT VIA THE GRAPHICS TERMINAL - - 23

C. INPUT VARIABLES- -------------- 23

VI. THE PROGRAM- ------------------ 25

APPENDIX A - ANALOG SCHEMATIC- ------------ 28

COMPUTER PROGRAM LISTING - - - _______ 29

INITIAL DISTRIBUTION LIST- ------ - - 87

FORM DD 1473 - - - - 89

LIST OF PICTURES

1. G/G/C Queuing System --------------- 10

2. G/G/C Queuing System with Losses --------- n3. G/G/C Queuing System with Finite Source- ----- 12

4. G/G/C Queuing System with Feedback --------135. Two Simultaneous G/G/C Queuing Systems ------ 14

6. Statistics Page- -----------------207. Parameters Page- ----------------- 22

ACKNOWLEDGEMENTS

The Hybrid Computer at the Naval Postgraduate School

is a self-operated system; because many of the complexities

of the system were unfamiliar to the programmer, the techni

cal assistance of Mr. R. Limes, Mr. W. Thomas, and Mr.

A. Wong was invaluable.

I. INTRODUCTION

A queuing system is comprised of action facilities

(servers) and waiting facilities (queues or lines) . The

relationship between the components can be of many forms,

each with their own characteristics. Consider a tool

crib in a machine shop where the machinists are obliged

to check out their tools; or consider the telephone system,

in which callers request communication capacity. Both

situations involve requests for action from limited resources,

in these cases, servers or telephone circuits. In order to

allocate resources properly, it is necessary to understand

the interaction between requests for action and the actions

themselves. Individually these can be modeled as stochastic

processes, but in order to predict flow through the queuing

system, it is necessary to understand the interrelation

between the patterns of event occurrences. When demands

occur at regular intervals and actions are of fixed dura-

tion, it is relatively easy to predict flow; if there are

more requests per unit of time than actions over the same

time span, the queue will grow without bound unless the

event relationship is changed. When variation is added to

the timing of events, the flow is not as obvious. For

example, if the average number of requests for action

equals the average number of actions, per unit of time, but

both occur with variability, then it would be useful to be

able to predict such quantities as expected delay and action

facility idle time. Queuing models are used for this

purpose

.

The purpose of this thesis is to provide the student

of queuing systems with a vehicle through which a better

understanding of the interrelationships between stochastic

processes and queuing systems can be achieved.

This is done through a combination of a computer Simula

tion and a computer-driven graphical display.

-V-.

.

II. QUEUING MODEL SIMULATION

This computer program simulates queuing systems in two

stages. First, a next-event type computer simulation creates

a time history of the queuing system. Second, a dynamic

graphical display depicts the occurrence of the queuing

process in real time.

Five basic, academically interesting, queuing models,

each with parameter options, can be simulated. Queuing

models are generally described in terms of the distribution

of request occurrences (arrival distribution) , the distribu-

tion of action occurrences (service distribution) , and the

number of action facilities (servers). Specifically, the

times between request occurrences are taken to be indepen-

dent and identically distributed realizations from the

arrival distribution. The duration of each action occur-

rence is also taken to be an independent and identically

distributed realization from the service distribution.

Variations on these assumptions occur for some models and

are described in Section A.

The abbreviation G/G/C describes a queuing system in

which the arrival and service distributions are general

(unspecified) and there are C servers.

The five options in this simulation are:

(1) G/G/C

(2) G/G/C with losses

(3) G/G/C with feedback

(4) G/G/C with finite source

(5) Two simultaneous G/G/C queues for comparison.

The specific choices of arrival distribution and service

distribution which can be simulated are fully described

in Section B.

A. THE QUEUING MODELS

1. G/G/C

Picture 1

This is the simplest of the queuing models considered

here. Each arrival waits in the queue until a server is

available, enters service for a calculated period of time,

then departs the system.

This model may be simulated with from one to six

servers

.

10

2. G/G/C with Losses

Picture 2

Consider making a long distance telephone call on

Mother's Day. If all the trunk lines are busy, your request

for service will be rejected. The G/G/C model with losses

reflects this by rejecting arrivals who find the queue

full. The queue limit used is specified as an input

parameter. Note that rejected arrivals are lost and are

not assumed to return later. The fraction of all arrivals

who are served (not rejected) is recorded for subsequent

display.

11

3. G/G/C with Finite Source

Picture 3

Consider a closed-circuit educational television

system at a school. The finite population consists of all

the televisions in the system. When one fails, it enters

the queue to be serviced. After repair, it re-enters the

population pending the next failure.

This situation is modeled by assuming that each

action source, upon entering the idle population, is

assigned a waiting time from the arrival distribution.

When this time expires, the source requests service,

joining the queue if necessary. As each action source

terminates its service, it returns to the idle population.

The user specifies the number of servers (one to six) and

the size of the population.

12

4 . G/G/C with Feedback to the Queue

Picture 4

This is an extension of the G/G/C model, with from

one to six servers, allowing customers leaving service to

depart the system or to return to the queue. At each

service completion, the customer leaves the system with

probability P or returns to the queue with probability 1-P,

The user specifies P as an input option.

13

5. Two Simultaneous G/G/C Queues

Picture 5

This option allows comparison of two standard

G/G/C queues, each with up to three servers. All parameters

of each system are specified separately, and, if desired,

identical arrival streams may be utilized. This allows

comparisons between different arrival and/or service distri-

butions and associated parameters, and between a different

number of servers. Also, the effect of the various queuing

disciplines can be compared.

B. ARRIVAL/SERVICE DISTRIBUTIONS AND QUEUE DISCIPLINES

As well as options already described, the following

arrival and service distributions are available to the

user of the program. Any of the following probability

14

distributions can be used as an arrival or service

distribution.

1 . Distributions

a. K - ERLANG (exponential when K=l)

F (t) = 1 - V i#*i e~^J=0 J -

RATE A =|

CV = —

Input parameters are:

(1) K

(2) Rate - in terms of mean number of events

per minute.

b. Hyperexponential

F(t) = pU-e"^) + qCl-e"^ 1 ^

where

:

CI) p + q - 1

(2) CV = —/p

(3) A = Rate is specified and then

A,, A?chosen to satisfy--

A2

= (2 + /7)A

15

12 + /2 - q

A

Input parameters are:

(1) Rate, specified in terms of mean number

of events per minute.

(2) Coefficient of variation (must be greater

than 1.0)

c. Degenerate (Fixed Rate)

t < 1/XF(t) =

1 t > 1/A

Input parameter:

(1) Rate A specified in terms of mean number

of events per minute.

2 . Queuing Disciplines

For comparison purposes, there are four queuing

disciplines to choose from. These determine the priority

by which members of the queue will enter service.

a. FIFO - the first into queue is the first out.

Over all disciplines which are independent of service times,

this one minimizes the variance of delay.

b. LIFO - the last into the queue is the first

out. Some systems, by their nature, function in this manner

c. SSTF - the queue member with shortest service

time is served first; this minimizes the mean delay over

16

all other disciplines, but the variance of delay is greater

than that of FIFO.

d. RANDOM DRAW - applies to a system in which

insufficient information is known to implement any other

discipline.

3. Length of the Simulation

The period of simulation is specified in minutes

by the user. All queues are empty and servers idle at the

start of the simulation.

17

III. THE METHOD

A. THE COMPUTER SIMULATION

The computer simulation is a modified next event type.

There are two types of events, arrivals to the queue and a

completion of service. With the first there will be an

associated entry to service if there is an idle server,

and with the last an associated entry to service if the

queue is not empty.

The simulation is begun with the generation of the first

arrival time and its associated service time. The times are

generated via the transformation of random numbers to stochas-

tic variates of the type specified. At the occurrence of

an arrival, the next arrival time and associated service

time are generated. When a server is available, a waiting

member of the queue enters service with completion time

equal to the sum of his assigned service time and the time

he departs the queue. Thus with the clock starting at zero,

a time history of events is created which tells what happened

and when.

At the same time, the appropriate values are retained

from which statistics of the simulation can later be

calculated.

B. THE GRAPHICAL DISPLAY

At the completion of the simulation phase, the time

history is depicted dynamically on the cathode ray tube

18

in real time. Pictures 1 to 5 show the form of the display,

with the man-like images in motion along the appropriate

path, and the number in the queue box showing the queue's

current length.

The timing and motion of the display are controlled

by the analog computer via the hybrid connections to the

digital computer. The first connection is for the purpose

of timing until the next event is to be initiated. In this

case, the analog computer integrates from zero to a preset

time value in volts, at the rate of one volt per second.

The interrupt to the appropriate subroutine then occurs,

and the analog computer is reset with the next time value,

after which the integration is reinitiated.

The second connection causes the dynamic motion to

occur by continually checking events in progress and causing

the position of the corresponding images to be incremented

appropriately; this interrogation and incrementation occurs

approximately 10 times per second depending on the settings

of the analog computer. Movement increments are between

one-half inch and two inches (depending on the path)

,

causing a motion of between five inches and 20 inches per

second.

19

IV. STATISTICS FROM THE SIMULATION

t

STATISTICS

101 OS 01 OS

!° T .51 3.99 DC .31 3.67BT a. 3i .95 BC 2.27 2.33LT a. at 4. 94 LC 2.55 6.11

DC 1 . 15 22.24 DV 5,65 1 1 1 . 16sc 5.38 1.41 sv 26.59 1 1 .27WC 5.47 24 . 63 DV 3.67 31.14

DM 5. If 57. ff OH 3.11 9.11Dt .55 .92 Of .35 .51DX .46 .92 OL .14 .76

NC 26 24 PL .ftENTER 1

.

CONTINUE2. PARAMETER LISTING

At the end of the simulation period, the following

statistics are calculated and displayed, as shown above

AT = time - average length of the queue

BT = time - average number of busy servers

LT = time - average number in the system = QT + BT

QC = customer - average length of the queue

BC = customer - average number of busy servers

LC = customer - average number in the system = QC + BC

DC = customer - average delay in the queue

SC = customer - average service time

WC = customer - average wait in the system = DC + SC

20

DM = maximum delay experienced by any customer

DO = probability that a customer's delay is greater than

zero.

DX = probability that a customer's delay is greater than

XD. (The value of XD is an input option.)

QM = maximum queue length reached during the simulation

QO = probability that the queue length will be greater

than zero.

QL = probability that queue length will be greater than LQ

(the value of LQ is an input option)

.

DV = standard deviation of the delay in queue

SV = standard deviation of the service times

QV = standard deviation of the queue length

NC = total number of arrivals

PS = percentage not lost (losses model only)

21

V. PARAMETER INPUT

I TYPE

IC

5

3

RUNTIME

IC1

1 II

1

1 3 3 4

IDIST 1 ! 1

KK 1 t 1

RATE 31. ft 31 ** 14.11 14 .11

CV 1 . f

1

1 .ft 1 .ft 1 .11

IDSPLN 1

LD MAXO 1

XD 1 .ft NPOP 1

I DUAL P 1 .11

ENTER 1 . CONTINUE2. STATISTICS

Picture 7

Parameters can be input by the card reader or by the

teletype terminal. In either case, the namelist form is

used, where the entry form is NAME = X, NAME being the

variable title and X being the value being assigned. For

real variables, the decimal point must be entered. Name-

list input is terminated with a *.

A. SAMPLE INPUT CARD

IDEV = 2, ITYPE = 3, RATE (2) = 3.0 *

22

B. NAMELIST INPUT VIA THE GRAPHICS TERMINAL

If this mode of entry is specified, one variable at

a time is entered, followed by a carriage return. Entries

are displayed, as entered, on the graphics screen. Termina

tion occurs with the entry of a * followed by a carriage

return.

C. INPUT VARIABLES

The following conventions are employed for specifying

the options and parameters to be used.

ITYPE = 1 gives G/G/C

2 gives G/G/C with losses

3 gives G/G/C with finite source

4 gives G/G/C with feedback

5 gives two simultaneous G/G/C queues

RUNTIME = desired length of simulation (minutes)

IC = number of servers for queue 1

IC1 = number of servers for queue 2 (only applicable if

ITYPE = 5 is chosen)

IDIST(I) = 1. K - ERLANG

2. HYPEREXPONENTIAL

3. DEGENERATE

KK(I) = K in K-ERLANG (use K=l for exponential)

RATE (I) = Rate in number per minute

CV(I) = Coefficient of variation (specify for IDIST(I) = 2

only. This variable is computed otherwise.)

23

where 1=1 for arrivals to queue 1 (except finite model)

2 for arrivals to queue 2 or finite population

idle parameters

3 for service for queue 1 (except finite model)

4 for service for queue 2 or finite population

service parameters

IDSPLN(I) = 1. FIFO

2. LIFO

3. Shortest service time first

4. Random draw

where 1=1 for queue 1

2 for queue 2

LQ = parameter in the statistic P(Q > LQ)

XD = parameter in the statistic P(wait > XD)

IDUAL = 0. Independent arrival streams

1. Identical arrival streams

(applicable to ITYPE = 5 only)

MAXQ = maximum queue size (for G/G/C with losses only)

NPOP = population size (for finite source option only)

P = completion probability (for feedback option only)

24

VI. THE PROGRAM

The program requires the use of the XDS 9300 digital

computer, the CI 5000 analog computer, and a graphics

terminal using the GATED monitor.

The analog computer wiring diagram necessary to drive

the display sequence appears in APPENDIX A. Before

beginning, set Delay Flop Switches DFOO, DFOl, and DF02

to .1 MS and set counter FOO to 1 and F04 to 0. Then select

RUN and DIGITAL COMPUTER on the analog control panel. This

provides for movement interrupts to occur at a rate of

100/11 hertz. If desired, the timing values will be dis-

played on the RATIOMETER by selecting TRUNK 420 prior to

DIGITAL COMPUTER.

The program consists of a FORTRAN program and a META-

SYMBOL 9300 program. Because the history is buffered out

to the device assigned the logical unit value 7, an addi-

tional control card is needed.

Job cards for deck run should be

:

-iJOB

-iAGT

-iASSIGN 7 = DF1A

-nFORTRAN LS,GO

FORTRAN" DECK

-nMETA 9300 SI,LO,GO

META- SYMBOL DECK

25

iEOF

i LOAD XR,MAP

i DATA

26

PROGRAM STEPS

SET-UP ANALOGCOMPUTER

RESET GATED(GRAPHICS MONITORp

( STARTJ

SPECIFYGRAPHICS TERMINAL

INPUT PARAMETERSVIA TERMINAL N / INPUT PARAMETERS

VIA CARDSN/V

DISPLAYSTATISTICS

/ \ DISPLAYPARAMETERS

,

DISPLAYSTATIC PICTURE

SIMULATIONCREATE HISTORY

QUEUING SYSTEMDYNAMIC DISPLAY

WRITE PARAMETERSAND STATISTICS

\DISPLAY \ DISPLAYPARAMETERS S TATISTICS

27

APPENDIX A

ANALOG SCHEMATIC

TO CPS

o—

RESET

o-

Cll

O-

100 CPS

O

N402

SCOPE Y2

-oN201

PSET & 4

CLKENB

IMS

DF

2

N104

DF

1

INT

-o53

RESET,

-oSCOPE Yl

-O

.IMS

DF

INT

o52

-100

o- 10 io, IV1.0

-1 V/SEC

\23CI 1

DAC 1

o—T420

28

«* * **# £•«i.-# **«* 4» •£•

«# *»** **•4« * *: «•

« * «• *«* tt •* * *4r«- **•»•» «*-Si.* >• «•«•«-# < *•«• UJ## _j w-*: _J*# Ql #« CD** 00 #* <*«• »-H 4. # O«•* Q #* •—I

** *•*• _J«« O *•*• CL 00## t—

i

*# a uj#* 51 •*• if" < >-tttt < **## Z fc* H 1

** >- *+: O** o ** Z rH*• * *#**-*<• X *•* 1*# 1- _J * *• •

* « *—t _J # -Si- C\J _l ooo* 3 UJ m lt* < ZUJ

« * O h- 4S- "K- —ICNJZ >** oo Q 0> *•* • » t—t

|*# -J t—* t-« J' ,4. 00 z O0UJUJ5I | 5!

#* uu a. *# UJ o a uj33o: o Z3**# o X &- * _J S2 m O X >-UjUJUJ i-H aooW# o • o ** co 33 K- 33t- 00 *-*

«-* s: 21 a: * * < 00O0 <1 ZSZO0 | OO 0~ 00 cct-ec»£ < •&{! t-H •—

1

<Zj<tUJ 00 oo«»o O^UJ** O • s: •»• it a: c\Jr\j a: XO0X3 r-tOOoOOUJ _|0< (— 00>&# z O «•* < oo 5T* * s< t- H--JO0 c^a:^-iCLuj<z_iQi <Oo:>c* t-H *>* > UJ 3wvi-3> CNJ <UJ a: uJUJX>-z> u_uj OCLLU•&•*• UU ** 3 oo~— oo "5LCC-: QC>5:UJQ1 •>>CLt— —<*—> 1 CQOOt—1 00*# 3 * * 00 _JO0 LUX LL3LU-&UJ •— t-ujOcr:a:< _jct ujstujcci;** UU fc4s 3 <ujius(-iowh-»i-qi-zu.zujujq:zq.(ioodozz>«•« 3 '*: w O >5UmO(- <rh-<z h-,U_ 0000OC_'t-.< <2'<t-i»—0-)** o ** z »-••— J-ZOt-t-UJ'—UJUJK-a3 1 "—O 5! 21 ^3** *-& UJ hhh LUZZ •—CX<Qi ZCLCD U_ U- OO h- 00 _J f^ •— UJ •—3CT CC** LL ** o Z UU_ILUUJ<030I-UJ OOCUJ3^-<I^ Z <<ft-** O *# o UJ>LUO _JHH3 Z>>> hcCOU(JCm OQCI 1

*•£• *•&• X s:cxo ,-h lu o OOUJOOLUUJCtai CtCtLL"—' '—'<•—'_)mO</1<

* * 2 «•* UJ UJOi—>3UJ>-. LU>-3>5: G ao uj lu •-• a: u > i— co 5: 21 1 >** O * -t - q:i— >a:uj3u-3<iuj<iu_'t-K-i— >cdcdlj»— 3zo<n-<ruji— •—*« »—

<

** LL oooq:uj3ujujuj_j3_j>xooo^oo2:2:ujooujllujzxz>xc£:** h- #* a Z>-«UJ00O3O3ujOujOUI H-n-.i3Z)Z)Q.K-1 3DUJ>u->-OLLJa.#*• < * & hIW-*OUOO-05:ZIIcD2 Zt0QG^HOt-O5:h<** _J *» >'*•* 3 £•* a: 1 1 1 1 1 I 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1#* 21 #* < o*! «• -H * * z oo a**• VI * « o ujUjO^ OoOX z*•* ** 1—

1

^siSoot-. >->>-> UJ u.>. t-_j_i^O h-

« «• fe« K- OUHHZh <«<DS U.O0 >00Q_<cD< Z OOC* « ifr *« O ZCl-t-i— 00 JJJJCm 33 -^UJ i~o0 3C> -JZ<OC

H

*•***

r. ***

i—

t

X_J«J—IH-3> LLUJUJUiZh- rOCCCCCJOCCDQU-U 1 2:2:0.00

ouuuuuuucccucuucuuuuuuocucuuucuouuuuuuccououcucc

29

ftft**

ft

ft

*ft«.

ftft****ftftft

«ft

go i/> fti/) z z: ft

uj uj O o ft3 •-• »-•»-« ft-J OC h- h- *< o i— </>•-• GO>-H ft> uj Z UJUJ UJl/) ujoo ft

X (/) UJ S2S »-0 h-O *X OX *i ZDww <o_ <Q- ft

s: t— <t»- o oo>- oooh-i— 2: 2: *•

•^ O uj(j) uj <uj luo: to uj mO ho ft

I— CCZ. cCZ. 3 COM OO OLULU ZD OZ QZ «*

ujlu ujoolu On <t— o-ioo 2: _joocx:»-"OOaCt-i fta: h —1 uj_jq:3 ujoo 2:00 2Z O <.uioi—aioh fta 2 3 00 uj hm zz« »-• >hoa:Ho^ ftU. t—UJ^:—lUJI— U-2 X «II I— <0<<0< ftW03D<D<ZW OooO IIOU < UJ2 (-2 I- fttOUUQ_UJOO>UJOt-i(XLLi-'UJ>-iU_ I— I— —1 SmXI/)m>-1/) ftKD 3 3*-. ujOI-31-O UJUJ 3 hq o ftujujo<3luujgO>-h- <uj< 0:0:1—3 2: 1— orujujarujuj #1—31-1 33 2<2a£—131— cc lull;<uj mwuj 000000 ftZOOh UJUJX>-'_J3UJ3O00UJ >-l— t— (—3 tOUJSIl—0<<0<< *.

<2(Juoj5:s'«w Omdd< ujocdo. cd k-<;<ooo imhossuss; *.

hOZmq.dhooij—is:oo22Du5:cu.ii.s: •-•ujuj u_.-.i—s •-.•-« .-.-• $o»-<ujo>-z zo-o .-. < oo.oc3 _ja:a:Goi/> 01— hx > ftUJI— _JXl— X >JJ2!OaSjZ Z hOODD 1— _j 00 uo fts<t o Souaia: <3ujQ3< ujXo: m 00 idz zmh2»-<m .&

oc_iuj —lOoo^Oh-CooSa: t s>—j t— 1— u_* j^-etujuj •-.•-. i_ luujatujsisujss ft0JDDzuJoi-LLji-oi-iij>-n-'MUjMi-<<^0(D<izcnDD2>>iJj0QrD:ii|uj<<ui<< *haiiJMOZoo-L;Zoo3a:xn>Xa;l-ZZSi-<CUJLuLiJiJj|-ZCQ:2a:ZZa;ZZ ftZOD<D<h ujUj^co:<UJO<a:OK-iJj3o_ia:;D3a:o:<uJH-30o>->-o>->- #»H(x05:XQ:iy>Jij<2:Q22:<i-u.JZi-cDCLOoaiiQ:joiu-1 on00 0000 ^.

I I 1 1 I I I r 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 m 1 1 1 1 1 1 1 1 1 1 1 1 \:.'

«>t > uj «.x < uj 2: ft

O. UJ.-. Z tl— i*i O-JSIU. i-h *(—O <Q- I UJ I——IO UJOOCOCL IhJ COcOt-'S.UJI— UJ 4CO.OX>hi ZC OXX 0300 hCJ OOHhI-ZZS X >- ftl—hhh i-x>-^q.mgoi- <<C2:c;u-clOooi—3 a: cy on 1—<3 *-. •—O XX >-> ftHi-cK-MMM^y^jjjjsssxzzzzzzzD-Q.aiiaaahi-xxxx^^- *,

UUOUUUUUCOUUCUCUGCUCUUUCCUUCUUUCOUCUCOCUCt'

o£UJh-2:0 0:3a:001/1:2USD

o:t- 0:>hOX UJo:x3uj 00 H-ouj t— OZi-i-i- UJt-s00 XUJ UJOnUJUJO 00 CLINh<H Q_ o:uj

UJ00X uioH h-UJ co<

30

CM —— •• f\J

•• 2:-" — » CO **» —IX >

00 co<\J a.*-1 <CM •» inCM 00 _!*- h- • •»

• •. OLU UJOr 00 •> sf~-.m .-.2 Qoo »• in o\CM— •-H-

1

22 vO 1—1 •O^—

x

S£h- Xh 00 • \ •** »00X COZ •4- » «• ^-t^N. LU

O » QD —

O

in •> in cm 1 a. zCL— u_a: CM * 00— 1—

»

•0 »—

<

•-•CM t—1*-+4~+ #» ^*** • • CMCL H

**•«» •«-» OCM — ^•^1 1 h-Z Z

h-o. i^CM GO— CM «• 00— » • • 3oo CD- >z —

»5! ^ v0 1 a:t— a. ou-i <-* OCM CT)(-l CO CM • -X ••

i-i|_ LLZ _)t- -J— OO^i h-v. . -o<t z•(—

1

z»- iuoo »-o •- h-cr> 1 O «2I —1«-« »- H DD —O CM— r*-a« • O 1 * QL

_l «-*CMCL ~-0_ O CM * O0-H h-Oi-i • »_j 00_J OCNJO vT - *-. •> —-~ O r-roin CM< Q3 O— O- — LU CM— OfM i-)CM r^-n • comz) — 1—

1

Z HOZ >2 — CM CD— 00— r~ - 1 »o i- ^•> —< (_>-< >— »2 »U_ r— o> » • 1 KH ZD >

i-i o_j— -H- <o —0 vl-U- ^cr^co ••••. o_ OO OIL CM OO _JO0 CM •• OD _ih-m m-4-o z »»—i _JHH ...-vtCL LUZ —— -CQ JO • i-<^-_i »—

1

LU|—•> •• •.(\iir>— • Dh'oijW mi-1 =)-H I

• • » h-Z ^^*—»*^%-*^

o —..—.-.— \£UJ *(— (MO— 0— z - - - 1 z a: <-! » » Bl »t—

1

OMOD^S — „J— -X-«• * » + r-1\0 v£) »-_J O dlo: z•» OCMh-2 >-< CMOh-— QCMCM— — vtO —i>d-o_ LL O- or

*"-• 1—1 •••—II-H—

H

— »-OCM -•-0— CMO • • •00 ,v. —' v^HH 3

1—1

*0 win «• •4- Z— I———O •"-_JCMO0h-CMZ^-X— i-i_J— -iS)^.

— sO 1

•>«t

••1 00

CM • ,-, •

• CM *.-l

OO1— LU

LU <LUZzcc~o t-iO (\J CM LLI CM LU O 00

*rf 51 i<_0—

1

N| <LU - »-o—1 "O o_mr^- *ro^\ _J OOO < m*-> \— zDC » zo <LU UJ£S«"QQ--tO H-O • CO «yQ- co »—<•—

1

Q. CsSiZiS)>-H »^ ~»LUZino_;Zo_a_ »i-ifMCM •• •<-j <->t 1 CM 1 •• »-V» < a - a:a;LUi-i 1—1

D in o » — ••—

i

-.>-^.(--_-..— »o • in •• • -1—0^ —I mCL LU <LUX_I h-H- cmoco—2>-— _io>~cm-ji— h- cmcmco • — m^-< • <J-ooX^. ct » ^ O UhHHH — lu--io»-<:>-<j- -:Xm^oOcD —<i— CMv^cO vOCMi—1 *>3" < i-tO- 1—

1

cc~ LU^-» >-"-<«— r-«l/1>-——.< »t— -.(— *2 > -r^ »sf • ro •Olu + > 00 O >->-LULUX z

—o » _<-—

z

-h- CMS 1— O0— _J —.OQ CM— •^CMX 1 • |1-5:0 h-hO. X cocooi— r- z

oo «-»;>uo • -»o0— C3CM -CM » »<u_.—.^>>—1 » • » •»—l*»s t— »z H-«UJ^^rovt— «i-ujoz->'CM>—Q.OH (_}'"»—•'-»*"*—• t-U_i-to »< xfCM^-il—O 00 • hl-02 ••

^-vO hOjI(\j(mqm.JZZXCNJHNM^D'-h rno • iOZS 1—

1

hQ z DDK*ccll— — i—uljcm •>—1 • • >-— —— <C0Ci ,-'X • . 1 t-Oi-i _J •X 1—

1

Q_Q-oa:z»-<u_< X » .n ^.ia "^^ <x —1 > •-,

1D *•- 1 co •a: LU uj<t < zz <o t-H

QDX ,s.*v*v>s.rfc-'-S-OXO-^-ICDNS 1JOV.—

.

_j*-> » ••N»>tr^o • • ST O-Z z i-h t-i QL O- CX o_

OCDK rOLn^Oco—

:

>0— »HrHlLlCH » X 1—ICMCOvt «hm>s < > * LU co»—«»-^»—

i

l-hl-l-Z>-H>-<thhDa:<—— 1— LU-— »xom • • »oo z: h--J cc. H- >OLl-; '-l-IUJLiJ< • LUOOXU-'LU • CL(— CMCMUjO--<CMt—' • • r- 1 lu »-- •—< c • *z • • X

zzzji/i^i^uis: — vOO'Ml/ll/l— »C0— —oozo— •—ii—iin •Q.LUvO X rj U- •—1 CM LU CO >fr

oco •*•*'-X^V.!-. CM^CO SSN-NU>NLU(*10h(

•• »CM>I— *v 00 l-C LU—<»—• »—

t

h » CM l-Hlro —cm 00Q —1>-H XN^NHH<C >—1 OO*-. 00 ————

XMWWJ2ZZ2-. •Z »XZZO-2 • *z<u-^i-iXO>- ••-'cr:^: _j t—1 . »- H-Hl-l-H K-z.-z.~z. CCaCIM^OJ'HCO>00

—01JL • i CO -JO < <<<<<u-iuulij_js;2:5:s:'——2< »5i5:<coEc\;cM2:t-> D<<< •< »<<!< < LUX z SSSSS LU

iss:<5:2:5:2zxs^ MZ2-JC2*-— s:r5coi-(-h-4-i-'^i-H-i- h- 2: • a QCCXOiCXQ: i-•—«•—•»—

i

UJDCCOJXOOXOCU'aCUJDO'— <<<r-< »<i<< 00 <o a oococ <OOOo-OuOLJ*-' xe>-Muccaooouuj'

t 11 1 «

—OQO •It_iaa

1 1

LU Z_J u_ U_LLLL.LL.LL z1 1 1 1 III 1 1 i 1 1

•-HCMC^^-LOooocc

CJCJO uuu cue

31

LU00

uu

00 >•

x> _J

LU LU00 oc

O 001- LU

Oi-i 00

MHOO

_J LU

< (NJ O2 1 oo—4 t- LUs: O i—

i

»»

oc < CC O0LU o CCH LL

m-» o _ _^ ^.^ *-»»»LU

00 LU CC oc oi Oi C*aC Oo or DC LU LU LU LU LULU <•—

1

^ mh —i MH MH MH MHf-! a:X O a » » ^ » » » <a. n m m ro com X< < 00 H —

1

a: LU X ~*.^ (NJ CM rg c\l C\I<M —

.

O Q \- LU ocac OCC ro —

»

2 < h- lulu in in in in inr- h-LU Naatf CC• r < 2 MM eg <M rg CM CM<f ¥-* LU

h- M Q • » O O0 MH

Z> # a 2 oo in r- 0^ .—1 vJ-vO 01s- I— »2 Q. CC < rfiiH 1—

1

i-4 .—1 (M cm cm >t MH -0ooo h- c\j o » •• LU » » «> CD i-4Hh => ii o oo oCoc O vO >o -O vO-^ OO »»-2 o > o O MM < •CM 00 a:OLU #*^ LU i—

(

DO Q. < < < <I <_j O • 1—

)

MH5I> oo >- o LU I Oh X X X X X_l LUm O

UJ o a: —

<

O a. MH LU -»»->«-»(_.—H- -,(_ ~t-X> • * (- h-00 —

<

a < < * * O <M.<JM.ej mh.<MH<MZ *»M LL »-H

LUGO O0_) (- LU z oc >> »—

*

x •:x :>< -:X • X " * 00 - M v>

00 LU OLL oo mCL- MH O LULU o h->H->h->H->l->> »> X >ds: <H »—

i

II >-cc OO I —1LU1-•LUi—.LUi—'UJ mhUJLU — LU oo LU<Xmh -JLU X >l

o LU MH o •O •0 •O •OO > vOD O M-Uh LL00 LU- U •—

1

I WW r-H>-H<MH'•3"MH|n mh rOMM _J •—"MH H MH D• » a O h- H 2 C-"Dw 1O— lo— O—

a. a:- X W al-l- cvim 2 MH «"»<! < l-l- M .—1 -1

1—

1 1-^ 1—

1

LU MH O *~ t- 2Q.CL mm .—1 —

.

h- LU 1—IMH < •O O •a •c •Co: a. Omh MH 00 M MH

ZD^ OO •X. isj 22 21 -d"»— -T|—^"t— -sft^—i-l— t— h-H oc 1—1 2OCOi 00 OhZO o —i 1—IH <\jxc\ixc\jxojxc\ixx oc mhX » MH OLULL l-l- h- II w<r-l LU < _J ot- 1- «— LU"— LU.— LU'— LU — LULU O — LU -j MH 1- OC

H-I- oo _J h-H — I a < oo 2 LU|— LU|— LUI~LU>— LLJh- h- LU at- < — O <ZZ LULU X ZDth h- m-i LU O (3 13 1D Q a 00mhmh 22 < t->0- X _i H- _l_l 00 OJCJOJOJOJJ 1- 5T-J •—1 CC -J22 LL QCI— LLCL 1- _i —i -»_J LU UJUJUJU-lO_J_J MH —'_! O _J _l t~c\jm QG LU D.DO-Z LU <i 2 << CC 2<:Z<2<2<3 2<< < LL< c II < LULOLO OO Q mO>h 00 o H-t oo Cx. LUO LU (_) LUO LUO UJO O 3 MHO _l MH O O

1

0* Oa* M O

Ovjo 000 000 000 000 000 u<jhj o <~Jfj>

32

~3 m cc "3

M oc UJ «»* COs<i UJO •-im *L UJ*: t-l<\l C\J ^ 3•H* 1—1 m<-t «— _J

H n » H <t

CC a -. <\io-*--~ Oi >a r\H--*o: •1-0:0: OOO • CtUJ --I UJUJ «-» oo u.^ OOUJm HOmm *: v.

oo •O*-4 » »o •• * _j 00• • >J- -o lf\ i-tvO CD • • 1/) 2OH m-.cjx-i m-^r-i>-i t—

1

Oh OII II *o * * • * • *

II II z 1—1

_«-. i-i »«tor f-t »it\q: a: -».»» H-"3-5 •Oroi-n •Orot—

1

t—i -3"3 < <t*M**M* _)UU »o _iuj »o w*»* UJ M

m >> cgfN _J IHl- o<-i -J •wt>- OH H >> oo ^-1 Oi-i OO rHi-t Z>-» M-H 1—1<—1 0*^ »i—

1

i—l i—l 1—1 t—

4

OO • _J h-,-* t—It—

I

zoo'-' —^t-l ZOO*-! » HH ,-li-H 1— » O 00 <—»—« •> * »> 3 > **—• l- 00 i—i O

a ro>-« OO >~>UJ ao >— >uj OO 00 Q. UJ MH ^il h- Oh- • • H (—f UJ -t UJO 1— K-coujinujO K-H h-H Z • « 00 »^LU 1—

1

oo ao^QM UO^Qh »—

1

I—l 00 UJ •-.3T z. •^

o LULU ODIUh-m- •—'•—"— —1

•"* oa OO >— UJUJ 1- «—-!-• H ino >* • • COh«-tt- COh-^-o:— 00 OO _J '4- • • D UJK •

»^»-^ UJ M (— -. 01 t-< (— • < h- »«-»«•« z h-2 _J UJ» H-3-3 *»*-« 2! Q£O >-< h-i Ia««H^QM Hi30—.— —.— Z DtH-3-3 1—1 >to UJ 00«-( II w^-OCOfO<l— I— HZ 1—t •—i Csj|— 1— 1— h- ZHi-iCMi-i^CNJ t—1 Q. II

ww S ara: • »

•«—

i

Ihl-^ • •KXhXh • • »<XXmXh • • •(N • • S z-i\ H II II a UJf*ujin OOOOr-lUjU <tUJ*-LL|— i—iQULIh-UJw LLlt—i-"OO.-iGUJ a: *—1 OOOOCT" h- II —

U

^l a. 11

z~> •J" *—!*-* zzai-DhO'— UJZOOH-Ol— O'— UJU. UJZH UJ Olfl^H ct •—'t—i5I >«-ihhDDC • • O 1S) • • O 1s> * •(3 • • II l~ hOOC UJ >-»!—

1

2 1-

i-O t—< *—4 »—1 |— (—1 1—

<

jj2Jjq:mmj_i2-ijo^h »-ti— 1—>t—'l£ _!•—It—11—1

1

> rguJi— —1 •-T0—a «^W «..~- —1-j"-—1_)._|WW_)_J«— _J_J Jw>» w^»_) H _J ~— —

z t-z O *^

LL2CU-U-CU_U.<<U_<< II U,U-<I<UL<I< II lIU.OU-U.CC u <OU-u_o c C<=) UJ u-cC UOhmU octet CD ^•c

>f ro «H O •h ir» CNJ ir\ i-HCNl-H i—i i-l f\J C\l (\J i-< 1-1

o 000 000 000

33

o00>• II

<—_!•-•

I)=DELAY(I)=DE

ME(

I

)=CLTIMSQ(

CMII

COOO

••f-lsOf\l »v0c\l | >0s0II II —«•—•

r-— • ii

OOh- II ——— CMcm•

o wmm »oo- ii

>o II

UJ2t-o_j_jco

in 2: .-too

II X—

O

o s: xuo oooo- —m in 1-

1—< II CC2:— a.

00 Z*-1

••XCD

o o o 00 II •— II •»rnu •• X\- \- o a.

ii mXh i-lfO •••4'o

o o tr UJ — >-w II OO II • »

o o oii

5:1—

<

i— <to00_IO0

m «>o—»ujCO II vO"-ICL

• » • • ^» h- 3UJ5I o -^—lw> •

o o m II oo»-< in ••s0 •00*~~ ii

II II + H 2 II H- <^w | Ot-. —«"» «-» •—

i

a II -^O o ii O II o- c\j

t—

«

»—

1

«-» t- — •-. || \~ ^Z-M« —-* w > 2 1-4 O CMuOXC^ O ^o> >- 00 II — Oh-4 II OCN i—

i <_j— ••"4" •zoo OO x> h- Q>—-—OH II • » (J(\J * + x3 Z> co O z<5:w ii -4- in »zno ~ —

o

CO CO •—i 1- II _!•-<—.— sj-O^-imX ii ro —» (M >t•-H l-H (—

<

-^.UJI—Hin< ii ii mo— • o i-HOJ.—1••

^f\l II hDi/)0 • ii mmrn no —Ow (\jwin—

»

»» .-1 II i<iC\J CM— II DHOr^OwO •»— CNJ o •tx-^x • XtNJ0<N moc\iu— OOCMO •UJ—OO0UJ< mZ • ^ • II • II ^-i II C\|

'-' II••—

<

ii t-rn Q • II r-12*-1 U *-" • • • •• | tJO o ,—1« in— ^-l^» •

»—• LU «—< • — • + UJIJ_^ ~»II hhw— t| UJ •• OC\| II II t-n-l \ O II t-. n •— ii t-H H in

UJ>-H Dr- II UJimUJm ZD •

'11 i—

i

•—•__! >-•—— CL.-I <-l_|.-*- II — o a 1—1 » 1—< »—< ».—• 00

_Jwz *-l_J.— _Jw2 II »-h *Mrf II <— •-< > II n ii in co— o in r-l in^-iin•> •-'a * >- •> l-IN,/ orn- —ill— H-fMnic\;—— i-ic a. i—iw CM— row*- ii

i-hOOK-I— >£)•—"00»-iO0t-COC0< HMUJSI- »-|<C5oOCDO^-l— 3 _lr-H r^DUIh-DZ D-OZQ _j — Ot-a — II II II zzz h- _J o a OZHLLccoocu-tcLLocou-CLLCasri-- 1— U-t-fHHlIJC UJ <czozcziwo•—(•—iooo»-< i—<—1(—

i

UZC t—

H

D^XQ-_ih<OWUUmC oo UQLUCILIOUJUZO

ii

oQLUII

<\1

dm00 D(\JUJ 2—oo UJ>oo II II

a_l ro^

x inr\i

t-n DO c\j

ZZO-'CM(_) O0UJUJ<—"X •

V» UJ || II • II <-l

o t/^^-.^»m— r-i

>V OOr^CM || •-• II

(_2 Q • »t—i »—

"

_iintN ^a. -*,(\i-^Z) _ioonjQ<NH JDO OUJ <2ZCZOOO OUJUJQUJO

III ...m «4- in or~ com a* O'-'fMm ocsj

34

in inr- roCM •

• ii inii

^» i-4

>t II

^? «» CO^-- o «/)

o zz X •r

X o r-l CMin o 4- CMo LU • « ll II

<\j • » ID CM «-» r»• CM LU • CM oo

ii • 3 IItaMP

»

II O #-. oo • »

co —

»

ro o o>_« co LU «» a. 1—1

o w X O »—

i

II

z LU CD \~ z ii >oX O Z X ~-» <S)

o Of:

IDXO

o1-

o i-H

•*• • O •9 O0 CMr- 00 •* *: r- o II

iH r- o f-i Q. in• LLI i-i < • •—

»

00

II »- • CO ii on—«> t—

i

ii O «-» LU • » CT> ••

CM z —

»

LU CM Z3 r*-o> H0^w t—« CM UJ w LU C\|tH II II

^o U- ro i-H—l w LL »Hi-l ^O 3 II II >t<r•Z o • • O • • •z O «>j-Oifl+ x X • + 1 Z X + 1 + x CM<—o 1- + ~~ ~**~> ~X h- ~^ —.—

^

>o o w • » •*

«* *-l « CM rn-t •<>OU 1-H M CM cnvt— CM^t N. Z"mm —1-1 •• 3 0> i—IiIN i—1 C\J LT\ i—

1

3: 0> ^CM —I CM 00 —Hi—I•• w _im II II o>

win WllOw.CNJww *^^^ • » *—'o—CVjwwww_m v» i-i ii com —

xcm o LU «4-Xi-tX X>-X>-CM o XKti hX •X>-X>XCM o o mooo>txII C\J >>» 1- » II • II ^H || || 11 II —1 v» co • II • II —1 II II II II II CM o«»< • ii

—> t o t—

"

I—I— LO— r-l «-»—•. «•»—» • O OH« in»~ r—1^^^-.--. .-»*. • a wf- • « •• •—!**•—

• ll m• «-» 00

ZU- II

II•-• II •-.

II I-"-1 1—>•—• II in

00LUIII,

II hH ll «-< || »—< —It— •—i •—» ii in 3 0«—

' ••OCM II i—>

lf\i-"*0 in r-l •-I cm ro^^r- IX. in i—i •-I cmm vt in i-i r--> 11 i^

I—— II ll ii inww II O CL CM I—1 witMw roww w-w»_> || c Q. 1—

'w CM—m— www || o a. •-I CM CM CM r^wOOZh 3 _j<roomccncoooo2:i— Z) J^OxJ-C^OCOOOOSh 3 _)w<CDl>riinQQ2h K- _i ii Q O CQCOZt-i h- _J o D QCQOQZt- 1- JZ II ii ii azi^o u; <HOZC2CZZzziwo LU <czczczzzzziwo LU <Jr-l-IHCZUJU2C to 0<QLUCUJQLULUUJUJCJZO 00 UQLLOLUQI-UUJUJLULLJUZC 00 Um<OWCULIt-i o i—i (\l m o 1—1 CM m o 1—1

CM m m co m <f >r <r <* in in

uoo OOw uoo

35

oO

* 21> O

>o OvO * Xo UJo 1—• <

II c£»"• »

o *: 2:f-A 2*i —

*

CM M « » CC• o 1- UJ

II 2 00 3: wO••* X 00 >- —1 inm o UJ < Q O fOr-lw

II o « _l •—« 00 *

o —

»

< -> Q. • » •~ CMO*-2 r» 2: «-* 00 HQ.O a:— ho:I —

»

»—

1

»—

1

O *Q ujq: f-l uj

o o2 _J

O 1

tC\. *•ou t—<lu

• » X •—1 » 00 OCL—I O - 00 in r-i

r- o 2: •»> O HZ • CO>0 UJ m—»«H.—

i

< O ~3 t—

1

»o • ^-1 H •0 •

• • r 2 O w X LLjOcD QC •• X) t-t »mii sO > 2: a. 2:x • •-^q: 2 *om«-. «0 a O >—

<

< H-t<0 Dm *—

i

_JUJ *CM o 2 h- *: a: l-^IO OO 21 _j •<—

>-.(oo 0C » O 2 • • —>t- • • x— -

-HO • * I—

1

O O —» X-ll- »•—

*

O 00 00 200—

1

•ZO 1u_ y- > O -3 c£<.-J > • h- sOvO »

+ X II II < CC h-«- »—i 3 • UJ> *-^ »—

<

>—>-» — o--»— 00 _J —

»

2^ 2: 00 ujOI— Ouj 00 ~".U_' i~ OOUJlTlUJ

CM Ni" Ixi en UJ X 1— OmO < O Q-»-TClO>—Q Q I-15- 00 oo-^o

i—iCMi—l •*«•«•

w

y- 5: UJ 00 • ctO 2 M >- 2«-. H-1 2 "~*»—

1

>—i 1—*H-" ^^*Mo—-cm—inoo < •—

1

h- H-

*

OCL-J > y- hQh » « - C UJI— h- H— a:—hx ..xcm22 2 00 < X Uj H-.O a cc 00 «XO-JHh O ^1-2 < 00 •—

1

» II r-l || CMXX t—

1

_i • » UJ »—

«

» Q_t—II—

1

UJ • <X) y- i-HctrQ*-1

in—*<—i*-^ «iLJO Q UJ 13 UJ y- 1—!--» UJ > 1- -.O— •Z2 00 rnao: 00 y-y~y-y-ii —i ii

•-" n II II CC 00 X 21 X 2 II >o X »-H < \0 1 ^0 >•—it—

1

11 11 11 <x»-x•—< i—i

»»^.»^-^ a LL h- »—

<

h- »—

1

-}— h- 0£ t- w .wOOl— h- >—1^» n 1 >- HUJ~-UJi—i in"-* 1.nvQ^O X 00 c£ h- O 00 hZh •DO cc 1-2: < ool— Q|—

N-W-^'—"— II 2 H Q-OX 2 X5-JX)> UJ in"—*-! _j OinDl^OCOOS _l —i _l 2 1—1 COCl t—

i

_l h- O-Q.CLO0-J_J > CMJJh- Q. -JJ2JQ QZZZh h- _J O -J •—

<

w H CD _J 00 l—oof- -I-J 2 1-2 OO _J_)^-_

I

DZCZIIIW UJ < UJ < a: U-C UJ < ¥—

1

DD2>« c<x t—

1

<<LL<DUJCUJOUOZ 00 O CD U 0l —

<

QO CO O _l o»-ocuu1 1

qcxq: Q UOhCCM CO in s0 O

1 1

in r-l Oin in CO oc o> cr o> in

cue uuu uou uuu cuu uuu uoo

36

OHujin•—«r*-•-.—

i

co•o

.-» rviH—

«

a: •• ctc^UJ»—

<

0>OUJLU

» 4-

o fO—OvOfH »o »»H» •-H »>J- »

q: ••Qcocr: z.t—

4

_|UJ »t-i Z>o o _l «hQ CC(— !-!•-< c~ D-» (- fHH i-)g\ 00 ZOO'- 1-' 0^ CL» q: » » » » UJ

> oo LU >-»>> a XUJ |-(- h- ooujstiiiuu i— h-o UJ KOhOQ o»H OO ST UJ !—"«-»»—it—

1

o z.*- oo < I OCE- o <1

OL LLI !- I——»-«oo < s: a:o •-« "-• oo *—

»

a:Zr-f-lfM Q. <h-|-t-Z.»-<C\l a O<—

1 » t • ccxi-iXm • 1 • LL <~4

h-»-.OUU >- <UJwU_n—_ a r-(

QwOJZ < CLJ-QH-Q^- Lb z00 • • -J O OO • CC a

_)C£ •—'»-h O. _j_j5i_j_ict: t—

<

Z> h-_J_)WW OO —

i

i^—

-

i —t —

i

w H Q< II U-U- >H <I<U_<<1 II LL LU ozO •—i

'—in Q UUhOUmm in

t

•——

OC OLU

(JO (J ooo

37

•ft- *£ *•

* &•« 4J-

•ft *# 4*«. 4*• «.

* i?* ft# ** #* co ** UJ #* 2: *V*• -H ** H- *# 2*• • «•

* 2C •*£•

* X> •M

45 CO O ** h- O *•

* Z. < *« UJ 4:

* > •» K* UJ > fc*• cc 41-

«• ll- co •K-

* cd *«• 2 »«• > UJ 4>

* a: *« o » *4* h- > **«• co cc i*-

tt HCO CO *•*• xo 4.

* »—

1

UJ *•*• UJH- CD *-

«• 2!c0 4s-

«r •—•»—• » 45-

« Hh- > +><H- < H ns*

*• LU|- c£ ** iw c£ •*>

* h- < >».

*• UU 0: *4 H- LULU j£.

* <1 HI • « y.

« _J <|- a •i?

* 13 UJ< UJ •t,-

J 21 CCO CO -c

4f •—

<

ID *4v CO V*'

* C2 l/l *4* LU H-< UJ «•

4r 2 Z &* t—

i

• • t—

1

41-

d h- UJ H- i'-

# 13 to 3 **• a a 4u'

*• cc a, cc u-

* CD OC CD ** 3 D ZD t.

•fc CO a. CO

CMcm

ujO1-0

CO CO

•> Z-H «-^ »

^^ _JX >—CM Q.t-i <t\JCM CO * J—

» •" QLU ujO—,LO •-s: OCOCM— •»—

1

5:5:—X S£t- ><•-<

COX C02T -H- QD -^0 *

CL—

.

U-OC CM + *^»-iCM »—1 • —.»-• » ^"»

»^^ •--^ OCM »-» I—

t

H-O- i«irNj CO— CM •• —OO co_ >-£ «--» 5:H-O- QUJ <•-. OCM «-•

H-.J- u.5: _JK _J— i«i

•••—

1

2>-H UJCO ••O •^-» • H- QD ^»o —

—. c\icx — O. •O CM » pH

O—CMO >t - -—» «- w— Oo-t-a «->ULI CM«-^ OCM CMiH *02T >5I — CM CD«^ ^-win< » Uh >-— SI U-0"-«_J-» H- <o —O LLC"-«LLCM -^co _IC0 CM Z>_J— H-t -->d-Q. ujs: w—. CDs: *c\im«- •• Q»-i^.cjrM *~*

—»»-i—»«»<-^iLU »hMO- —

»

OhWOQ^S ^-_l«- »X^«.rsjH-5: •-< CMOh--^QCM-^

r-lr—1 •"!—1 —l.-»l— »- »OCM »-<^—w^in • >t Z—H-—-O^i

_JCMcOt— CMZ—x»-i-h_J'— »^:t-<rOQ(MC\llJjCM^hQ-NH- <TLU • .0_)U

• »zo *<UJ lustsi--"QUO-^-•UJZLOalZCLQ. »^-C\JCM * «•_!

O » • ••— -t—1 +>'-*h~—.— »— —»0O— «^SI>-*_|C3l— C\J_I»— t— CMCM •1-iO>0»-'>-^- »Xh-OOCD—— ~»^»«—^-t co >-——•< »t— — »:e:>.-i^UJ«-2 »h(VJ2:i-(/)'«_J-»QO««UJO ••—cO— »OZ3CM •<%) • LL—0*-'2I->C\J»-<0_GI—O—— «-"—""U-H-JH-XfMCMO^i-JZZXCMH-CMCMZ)—CjUJOCM •«-! » • > «—O >— «-» CD O

• in —»Ov.\<r_j cj>«-h O"V\ »v r»-—>vOXO r-4 _1 CD "^ S CO— _JvO^-CO*-'>-0^^' »H^HUQ|- » » ••

kh I— H-H-Z>l— >>tt— t— OQc:<'-»'-UJ-»UJ OUJUJUJ< »LiJCOXLUUJ • a. I— CM CMO r-t

Z 2: -J co co cos;— co3»-hcocO'^ .co——zomo •^x>v >«vt~' cm *"«. co •^vxv (\i-*vv(__)>ujm(— «-"H- »oj i-.ro ^,cm cOO-J—az oocNino-iMOG>-oo >llOCUJ—ISSS:—— 2I< • 2: 5!< L0 21 <Ni CM »-. ZD i-l

cds<s5:5:zx5:d(\5:s-j02w— zjcciiDHUJCClUJXOCXOCUJOCGUJOHfficoDdCOOO'—'XU»-'•—'CCCQ-OQOUJ— t-1

II II II II I

zo

LU ¥—1

3 H-_l << _J ^»^-.

> 13 CMvta. » •

UJ *"•*-»

a CM CMcc >t M>«Ml<l UJ O-D-_) H- Xi^C

h- k-< «^N_»

a Z SSIt- a »-H »-H»-l

LL H-H-C0 • II II

UJ CT>""^ CC —*.i2: o^m O a. ^-tro—

1

• U- ah- acMu O. i-H^-l

<7>2: CO ZC0+ +H .—1 11 • UJ • UJ'^-—2 II — UJ s l-^2:l-^'-•

LU *:^o. —

|| (-l^-w> — >- h- -JH-OlCLUJ OUJh- ^^

1—(2! ,—

UJ m_j—

w

H- t—'— CM _J -12:2:UJ CI— u. II Q Q<»_H-.CO GlilMM t—

1

DUHHCO

00000000000 000 000

38

UJo

<M

II

CO

UJ

II

CL —1- -0 OX HliJ ^ O «O •b w <\l QOO l-t»»

wOOUJ2:

II

t—

t

•#

>Z»—

1

inUJ s:lu t—

1

•—1 ^

h- f-s: H »-» a: O a£t—i (-•-< UJ >* a: O Oz 11 h- II t < >t a:t—

<

*^ UJ UJ m ccu. h-_i z SL _j LL UJ 00

-o —_j a —1 UJ • _i U- Q O2: rH UJ LU< n »- 1-1 < > XJ zo -H

o * 2: SO H -« ^1-f a CD i—ih2 1-ct i—l 1—

<

t—

1

< i- ^» > O —

«

O •-.CM »—i O0u_ + H |_ .» _l z UJ cc CN • • V 1— » — a: 1—

1

—* UJfNJ X UJ 2: UJ 00 •O 00 HQfMlil 1—_J i-t —l II 5: > t—

1

00 O Zl- 00 1H-4 • h-CNiU. <

< w < • »•—

1

»—

t

UJ tu 1- 1 1- < _l 1-4 X r- u_ h"> a > 00 00 2: • u_ •0 < ^ — cr\jX OO—

1

^ —

<

LU-. »—

1

K- V- n > II UJ h- ocnco1-1 a: «* or 2:m LL h- X -0 _J t in t—i —

1

l- X * • . LU1 at 2: a: >—1 # z UJ 1—1 • Q • •• C£ UJ c—m 2:—

.

< »—

1

< 1-0 x z 0- 0N^ Z -0 UJ> a: —. _J a:^-*(NJ— t—

(

CVJ H- UJ X a: UJ •Id UJ CD a: < CO Cv. UJ • 1—

1

1- 2:M H II H _j • h- 11 UJ 2: C\J«- • • 00 • 2: LLO1-1O Xa. 00 *^ 00 -JUJ O -^ z t—

1

II LL U UJ 1- UiQ UJ UJ U.U-iCMi-IH LU*a c£ l^-LO a: <CL Z o> 1—

<

\~ 1*1 z:x H O ClZ H _J X •— _ h-ii i—

w —

<

o> UJ «-» z: UJ i-Z < • >UJ < • CQQ l-Q LU <t** u_ IDO u_ 1- _i UJ c£ II ITM-*-' (X 1—1 1- a: 1—1 «• zo _JC\J 21 1- • •»—

1

2: UJ UJi-t»-«UJh— < ^ t-H_J < ^ UJ _J»-I 1— Q.I-H a. _lw h- t—> i- 1—lo- h- t—1 1- 2: II wZ Q. W-lw_J CL W z _l<— |-3r-l 2: -JCL UJ HO UJ ll u. UJ I- UJ I—1 I—-an. a UJ UL II LL< UJ U- a <LLOXU-' II c <* 00 IUO 1—It—

1

00 LL Q H^CmO O0 t—'•—1>—iCJ 00 t—

1

a u<—CC^Hsf in

1-1

in l—l

CMfNJrO

in

000 000 000 000 iSUL^ OOO OOO OOO

39

II II

& '— «^^

* OS!000

—1 II II

—•» «"*«**

O CM<N••> to ——« h- 1 oxCM t—

t

«

•^ OOw < -I — CM II II

h- :s + •-• ^^ &~ — -^00 00 II

^^ »** LU •w-CM CM CM111 Dh ^ m LU s: «* —Mz> ooo t—1 — 2 i—

t

•-•ft OO_l 23 w X~«i-i o»~ w—* -IO< + o >- >~_J O |

0«-< II II

> -»H- •d <-»1 t> —

»

Q— —»«.-• II _J _»— »~ m 0-3

1 H CMCM-J "*—

' -*• LU UlUJOO l~— HO WW< (-«- Q DZ3 o m 00 f OSo oo— 5: II t-nj H0> os: 3LU CQQ»—

«

3t- X —_J(- in <jt—

i

uz O II II

h- ooo t-. | — a ^- HhH Oin *»-^00 Z3 h—

«

—H-^ oo ~»UJ •N.H H CM CM»—

<

II o •"-1—^Xoo-^ i— • —» l-H ^v. WW»- l-z <•—+ >_J.-H • • cr> | UJ LU J— |_ 0000 1—1»» • Oh- o>< O0 3t •<o— >oo o>~ 2:2: H oo i/i _j_j LULU—••—

'

Oh 000f- Z)-» — + >-~'_i*—

a

II o a^ t-tt-i ooZ) Z5 OO 5:5:0— II O II II II

00 UH •-.—<;«- LU«-.O0 (NJ cj>— H-l Z>0-~0~ h-H- MMl/lO -JOO _—»—»l-oo »hjOQM 2: •» cmjj \\HUt-«l-iH-«SN |-l->O0 Q.O CM<Mt\|

_J ZJ— "0— LU>- ""»t—

1

rocsj •51 —. -^ ^- f— v^_ V, «_ ,_ 0-~ ^, ^v.<t5- • # www< •^^•O*-1—>0< —. «—<l— - — II II Of •-< »^ h- ^v—O—O— •"-' i—

1^. 1 1—t— -^— (M H->0z i-HfslH—

«

£<2JC<-J mC\i^(MLUJ— *^ w(jtj^»i—iCCt—n/^>-«rf«^t— 1 •—• »—t (_LJ (— 1— c\im 11 -JoOZ—

1

— • vnO- •-i—IXiXiXU-lo • y 21 t_j ZHI + t-i- + w +<oX-——QO— • «t—

<

II II II

U- h-o— *:i— uj «q •Sw LU •• »-~o •-2:—— I >-^_j>->2 O-J—— HLL'LL' _«-*.>

«

1/}LU.-I • t Of- II 1— «-<l— Z~ v0^-i-3 II l_ .-« _,(_a_< ,_ uj <l< _i cd ec |~h oozZ -» CMCMCSJuu 13 .wrH Uj II O" CH-Oi-t •-1

II 21— -» oo f-—o i-— _i—c _i _ixao o: oi ij § t^-i «-.—•—1- OUJI— II 2"-"» «M i 'JO H LU • cm ii uj s^ u_o _i i— i— oooLUcj^ujuj<o:oiOC?OLUuj •<3h>J< ^Cloo-j -«»—!— — huwHaos-52-- 1 OO —ImQ QQXQo 51 CL Q. oo oo Z. Q- Q. O 00 cCQ O-JZ>o

115-13I-I-olooot-H^m

t——hOII V<fV

•—11 II 2 >- UJ t-"UJ2: ii n n ii ii ii n ii ii ti ii ti II II II II II >>-LU II |l II Z.

t-i^^t— (\ICMfv_JII ^>- «i0. ^" ^<— ~—

» t—it—

i

-^NOLUt-Hj- —<t—'1—«»—<(—IH-t t—(1—It—IMMI- 1 1—1 *— t—1 «—( t—

1

_J _3— II l—_J— _J —* —_ f—1 w •-, II — H-Z '—»—»——#—.•-»—»—• — »~C< CJLL_JC<U-LLUJU-U> II lLlLr-(CllJChhl-UUL;UUJ.'OXJCJ»UllU.U-OI-UOUjZo 1— <- Q_Q .3 c •-•ai»—i oo oo :*: »-i »—

i

ZQHUuotcjOccjasQQaocJocaz t—<i—1 1—>(josoauj1 1

1

inin

cr> cin <

1

1

1 1

r- cc

00

40

•K ft

ft ft* ft*. ** *ft ftft *a- #ft #ft ft

* •» ** >-cf «* q:uj *# o> «ft t-o: *•

* l/)LU li-

»j. h-tl/) ftft X ftft < ft•a LU ft* IU- ftft h-»-« ft-

ft *ft ZLU ft* mZ ft* —

t

** lus: Si-

«• ID a: ftft UJUJ ftft X>H- *ft ouj +:

ft o »•k LU ** IQ *ft H-z ft

* < *ft a ^ft h- •Si-

ft » ftft _J(/> •&

ft <o -*

ft >•-• ftft -"1- ftft arcn ** QCi—<LU •~

ft <H-_J i,

* <CQ ft» 2h< •K

tf. <00_J jr.

* »—

i

ft* > oa< ft

* t—

i

Ct'LU> li-

«. C£ OX<J ft« or UH ftft < LU<O0 v.

* aciS)i-> ftft uu ftft z ft* —

<

• • ft•le- H LU *•

ft Z) </> ft«- a o ft« Q. Q. ft« CD CC ftft Z3 ID ftft oo Q. ft

CMCM

JX >—Cl>-i <r(MI/) * _j~-QLU LUO•-•s: Ot/)••—

<

2:2:*:H- X»-tCOZ t-QD ^0llq; CM •> —

.

»—i •• — —» ^^•—-^ Or\J h

ixiCNJ oo^- »—co—

«

>-2i 2:QLU <Jt—t t—

4

ll.2: _J(- ^Zm LUUO •>

-h- OZ3 —-^ «-^Q_ O «-•

o-~>t • ^, O0>t»-LU CM~- <M•-i «->2: wCNJ w-IAOh >-— LL0>-t »-h- <0 LLO^-^oo —IO0 Z>j-vj-a LU5! CO*5:w Qt-4-.M—"-"^LU (—N-Oh^Z —»_)—»O «• ->— CsJOH--^r-lr-I^H- •^ ».o—

>

^-l*i^ » Z--H«-H51 »w^ _j(NJCO^-nfOUJ(\| X— ^-titi

S^Hh- <tlu *o• »'<LU LUSZ^O-.Mctzaa ••—«r\j_jO •• »t—1 »>-^>>— '—OO^^jOh (M_j(—

O i^LUI—MSh OQ-»_i «

>J- Q^MaGH 0*—-^LLi—

I

>— -J|-Q^>J22Xr\l3—•—<LL-~ OU- 1 ^-1 » • >-—'CQOq;u_c\i ^-Q^^<_i>-'0IXZD^ \SSOXOhJcO-JH<CDOS VOM7, >- •!-!.—iLUO +i-ZCMI-Hl->-^l-hDQ/ UJ~-

UJ »UJUJUJO0XLULL »0_0—1>-<

ZZ2-^^COt/53«-'00</T^ »ZO-•"iQa^NsNcC ^v>CM-»UJrOQ-I—mho ,— rO ^-(\l_j^-^iDtOoo22ZZ »XZZO-<U.||Q2Z CGOjh OQ>-0>11-'<Ct LU LL< SI 3! 5T< • 21S< CC •"-3 1-1

CQ 2: 5:H 21 51 2:3 c\j 5: 2 -JCD CD—DHw<cDCCXCG^o:OHai/iQOcuuui-iHucCaiiJ-yM III

a:3»-LUa:

• •

1

1

LU21•—

t

I'-

ll >*— >*—-~. ir\-i ir>-j0^ KM w

0. «-* -^1-1 o> O>roLU »-<Ln f-OO H-OOm^LH

H- 51 «^ 3 3w t—

t

LUO Ceo OcoOO1— 21- Cm OmhH-H-

O LU l-H + +> 00 -JO -««•« —€a H-»- ^^ U + (Mi-l C\J MH(J)0 «V1

1—

1

st- t—

4

»

• •_« •«— ai—l 1— t~H^» OH Ol •— _j

< 1—

1

<V0 ~LO LUQ UJOHOJa. t —

1

1- • • H- • H- • • LL

< w h- COvO— oo m—ooolu t~*

u < HLU »-3mi -5M-.LL2• H _J •>-Hw ||

r-lw || . . LUH *-» >V0 II LU II >—

J- II >">^LU Z< l—l — a.—)Lr>'-<\s\—)is>>-*cccL Ml

w oi •-'>- Z)w D— Q>- 2!u a LU — H-OCCt— C<MC0(-LLI— ccZ5 :*: X 1— i-iir\t—iCt— LO>-'C'-' ,-' LULU •^ K Cw —H «HwM H-D LL <1 1— LUCLLiVOOCLLOOLLLU LUO —

1

-JmIDmmUCmmmm C<-l OJ>t

in in ltit>

UCOUGCUUUU uu< cjcjo uc

41

o

oo

.-« —.II 00 *-*

O a —

>

QfH z

1—

1

t—t _ O Z mCM

O » cm »

i— CC • O O CCin

OO

UJO O O

(_O O « a: • • • « (_l-

• •>

u.u~

UJ UJQlvO

(NJ

+u.u_

UJ

o >* 3 O > ~3 (MO 00o UJ II ^-CD z H-O II UJ t-Hca ZZ

2: — —1 •—' —

1

t—

(

wh — 5; —1 mO^ •—)>—«

—» 1—4 (\J + • DdC »—

1

~) t—

1

+ a •> r_o 1— —

1— h- HOZLil + •O w t- Kl 'O—.UJX CO O O -h- •-"U. —

»

0:0 a CO O hOLL<; a. CO z HON u. r\j O CO z D. t-ar- ^-(U.

3:1 UJ 2U-0— =3 w • • UJ » 2:0—0 Z) CO

• UJ <JD —II (-OCNJCD h- OJ —

»

UJ II K-C5OC0 Li1- >• 2:— < CM 1 13 • » co .-t ir> 11 < ~i >- — 2: H-->Z) t—(• t—

1

_i cc t-nCN 5: • O^C« CM => 1• -5 2: cc —)i~« Cr-lO— » H

• \~ »-«-» •—

1

HOdip-i ••—

.

cjuj— UJ •—

1

O y- — |- i-ocr^—i-~ CO— z HO UJ 2i-lUJ • mr-i ZSr-l O— UJ z O II Z.-ILU • —-1 f—

<

H-

4

«-i UJ ~z UJ • CM •U.O ••0 II•-'—

>

• —

«

UJ UJ Z—

1 0LL.O •O Hw CO 11 1- —

i

II • •UJU.Ujt-'- —

J

—HO-OLU • 1— ^*» 11 m 11 • • UU Li. UJ Q* i-41 <UJ > 1—4^~ < Cvl <N -*i-<2f Z3 • •M* *—

*

CM II b^xtQ-O < -3-) > .«-»—<—<,i-iZZ •w_> 1—

z cc wCO Z — II fO + »COQ 1- wUJ || >-UJ z — II cc rnwm + tcc<^ 1— CO*-* _:•-« QC a— »-rnm ZCD (-Si- CI- • cc a— O »-«_:•-TOr" 2CD-J H U'— UJ ZCM •—•—(•—( _j»—< 1— a. <-> co «-• —

1

H^~5 UJ Z~> h- w^^,rl—<1—l_J 1—

1

H-Q.r-1 UJ—* CO OS l— MMO II w_!<— h- ll Z)f-w ww—

1

H *>* •»-# co 5TCC : 11 — _i—

1— II 2:u. f—

1

-J*-" _J u-oarfiu.<u.ODrfi(J^aGii-.u. 11 _j u-a •—

>

•-_IOmu.-iU.CZ3r" 1—

1

t—

1

X 0* < t—2 —J •—"—'l-> I—100hzq-ychh -3 < "-•Z X _•<_>_IMmOhCCH 1-

(\jrn-~t to cc fj> o—

<

O «JCJO CJCJCJ UCJU CJOCJ uuu

42

>•<

O o O CM a: —«t >* «* >4" ex

<t—

t

o o o O LU

H H H H LL

O2t—

1

o o O o -Jo o CD o LL II

CM _l *"»

«*

> > > •

<X

O ac a: a: 0> zh- 00 oo oo 0> LU -J

o O O 0> 3 «-»^ Xo LU LU LU a> LU CM>t <o o

•4"

CD co CD

ii

3O

» »

••> o _l _j _JLO —» CM CM »*-*

o O ro _l _i _)>* h- o ww 00 r-(—II H < < <t _ H Q_CL LU + 1-

*: o O o oo C^ LU ^r^ 5: _>~-t-i CD O l-O H > 5: _J ww ^-* •-Z+ Q o <\J

»

»

—» H —i < 2:5: H —»_l— r-ILL o o o o oo fx h > •—<t—

1

ax*-< + KH UJ «-% oo • • •o 2: LU i—

i

l-H _l *<*—•-—* _) f—

1

H a o o LU <X II II < -«-'2r

Ht-H'- CD • — UJ LU UJ-~ *•» C* -^.^ > 2- •

OOwi-H < H *o • • •m UJ o < 1—iro«—

—I _H3uj • _J O •om— vO~ <>— • CJ • • • 1 a l-OUZO Ct o H .—t r—<

—— a: II •

Z>-hUJ < — _j—. -•:*: >t*: ^^z 3 UJ X + + CM < 00-.^.II _J • > ^1V »CM ii —> ii

-

ii- • O • LU —OMW LUO*—— II ^ < —

>

II UJ • h>-Oh>.Oh>-uj 00 — z ^-tf-ldt—

I

h 2!+ —t-i—»cc UJ.— CLOvroo<J"^oovt^ooa CM — *:>f X t-it-iUJ

—•—O. <X 2m>uj 3 3 D> UJ «-» X Q-0- II LU 1-wZ^| UL LL —ii— \- • Locoa>-icca'-<cci— H Q. o ^^-»a z. UJt-cr:«/)UU»~i > _j.w i—• •—

<

•—it—1|— csji—1(— ro»—'—

i

i

^ h ~wCMH -J 21 —13D2«- CC wlL5—

w

— •w *-* «*^ 2 —

.

»—

<

2:5:— H _J«-"-HOU'-'U. U-' LLaU.LLOLLacU-OCU.lJ_ »—

<

LL. 3 -<»— Q.C LU <HLLUJ2Z_l»- oo t—

t

_|t—1»—

i

DmOCmCQ'-"-1 U_ »—

i

OO HHi«iCD CD O lu 1-1 a uj

m LO 0-< Ot-iO LO1-1CM>-> t-H CM CM CT|fO>t •4-<r<r

uoc CJOLJ CJCJC ouc

43

*• «* *•

*• *•» *fc *« ** a: *.

* UJ &*• CD ** SL *'

« UJ *•

«• 2T •»

* ** LU ** Z3 **• UJ *# Z5 *e O tf* *% 00 ** h- ** O ** UJ ** _l ft* UJ *!

# oo *« *« ** •UJ ** UJZ ** Om jr.

*• •—••— *:

* > i.

* cxuj Ǥ

* UJO *»• O0>—

1

#* > ** U-CX ** Ouj *•

*t 00 ** o ** 2UL «•

* •-•o ** 2 ** 20 K*. M2 %* OUJ w* UJ »§.

* CD 00 ** > r- «•» rx DUU *# oo cxoo 4«• O a jj.

* UJ OQ •v

* co UJZ *« <X< *r UJ *# 2 fc•i

4—1 • • *.*• t- UJ 4£-

* ZD oo *tp C O «.«• ex 0- &* CO CX «•

* Z3 Z3 Kf 00 Q. *

C\J —— - CMZH — •.

JX >•-

*

Q_4-< <i<\j00 •• _i—OUJ UJO>-iS: 000»>—

<

2:2:*ir- x>-<CDZ -h~OZ5 -»oU_CX CM •• •^»—i •• ^^*^ *^•—

.

QCM rHl^CM ww —>

CD- >-x 2Touj <4-« —1

u-s: _Jh- ^z*~< UJO0-\~ OZ>

—» — 0l •O 1—

1

o-»>j- «-» O0>t— UJ CM— CM-H >:£ — CM ""fc^

-man >-— u_

Oh (— <o u_Of-t-^oo _J00 Z3_J—'vtCL ujs: CD21— » Qm-• »—

1

—.t-i^UJ 1— rv 1—

Ot-^21 — _j— »

O •• *>—

<

NUt-^Hr-l-^l— — »C J

—— :x>t , 2—1-.fH5; -~— -JCMo-)•—t-rnu-ifvi X——15^

^ i-ij-*- <IUJ »o• »<UJ LUSS"•O

o

—• »-i ctz Q- a. »wMJO » **-' »>-•"'h*«tjO— _JU(-CM_JH- •t-tO^t »Xh—OO^

—«w«-i—< »h- »f— fHO XL LL'H- CM 21 J— oo— _i——OO2I00— »Cj3CM fU_—

>v},OmmO-OHU«-»'> U.'-i

QC— _I|-0^:_I2-2XCM3—OOU-OUJf-' f • >-^-coOou. - »»oss<_iHnUJI3SSNOXO-i_ICDw_|CO CD s0 r*"O— •fHr-IUJO •

•—«t— r-|—>-^-r-l— GC£(JJ-»

UJ UJ Uj UJ 00X UJ UJ .aUH2 -z. 00 00 00 Z)'- 00 00— »z:o•"c-v^^co •v„>s.(\j— ujmI— »-4 ^ro w c\j iw-

zjoozzz: fXzzo-<u.<3ZOOOJhCjO>0>^a:LLJ 2:s;2;< •• 2: 2: < co »-c z> 1— u-hmjh|- q.^ > oo»-i uj 1— ocD2i2;2:2:3fvj^:2:_jODcQ

(/)OUU(JhhU(jCQ.IL-II I I I

a: 4—

t

M-4- a: 2• q: _J

U. UJ CXUL UJ 00Z) 2

UJ •4- CD Z 4—1 f—

1

2; •—' >—I

'-, »-H _l—

1

+ a • ocx a. —

»

H- hh^OZLU »—

1

O0 *y~ ,-h u- -t

a.I

i-or- U-

zo— c~- zo00

UJ II l— Oroco O m> 2: 1 Z) *>

ex >-H ^Cr-lC — CM UJr- 1— +h-O0f-rH — > 1—1 z> (MZ 11 hZ"iuj »ro>H 00 II UJ »UJ •»• ii •u.o »o ZJ —

»

Z3 Orn II •»UJU_UJ,-lrW CD t—

1

O fH> —

<

«hZZi «—

XL wa: <^ ro + »coO (— CX — CM r-

ii »-rnm zod Uj >- + O cH wMMJt-'l-CLH > 00 •—

1

UJ H-00 OZ II —_i— H M CX Z3 11 _l•—

1

_l h-im ll< u. a Z3m UJ CQi—

1

UJ OX U^mi-iOhCOh 00 t—11—

1

00 OfH cmco

uouuuuuuu 000 000 000 000

44

o

o2:

II

5* o

LU

•—

h- 1—1 < +•>

1 \- zs.^-5 LU —

>

11 *-<

»^ <+ -*>>m*

s: O oo «o»—

1

<t -2L Q — >-

h O CC z >-<11 >o • C\J<_ILU <J> H •K -iujS in _J LU Ti- LUQ1—

1

• t oo 1—Q II

h- # *— •-•2:-*00 -4" LU

O • 3 —« _ 1—

1

LU .-4 K + —

O

•—

t

UJ + >—

1

-^ «-» KH-~— >•

» 2: in Q- l-H LU CN <MH-<—.—

»

>-H « * «"•»—• 21 • 3—w_j*— •—•»—

1

|—

-

O *C —

»

-H » »—

1

1—

1

+ 0>LU—

1

(—!«»» 1/5 t-4 11 w »—

*

».-4 1- » ~»U0<Om •a. • » 2 ^ + LU •—>-_)

^«f-< «~* -^ -~»-^ -~otl LU — ii *-» + -J LU 2 —<UJ-»«—c— •—«_» *-l .-.-J—- —

(

_J 1 !» —1 -3«— 1 5 1 » >JOO•-.2: ws: •—I — »2: - - •• HH •-2: M— 2:^-1 t-H H <LU2I •

••—

«

Q-t— » O-^t-i ClO^ X •—1 >- HJM | > 00 JOXO.—1(— *Th- 1—4 *!-.»- ^a> 3 ^H < *: .-.I--. a: —• LU II t •

— 1 — 1 «M^ ••- 1 ^0 — r ct *> 1— tl•—

LU X 00 a— h-»-2LU 21 LU ST C\J »LU o-t in 2:lu cc :*£ II »*w 00 <. O II mOOmZ H-.21 »—

1

11 -12:0 ••;;• sr mE < 11 -«Ma 2 »—

<

-^w , •

I-'-' in (_i-«~- in 1- -J—*-, in -"<!• h-*-< -3 1—<»—iti 2 < I— •-OI-I-III- II h-«-« II 21- 2: II X H II h- H- » 11 Z> II 00 «-»O0»—<»—'

Uj II LU II w LL m»-i 11 LU>-< <.-iUj II 00 im 2 LU »—

1

>>-<!<2:1- h- 21-0.1- LL 2 mhhi- u 11 LU + 21- Z) in <M»^ 1—

1

hi 2! H- «32HMr 1 LL hh^; 1- »—1^-4 «——

1

z. LU -4" »-i Q. ^ •— i-h -3 22~ Z 1—

<

< _l«JwwH< » a t—

1

h-< ll C 00 1- II CLL<0 < t-X 1II LU II H-<I mhD. t—

t

H 1- LULULLLLoo:3i«:o _l 003^0 00 Vl^0i-i30 DC a^-Mo::^002 < Oh-t-^i 21 00 00 QQi— i-h

O m O in in c1—

1

C\J m m * •* in in «o

00a uou cuu 00c OCJO ccc

45

X> <M< *-J £UJ UJQ SLII UJ»-4—s:hK-lt-iC/) UJ

-H- + •z.

Xoo"- —<

>+-- h- UJ<—w1

2;jmO UJ t-H

UJ— 00 (-•HOLD 51 t-i fO 1

S«- > + —— t-'l— a? LU*—

1

Ol • UJ s:—X_JO 00 .-.UJ

•0 II 1 l-Zh- II

—" LL II MtD^~i_

1

O ^_J• »—i^- 1

r-S II

H-O ^"t-«UJO0 2 w«-<2<2S UJ UJ— C£2HH SllLO-hH i~ hZHOU l_J LL i-'-'u.z>-+Ukj m UJ _l (X UJ

uou

46

*• «*. «•

«• tt« *ft ft« •ft

* ft«• i>» ft

* «« LU ft«. z ft«- •—1 <h

* 51 ** a: ft«• LU ft« h- ftft LU ft

ft O ftft *ft a ** z ft

* < ft

* ft

"Si->- ft

ft cc ft

* O ft«• h- ftli- oo v:

ft »-H ftft X ftfe *ft zoo ft*• •-•s ft* o ft* LU_I ft-

ft O-J ft* HO *'

& >u_ ft

ft a: «* UJUJ •*

* ooo ft* 1•- ft

ft LL> a.

ft Oct ftY. 1 LU* OOO *ft 2 **. LU^ *•

* > K-

1

*ft cc oo •te

ft 00 oclu *"li- o Dcd *••

ft 2 o «fc' UJ LULL. y,

* cc>— a-*. LU ftft z ft"Si-

»—

<

• •4k-

ft H LU *.

* 3 00 ftft O a ft* oc Ql ** CD QC *•

*; 3 3 •K

4. oo a. «

JXO-f-H

toOLU

CQZ03lloc"

S^CMCDwOLUlls:

o— >tOvt— LU

wIAUh0<-i »l—Q--t--*O0_J—>tc

^-•^LU

O » »•—

i

cm

<cm

LUOOoO

I-—oC\J *

OCM00—

_JHLU00ooocm-^w-rvj>-—

'

<o_jooLU5IDh«m

3CO

CNJOI——

5: •— ~» _icmoo—-.mujcM X'-'*-'^i£»-"h-— <LU »0» »<LU LUZZ"

O

«hocziicl >-h(M_jo » •—i »>-«^t— «-oo—-~_iC8e-<\j_Jt— ••

^O^ »Xmwoo—— w^w—»<3 »|_ •i

. 1

O ^LUh- <N SI !—(/)-» _l——

.

O 051^0— CO<NI U_—

.

>>t O ""' hh CLO I— CJ—— LLi-t

C£— _lt-Oic_I22XOJDwOOLL-^ O^M » >"-»CDC!QLLsO • «QNS<JmOzrO"-* ssnoxohjcqwjuj cc

o

n, *c r- (T1 -* "-^hujo •

mZO|-I- I— >-^-t— I— OOiLU—LU i. LULULUOOXLULU »aUH-22Z>OU)OOC03'-'0000— »ZOmCO^SNNCC •\>v (M— LU(^I

DWWZZZZ »X220«<U_OZZ C0GJM 00>-O>tLGC LU LL < 51 SS< »2S<CQhDcd2:2:i-5:s5:o^5:2:_joz)cd

WQDOOUUHMUUDaUJwII III

o.—I

o

oo

>-00

enOLLIIIo -~

QCLU

>ccLU00

>

>l-00 »—

i

COLL

o<enoLULULL

OCLU

HLUo

r-I

LUrH

vj-cQ

oovOLL

tr» n

* COnoxu.mZ+

• t—

I

O II

II *cZCOoca

OQ.>fr •

ftH-noX •

HZII oc

XLL

QC

>o00t—

c

X

LU

ooCL

I

LU

II

oa_J

oo

00LU

o<

LU

<ccLU

oo

oo

o

oo

oo

oo

CM CMII II

.-<rnro

oooZuCfc-J-JvD

O^CO^-1 • •

LU + OQ• ^-ILULU« *: • •

HO II iiLUi^ II —.CCQ-

0'-"-'LL»—

LLCh-iLLLLhZ^hmoo

UCUCCCUuC uuu uoc ecu uuu

47

Q-

II

•—»—i

M Oo_ <\J

*O

•# h->a: OCO CDOLU • »— CO •

o O2 -J cr-

W fO _J O» < o>O a£ O a>o o I'- 11

*"*• —

-

4- a: ll • • •» (Nvf* a: «rH —1 • »

U- uu LU co + i£ c- —»-^u_ o O I

s- »—i"— w O LU CMfNJ —m3 20 l—

!

—1 «-»(—! LU i—l 3 —- >— ^j

i-HCDf\l»-H2 > (Jw 2: 2 LU LU O.Q. »f-i •—«.—1 *-• ol- O oa •—

4

IX 51 O 3 ^L^ —

<

+ • ~~CC id H —1^ 1— 3 •—

*

l~ O »ow +t— 1— t-iorouj co 11 2 LU h- 1- 2:2 —O »l——ILL 1 O — cc LU O > •—'»—1 f-t

h-or- »u_ Z CD «t-H3 »m, cc LU O K- h(- —ZO>-'OrOZ3 00 »—

—H O O CO a. 11 11 all \— 11—"CO O m • Q.LU • —» t—

LU- 2: — ^1—3 •- —

'

LU O O^Ql O m > ST rH LU ,_irn>—i«-»

OHO«<t 1- CO t >- LU r- LU • CC •-< « MS(—00:1-^—1— 00 O <l • •• •* > • :>LU LU (_LU O «—ll—1—»H-

1

2—iuu . »,_i 1—

<

2: LL LU _J —co> K- —.0:2 CO •z H + + OJHi-l •LLQCNiO H 3 O ^0 • LU HLUm Q. •-•CO • _J • —— «— II

II ..LL'U-UJ—l—l < II ^ Q w2:c£ 2: -Olil *: _J— ^ r-^lH0L—^HZD r • 1— LU — CO uj*-o: u LULUO. <C\I O —'wi^h-m + «CDQ 1— CO < CO rno. CO Zl-< ZC0>- < 0— < Q-CL II «-2>-<fVirO ZCD < •"-"LL LU —

i

LU n h- co 0. co i^v^— LUOi*^»—1»—i_J »—1|— D.'-1 LU _i O »—»—

«

CO 1 —i —

1

32 -J_lt-H D .,N^ Q —'«—(MZDO II W_JW |- || 2: _j Ow 3 — -j -J LU w _jw LU c\«- LU 2!2:«>-»-|-Domu_< LL03m t—

1

< 2 CLL < U_<< =3 LL<ILL LU II UL LU t— t— Q. 1— LU ZJhhUmCGh H HH1•—

HUU1

O hUm LL •—if—1 LL h- h-^ lu or: lu

t-i c\j c*i»* ITi

1

r> O cr,—1 ,—( ^r-J —

1

t—

1

C\i t-i

ouu 000 CJLJO cue 000 LJOCJ

48

ve *•tr * »* * *"* »6. * CNJ •—•

* •ft-— •• (NJ

-5: # Z-H ^» ••

« * JX >>—« *• CL*-" <CM* « O0 » _l«—* UJ •« OUJ ujOJJ. o ??- •^51 Ooo* z » ••*-< S2* <r * ^:i- x«->fl- X * CDZ h-it o vt DD •^o•X *- u_a: CM »K- UJ * »—i •• xw# h- «• •**"^ OtNJ« < fc *rr\J 00*--

{£ V- tf ODw >-5!K oo Tr OUJ <•-!

* 8- u-5: _JH-

# UJ f/ z»-< UJ00

* o tt »H- Q3*- z « —-a. O* < *r -~>t #** •>

* > fc >frwUJ Csl—« Q « ->t: w-CM* < K- inUH >-—* •K <-* »•»— <o IVJ 2£ o * 1-1—>(/) _)00 M + ow z 4. w-d-o. ujs: f^ z# < * s:— » o»—'*-* r\|^»-<

# fe- H-I^UJ »H(NJ j? »—««-» o# oo * K-^21 -«. i"«* vJ-^-l H*• o * •••—

i

CMOh- —.OCQ# •—

i

» ^•"h- — -O NcOO 00

k H * *>* • z— ^- M,... ooc: UJ

* 00 *• *•—»»^ -JCNJOO i. -~CC&- _J

* »-H K- rOUJoj X*-— «na ii CO« 1— * Mh- <UJ •• i__ H —. <j . < it *<UJ UJSIS-^ «_-UJ»^>—

'

t—i

# h- •*• mq:zq.q. •>—ic\i UJZm- DC

* 00 * ••—< >—l

ZhwJ <ft «• -*—»_JO(— c\j_JH WJOCQ >v. UJ * CT>Nt 'Xh-uO J-(CO'4: 2: * .—<—-.< »H- (— + +Cfx UJ

V hhOO « LUh-CvJ^TH-oO—»_J .cucl Ot H-UJ ••* s:oo<- »CO<NI • •— i— CL z* _J vi-

•—"—'Q-Ot— o*-"^ «»<«i* •-* <it- 5: a: cq B- IHO^jZZXN 510-^0 X*• 13 UJ< *• Z)UJt~t • >— ^•-.000—

1

o•fe- o IH 4h o -»<2«Sk^<_)l-.1—51 • •

* o \-cc « O^^OXO—(_JCD-— oo>—<t— 1~ UJ UJ

# < <t< * <ir~CT'*- • r-|.-IUjCjU-Ot-00 H Z«• o> « 1— 1— >- <M— »— CDC 2H_>0 • • < (—iLU

-X- UJ * UJUJUJOOXLLIUJ »CL -t II II —— 1— t-z* z fe ZoOooD'-ioOoO— • — —— -— •—< —

'

00 It •—

4- »—

«

• • «• t-HN»V»cC • v^v^cm-. 3li—« HH«•*«»« —H* »- LL' IS- h- t-H n «-c\j |

*-— UJUJ UJ t-1II

*• ID to # DZZ xzzo- a-srozz u -UJZSP o a * COOJ 1-'CO^OS'-'Wmi-. z uj2ict:*• CC CL •ft. a:5i2:< • 5i2:<cc —

«i— s: i —

i

< 5I'-'3«• CO a: *• CD2!XZ3r\J5:2:_JCh-oc»-i~-'w > HhhD# 3 3 « DOGOxenujo: II 3H-U-U- c I-oouj2« 00 a * WUUh "l(jODQ-NUOM|-4 < CLCLClCUJ

uuccucccu uuu

49

•s «a A>.

< ** ** £•>. *# ** «•

*• *# «* *

00 ** UJ *# s: *»• •—

<

•fr

«• t- *«.

# £* ** #* UJ ## _i ».

* D /c

* »—

<

** #* a: tt

* D Kfr •-»

*:

* #*• _i ** < -!f

& > t!

* l—

c

ijf.

<£• cc *••

*. cC it

4fr < *•x V.*• UJ *rXT cc *•

* O Tf*.- V- ** oOoO jg

* UJ *sf OS it-

* z>- VPtt <H ** #* UJUJ ij.

* h-O ** <—

i

*•

« DC> «* ujo: itV to ZLL •««•

• UJ LUOO »* 5: O *•*{. *—> a *-

*. y- oz fc-

* i-< ^*

T UJ **.• 2 4r

* H-i • Jr#• 1— ai ^* O oO *•«f o a *-

* oc DL *.

<fr cc CC 4k>

J . 3 3 *fc-

* 00 CL »

f\J —

i

CMw » CM +2T<—

I

** » *-*

II

CM-IX >—O.I-H <CMoo » _J—DUi ujOh*Z Ooo»M srs:i^l— X«-HCQZ M~QD —

u

U_Qi CM »—i m *i'«««

*<** OCMi^CM OO—cow >-5:OUJ <m UJ

U-2. _Jh- s:EH UJO0 t—

i

•»!- QZ3 i——.Q. O— <T -^ » ^»

vj-— uj CM— UJ>5I — CM _jinu*-1 >— QH »H <o >—

i

r-4«•»</? _)00-^Q- ujs: CC51— Qm« oh-i^LL *h-CM —t-^s: ^._j^»* »»—

<

CMUI— _Jr-t«-»h- «-» »c <^>t Z— H- >CM•—.-. _jCM00 H-l

mujrsj X— '-' 0:2KH|_W <UJ » ars:<UJ LLiSZ^ <Z5

>—<CCZ.Ci.O- •—•CM _)» »• >—

i

>— (-— ooG«-*— _J 1— CM _J 1— HOOvf :X>—wOO UJ«_»— .-».< »t— »l— OZUJI— CNj^hV/"^ H—

<

3Ei/)— »CDM •>T~

t—'•—"Q-OH(_;w '-^ OO001— DiC,_iZZXCx OUJUJUJi— • >— oo:s: —i^V.\<_J CCCHSV^XOHJCC Ihh-r— a^— »r-HLLC l-ooHH >- «•! 1- (- a at

UJ UJ LL 00 x LL IL »CL UJO0Z(/)l/)D'—-"OO 00 ^^ SILM\\[£ • "^^-sCs— .-.2

h- fi|m —cm H-—2zz »:xzzo- 1-

cccjHCC>C 1—azs< • s:5:<c: 00 LLCC 5:5:3'\sr_c CC-J3CCCXCCU.K —Ooocjo>-.iHoooa LL>—

CM w

+ II

^ CM

Q. fH H>- ^.» + oa: Scmh- cm <c£ i—• + «*< I— CMO Cl O

ii h-O ^uj -> f «— Zs: cm—i.» 5; uj^H 1-1 + CM l-H UJI- — + l- 2MHw — J—UJ +w|| -» CM UJ

O —Q-CM CM *-* CDuj •—i ^:>—• • •«• —O —w ^-i o i— -^ cr:

o 0-5;»» c^> uj oo cm uj^.— LUO 00 • <—• >—> CD

c —i-sh 5: — z a — 2:I— ST II •— < • O •— UJ O2 >-"~h-0 UJ C >— f— 2—• \— CM llOoiZH— < —

+ — i— < o o ctcMs:CL-~C\,CM-~00 •CDfO * -• O»—4 ^-it— i—' UTi t-* —

i

• «— *— O_i ••••_i «ao cM^iZ00OCM^-U., <Ol— (M •—

' i^ <uj++z>ll^ • «-< »a:C^- •— .-% , >_, , i_ Q i^ i—

I

^ i^i-if-iuj a:_;C^O*c ii uj

U QC——C CC < *- 2 — ~ h-

< O0-0>> < O H < ^C <co u-^^H o o C _j c «^ a:

i—I C —1— «— i—

i

_J i—i LL I— CC «C-—I UJii uj .— sis:'— < — -J ll i-i ii z(% LL LL^-w-LL O LL UU C I II >C

C »-i OO O ^ OoOCI I

LUL'CCCCCL' LvOOOOOO OOoOOOcjOO {J<J>

50

— in

iu

o

O•

h- >CO

"3

•z. «—

*

•^h- a X Z

i r- —1 < O z-oIs-

1

UJ I

>tLLI o < > • 5T111 vO^ a. SL ii o < »—

»

CM>t ^sO v. > 51 a: — h- CLvO o<t *« —

*

i/) w OC CM II s:

>t <oo —

»

< ••-» UJo OvO X in — co -5<f h-o mo 3 • in • u_ »^ » 11

o> • in 4* o • o o Z—

I

—^in v. • ii o ii •-< + <f• •-••!|. CL UJ UJ UJ _j H--5 «

* XfN1 s: • 2: i—

i

• •*-* —1rH •-"X o •—

«

UJ >—

(

< 1-2: +X + •- • t- CL h- UJ in^-t h- o»—

'

—>

»—

1

ini- .—

t

> 2: CT^C* • H- •M

+ tio a* -j H _i •—

i

h- f—

1

Sin o • w C* < H-t < h- oo < —.—

.

o_ .. —

1

•II o 1 00 > > + h~t- CM>1" 21-~ 1—

o <-* II ID —

<

• -H > > UJ » » UJCMii ZCM — — o cc C^ CC CO cooa s t—1

•—

1

K- •> ir

z— _j ccz CM II— h- CL O ex II 11 oo -H + + -3 1—

t

az < cc •a XCM —» < • < ^»-^ —

»

1- —»—

«

UJ*- CLoc »-H —

>

* 3Z' (\IO 1 1 mcM CM— -» »—it—

i

-12: •5-

• » *—

'

K- •• «*c\i— ar hO oc CM cc «»—

<

•—mo UJ ^»*«» "-!•—< UU^Ho>o Z 0> s *~

CMCM—>- •-» UJ • UJ O • » • • _J Q.O- Ih H- +oo UJ o>o~ »—

i

ro--<0 UJ— h- o H *!—

1

r-HUO o i^l^ 3 II II~-

O-J Z oolu w* <^2TO UJ t-t-< z UJ 2 > + + ZUJ M >rf^» *•» — CM^< a •4* xt I- > co cc _i h- < • —1 • »—

<

CO—

.

.— • •1 5:5: OCM CM—

#* co CL •£<i? <0<NJ «<C0 < aruj r-ujhDCO X r-l<MOi^ ouj v co a: ^z 5: COCL 51 X— —1— CLCM 2! h-H-'— 1—1 ^-1^

X 1 IU XX^^CMOX UJ o • 3 >• D <Cl(\J Cl>— UJ II II 1-hH- + + 11 -z.

«-i>0 cc mhOO • OG z •CM s: Oh S 5:^ + 0^1-0. f-ICM'-»< "3«-4-3—.qcII oOK UJ II II • • OCl 1 H- UJ r-lt-t •—

i

Y-*-< »—

i

<w»-H t-w.t-1^ H Q.Q.CLUJ—

'

I wCMZ)i-i II Q_ -ir\i^ I—

1

II — II o II*- z w 2 ii s: it ^w«- X jsya^^i-HD

x>o > XX II II XLL>Q UJ >U- »—i Oil. »—

1

>i— cmo.-.ulu- UJ UjUJ II U- »—

<

II •— CLUJ2•—coo X •"•t-oo. Z5 H-tcoO Q u~>>-> 2 o»—

i

1

2C CO|— t-1Oh »-<t-i 2; t-H ~3 cc h- ~2 1-^ CC UJ

.-i o Oco1

h> C* O r-Jin•—I CM mco 00 CO tj» <^cr

000 000 uuo 000 ijut^

51

* ** ** *>

a- tC

* *r

« *« *4% *«- «*• *•

+r «•

M- u-

* •»

4 ** •v

«• **• *-

* *•+•' «•

* *•

* *ft «i*

* *•

£ ** R« *«• «•

*• *.«• #«• UJ ** o *r*- < +.

* Q. *r-

«• *«• oo ** O •*

*• —

<

•fc

* H- ft4- 00 "6

« •—

t

v.-

* h- Mr«• < •ir

# h- «# 00 «•

# ** 00 UJ V.

* U X *••

* •—

i

H ft

* t— ».

* 00 > •£

*• —I < *» (- _l **• < CL ** H OO

£ 00 k—i ** Q ** UJ #* 2! ft* •-H • • ft*• h- UJ *£ D oo *« U c •r.

* QC Q. &+- (D a *W 3 3 v.*

ft O0 CL *

UCUC(JCCC

XXXXXXxXXcm c\j (\i cm cm c\jcm rg cm

CM CM CM CM fM CMCM CM CM» •••••••••

CM • U-Li-U-U-U-U-U-LLU.

t_)CM XXXXXXXXX_J— CM CM CM CM CM CM CM CM CM

~Q — CM CM CM CM CM CM CM CM CMX «"» «» —• -^ -^ «-•

CM* ><•••••••• »0 CM CM CM CM CM CM^-^ vJ-vOsOvO-O-O^OOOO'—I »* w ** •* ^ ^OCM «-U.U_ULU-U_U_U_U_LL - O l_> (_) > > >C0«- > »»»••»»*• »-CM — -^O^CLl-»_J'-O^00—O^»5: cmxxxxxxxxx • ct cl -cc -cf. ~cc -a: »w. »a:—a ococ^cnmcnrOcncOcn-O -» lu lu-^uj—uj-»uj— uj— uj-^luCM » »»»»»»»•• »-U_—»X '—' *—* *-* •—< »~

' •—I>—

•*~

'•—<•—1 1—( t—i

f—t—

i

w»^ »..-..••>. «-xm » •w — -— >— --^ -^- •<_><m xuou>»?.0-JX^ • ro cf>oc^ocnocn>co>co>rr)O— ^OOcDjawOOOGfiH. ». O«-c£l»--J»O»-00»'O»'•X'- »•»•»••»»• • »0 CM CM »C\I *TsJ »CM »CM »-CM CM'-QCM - *»• »--Z « ^--^ •-» ••— — — —•

cm *- --txxxxxxxxxooujf-. r- r-cMr~cMr— CNir-cMr-cMi^-cMr--«-*-»0 0>t^'^^-;}"^-4"<t'^CLZ)l— • »— »— -^ «-' — -w -

h-CMZ —.- »«•>»»•••» •« ^00 O OOh^l-rOH-lAUWUOO^JJw • X CM CM CM CM CM CMCM CM CM •>-<>-. O <-4 OJ ^-i _) --HQ—* 00 CM 2 CMO—' COX •••••••• •Xh-_1 • »••»•>»«•»»»»#

—»QCL UJ r-tn -o ^3 O -0 >0OO -O -O O 21 »H —<— —4— ^-t—r-(—.—i—«-h—»^-i

CM Q. *-—"LULLU-LLULLLLLLLLL O (jT -* —t ,-( ^H ^-1 r-A —* <~A i—I—

1 1—I •—t ^-t •—

t

«_.— -^ >-- ,»».»». ••vJ-OLU * »^- »^» •^-' •-« »<** •-" •

HCMCMc^t— 1/>* XXXXXXXXX^-. (- Q DhDhCHDuDUCUCto co—

uj»-<u cnj cm cm c\i rj cm CMC j cm (xi • «uj ct aOacoa _)Ct ClC£lS)Ct ~3.CC

O »2>m »mO »»»»»•• »XH2 O C O C O O O O_*^ —QO •(-(—- CM CM CM CM CM CM CM CM (N|<t < 3 2 "» -£*^ 2— 3— 3 •— 12—3t— •—I cm »>Ooo »•••••••••• a£ — •-

'— •—•a—

t

a *~~

'

O •—'O •—

'Q •—Q •"

oo<-h w>~LuhMX<30'0>0^o<i'0>o>ia:<o »o »oi »cc »a: »qi »cc *cl -

H-t*- KCMCMQZK-vOU_LLU-U_LLLLU-U-U-^UJO-Ql>CZ>a>C>C_J>CJ>0>0>I—Q o— *-'*-' <••».»».• »»— CUJOUJ3III3UJ2UJ3JJ3UJ2L1J<JCC <_)> ^h-- XXXXXXXXXXZ •:iQ3C-n>-'D'-OMCMCMOh-O \^oo\ooo^c^cocnc<'1 c^c^cnc^r<":c'*)LL,cM>--'»--, »-i»--< •>— »t-< »•-' »>— •>— •»—oo^ h- • nfiH- o » » •• • » * • »- - •— »<-»rri«^>i-«— lp»— •o^r~-"^cxi—

t-, <!^,^.|_(_ ............ » »^-i CM

UJ OH-CMCMUJUjX *f-|— I—ooosioxoxx »o »o *o »c »a »c »o »c2!Z_Joo>-— oOoOvOxOrO-JQoO^OQCJZfrjCT^^-K- <TK-^"I— -4-f->tl— s}"| 1\— -t h-

hO V.U>"^ ,^^P--- - - - - -- - - - HH^X^XvfX^X-tXvfX^X-tX\—>—, \— LOG wwww*-wwwww^ww^wLljwliJ~'LL-LLwUJwLUwLU-LljZ300_JZ: «2Zh

I— I— t— I— \— t— H»-|-Hl— H-l— U ll— LLHU'HUJt— UJ(— LUt-UJh-UJH-

cz QM««oo«««««<«<ia c o c; o c o oocujjsirMNSz^ESzszxzzzz^^rCJajCjCjCJOJCjC-iC5:<5: ,--SSciu:cxc/ci:cici:c(:aiXQ:Q:o:c/uJCJCJUj(j-iCJGJU-JD»u.CUjCOCCCCCCOCGCCCCOZ<Z<Z<Z<Z<2<Z<Z<(/iQ^U^OUUliU.aU.LLLLLLU.ULU-U.U.U-li.LLUaUILCLUULLUUjUUJlJUJlJ

I I

^-tcMcn-tipvOr-cccro'-^CN.c^, vj-

52

CM C\J CM

0->0^0" ^ «— —.a: -cc *oc a: cc cc

«-*U_|->UJ.-.UJ UJ LU LU

o o •o »-cl + * »C\i «-C\J »(M »-C\l 0\| f\J

«-» »«-» »-^ •—. • •

CMh-Otr-CMf'-CVjl^ Is*

Is-

^^ •w * ._- * —» •> * m

Qc\iQc\jo(M2:m m ro

ZOODXQuQ Q ODctDcy.octzct: oc ao o o a o a

QwCmOhCmD wQwa: fa »q: »ix *ac »ai »

0>0>0>0>0>0>2aJ3iu2a;3uJ2ai3Lu(hDmOhCi-iCmO'-'Dcj>wo— 1-1— csj -~mw >t—

i—i t—i i—i >—i i—

(

»o •o •o »o »o »o«tl- 4"H "frh- *th- *H- -4" »-

>tx<tx<^x<tx<)-x<s-x»-»LU^-'UJ—'LUwUJ*— LU'—UJUJ I- LU 1- UJ 1- UJ h- LU h- IU t-2o o o o o a cc

a_jc_jc_ic-ic_ja_jr3O —JO—JO—IO—JO —IU_JI-Q2<2<2<Z<Z<2T<UJ2LUOLUULUOLUOUJOLUOQ'IUJ

53

«• ft

ft *•

« *ft- ** *« ft-

ft •»

ft *ft- ft-

* ft

# ftft- »«- •fe-

ft- *ft *ft ft-

* ft

ft- *•

* ft-

ft- #ft- #* ft-

ft- ft

ft- ft-

* ft

* ft

* </) ft*- QC *# UJ ft-

ft- h- ft-

ft- UJ ft-

ft 2 fcr-

* < ftft- or ft-

ft- < ft-

* a. ft-« ft-

ft- h- ft-

* 2 ft

* UJ ft-

* a: ft-

ft a: ft# ID 1.

ft- O ri-

ft ft

* oo LU ft

# or X ft-

li- uj y- ft

ft- h- ft

ft- uu > ft-

* 2: < *.

ft- < _i ft

ft- a Ql *ft- < IS) ft

ii o_ (—1ft-

ft a ft-

ft LU ft-

* z ft-

ft->—

I

• •ft-

•ft 1- UJ ft-

ft- Z) 00 ft-

t- a a ft*• OC Q. ft-

ft- CD Ct ft-

li- 3 =3 ft

ft- t/) Q.

<\l

UUUUUCUU

»• ;z-»^% JXCM CLt-H

<\l t/) *•• Ouj— in "5: -~.

CMw t-H >*-

—X i^l- '•^

U)X CQZ h-DD 1^ —

»

o_—

.

u-a: t—

<

sf•-hCnJ »—1 •• a •—•»*•* •»^^ •—

1

UJ1-0. 5^r\j »•+** h-OO CO—

.

«K XX —

,

<J-0- Quj X nrn ro a:Hh uls: ro * »• ** *>

•••—

1

Zi-h «» CMCNJ 1- —

.

—» ^-.

— •• t- (NJ • • co >t ro ^-J c\jo~ — a. • in in *^^^ t—

1

<^ ^-» ^^-

_J C\jO •d- LO -* u_u_ XX Q ^ UJ >Z> «~0_ »-LU U- X »»•••. -^nro M i*i H O2: oz >5T ^*^^^roxxx X * —

«

-^ «-< •>•-^ • -.<-^ ^t> < U»-< - XX »romin c~i^-c\j Oi a: orr—oi^ iaiar-^o-:

1-1 -J-» -H- ror0 4" «•• »—1 • UJ LU LU(\iujro,LLj »-ujrOUJu_r\J —.00 »• •—< *t<M<M >t »m-^ t—

«

*—

«

»—!«_»—1*^ M »-» 1—| >—» »—

1

t—

t

»—4 »•--<fO- UJ4" «. • »—1 • » »->XU-X •• »> »1- ^ »C\J •> *••<\iin^- * s:»-«-tx mm ••m *>4- ujro ro rooom^ro^moro—W*-i^UJ t—i • - OXU.IL X x^ 5: » 1—1 »UJ •• » »

t—

1

C\J00^5I t-x •> •• sO • • O- CO * t—

1

(M CM (NJQCM— N(- cvj— (\i

•• fsjt— 51 -t-* zr-x-4- XX •a. ••- -•H- ^ »• •1—

1

CNJ •< »-nj

m • •—i —* -—* I

3 • O^i—

1

<i-mm-— O- UjXZN r- r- „rs— r-ct:h-«-'r*-•0 in •• ^ •• oc- » ^m *XOO-D-ZDr\jID » ^ •«^^ -^ ••*>•" «—* *-%*— >M>«^ • r-H - X »MMrriXZ« 2i-ia:co rn i-tm^ r~— 0^ ha O(M(\lLU0sJ5: Q^Nhw X"-1 •• *somm 2: 'XH-. UJ »o •t- ^-^ ^» »»^* 20 <IUJ UJnO- • >t *U_LL>d-- XsOSOOCL« uizinaziia » »xw^ *i-i ^^ a<-1 >--* ••'-• .—< •—-• .—i-^— ^-1 1— ^-*-— ^-»

m • ••— -. »>^-xff> »»-iXx »-x nJ-o»-, h- »o •• *o »^: *< ••>c\ic£-~2:>--»_jai— >-"so »x »-mmxvO{\i»-i i-wQhQ G^oyQaouQ

00 —ujo>-'>-^- »xh • ••- vox • *o - • » «i>o en oi or: ct ci ct ccq: >-•—

•.—1 00 >—— ——. -ex «-Xvtnj ..ocNjrNj »>nnXHM-»o—c—c—.c-»c—>c—c

UJ— •• —2 H-fM^H-m'— - >j- » • '^t-Hliin hQ3C303Q3C303C2K- 1—1—»>o •— ui—< »o • ••—'vj-mmi—1 • • <i cc •—

' c£ •—1 a: 1—

.

cc *-< <x >—

>

ql *-< ex. >—

UJr-i-4'UJ2-»C\jt-^0.0>— - XX ^-U-U. »XX- OTK-O »C »C *Ci *C »0 »0 •

S-HDIMMoyjZOJCO^- - * - C0r^_JUJ(yl3>3>3>S>3>3>S><D-hUM •••—1 » » Q. • • -- * ••<!(— •—>UJ(—>UJ»-'UJ>—<LUt-<LUi—iUJ>—UJararx »m —Q"^>-- - 2T- - D2T • »0 »C »Ci »Q »0 »-Q »oQ.3rnincO"-<>-CF, '«- »•—

1»—•»— — u: uj q ixh» - ^- *«, ^- — ~ ^ —

.

i-H|-l-h-2>-l->vM-- - •- h- tO- --» •• •UJ ujUJuj< «-UJO0XUJ » •xo^oo • .xx^o^D^c-tc^o^c-i-cZZWo0Ol2:-.o0DMO0XXCi-'^oCU l-(XXXM(^vl-h-^(-<3-H>l-h^l-vM->tH»-iO*>sv>% v.K-ifNjNS>CQ .x^^^^i, . . , . ^.|^|^. r_i F_,wx*'X^'X~'X'—x^x—x|— t—

1

.CM t-irn >—»— %^-«-^,»^«———.—^.w*^ LU Uj LU UJ UJ UJ UJDWZZZ" »Z .XZHhhHHh I— t— »— t— I— t-HLUi—UJHUJl— LU|— UJt-UJh-LUl-czaociwincJHo<««<<i«««c a o o o o acos^sszxsDNsaaaaaactcrrDiacrraixoJU-JU-JU-io-JU-iu-iDHoacjxaDxacooaoooocooocz<z<z<z<z<z<z<WDOUUMXUMM UU.LLU.lLU.U-U-lJ,(liLU.iJ.a.UJUUJUUJUU.L)lLUUJULLU

II IIi-iOsimNj'mvOrs-ccos O>-ic\Jcn

54

CM... ~ -» — —. —

.

— c£ a: a: a: a: a:"Z.U1 LU UJ UJ UJ LU_|HH H l-l !-• h-l t-i

a. - - - »i/)ro ro ro ro ro roQ «.«»•.» ••—iCVJ CNJ CM CNJ CM CNJ

-^r- r- o r-- h- r-

wnovOacoao ro msrcMxcNjocNj »ro ro co—I «<! »Q_ » I » »•HH5;hzh<h —i ,-(

O »-Q O *Q • » •

a: cc dc at cc oc

ct:i—'cy>—iq:»—iq^i—iq:>—'ait—C •O "O »o *o *o »

3>S>3:>3:>2>2>»-iUJ>-<UJ'—'UJi—iUJi-^UJi—'UJ•O »Q »0 »0 »Q »Q

00»-hC7, >—iO>-ti—i •—'CNJ •—« <"0t—

i

«to>i-o>tOvi-c^c^o«*h->tl—tl—th-»tH->tH-—X'—X^»X—'X—X'-X

LU UJ UJ UJ UJ U-i

UJH UJ h- LU h- UJ J- LU (— UJ t—Zo o o c a a aO-IOJUJCJOJOJDo_iu-jc_jo_ju_ju_ji-c2<2<2<2<Z<^<Uj2:LUOLUOUvVjUJCJU-LJU-OQiUJ

55

•K «-* *.

•ft *V <;•

** * •>

sS it-*^

ft * (NJ

* >• * CM* cc * ^ •»

*• o * ~.m« 1— <M> <\|~-

* OO «• —X» *—>

•fc- O0X* X * o #»

# * CL~» «—

* LU * t-.C\J ^-»

# s: # »«•« 1—1

ft —i « h-O- ^-^

*H-

# H-Ql i—

<

# UJ # »—<f— ^# X

-ft»M r

# h- * ^^ •» »—*• z. # «^<\io_ i—

1

z* UL < « or\JO o »—

fc o s: * O— O. (M a:

# UJ * hOZ *m^ UJw- >- cc 8- _< U- u.

* < # 0_J-* u_ u.*7 _J * * OU.CNJ 3 3* Cl 00 # II—-• —. CD CO* oo o * • »-c\jir\ •—

i

5r —

<

•d 'A*—»^ww «^ «^ cc 1-1 CT>

& Q _l •ft OCMOQ f a UJ t 0^

* u_ K- OC\ll— s: •"• z t- II II

* O •fc 1—1 »MM ^^ •—

i

u_ *-» '->

«• >—

i

•ft win »-H » • < m m

* 51 00 * y »>«# «_««•» •^ o »—

<

*:• < <J3 # -hCi CM C\J :*: o a: UJ w ^, ^*

•s* Z < * iiO-'CM So <*• O 3 ^ z m —

»

«• >- _J Vs* *2 "UJ •-"O » a: _J o a o •

* Q u_ u. -»ujz:mo- •—I U_ cc < o —

i

a h- o» 1- * O • w.>-fCO u_ QUJ > _i K _i Z o o> o<<• UJ Ul <r o~s:>(- »—1

* 3 21 o < u UJ !—

1

~4 i-l

-:• X 00 *i- HO^^H »"-• CD,r—Im2 <I h- > \v. (- # — w^-tu0>- * UJ>—

1

*—• 1^ >-H -~ »—

i

*—» UJ «-> a o# h O^'-'Z •(-2—^ » -~QC _J ^-( 2. • ro h- H-

# UJ • • * ouu »-cou.-. (HI3CNUJ _J • ^i cr 1- >—

i

* CC 00 oo'A' CC nJ"OZ —.Osj H- O U.^ •

1— i—(U_ <L o _J o> X w a o

V. ID 3 UJ * UJ>—_JX(\|CNJZmD- h- »U_ s: t • UJ ^ o o* > < z * >u_oo<\j • cqo MlDCNJ3 00 UJ O h- z. o*• •—

<

o t—

1

JA t-.U- •lTiv»\hQ 1LDi—ICQ _l »—i CD D «-« »»•a- cc \~ £ a:3 -s^ I

s- *-o cm— _i 2 »v o • CC • cc _i ^H CM

# o o 3 «. Q CO v0 00— >- i-l r-l * •—'.—

m

C »•» CD —

»

o UUi • LU •

*• H o j; *->\-Y-'Z>-\-\- UJ~^ CCf~(fH-~ K m > CO LL • f— UJ O-JO*• UJ cc « UJ UJUJ< »UJUj<-'^ UJ • »r-l -H X •-H hD-J UJcauj* 2 CD * ZZWWS^OOWZO U_Q^O 00 •« w "^ cc w-O-CO •< •

* i—

i

• • 3 •-'Qvv>v>-«fNJ NxV.ujrn U-Uj^h^h 3 ^ ^: UJ U2< UJOOUJ4» h- UJ 00 & t— t—i »C\J _l— 1HD «-~.— C u X u SL <oz ZmZ*• 13 00 fc DWZZ« »Z2f<U. II CCO (- _J o < a •—i DUUJ OQO# O O a ¥. 02qOc\jiTiOo>U-Uj ;ZCD _J _J 51 _i »- Q Q«• CC Q- UJ * auj5:5:«-2 sit-o;Z-Ji—<H-CL<-^ < o u -J_J-Jh- MJM* CD o: X A' mxrszxg JI3CDC-J'- »- II oo »- H <** 1- _J_)-Jk-. w |^»

*• 3 13 h- •, DhOOJXCCChi=i<u_C3m »-H u_ IL U- UJ <1 << < U.<U-•* oo a. a # iflQUUMXUUUJ'- 1

1 1 1

—'Oi—'COt-i c »—

1

oo i—i 00 OUU3 t—'CJ 1-'

<Njm rj>

uuuuocccco OCJU uuc ucu (J<-!0

56

UJcc

3Cocuu

o

57

«• ** «•

6- ** •B

* ** * •> >--t. * «-» a:* * CM* 4f CM h-*• # • • 00*• # —in t—

4

« C\J— X* «»» # »-x*• h- « O0X a:* UJO- # o UJ

* ID * CL— D-

« Y-cC * t-HCNj

•a- UJ * • *»^ 00# h-l- * HCL <* <Z * oo*f —

i

ft. i-a. UJ

* >- « «h z>

* a:«i •K-•>-« _J O

* om it ^* • < <* 1-'- it «CMCL > _l

* oo * Or\JO U. h-* >-»h- «• O— Q. 0.

* ia # -^C5Z l-H UJ X»

* X> * w< • O X ct:

*• uja: # O-J— O H UJ

* 21 UJ * OLLCM _J h-* •~»i- « _!•-« ^ t- z* HZ * • •cMin h- UJ • 1—4

* •—4 ft«-»«-»ww Z 00 0>

fc- cc * ocnoo UJ -z. 0> 1-

*• llio $v OCMH-Z 5: cc <J> II 2•K O.Z * rH •—II—

1

UJ ZD _J •-• UJ

* •—

i

>.• win • • > h-2 _) m >fl- 002: •&• s*-.-»-> LUQ^ < 1—

1

«

UJ

ic <hH 4J. mQmN 2: orz) 5: *-» «—

# h- «• yo- oo 5: 1— 00 z ^ h- *^

•* oo # ZO »UJi~i .»UJ h- X •

* o< * «mzma • h- ma: 00 •—

1

UJ O# <t * o • •w>-m ii

1—

1

t- _l z Of. —ILL 4* o-*s:>-h-»-' O ^m UJ •» < t—

1

* u-o * HOh>-h » < m 21 CM 1- K- UJ v»*. •*• — -H(/)>- UJ _i 1—

1

O II z ^» i—i —". X —

»

# OO UJUJ * OOi^o'Z •(—2 u_ — QUJ UJ ^ 21 • h- m* O <S)(J # cue -co «Z > • 1—

1

<r 1—

1

* < <tz *• <02~MI-0 UJ O UJ _J a: «-»

« -J 21< « -IjImMZm _i —Q * • O ^K- LL *-*cL <i* U-OOCsl » < 11 1— •— \~ UJ O 1- u.«- H Z> * i— »invs 5: -** O X _J 1—

1

* UJ HO * UJ^^I^wOCNj 1—

1

»

1—

-

UJ • o: • a: _j& to UJO % OOmDCO^->-.-Hi-H m 20 z *~ CD — Uj (JUJ*• OOO * hHZ>hh H 1—

1

1-1 »o m >~ m 5: • h-Sfr UJ « UJUJLU< •UJUJ O «w + (—•-

1

*—

1

X 1—

1

1

hDft z fr 2: on on 51—.oooo UJ 5: l-O • h- «te^ *^ ^« h- ^-a.*• •—

1

• • -» mNShMNN cc 1—

1

O «t- m * ui-tt H UJ •j- h- CM cc ^i^-li—l-CJJ UJ 0J X Uj <o&• 3 oo # Dzz- •zz G — + 1—<o • 2 < X QUZs a c -j. coocMinac om 11 h-m t—

1

_l 2: _i t- pc

* ec a. 4 ft 21 2:^—2:2: <•-ih- t—11—

1

1- J-JDft- CD a: * oosszxsj: h- _i 11 o«-— — h- •—• H -JJKDR" 13 3 fc- doojxco UJ u-rni-u-u. u_ Li_ Uj u_ UJ <1<IUJZ*• oo Q. * WUUhXUU

1 1

00 •—11—11—11—<i—

i

1—

1

1—

(

00 1—

1

00 OJOCt'-Ll

ouuuuuccu 000 cue coo 000

58

« K* *h >

fc *•

* ** ** a* *-

* •K

*• 4»

* *« «* if

* it-

* tt

* ** *# ** *vr *1-

*• *.

* 00 •A

* UJ ** o ri-

* < ft

* 51 4§-

* t-H ** *« O .£« »—

1

*•

*• s: *r* < •** 2 Sr«• >•

•fr

« Q K* *«• UJ •&•

* X ft*- H a«t V& LU •&

« > «.

* O •&

ft s: *•ft' *K o «•8- z Ktf < fr

« K'* > •»

* oo < •£*" o _J /?•& < O- *•*- -J oO .*.

V. u_ t—

i

fi-

* o fe£ UJ *.# z a* »—

<

• • *S- K UJ \v« 3 OO ft•fr O c ft4 ct a »« CD cc ft* O Z5 ft

* OO o_ ft

» »—in

x

oOXo -CL—H-.CM^^^KQ.OO

CVJO.

c\jOwO_

<_l—

»

U-CM>—« ».<-»

•.r\jm

(NJOQ

in » *

0(\ir\JO— cm s2:0 »UJ»-iLUZino. •

ar • •— >-ro

HOt-l>H »

,-IO0>- UJ

>o »«ao oLUZ~.<\I|—Q <

woirgtMZM _j0«-"OCM •• U_<t •mv.'s._i^v.r-^-or\J luu_inco- >--i'-i xUJUJUJ<I »UJUJ—2 00 00 51 ~>oo 00 tf _jm\\h(NJ\Sh _j|~ »C\J -^ <DZZ« »ZZhocaoamoo< ^cd^szxssq: ujdccjxcgo iWUUhXOUU- o

I I

or-••

o

oin»o

Oro»o

GS

l-OO

mOhUJf--~_iOm

t-l|v-

h—J • 1 2C\J <I U- (NS QiCM 111 »-*h-m3II Cl— • II HS LL' U- rHS LLI

•—1 c^t—«r~- •—1 cc

I

0^

00UJCK

h-

<a.UJo

Xo<Ia:t-00

00-j<r>1—

1

a:cc<

Xo»—

I

UJ

2:UJ>a

<1—

oPsl

t-H

CLCX

in

o\-

inoOo

+

O II

—is:•<—

<

UJ

MS

a:UJ

+2:—

<

00

• a: r-oc vO »0_i + -».-jsis:

^*o II -

co

o

oo

a:UJ

fv]

00aoOCL

ozQ-_J

M »••CNJ

in>—1

1—1 »Cl-to

ccUJ

CO

00o0l

(\l

O—O

o

oo

O II

I—

omCD •

o• »(JJ

*r\J 2—

~-1 zs:— •—

'.—

1»— Lut— 1—-i- <-• •

xs:<H(j • o— -**-> 112:Xhs; »zi^cOC • O • •• I—"-1

X II UJ>Xw(-oO> OH> -<

•5!q:ujuQ zuj — uj •

LU«-i O + OO—UJQ -»QO —'Qiz jm-^zc^ mi-40I-w mo•^»_j^*5:uj «..»—+ «>-H** • •

'-r^<0'-' »-»uji-i — uj • ujShUI »UJ<}-Z I ohjhC ~Z.^<t—i • Cl—i-J • •Cl(—*- • •(— • •

uj«»<— «i—ujoxo—.-txmujo<-iOOc£XI— OHQ-iuZhw ujr-io_uJ«- • I OXOO »>2(— II — LUH >- •

XZS II LUSH- II —OO ChZX«-<h-i_|(-.(— -<•—.CL_J.-|«ZCJ_J(— •-<•—iCMw— 11 _joo—w—a_j—wu_j ——11u.lls:<uju.U-u.d.<Oll2<cu-u.i-mmi-hj|-hmmZUZi-iUjUC"mh

in ^(M in

UUOUOOOU UUCJ <juj<j:

59

ccZ)oo— o

cc

mCO in HO^ O

#**»* 2—K < h-«- c*H-»-h X f\J ~ CT> —

.

»

~H"»- «-> 0«-l CC «-» 0: «•» cc ^^w«/) ^» 0+ UJ —

»

ai «-* LU ~^

OO -5 uu 2: ~ h -3 l-H ~3 —1 —}

2CL ^^ to »-»HH «_ •• w. •> «M>»—i Q c£ II 2: 21 2: O

*•« •• 21 r> r-<2: »-• 2: •—

«

2: •—

1

2:«-^«~» t—

1

•-< + ¥—1 + -H + •—

I

»-|- *• UJ 2: • *» 2 2 •h-»«-" «-* _J •» t—

«

rn *"* -H •-» t—

<

»-»

frw 2: < •z 00 II 21 00 21 00 2!HZ »—» 2< Z « H-1 z 0^ —

t

2 »—

1

— _l » 2 •-"2: 2: » ^C7^ » t- r- »

o*-* -7 UJ UJ Is- 1—

1

-} h- ro -3 U- r- -4- "J1- «> w X •DC * w- •mf O w UJ » O—»—*C\J >- 3 CC ^0— > —. Oh- >- _J — •>"» >• «—

<

0-1 + 2 < > 2: t- >- 2: h- (NJ>-t-t^«. » • _J2!>-< _J O *- » LU •—

<

+ •h- »^-~ h- <t<— < « U_ *^<-

»

cc - 00 *"^^^ X -OO —^»^•^ HS X -»0 II r-l —i fOI < >-4 O ms t- ^H lU m2-w * *——

1

O 2 21— »»»—

1

3 -^-* • 9 *—'M — C\J «-<»—<

UJi-l O - —

1

»—t »hZ —» - 2T Z «2 O * 2 -ft"*" O •>

o~ 71—

>

CC c\j <..!>*«•« z-5 3 < <0N 2-3 h- <t^.-^^ z->OOCT X~ —ir-czrns x»- O 2ir022(7> X^- 2:^2: C3^ X^-OH-O OX V- w » Z<~>-«^1—

4

ox O hwhU, ox 1— 1—iwl—

1

ox2"-1 + x 2 X2< rlLJ5 • + x O ••QiO I x 2 •O »C 1 xiu .-o ««.M UJ Xt-.2>Z—t *^w 1- >ZCNJ H <^^ •+** LU >Zf<1l-

•• >t- 5:^ 2: X II UJLUX^- 2^ 2 LUlwJ 2^: 2 LUX«— 1^r-l—«UI ~o LU • 2ce:ooo <—

O

LU QUDJO h-U LU OOOO H-O+ooo < > UJl—< HH + Q .< 2 •-1 » o<o *<I > •-. » OO •<~+ ihO T)Q- O Z -J—',-"Z -3 a. LU —

•— 2TO -3Q. O , z -ja1-*-—

'

WM 21 «— _J sruj ^*. 1—

'

> 2UJ •» '**!—

»

2 2!Uj •» •«»»—

c

hU «»s0 X II **N<Oi—1 «>o X 11 O d*-* •«~sf, «0 >• II Oh »ir>v0 X IIw .02 * X— _J 2!^OX •H «* x-» SI X »UJ>t II >-* _J X »LU II • X—a— h- <c\i II 2 < k-h • CL.-tOC\l II 2 CLhO •—»C\| II 2: < IhO"'CM II 2ZhXS 11 «~>—'0-1 h- UJ •<— • II

»-»»—< Ch _J <— tUJ2 || ^^»—1 O"1 H <— t2: II ^•t—t 0^

II «-«LULU>-i 5: a> 2 ~M£)Occ:X|->-. 21 »0 < CC >- \~ _J t-< HH 2: »o< 2 axt-t-M 2: •o>-*'-'h-CC t—4t—

1

O *-* • 1 oxoo t—« •—

O O>-00 •*- •—«»—

«

€> . oxoo— Mt-

1

HO 0><-< --O M X22! II UJCOr-l wO 1—

1

II UJ20<X).-( -wO INI II LUOCO"-1 »«-c•-•Z-i-J—

1

1 -)ZH *—

«

X«-^-H_J|—f-(Ni 1 -IZH 1- _J|— 1— <-<<3.C0 I -:zh M _J|— !-<>t 1 -)Zh*-—«_J_J t-lw< a: w«_ 11 _100~- 1-,—

<

cc JWwwJ 1-1—.<: a: _JO0~-_J 1-^.<

0U_<<0 II X5IO O LLLL2<LLLLC II X20 UJ <LULLU-LLC II >20 O < LULL LLC II X22hOUO-JXmC

1 1

X t—<HHt—<CJH>-| CJ"~3X'—'O > jjI—khi—11—>0~3>-»—'O X Oh- >-1 '-'0 -3X'-'01 1

%0 fico 0> O *- 00 O -1 00 O LOf^ CO«Hr-l 1—

1

(\l CM m rn m st <f vj" -4"

000 000 000

60

a: cc ccLU LU LUr~l ^^ (—1 t—

1

•» aL •i »CO LU m ro» »-H #« •

ro m CO O— •• ro » fr^-* CT>

QC 0^, m> _ •^—

^

-»oc ^»LU i-H CO «_. *-nj >-(LU O *^r-

i

w ~3 CM—

«-»!—« H ~3

•> lO _ ^^ —00 00 M(2: o CNJ a 00 01 O O»—

i

Q. w# 21 ZCL Cl>-* O s:+ r-4 .I/O t—

i

in t—

1

M + •—

1

2: •• a-o » *^i • »5I • •> •>

-< « oa —

,

r-l ««-< •-»»—< O •-*

00 r-l CLr-H s: nOC (M(N r-l CO II 5:z ^-- z - •—

t

h- »w> wZ -* r-<

» h- z -•^ » --tz: z » Z£ »

r- in _J ~c\i -j H-O *-_i _Jr- t—i ~>

» r-

1

CL— —

*

O On r-< «-» «»*

-^ o * QZ >- O 1- -^ O >-

SL h- C\J CL_J >- O— KH(\I CNJS < >- v

r-l ^^ » h-i-i • CO « ^ »>—

1

_J ^» ••

» oQ r-» o v-rH CM +2 -«.H- »C\J — !-<.—

1

r-H CM 1—5:CC w in nOO » r-i » «-»i—

i

2-_l <* ,—iO «-» —•^^t—

1

< z —in ITiZH Cl CD » r-l • «-*f—

1

vOZ-^Z ~* OO » oc*o3 <i.—»»-^ w <ro Z-3 ••5; uu*- W<I.-^-^ Z.Z-) oc^crCL s^tso o«o —ac* Xw .—II—

1

00 c— o^cnis: XX—z> r-l.^,1—1(_ 1 1- uji—o ux UJ — Oh 1———.i— •— •*— 1—

1

oox 000»l^> rHr-l a*-> + x O X • 0—

'

.—<•—• •!D - + +x •— K- f—

t- >z<i-cj D - o »o ~-._> i—

i

xcc 2 O * >Zr-l **«•«*«z UJI-O Oh> 0>h- 2:^ > xo LU> Oh>LUIw 5is:v OOOLLi ouo wUJ ZUJ •—<_> cc • • UJ — luQ(JO r-HI—O 00<*D5* r-l + L2~ "OO LUQO •< UJ LU — O "OQh + »<LU •— ~Z^frr-ioi— *-i mO -3CL </) zm.—io*-" hqHhw.~2 -5-3CL> ;

SLU 4 + *t~1— • *w

*

<*^|—

t

1• •

1 •— 1 •*-<.-:SILU o^«—H O

O Oi—t «U-J—

<

UJ » r-4 .. -O > II c ,~UJ.~LL' "(- • Qi—1 4 \Q X>- II > COOr-l5: I .LUZHJHD + oz «• >— h- 2:z<\ioo HJHCl •H • x>-— < II II II

a.,rH_J 4w • *h- cl(-<<n II S »—1 ••- •!- w • »(— CL,-lOcv II II 2: _J «-^^_j <— 4LUO"<tXOOxS II —.—i

s h- • LUO-— Xr-iO— sfX<>— 4 II — «»—. Q^ LU SISIS< a:>i—a-2 f-4 »— LU LO CL LU LUm 2: »o z ^cl;Z cnj uu 2: i-iw uj q:x 1— •—

SIS -CT" O r-ir— r-l

o O>*co>- II — UJ|— zi-o: •—1»—

i

LU w> 11 —!_ 11 — LL'(— OXOO Ml-tM www»—

i

||UJ|-~ OQ O II 00.—i »—

o

5: x.^

-O C1—OQ II UJ00r-< • »»—

C

LU occh- -JlHh-»-"-'2a_Jf-a_j-Jin 1 ~3ZH LU Xh->c\I2^JI-•-tza_jjh h-vO

11

"3-5ZH on <<<cc _Jl/)ww«-. '—U-J o_j_j i_w< > ww>—w_l «——LJ-J—IL0— •—— —.< Z) _J_J-ILU <aju.u.oiLz<oa<<c ii >-2:o a lLU-OU.<COLLZ<<lLLLC 11 x>sa < LLU-U-> UI-hm2wiLuczouon^o 2: mmZhUCZhU.UUH-hO-)x>,h(J u Hl"H

o in vOf^ CO1

LO r-l 00 Ohnin LO LOLO LO s0 O «o v0 >r-r-

CU<J cue CJOCJ

61

cr>cr>cr>

ooot-l-l-

aoa

•-ICM1-tl-tvO

II II II

<<<_J_J_lOU-U-U.Zi—<•—it—iLLI

62

* fr* #*• R* *.

« ««• * •»

* *- «»«- * CM4, « CMfr *• •• •>

«- * -~mM. * CM»-«- * —X«• * O0X* « o •>

* * o_-»« » -HCM•» * **"*

* *- h-Q-*r *• oo* 65- h-Q-*• « "-•h-

* a ••>—

i

* * «»- » *^

* z v> CMO. ar —

.

» o *> CMO LU *^*• HH 46- w-CL t—t ~3

«• t~ * OZ m w«• (—1 # < s: Q4 00 # _J— o *—

i

s:# o * U_(M II + i—

i

*:• o_ *.- i—• »—, «"» s: »

# LU * ••(Njin z >—> ^^

K- cc » «w««» t—

«

00 21»• «i

- cnjOQ «~- 2 »—i

•sv Q *t- CMh-SI o » »

* 2 * *—ii—

i

< h- -3

* < <i [f\ - - _l » «-•

# « w-».^-» LL. *^ >«• •> *f OCMCM t—i s: >« OO *• O—CM S •—

i

.*• LU •¥1 ZO *UJt—

1

^^ . *-»

« o St.- LUZLAO. »—

1

i—

i

51

* < * C£ • »«-»>- CO i—

I

ta# t—

i

* s: id' LU-~ 51 >.(-»-' t z. »A-. •—

t

£. —iO>—'>-•—i » UJ <i —3

k vr ,-|00>- UJO 51 w# h- « *—2 .HZ « n X*• 3 K- >0 —«OOS » ——»X•& O w UJZ~»CMl—

O

t—

1

> 5:2:"-& z. «• ZOXCMCMZ.-H LU MMii* < * <J> <t-"UC\l t a • *o* s: Z « s: •iti >s.«vq; ^-* -3~3<r# LU < * LU^^f^-*-0(NlO — w*-CL'ii

- <X _J £ CCincD<->-HH t o x>->-<•&• CD Vi H-H-Z>H-h- >o II CjO X> II

* LU * LULULU< »UJUj>t •—X • x>—* 2 « Zt^OOOZ—oOOO •CM 51 a. CM ii ii s:

•K ^H • t IS- »~t ,^^»-((\| >v.^»UJ II »-•< II »»-^i—

i

*• H LU fe I— »C\J _ii<; • q:^: 2:2: •

& 13 oo # IDZZ^ »ZZ • i^CD MMyz# O O *. oacNinooso *- Oi—t • »^-(X* CL a fc o:!!—zs 1—ll—

1

Z-JCM 1 ->-3Z!XE CD tx &• tcs^zxss: •w <—

1

^—w<i(-Q*: 13 D •'*• DQCJXCOu-c^<o ii x>s:uj2:* oo a. ir wuohxuu

1 1

hC •—tjo-5x:>-.-'a:Lu

o Oi—

i

CM

uuuucuou

63

* «*• **- «* *tf * •»»

* *» *- 1-1

* # «•«

* *• <f* * •« X«• * •"» h-« » cr> <-» * i-H Q.«• * «•* t—

1

tf * m *

* * X .-»

vt •ic H r-*• « <t «—

# _l * Q_ ro« UJ # »—

«

UJ* o * ^ X>* o « — O« 2: «. o> r—

4

« & 1—

t

•> •

* •K w —«»» -J# "OS « CM CNJvl" _1

* « X .—Iw 3« v^ * t~ wi—

1

z•H- O « < C\JrH » *-% m* * a. LUX r-4 a: *» or

* a: # »—

<

Z5t- O tu cc UJ

•K- •H- » o< r—

1

HH LU 1—

1

* UL * »-• HQ. * «k r—

1

•<—

i

i* ft t—

1

O rH ^ mai« UJ sr .-< *—» •» r—

1

•« rsj »LU-^fc cc •fc

^»* r-.-. •> f-

1

» hwq:ft p 8 r-t win — + rH + »LU# V- fc

; X 1—1— ^ O + 0<f'-'* O *»' H LUO ^-^ t—

1

O —!••# t-H .£ < Z)-< Q i; r—

4

i, ^"tn*J a * Q. ox 5T v£> * m •>

*• IK'1—

(

mH » » ro *r\ih-*• ft » < —

»

pH • (\j<—1 •«• »—<

•fr —

»

-~Q- in > r-l IlH* h- VI h- om-< <\JQC cn X H(-LU* < «. ro t-l •"~«— LU LU 1- <<X)£ H * »-» — »—-0>--H 00 < ClQ-O» 00 * r~1 c\ir-««-* » » •—

"

Q. •—(•—••—

1

•r. ft > >*-.m-.> » r—4 • » •

* >- S- a: Qi0> >-l>4-LU > » >>>* < i. uu luiIhO LU > LUUJLU«• _J *; CO 00 y~ (——•-' a LU QQQ* O CL * Oi-« -<<< X —I O i- 11 it—

1

* o OO * CD^ ^CLCLV.^ *^ r—1 _«—

w

*• CD 1—

1

ir Or-* <m— r-n rn in o»

* O ft H- h- • —1— 1— •—

O 000* UJ * UJUJ UJ-^.— LULU » HlHllMlII# z * zoo--C/OO-4-UOOOr-l > a. x Q- X 0. cl a.

# K-4 • « ft r-<^.CO^»-<<-V.V. II Qi<H-<h-<<<* h- LU * h- -- wC\l HH •—iuj(x<iQ:<ic^trQ:* ID 00 * 3zr-zir>f-izz iiwOaoaocozit C a ft ODIOIICCO q:*. Ct a. •it- o:sh5:i-h5:2H >-H _J _J _J _J —I _l _J -J3* CO cc 's1 co5i<5:<<S2: — 1 —

1

1 1—1—i—i—n-a* D Z> -!••• DoaGaQ.ccco<i<««<<iijz*• to Q. #

1 1 i

ucuuoouc

64

* «* #«- «•

& *•

fv ** *»-

•i. _J *u LU #* Q fc* O **• 5! #« ** to j*.

# LU ** 00 *•s- 00 ** O a* _J *# fe-

a X •*

* h- *-

# —

t

K* 2 fe

* #« O *•

* S ** *<: s &£• *# ft* ex: #* O fc* LL fc* »* LU fr*. cm k« Z) fc

tt h- fc

# *4i- —1 *«• Q. «* «•& O »* -H

ft

i? H **• < ** \~ #* 00 ** tr« 00 >- ** LU < «•

» 00 _j «** to Q. «•

# O OO #4 _J *-< '*

•£ O *.

* LU4fr

* z *.-

K 1—

1

• • «.

% H LU «£

* =) O0 fe.

* O O **• a: C i-«• CD ac «K Z> 3 ** 00 a. »

-*•» X

»"» h-t> <rt-t Cl«-» »—

1

m ••

X —

.

h- Is-

< wa. ro•—

<

UI•> ID

»«« Ocr» t—

1

1—

•>

w *-»^» _lCvJ (\I<J- _J

X t-l»— 3t- *—i—

1

z< CvJ^H •>

a. LUX l-l

I-H :dh^ o< »—

1

<-• na » —

,

O •-I-H (X1—

1

^^ * •—< LU»» r—

>

» —1

f-H ^-in ••^ »•

X ,—|W vO Oh- LUO —* *>

< Z)rH Q •4"

CL ox 51 ^h—

»

MH * ^-i

* -< —. ^H—

.

—a. LO Xr- 0\M cnjq: t-m 1—1 ••-• «—UJ <w »*^*-* -O"- CL.-» CMls-<mm * » *—

1

> >—,r!~> »

000c <X&,-IvtLU >LUUj UJIIhO LU0000 col— (——•-< O00 •—

1

t-«<<.X t—

1

os saaw «-»

it—

OJt-Hl-<mmt~ I- l— 1— O

LULU LU"..-^LULU Xi£00--OOOxtOOOO aMS 00 V.i-I<-\NG<h- *•» w|n tio:Dzr-zir,-iZZOUZCOIOIICO C£a^hShhSS-UDcq5:<5;<<5:2:_j_ji-oDcQ.cao.Qa<<iuz00 •—• •—

' 1

1 l

-uuuuauji

ucoocouu

65

*• ** #*• fe

* **• * ^* * O# *. i-l

* « «—

»

K * vf•fe

«• ^ Xfc i«i •K- »-» h~* CJ # o> < II

* < * r-< ex. "-»

* CD «• — —» m* Q Ti co » ^->

«• UJ fr X «—* UJ *• h- I

s- 2:« u_ # < «-» —jr. * ex. co rsj

« X # —i UJ •

*r 1- « » r> 1-•is-

»—

»

* —

»

—I

« 3 ?j CF> >—

1

* it i—( * •*

* O fc ^-* «-»—

.

-J (—1

* V. * C\J CNJ>t _J ^#«• o £• X r-l*-« x> UL«• *«v «• H- •—^-1 -z. —i

-.+ o *t < (NJrH •> • ^

* •K a ujx f-t O•$ c£ # i—

i

Dh O II

K o * ^ o< —

t

^^

# U_ « *-» i-iql »• r\j *-»

* « cr> **—< O «— — q:

* UJ it t-i *-» » H-l O cxujvl- a: 4t- *-* r

*• 2: UJ>-H

iri' Z> fe i-i — in ^« «-» -i **' H 4. X 1—1--* sO ^t t-h-

* o v5- h- UJO »- • vO -

a 1—

«

* < 3rH D h- ••in

* ex. 2- Q. ox 21 _J 00 •

* * —1 t—1(— » • 0* o # » -< *• O r-rH* >—

1

* —» ~»ex. LO h—

*

XX«• \- it I

s- ^"-f <Mcr: **^ h-i-* < £ ro 1-1 -—•— UJ LL <<» 1- * w •-»— ^0>>-' 1—

t

Q-ex.

* i«i 00 •»v •-H CNJ^-—' • • • r •—'•—

1

4r O * > >—m-»> • *

* < > •Si ^ cn CXO^H^t UJ 11 >>* CO < * CO UJ UjIIhq —

»

UJUJ«. Q _J •tfi- Q 00 OOK t— •— "-1 rH Qo* ULI 0l ^» UJ »—i t-.<<X •M •—<t—1

Up UJ 00 # UJ N. sa.ds\ O »M—* UL —

1

v. u_ —

I

c\j>-H>-HrnLr\ 2:

if- o «.- (- H- • »KH- vf —

»

OO* LU * UJ UJ UJ^»^..UJUJ »

. vOMI* 2 *, z oo--ooo-toooo rH • XCX.D.«• »—

i

• • •£ t—

1

^CO^r-*—'^^U 11 H-l— <.<!4.- H UJ •& H- - — CNJ O —

1

r-i_i<a:a:*• 3 00 •& =5 ZNZiflHZZO 11 «acoz* a a Vi' C OICIIOO c"O a:* ec ex. •£. <x 2:1-2:1-1--2:2: _l 1—

1

HHJJJD* CD a: *' co s<5:«srj «-w_j_i_jj-Q•»*• 3 ZD £" ZJ oaoQ.aco<ccJu.<<<u-z* 00 a. is 00 O *-* CJ 1-1 »—O CJO C 5: »-cO CJO QC UJ

1 1

cocucuu o

66

ft *•» ft

ft ft«• ** *ft uu ft

* o ft

ft a: *ft ID ftft O ftft 00 ftft ft* LU ft

« 1- *ft •—

(

is"

* 2 ft

ft »—

<

ft

* u_ ftft •s

* X ftft h- ft

* *—t ft

* 3: 4i

ft ft# o ft

ft V. ** o •ri-

ft **v ft

ft o ftft ftti a: ftft o -v-

* LL ft

ft ft

* LU ftft a: *ft 3 ft* h- »ft o ft

* hH •it

<" 0l ft

ft £•

•fa O ft

ft »—

i

** h- ft* < ft

ft 1- ft

ft 00 «ft ft^ LU >- ftft h- < *ft •—

<

_1 ft

* Z Q. a-* —

<

00 *ft IX *-* *ft o «•

* LU *•

ft Z 4.

* »—

i

• • «*£• h- Uj •%

ft Z3 00 ftft a a *li- a: a wft CD a: «•

it =3 ID ftft on Q. *

OOLJCJULJtJO

— h- oO < II

-I D_ —•" m roro •• *-*

X — oh- h- SL< w ~,a. ro cmm LU •3 H— O _lQ\ t—I •

r-4 •• » O*- — -~ _l -(CM <NJ^ _J wX ^— ID LL

l- *-r-4 Z ft<! CM<—I » •• •"*• ——»

a. lux rH o a: c£a:h-. Dh OH LU LULU

»• 0<I »—I —

*

*-* •—<—

I

«^ tna CM * •••cr> •••-< O »» r-i ,4- in——*.H — • t—1 O *—*— » *-<XGd—* r • 2: rHCtQC^-t'-'UJLU^1 *^m — —» + LULU + + -!-,X ^-<«— O <t (JmhUO » •I—- LUO «-* • t-i •• •»—it—001s-< 3—i a t- ft-cMm*.-* •• •cl ox 5: _i -o * »mrncoh-t—1 •—<|— »- • »^-,f«- m * • «

•• »<t -* CJ rH » • •—1 r0 Is- CT>

— —a. in kh >—|mxxXxh- O 1-1 (No: -* QdLULUI— 1— (— l—rn r-i *—— iu u_ luidid<<<<«-» •—•— v0>~^-^ *—

'

OOOOD-O-CLQ-i—l (Mh""~« » • " •—

'•—

'•—

t >_ 1—<1—

1

1-,

> >wrn—> o »,*».•luoc a:o>r-iNtuj 11 >>>>>>>I— LU UJIIhQ — lululululululut-i00 o0h-(—w>-h 1-1 QOQQOQQ

LL—I f\l »-<m fTjm 51 Oh- \~ • »f-l-^ — 1-1 ocooocc

LULU LU—— LULU sCI^ - r-l—i rOXXX X X X X200—00O sj- 0000 i-l «X—* >XXQ-Q-CLQ.Q.CLQ.t-H^CO-v-i*-^*^ II 1— I— II (XI—!—<<<<<<<H *-* *-r\j HHj<MHUj<<Q(:aaaQ:tt;a;IDZ(^Zinr-i2 2: II »Q- 11 00Q.D-tD(JOcDOCDOZ:coxoxxoco—U -•— OC01:2:1-5:1-1— sr5ir-ir-Hi-c_ji-it-._j_j_j_i_j_j_i_j_j_iz3cD5r<s:<<2:5; ww_j — _i _j _j _i _j _j _j _j _j _j i_DcQ-CO.Q.aOCQU.<OQ«««««LU200o »-ho '-' •"'uoo 2: t-1o Q 2:ooU 0JOU OJO LJu ct LU

I I !

O h

67

•M ftft

* ft

Si- ftft *

ft•A ft

* ft

ft *# ft

ft ft* ft

3 ** ft

si- »ft *ft -J Si-

« uj ftft o ft

ft o ft* 2: ft

ft ft

ft o ft

ft v. ft

ft O ft

ft ^ ftft o ft

ft *ft CvJ S-

ft ** Oi ftft O .v.

* LL «* ft* UJ V.

ft cc ft

«. 3 ft

ft h- ft

* O ft

* K-t ft

ft o. ft

ft ft* o ft

ft1—4

Ti-

ft (- ft

ft <t ftft 1- ftft oo 4»

ft ft

ft u > ft

X o < *f«• o _J ft

* o D. ft* 2 00 ftft H *—

>

ft» Q *•

ft UJ jf.

ft Z ft

ft »—i • • ftft h- UJ '•Of

* 13 oo ft

ft C a ft

ft oc a. *ft CD a: ft

ft 13 Z3 ft<• oo O. ft

ucouuucc

I— H-o <r.-I o.«-» —

i

mx —t- I

s-

< —a. mt-H UJ» Z>— o

— .->— _j oCM (\lvfr _j it

X r-**- Z) O—h- — r-4 z II in —< c\i_, ^w — c£Cl UJX t-l CNJQ C£UJm z>h o ^-5: ujhm« o<t •—

• O •—'*

*-. t-iCL • si- — « t-m—cr> •»»—« o cm — oicr:->i" •q!r-

<

-«• » HH ^-» • CCLUU-J f«-1UJ«— |^-—» * (\l(— UJ«—1»—« •—t + •—

<

,_i ^»LH *— •_! •-» •• »-+i-H ••

X «-< >-' O h- • *(NJr0OOv0h- UJO •>- -JrH ^-1 • H-Hl-H

< 13 ft Q «0 •r-O-t- .. OQ. OX "SL O*-1 (\ir0 ••f^rOrHi—4 *—1|— « i—1»^ ,_i »rn » » «« *< — ^»u_ K-ir-isj-iriog

— —Q. m LL»~< <\J>XXXXIs- c^i-1 cnct: *-• uja:t— t— h-h-ro t-t "-uj •• Z3Uj<;<i<<^- .^^.vO^i-i "O OOOClD-O-Q.c-l (\jr~— • Oil (HMMMMM> >— m-.> ii— •»».»«

Oct a:o.-ivfLu —p^ >>>>>>Ouj ujiIhq o— ujujujujujujOoo (/)!_(_«-._ wQ ODQOCQrii-. m«x osi— i—i MMMnir\ —

>

I—I-* •H-H-O —m oooocoujuj uj—— ujuj • m tHNiinii200— (>0 0>t0000^-l •H>XO-O.Q.Q.ClClm\co\hv.\s h t— _ia:h-<.<<<<<K- w wc\j mhj • ll,< ex a: o: a: a: a:-DZI^ZiTi^-tZZ II «hoiiioCOOOOZCoxoxxoao—uu ccq:2:k-5;h»-2:5:i-ii-i^«-i_j_j>j_i_j_i_j_iI3cq s:<2 <i < s:s -wwjjjjjjjjho3oQ-OaQ.CGCCU.U.<<<<<<<<LUZwuMCHHuuDzHMguuuouuuaiiJ

I i ; o

68

* ** *t

•K «£ ** 4r

* •K-

* *# «* ** ** #* #fi- P.

* ** -Jf

•fr *fc- ** i.-

* «•K *«• #& *«• «6 *& *45- *«• *•#• «*• ** fe«• *•

* *•*• •ii-

•* 4fr

* CO «•

* UJ «*

*• X ** a *!•

* CO S-«• S*«• UJ **• o JJ.

* i—

i

*•«• > **• C£ ,

* UJ ** on V.'

v- ** UJ •e* I *4 I-l H 4V

*r > **'• a: ^ ** LLI O «•*- OO < **• a %r

* UJ £•*.- 2 *# t—

t

• t «•

* »~ UJ «?•i =3 V) *•*• a a ic*• o. Ol *•« CO oc *# 3 3 S* 00 Q. it-

CUUCCUC<-i

c>

roX<a.

Hw -J(\J _J

X 3H Z<t «"

0- r-1

t-i o

0^ o —„.-».». —.—.(\jc\j rorocoro ,^__-..^ m^Lnin «»**i-( (—1 r-lr-1,—(.-« «-»C\l—«w wwww -J/^"^-^ wwww vQ>£>

w ,. wwww (\|wOo ^OOOO wwww ^OQOQ wwr-i -* -^OOQQ "-wQSIs: OZSSS ~OOQO OSZZS "DOx vo 05:2:5:5: 002: - • - - * - - 05:2:5:5: • •• - - - 05:5:H-w .......... -2: •-.-. •*-— • * • ~.~*~-.** ..

<J O «•».«,#•%«-> -^ — *«-»,_|i-< C0OOC0C0 «^,»-._»w^ ^rP|<-<-|-H_4 _^_a. 2: cor^r-roco r-i—r»«-i'H (-ic\ic\ji-t'-M <O«4"'4" %0»0 c\ic\jc\ic\ic\i rOi-if-i

»—I 1—1 1—I—I ^( 1—

t

.—If^www WW«>WW «««—< —>«^»rf WW.,.WW — «— <_^ wwwww ww>.>.>. >>>_>>. >>.>>.>. >>>>> >>>

-. in >->->->-> >->- *»• .......... »,*^. »».». »^,1— CNJ •»» »—.«-,^ ^^,^^.^» ^.^^—^ ^,—^^,^ ^^«fO w—.—.^»^>—-^^ ^^^fyj,—

I

.—irHfXJfvJ^-l ^.—(^grg^! —l^rvKM,—! ^-(^^f\Jw >-O >~ I r-1 CN (\| 1—

I

.—T1—

< ^—1 1—1<—

I

.—li—t^(r-t^H f-l r-l ^-1 ^-1 r—

I

c—( .^ 1—( ^-1 1—

I

1—t r-t <—

> « »ww«-ww wwxXX xxxxx xxxxx XXXXX XXXCt stOXXXXX XXwww w-w^w www www www

r-lUl r-twwwwww ww^^^ ^ S^ ^ v^ ^_ ^ ^^ ^ ^ ^ ^^ ^ i^ ^ ^ ^>oo woyy^:^^ y^uou oooou ooo^u ooouu oooctt-i x<u)UUl) oo<t<< <r<t<<< <r<<r<< <<<<< <<<UJ^ ^UJ<:<<<< <<CLCLCL CLClO-ClCL Q-ClO-CLCL CLO-CLO-CL Q-Q.CL</)<-" rOXO.Q_0.Q-a aa^t-iwO^t-HMMOMMHMKlO'-lMUMh-OMMH

|_ (_MMHt-(HMOMM II II II II II II II II II II II II II II II II II II II II II II II II II

UJUJ UJ II 11 11 11 l| II II l| II->—.—^^^.—.— ~..-,.-.^..~^_~,—^^.-^^._^^-.

~2L 00— i/j— «-»—•—— '- -»—— 1-1 cm co >t iri >o h* cc cro rH <n: ro ^ in vo r- co o^ o »-< t\; rn >tM V. COV i-l CNJ CO ^t ITl v0 (^ CO CT> i-l —I r-* r-l i-l r-l r-l iH --i r-l CM (\J C\J C\l (M CM (\l CM (M <NJ f0 CO CO CO CO

H- W WWWWWWWWWW ^w WWWWWWWW W WwWWwWooio»»»»»»»»»»»»»»»»»oi5:H5:c^ac^QiccQ:c^aQ:acLCtcicxc^cxQ:ci:o^C£2:<5:UJUJlJUUJIJJlUUJUjUjUJUjWUu_lJJujUJLy

WOH<CW '-"-IH *-|>-<,-"-* ,-| »-l '-< ,-,M >HtHMMMM<-lMMt-IMHMMMMMMMMMI

69

DOSIS

•* *«^,*—«

.

com

>>-

i-lr-4

<<tD.O.mhOII II II

>>>o:UJUUUJI-O

•-< H-< t-i C£ UU

70

« ** *fc *fr fe-

tt ll

# *«• ** *# *fc *« *# «» ** **r ** ** *# T.

* #* #* ** «*• ** ** #* if* *•<* ** ** ** sfr

«- oo •*

*.• X «* H •a-

* < >»

4 D. »•fa- «•

ir UJ +i-

« O #•*• t—

1

u-*- > •a-

A.- a: *-

* UJ *« oo *•

-.. I «» O *:

« r- ** ft

* UJ s-

* X &* .—I H *.*-' X *« H ^ *•

o < u **

*• Q. < jc4 Q- fe-

*- LU lt« 2d #t.

—1 • • *•s H LU *r•i 3 uo •H

* O o *# oc Dl «'

v> CD cc •S-

*Y 3 3 .*.

* 00 Co. i.-

o

x<

i-i

— -JCsJ _J

X 3<O. f-l

t-i o

a>o—. ~^ ~* -^ lo ~.—it-ii—i—»ro >$ w vOw t> w (\J v- -^w —q —.«-»

r-i -^ ~~o -»•— -»o od oz OQx o 02 00 02 *:e •> • -s:h- — - *s »*^» —.— -. *< Q -*—. —» •> —•—. (NJ—» (NJfM C\l—Cl SI OJLT. (\J-» C\|0 f-lLH t-IC\J i-<C\J

M • !—<—( f—iCT* 1—If—I WW WW WW» ~ WW WW ww >->- >->• >>.— in >->- >>- >>- •> » - - »r-oj • •» »• —.— ——rn ^- ^»-^ ^^^» *^^. Of-< Of—1 Of—

1

»-• >-—«Of—1 Of—1 o<—l f—if—1f—if—

1 .—if—

1

f—

I

*C0f-Hf—I f—lr-< f-lf—I ww ww wW> -~ ..WW WW Ww XX XX XXIX *HXX XX XX ww ww

,-iUj ,-iwww ww ww ^C^ ^^ n^^;

XOO wQv^s^ s<ii^ n^^ ^J{J) OO OO!---< x<oo OO 00 <i< <r< <<<*v ^LU<<I << << Q.Q. O-Ol adQ-f-i Miaa Q-O. D-Q.OhhOhhOhhO

t— l-f-"— -'O i-fi-. Of- f- II II II II II II II II II II

UJUJ UJ II II II II II II II II 11 —.^.—.——.^.-^^-.-^2 oo^ oo —.—. -*~ -~ ~-—.—. ^»o 1-1 (ni ro*mo r~ co o*1-1>N COS f-H CM CO -4" LO >0 I

s- CO C" rH lH r-l r-l l-l f-l r-l f-lH r-l

|_ w wwwwwwwwwwwwwwwwwwwDZ^Z^HHr-(Hf-l-IHHHHHHHHHW^HZooiaiiiiiiiiiiiiiniiiifl:KSh2l-HI~l-hHhl-f-hl-(-hl-hl-hHl-3cC^<2<<<<<<<<<<<<<l<<<<<<Il--03QQ-CCLCLO_CLQ.a.Q-a.CLaQ.CLCLQ.O-CLCLQ.Q.Uj200U f-<O -' f-1 hH f-1 hh •— f-1 f-i i-1 •—••—•—« 1-1 1— f-i .-h f-i »-< f-i QC LU

I

cuccouuc

71

* *•» *-

i ft*• ft

* *fc ft

« ft«

*• ft•si- ft

ft K•* ft*• ft* ft* ft•Si- ftft ftft ftft 00 ft•Si- X ftft K- *ft < ft

ft a. ftft ft

ft UJ ** O *•s*

»—

1

ft-

ft > >.'.

ft QC ft

* LLI ft# 00 ftft 1 ftft 21 ft

* O ft

ft a: ftft U- ftft ftft _j ft

ft < ft

ft H ft

ft 2 ft

* O Si-

ft M ft

ft >—

1

ftft a: ft

* (_) ft* X ** ft

ft UJ ft* X Ti-

* CM h- ff

k. X ft«• H *L ft

* < O ft

* Q. < •fc

* Q. *r

* UJ ft

•a- 5i ft

* »-< • • **>> h- LU *•

ft X 00 ft

ft O c ft

ft O- 0. *.V CD Of ft

ft 3 X) *•

ft 00 0. ft

uucucouc

o>r-l

mX<Q.

o>

CM _JX X<

c^i o — — — ~» in ««•

t—1 1

tfH^»rr)^-«-»vO— w cm w w —a w_i — —o w —a -»q 01 —

o

x o os ~-o 02 os » •> OSi~ "- » os - » - - —— - »< O —— » —««-» ——• C\I<M ~-—a s ifvm -»—• oo> mm r\lf\i osjoj»—

» HrH 0>CJ> •—It—I —»«—' ww Ww

- ~ WW WW WW V_> >_>. >>.— in >>- >->- >>- * * - - - »

^-CNJ •• » ** *^^» »"»—. *^^m.

fO w ^-^ ^.— ^---» ^-(vj (\jsf 4-CN^-. >-—.(NJvt -4TM tNJvt t-li—I ^-IrH i_4—

I

i—l »00<—••—I •—•!—• •—<i—t ww ww Ww> ^, .-ww ww ww XX XX XXCC >t<-tXX XX XX —^ «—w ww

CMUJ .-(WWW WW WW N^^: N^^ X^^xto — q^n^: v^^ n^v^ 00 00 00»_•-. x<uo 00 00 <:«3 <:< <<<V. >^UJ<< <.<. <t< O.Q. O-Q, Q.Q.CLi—1 rOXO-Q- ClCl 0-Q-Ot—1hO -*»-( 0»—'•—1o

(_ (^^mmOmmOmm II II II II II II II II 11 II

LUUJ UJ II || || II || l| || || II-.-.^—-^^—.^.-^-^

200—oo»-———->—.———O^-i r\jrn>t^ 01s- coo•^^COX.M(\lfO'tin>Or»-00vJ><-»i-H»Hf-lF-»r-4r-lr-liHrH

I- — wwwwwwwwwwwwwwwwwwwZDZr^2rMcNj(MCNCNC\i(Nr\j<N<N(NfNJc\j<NrNJc\|f\iCNjrg2QOioiIIIIlIIIIIIIIIIIIiaCCS I-S (- h- 1- 1- h- h- t— t- I- 1- h-H t- h- I- 1— h- 1- H- Xcos<S<<<<r<<<<<<<<i<<<r<<<<l—

o

XoaocLCLacLCLacLQ-a.CLQ.acLQ.CLCLQ-OLD.ujzOOO^Ot^^HH^Hl-.^l^l^^^-ci-.H-lt-lt-ll-.H-l^f-.^QiUJ

I

72

*• **• *-

it ** «-

# *« ** #a- *it «& «* «•

* ** oo <&

« X it

* h- ik-

*• < *•

* Q_ *« «•

« UJ *!: o •w-

«• »—

1

*« > «•

« &. ** UJ #«• i/) #* 1 #4, 2: *-

*• O «•

*p a: «•« u. *« ** _) «* < *« h- *« 2 ** a £.-

* tsl *.

*!• »—

<

fy* a: Vi'

V! a •a-

•fc X if*.- ** t- ** cc •&

* *vi- X »* 00 «* *«• UJ *•«. X *!

* m H fe-

#- X *.

* h- l£ *•«• <l O •ft-

« Ol < *fr a Jj>

* UJ *ir z ft*• •—

i

• • *•

& H- U-1 »•

* 3 IS) *•R a O *<»• a: a •A* CD a: &•*? w Z3 #ve 00 a •»»•

o

mx<a.

ct>

cm _jx =>

<

r-4»-lr-l«^fO"4" w NOw » w CM -* — *-Q —,_, ^ ^q w -.0 ^o os: —

a

X »0 0£ —Q OS OS - - OSI— W » » 05: - •• • -»«-. • •

< D —.»-> * •• -»»* *»«» C\JC\| «»«Q. S mm ~-» (M3^ in in <NC\J (M(M»—

I

» r-t.—

I

00> I—1|—

I

—'—

WW WW— WW- WW W~ >.> >.>. >.>-— in >•>- >->. >>- •

r~ <\i » »» » « —.—

.

-*—. ~-«rn w ^.^- ^.-^ ^.^. ro<\j c\jro mrg*-« >—*{\im rocvi fNro .—» .—

1

.-<,—

1

t—1.—

1

i—l ».C0i—lr^ <—Ir-t «—<—

^

•——. WW w»^,> ~. »ww ww ww XX XX XXCC >|hXX XX XX —w ww ww

rouj —iww— ww ww ^^ V^^ N^^Xoo wQ^^ ^n^ s^^: ^u ou 00h- 1-> x<uu 00 00 << <t< <<<>^ V.UJ<< << << O-Q- clq. clq.o.r-4 mxao- clq. aaoHMOHMO^HO

J- |_hmhOhhOhh II II II II II II II 11 11 11

UJUJ UJ 11 11 11 11 n 11 11 11 11 ~— -^ _—,,,,—2i>o«— </i -«——— -~^*———o r-i cmm vt in s0 r~- 00 <j>

•—iv^cov^i-ic\irn^invOf^cocj>'—'r-<i—<•—<€—ir—t»—4»-4«—«t—»K W WWWWWWWWWWWWWWWWW^,WZ)2^zrOrO(^(^rO(^(ri(^(^rncornrOror^(^r<icOrn2!ooioiiiiiiliiiiiiiiiinaCtSI-SH-l-hhl-hhht-Ht-hl-hhl-l-hhDc02i<5:<<<<<<<<<<<i<<<<<<a<i<i-C!DOQ.cQ-Q.aaaaaaQ.aaaaaaaaaanzWOHOMHWMHHMMHHMHMMMWMHHaUJ

I

uuucucuo

73

* **£ 4:

* #fi *r*• £* *r*• ## *$• *•fr «' •»

-K *.- —

»

*• * o«• ** I—

1

•S * —•»

* *j- CO*> it XIS' # H-

* * <•* •£ Q.

* •*• t—

«

•fr *S•

* * —.•*. * a>5- fr i—

i

* # •»•* _j

•Jfr * (\j _i

42- * X z>** * H z«• « < *-

* « a. 1-1

* * •—

i

o£ «• •i l-H

* * ^^ ^ —. —»

* to o> o -^^»*-» —* Tfc

•—

1

l-H •——CO -t

•S- 4. w » ^-tc\i—» -*

<-r I «S" t-« —

«

wwO-^Q<£ h- •SI- X *0 —DDIrtSt < w h- <»-•* 02:2 •> * •

* Ol •*£ < D » • —^^-."-»

<. •**- D. s: —~— ir\f><f

L'- _J +,- »—

i

•• <Minc>—••—

1onj

* < * » «—

.

« o * — in >»>>•>-*• 1—

1

4 r- CM t- -» r * « *

*• h- •*. m *-«

*• or: •R —» >- —corocorororo* LU * i—i • i3D 1—4 »—1

•—* 1—1 •—1•—

I

* > * > —if tt or. •4*'--IXXXXXX*• h- < * r-UJ l—1'

•fc X * xoo w1D^:^^:^^^

K 1- *: *- (-«-" X<.<J)^JLJ<~)^Ji-}e < o # <**% »-» LU<<<<< <fc- a < 4* Q-r-l (•010.0.0.0.0.0-* Q. <• H h-i

4* UJ * UJUJ UJ 11 11 11 11 11 11 11 11

•a- z •W Zoo--00*• »—

i

• • * MSCDSr-i(Mrn<|-in<i^-co*• H UJ •U1 I- -

* 13 00 *• dz r-z r~r- r- Is- r- I

s- r- r*« z* a a ** Qqioiiiiiiiio:i. Of. a •»• OCSHSTI-h-l-h-Hi— H-HZ3•is*

00 oc & cD5I<5:<<<<<<I<<t-D& ID Z) •^ DoQ.CQ--iiiaaaQ.aujz* «/> O- "A"

1

—1|—IMH'(-HI—II—'»—lOf-UJ

ucuuucco

74

ft- *•* ** ftft- ** ft-

« ** «.

*- *•

ft *•

ft ft-

ft «*. «ft «•

ft <

* ft'

ft- **- *ft- ftft. *-

ft- ft.

* ft-

*- «-

ft. *•

* *ft- ft

« *ft- *•

ft. <»-

ft- ** «ft 00 ft

ft- X •c

ft- h- »•si- < ft-

ts- a. *ft- ftft a ft

ft z ft-

ft < ft* ^£-

ft 00 «•

* LU ft-

ft X ft-

ft o ft

ft CO ft

« J>L

* (X $ft LU ft

ft- X *;-

K- H ft-

ft O ft-

«- ^ -si-

ft o :s£ ft

ft- < o K-». a. < t»

ft Q. ft

* LU *ft- Z ft*

« ¥~< • • ft

ft- H LL ft

ft- 3 00 ft

ft- O a ft-

«- a: o. ft-

*• CD cc •A

ft 3 3 ft* on a ft'

OCJOUU<JwU

» X— I-

^ a.w —

<

ro •>

X —\- r-< <-CL fO(~i LU• =>— O

CT> *-*

.-I »

(M <M^f- -JX -Hw Z)V- -"-* z< (\J,-I »

Q- LUX f-H

t-n 3|~ o— t—«CL ••

w r-~— ••

r_| win — —X r-4w vO — — r-l— —t— LUO >—' —-—- .—I •—I

-—•

—»—• "^^H »^ —— OHrlH<I 3i—I Q OfH •• • .—I «„HH~OH —» * .—.—- .—t •—1^—

-

•.••.•0l OX 2C • ••—— • O—I •—I » »— CO— 0<—I • •—i

—»—»—.t-n »—

11— •- -^—»^0«— » »^.—» »—.—»0<—< OD » •—•—• • C0C0OO

—» —.q. in ^-«>—1«—«— r—» st v0——'-^-i-irM—. >-w cooo^--hco ^-w»—

r- Ot-. <\j ««-.>>.— ww>>_ ^*->- „> ww—^,«^ >.>>.>.ro ^i »^,^ >->_ » ,>. >.>. ,. >_>_>. »-~ » >.>_>.>->. _ , , . »

•-h c\jr-w *o—^oo-» o^»-^oo——*—o^o o-»———-— -^nC^-^'-o

a. a:or-i>j- »>-.wV^,w ,^.^ww*-.wwwxx *w^—w—' oxxxxLU LUXX'-'OXXXXX CXXXXXXXXw^ OXXXXX ww*-ww

tjt-< M<<xo^^^v?y o^^^^^ii^^ULj c^^^y^ <uuou<*v sfl.a\<uuouu <.<*jLj^ju<^)i-)<j)(^)<.<. <(_-oooo uj<<<<Q_r-< C\if-'^r0UJ<<<<< LU<<<<I<<<KCLQ_ LU<<<<< XCLQ.CLQ.

(— I— • •h- XQ-CLO-Q.D- X Q- CL Q. Q- CL 0- Q- Q. >— KhOX O- Cl Q- CL Q. mhhhhLULU UJ-»^HJw^mmwmOwmmmmwmmm || II || mwwmi-iwO II II II II II

Z^0«000^-00 II II II II II II II II II II II II II II II II— ——II II || II || II II————»-h >^ CO N, r-l —- »^. -• -•*»——— ^.—— -*«-•—— ^.«»—o i-l CM —»-»— ^»—— -^ ^-i <M r0 ^t lT>

i_ w wc\i HOJff|^^ln^c^'-(^Jro^}•ln>o^co(^HHHr^f\lm^J^^o^--w^«-32 r-Z IT\ ^-1Z -»«-»«-.w^www—w——w—^-ww^wwww—w--MM(\IMMOOXOXXCrH^fif<^^i^cNj<Njrvj(Nj<Nj(NjcNir^c^<NfNJ<\!rnrn(^(r;(rir^rn>>>>CtSHSI— HSLULULLUJLULUU-LULULLLUUjIXILULULLLUUjLUUJLULULUL^0QS:<S:<<S33Z)Z)Z3r3D_D3Z333 33IDXir)33Dn33Xl33UJUJUJLUUJDOO-OQ-Q-OOOOOOOOOOOOGOCOOCOOOOOOOQOWWWWWI/)UmUmhUhmmhhhmhmmmmmmmmmmhmhhmhhhmhhhm

I I I

75

o~~- —f-t Or-1 •> • ••

O-H o.o^ •-.-»—IQ-

1

<-l(<lfOHHf\l (M C\l f\J (\l mm m<^ mrg

»- >-> >->

0>0> o^fM oml—CH I—IC\I f—(i—

(

w (Nl—IrHH

<-»OrH o—i 0.-1 —.m—.—•—»—

.

ooi—i>-h Hr-< —i,—i cor—immr-c^

>->- >>- >>•

wcsjc—

i

>> >>•- »» *- »»-»»^—» -» .-^ *-» *— ^» «-».—«

.— —. ^-. v^- ^j- so vc <o^ <f ^o —»o>—i o--h Of-i —*o—i o—i o.—i —.m.-»—.—..-» co-^co^onO vOvO*— wwww_ oow «—--XXX XXXXX -ww ww ww »ww ww ww -w_^ww ^XXXX XXwww wwwww ,-iXX XX XX --iXX XX XX —'XXXXX wwwww wwn^^^ N^^^^^ www ww ww www w ww wwwwWw Qs^^:*.^ ^^ouo ooooo o*^ i«i5»i s^^i oy^ *:*: x.-^ o^i«i^:^^ <uoo

00<!<<I <<<<< <UU OO OO <i)0 LJ(J> oo <ooooo uu<<<<t <<Q_Q-Q. Q-ClQ-CLQ. UU<< << <t< UJ<< <<I << UJ<<<<< XCLQ-Q-01 &. Cl —1 1—1 1—i O •—

i >—i »—1 1—1 1—iOI Q_ CL CL CL Q-CLOICLCl CL q. Cl CLO I CL CL CL CL Cl i—1 1—1 1—1 1—co

»

MOMM II II II || II II II II || II MMMOMmOMm II MhHMOMMOwW II hMhhMmmO II II II II II

II II II *>—

^

^-—-—^-—»—— -—-^— »l II II II II II II II II — II II II II II II II II II — II II II II II II II-^-<. «-.——..

>Or^cc<^»^.^<^^t^r^,^r^r^ r^,^c\irnNtm^or~co^^^c\jrOvtmvOr^

C\J

00 CO

hXQy<oOJ<JICL

II

mi—i cm

wwwwwwwwwwwwwwwww^ww^wwww^ww^wwww»^wwwwwwwOCCOO '-!'-'

(\l(\ic\j(Nr\l(N<\irNjfNjr\jf\jcNogrvjvj-sfvtvt>^vt>4-vrvf>tm»»»»»»»IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIo^c^ixc<:Q!:ctotQiQic£Q:cLaixhhHHi-l-hHi-i-i-H|-l-Hhi-i-l-i-t-hHHHi-hl-i-l-l-hl-l-IUUJUJUjUjUJLLUJUjUjUJIUUJLL'<<<<!<<<!<<<<<<<<<<<<<<<<<<<<<<<<<<<O0 00 00 00 00 00 00 OOOO OOoooOoO 00 CLCL CLO_CLCLCLCLCLaCLCLCLCLCLCLCLCLCLCLCLCLCLCLCLCLCLCLCLCLCLO-CLCL

76

1-1 O'-' «-»—•O'H» • » Oi—I » •>

.

«-««"^ » •—..-»

LT> C\l<\l —.-»0>CT>(M r-4 »H mir\i—IrH

>- >">- >->>->-• •• • » » •> »

oo ooc*>-< oo o^ (-••-, a*

O <CJO <oooo<I LLI<f< OJ<<<I<Q. XQ-Ol XQ.Q.O.CL

II II II II II II II II II II II II

ro^r-KNcn^—^frxfir^vo

^f-irsicNicNcNmrnromroro_| _| rH iH -I rH iH -I^ r-< _l -<2iiiiiiiiiiiiq:h(-HHt-l-|-l-l-|-hHD«<««««<i-oCLCLao.CLCLCLCLCLaaQ.LiJZWMMMMMMMMMMW(XUJ

77

* ** ** ** ** ** #* ** ** *# *# •H-

* •K-

* ** ** ** ** ** #* ** fc

* ** ** *K- ** *# *•* •K-

* ** tt* 00 ** LLI *•* O ** < #•fr s: ** —i *•

#• #K- o K•* »—

i

#* 5: #K < *# 2 ** >- ** Q ii-

< •*

* _J **• _J #* < ** #* 2: K# (_J ** n *# h- ** tO >—

<

** Ui to Of

* X o #* ex ** UJ ** -i ** )-4 • • ** 1- UJ »£-

« Z5 00 *# U o *c- cc a ** m oc *•

K _) 33 #* to CL *

ucocuucc

* 00*-* toCsJ m<M t-

•- •> to—in ^CMw vO«-X totOX +*

o • inCL-» C/)

t-i(NJ »•

••^^ -*hO. tooo •*

f-CL CO»-•»- to

—• » CM

_J C\IO- to-j c\jo •> •*

Z> *-cl »-4 a:2 oz to uj

.-i _i—. *tO U-Osl O -«~l t—I t— * +

•• «-(\!inro s:o —«_—

o

*-•

-i CvjQO to» (MH-s:rvj zt0 in• r- in to in in in«— —— ,-t •c\iin^H(NJ m.-i(\jcNJm<\im,--ir\i mi-i<\i<\iinc\iin.-ic\jQ OCMOvlO —.OOOO OOOOOOOOO OOOOOOOOO51 QwOJ • _ , « . , ••••••«•• •••••••••» ZO »>} + I I + + + + 11 + 11+ + + + 11 + 11 +

«* ujzin< ,_i.-»-»——^-,—.-.———,*-»^-».-.—.————,-..-.—

^

in • »«— » v- 1—im^-<rOt-irO'-<rO'-^m(\iv3-r\iv3-f\i>3-cNjvrtNi-J- ^-»m>—imi—

t

c\ia:'^s:>-ro z <<<.<<:<<<<<<<<:<<<<<<<<!<<<<>i-i,_ito>- •• o xx>x>-x>x>x>-x>-x>-x>-x>-x>x>-x>x

»^-Z «-(\J ^-t •—— • I * t II II II II II II II II II II II II II II II II II II II II II II II

«4- uj *£ *- c\j » o >^^rHr^ r^^^^r^^c\icNj(Njc\jnj(NC\i(Ni(\ic\irnrornrorO-HQXtNCNJi-i — UJOOOOOOOOOOOOOOOOOOOOOOOOO

tox «-m < »-n-ii-i(\i(Nrnrn>t ^•mm^-(i—irMOsimrovtsj-inm^r-icNjcNjro

xmmcc~>-x(\ix x>-x>-x>-x>-x>-x>-x>x>-x>-x>-x>-x>xt-H-t-ZX-tM*— OOX>X>X>X>X>X>X>X>-X>X>-X>-X>-X

u.iujU-11 < »uj » II r- ll T ll II ll ll ll II II II ii II ll ii II ll ii II II II II ii II ll II II ll

mS\\h cnjv. ii^c\jHH<^^^i^ rHi^^^r^^(\if\j(^rvj(Njnjc\if\jrvif\irrirrirnrnrn

t— »C\J t-i » ii »q;oooooocooooooooooooooooooJZZ2- »2 mio »»»»-.*••*»•••QOODNincO'-' — <-it-i(\j(NronNt»tLnm^-<r-tfvj(\jroro<f vt tn ^n i-j "-

1 <m c\jmCQSSSZXS < <_ix>-x>x>x>-x>x>-x>x>-x>x>-x>-x>x^oui-j_jxoo2:o2:<x>x>-x>-x>x>x><x^-x>x>-x>-x>-x>xto tj tjo hhx tj c: •-a *->o x >- x> x >•x >- x >-x >-x >-x>x> x >-x >> x >- x

I I

78

in mm mm mm mm mm<-tr\)r\imf\|Lr\r-i(\i mi-i<\i(\jir\r\jir\r-i(\j m^Hf\if\jmf\imi-if\i m.-ir\j<\iLr\c\iiri.-ic\j in>-ic\j<\iir><\imr-i

ooooooooo ooooooooo ooooooooo ooooooooo oooooooo+ + + I I + I I + + + + I 1 + I 1+ + + + I 1 + I I + + + +I 1 + 11+ + + +II + II

««<«<«<««OOO00UOClOO0O000OUO0UO00OU0U0C!OOO0>x>x>-x;>-x>x>x>-x>x>-x>>i>x>-x>-x>-><.>x>-x>-x>->;>-x>x>-x>-x>-x;>-xII II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II

rnc^ror^^vt^^^^^^^^^ir^i^inu^irtmi^mmvOvO^^oooooooooooooooooooooooooooooooooooooocjooooooooorO>t>ti^m.^«^<N^r^r^^^inm^^r\jc\jrornNtNtmmf^i^<NCvjr^

>x>-x>.x>x>-x>-x>-x>-x>x>-x>-x>x>-x>-x>-x>-x>xp-x>x>-x>-x>x>-x>-x>x>x>x>x>x>x>x>x>-x>x>-x>-x>x>x>x>x>x>-x>x>x>x>x>x>xII II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II It II II II II II II II II II II

(^rororoc^Nt^*t>t^^^vt^t<rmu^ir\minmir\ir\mmvO<)^^oooooooooooooooooooooooooooooooooooooooooooooooorn^^i^m^^cNiCNt^ro^^mmr^^cvjrvjrnrnNt^mi^^i^cNjcvi^

>-x>-x>-x>x>-x>-x>-x>x>x>-x>.x>-x>-x>-x>.x>-x^x>x>-x>-x>-x>x>x>x>x>-x>x>x>x>x>-x>-x>-x>-x>.x>-x>x>-x>x>-x>-x>-x>.x>-x>-x>x>-x>.x>x>x>-x>-x>*x>x>x>x>x>x>-x>-x>-x>x>x>-x>x>-x>x>x>x>x>x>.x

79

in mm mm mm mmf\l ir>r-i(\i(\itr\c\imi-«<\j m<-tf\irsjmrgmt-tf\i inrH<\i(\imc\jm<-ic\i m,-iCMc\iir\CMif\>-icM LPir-trMCMincMo ooooooooo ooooooooo ooooooooo ooooooooo oooooo• «••«••••• ••••••••• ••••••«•• •••«#•••« ••••••+ + + + I I + I I + + + + I I + I I + + + + I I

+ ! I+ + + + I 1 + t I + + + +I 1 +

^ cm <• cm ^ cm •<}• (\l >f (\i «4" cm vt cm >t cm «f cm^ c\j <f- cm *t cm <• cm^ i-> co *-> cO •"-! rn r-H ro r-t ro >-< »t^ <"»-'< •-1 ^t *-• >t <—•

OOOOOOOOOOOOOOUOOOOOOOOOOOOWWMWi/lWWt/lwi/iWinWi/liOMi/lVli/lWi/l>x;>-x>x>-x.;>-x>x>-x>-x>-x>x>-x:>->;:>-x>x>x>-x:>-x;>-x>-x>x>x>-x>-x>xII ii ii ii ii ii ii ii ii ii ii n ii ii ii n ii ii ii ii ti ii ii ii ii it ii ii ii ii n ii ii ii it n n ii ii ii n ii ii ii ii ii ii ii

cococococococDCr^CT'^cr^^o^ox o>oooooooooowHHHHHHHHHrgf\iN^iwi\(Nj(Nj(\i(\iri

cm ro co >t >tmm <-" <-• r\i cmm en vt -J-mm r-i <-i c\j cm rn ro ^ -4"mm ,-1—i c\i r\im ro >t<"ininr-i 1-(MMmrn^-tininH

>X >-X >-X >-X >-X >-X >- X >• X >-X > X >X >- X > X >- X >-x >-x >-X >X >X> X >-X >- X >X >• x>-x>x>-x>-x>-x>-x>-x>-x>-x>x>x>-x>x>x>-x>x>x>x>-x>x>x>x>x>xII II II II II II II II II II II II II II II II II II II II It II II II II II II II II It It II II II II II II II II II It II II II II II II II

COOOCOCOCOCCCOO,^^^^!7v ^t>^^OOOOOOOQOOHHHHr4HHH^Hf\JNOJNf\lNlNr\JN(\|fC|OOOOOOOOOOOOOOOOOr^'^^^^rHr^^^i-H^r-l^-t^-lr-l^-l^-lr-< r-(^l I-(p-|i--l^-lr-I^H^r-l^r-ti-l

<M ro co >t »tmm »h t-i cm cmm rn ^ si*mm iH r-t cm cmmm n1- *tmm^ i-< cm cm rn m^^mm r-i ^-i cm cm rn co ^t -J1 mm >-i

>•X>X >X> X >- X >-X > X >- X >-X >- X >- X > X >X >- X> X > X >. X >- X > X> X >- X >- X >-X> X>-x>x>-x>-x>-x>-x>x>-x>x>x>x>-x>.x>-x>x>-x>-x>x>x>x>-x>x>-x>x>-X >-X >X >• X> X >- X >- X >-X >-X > X>X >- X >- X>- X >-X >-X >- X >- X> X >- X >- X > X >•X>X

80

mm in in mm mm mmm<-i<\i mr-ic\ic\jiri(\imf-H(\i ini-tc\ic\iinc\iin,~ic\i irn-<c\jc\jinc\jin.-«r\j in.-ir\ic\jinc\iinr-t(\j inntNtsjooo ooooooooo ooooooooo ooooooooo ooooooooo ooooM+ + + +M + M+ + + +| l + | 1+ + + + I |+| |+ + + + 1 1 + 1 1 + + + +Im^mt^iri^m,^inc\jvOC\J>oc\]^or\!NorvivO<\ir^(Ni^(N^c\i^

>x>-x>-x>x>x>x>-x>-x>x>x>x;>~x>x>x>-x>-x>x>-x> ;K >~x>-x>-x>-x>-xII II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II

c^^ro^rnc^rornrn^^fNT^^^^vt^^mu^mmirimmmmms^

.^c\]CNrnro>^>tmmr^r^c\ic\irnrOvt>tmmrHr^(NC\j(^ro>t

>-x>-x>.x>x>-x>-x>-x>x>-x>-x>-x>-x>-x>x>.x>-x>x>-x>-x>-x>-x>x>-x>-x>-x>x>-x>-x>-x>x>-x>-x>-x>-x>-x>x>x>x>-x>-x>-x>x>-x>-x>x>x>-x>-xII II II tl II II II II II II II II II II II II II II II II II II II II II II II It II II II II II II II II II II II II II II II II II II II II

ro<^<^m(^rn<^rnrOvt^>fr-t^<vt^<fvfrminmmir\mmmminvO

«^(^(N(^c^^^mm.H.^r\ir^n<^>t>^mm^t^(Nc\jrnrnvt^mm

>x>x>-x>-x>x>x>x>x>-x>x>x>-x>-x>-x>-x>-x>-x>x>x>x>x>x>-x>-x>x>-x>-x>x>x>-x>-x>-x>-x>x>x>x>-x>-x>x>-x>-x>x>x>-x>-x>-x>x>x>x>x>-x>.x>x>x>x>*x>-x>x>x>x>x>-x>.><;>-x>-x>x>-x>x>-x>x>-x>-x

81

mm intr\ ir\ir\ in if* in unmc\|inr-ic\i iOr-t(M(Mir\t\jir»r-4CM in.—i cm cm in cm in •-< cm in,-icMCMincMLr\,-HCM in«—<cMCMincMm*-(CM mi—

<

ooooo ooooooooo ooooooooo ooooooooo ooooooooo ooI + I 1+ + + +II + II+ + + +I l + l I + + + +I 1 + I 1+ + + +II + M+ + +

i/)(/)i/)</}i/)oo</)i/}i/>i/)i/ii/iooi/ii/}i/)(/}i/}oOooi/i<^</iuio^

>x;>-x>~x>-x;>-x>-x>-x>-x>x;>~x>-x>x>x>x>-x>x>-x>-x>x>-x>-x;>-x>-x>xII II II II II It II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II

r^CDOOcOCOOOC0 03 00C0 03(7<Cr, (^(?C, 0", CJv O, (?ff, OOOOOOOOOOHHHi-IHHHHr-(H(\J(\jrvJ(\lC\!(\l^rH r-l r-l r-l r-l ,-4 r-| r-l rH r-l r-l rH ^-t rH r-l rH rH r-l .-I rH i-l CM C\J CM <\l (M CM (M CM C\J (NJ (\| CM CMCMCMfMCMCM<NfMCMCMCMC\JCMCMC\l

mrHrHCMCNcoco^^inmrHrHCNCMcncOvt^inmrHrHCMCMCOcnst^mmiHrHc^

>-x>-x>-x>-x>-x>x>x>-x>-x>-x>-x>-x>-x>-x>-x>-x>x>-x>-x>-x>-x>x>-x>-x>-x>-x>x>x>-x>-x>-x>-x>-x>.x>-x>-x>-x>-x>-x>x>.x>-x>x>-x>-x>x>-x>-xII II II II II II II II II II II II II II II II II II II II II II II II II II II II II II II (I II II II II II II II II II II II II II II II II

^C0 00C0C0C0roCO00 030D(>C?^C>C>(>0^C^0^0^OOOOOOOOOOHHHHHHHHHH(\lf\;NWN(\|C\l,HrH.HrHrHrHrHrHrHrHr-lrHrHrHrHrHr-lrHrHr-|rHCMCMC\JCMCMCMCMrMCMCM<NJr^

m^^CN<NWC<^>t^^^^C\J<NC^cn^^ir\m.^^CMCM

>x>x>-x>-x>x>x>x>-x>-x>-x>x>-x>.x>x>x>x>-x>x>x>x>x>-x>x>x>-x>-x>x>-x>-x>-x>-x>x>x>-x>x>x>-x>-x>x>x>-x>x>x>x>-x>x>-x>x>-x>-x>x>x>-x>-x>x>-x>-x>-x>x>-x>x>-x>-x>-x>-x>-x>x>-x>~x>x>-x>x

82

c\jr\iin >-

ooo >-

• • • >~

+ 1 »»

*-**-^*-^ *-*

OOCNJOO •—

«

l/)CO»/) t»

- — _— ^r>x>- »—

'

II II II X#«^^* ^^ Xrvjr\jc\j X(NJCSJCNJ K^» • » i^<tmLf\ ow«»-« *— <>-x>-<\i CL>X>-(MvO •-"

II II II •• - II

^.^.-^rHCM —

.

<\I(\I(\J II II t-H

CMCsKN*-' -} »•

* » -5Z

^ <\JC\|I ZD

>X>- -?<HD>x>CO H saz>X>DC^ic«-HQ:Lu

o(\l

83

4>V)

« #* *«• ** «-

* *•

* *«- «a- *•

* «•

* «* 4*

« _) *'•

* < fr* z »*•

* -« *•8- s •S# ct ft* LU •fr

* H 4f* •*

* oo *K- O ** —

i

^# X *K Q. ** < i,

1-

# Ot *«• O 4-

# ## s: •tt

« OOO *# Oct *'

* an kr«• z <5-

¥i c/>H *•s* 33 4!'

* Q. 4.« Z Jl-

# • i—

i

** 1-

•if

*• a-h- **• LUO0 ar

*r Qm ri?

* _J «* UJLU *.

*• UJ5:*• < •St.

» •2 K-* o •«:

* ZLU *•

« OO *•

•> Q. S*-" «•

«- 2 > *•

* •—

<

•a s.

*• o <<* S"•& CL 4s-

« uu >- *-k- 2 CO tr«• •—

i

*• «* H 2LU «* 3 LUCO "?'

<fe- o HO k* ct ho. *••£• CD K-cQi **;• ID Ct3 Ti

* 00 3Ql *

3CO

_jCOt—

I

a:—a—t-cci—ii—

i

a>hLU»—

'

a •>—•«"*

^- i—i

CL—

a:UJ

c^LU

ctLU

ctLU

Oo

o

rOQ-•-Z

-O00-

-ctCOLU

m„Jrn-J

»2 »2co- r^i-

(M »>4- *-a: -a:COLU^f uj>—(•—i(\jt—

<

•-o »o

t-OOCQ

i—

i

LU22-1mG +I— »-«S£«-l

3o0_J |

OZcC II

CtUJt—_iccs: ii _jID •-'033WDmZ

|_vf-t3 "OCLLL^

OO 23— —i— _J— -JOO^MCQh- 31—31— 3r-i— U_ h-3 2323 2

r-13|— <X -CL »CL »

O I CQCO>|— >H>I— >LO IHMUJ3 LU3UJ3 LU»lll »JDO QOQO Q-iZOIUi-.^ ^-.^^-^ h-•^ »r-(SwO —O—O —~~- »<o • O «0 • a:HHvOZh LU I— LUf-LU J——wr-4» XZ XZXZ XLL U_ •-«— LU • LU # LL- • LU33 LU I- h- Ct2 h- DC I- ct2 h-CCC0O< LUCt LU UJCt»-'»-HC2_J >-, 3_i t-, _J*-|3—

i

—act _j—(~_i— -i— i—

i

LLLL20<U_LL<ILL<LLLL<»-»— LUU.LJ»-iCtO ,

-,U ,-| 0^U

- O -r\j<-<—-rOO-rHCtCL2 LU2hOhhOl- *o

co-•O"—•

*

COD +<XUJ—.OLUmO •>—i

-. .<t-—i—lOCNJ"-'

OLU "Or-^ •U_<—

1

i— cccot—3 •—

3

Cl-^ "CLi-co>i-3'-, uj30<-00Oi-h^oiQi-1 t

LUJ-I— LUZHX2• »— LU •

ctO|-ct2IUCD LUCt»-| 2:_j»-(3— _i—HOLLLL<LLLUZt— »-tU •—

' Ct LL1

ccuuouccuOLO

oo

84

**

#

**-

•fc

SI-

*««•

•r-

*u-

*-J-

**«•

•a

«

4s-

*

*

«*•-

4>

ft-

*v.

3Q.

OLU

=3O<XCD

CO

00

t—

I

Xa<O

</)0

CLU-

l/)H

Q.

Hat-UJl/)Qh

_J

LULULUS<

oZUJoaZShh>

•oQ.

>-CD

tf

ZLLLUCOHCHaa:33 a.

*

*

*

*

t.

«•

*.

*

V.

**

vi

•k«

#*

**

*

Sv

a*•

*#

**

6-

•h-

ii*•

**•

ft-

cl co c£ oo a:

3 O^i^Q LULLO a XH >HJU< IL2DI- <Ouuj aixoQOau.Docox a<i—

:

oo olu«-i_izdcdah uj zuj<ia:ac£"-iH-<.-it-«Lu ocao:*-.O^fOOOOHl- -^ CO t-i CO •-• a: •£{ HO»-.q;q_cq^. ca** c*i. Hocaf. coo

X H X HO LL3LLO o 3H —"3a3H H a:<5!OtC2CDX s<sz

LUM51LLLUUjLLaO<<<C<<<S:Lb<0<<<<<<SM5:LU<<l, <a:a^NNNMOhChDOhOI-CtNOCHCShQhCChliNCShKcoaaQ.Q-_iwjto_i<w_itocC(i_i<w_jxw_JoicDwcca_iXi/)cc

a

oo

lus:

aac

3a

CDOUUCOOCUCV)«LUQ_JOHCO

a:a<a

«•*

xLU«H

85

^ oa OO H-H »-roroO XX Xvor^_l LUUJ tutor*-

OOCDOHI— OOh-OO

UJUjLLiUjLUOc^IMNNNNaaCl D. Q- CL Q. 2: CO

<<LUUJSIh-l-CNNtt<<2Q-CLCOOCUJ

u. 00 a3 c t- 2: <i u.od _j<a:iuZ)•"•

fi * i. to cl cc a. cc •««

86

INITIAL DISTRIBUTION LIST

No. Copies

1. Defense Documentation CenterCameron StationAlexandria, Virginia 22314

2. Library, Code 0212Naval Postgraduate SchoolMonterey, California 93940

3. Chief of Naval PersonnelPers libDepartment of the NavyWashington, D. C. 20370

4. Naval Postgraduate SchoolDepartment of Operations Research

and Administrative SciencesMonterey, California 93940

5. Professor R. W. Butterworth, Code 55 BdDepartment of Operations Research

and Administrative SciencesNaval Postgraduate SchoolMonterey, California 93940

6. Professor W. M. Raike, Code 55 Rj

Department of Operations Researchand Administrative Sciences

Naval Postgraduate SchoolMonterey, California 93940

7. Professor P. A. W. Lewis, Code 55 LwDepartment of Operations Research

and Administrative SciencesNaval Postgraduate SchoolMonterey, California -93940

8. Professor D. P. Gaver, Code 55 GvDepartment of Operations Research

and Administrative SciencesNaval Postgraduate SchoolMonterey, California 93940

9. Professor A. F. Andrus , Code 55 AsDepartment of Operations Research

and Administrative SciencesNaval Postgraduate SchoolMonterey, California 93940

87

10. Lieutenant Cyrus Michael Riddell1615 92 North EastBellevue, Washington 98004

88

UNCLASSIFIEDSecurity Classification

DOCUMENT CONTROL DATA -R&DfSecurily clas sitication of title, body of abstract and indexing annotation ritual be entered when the overall report la classified)

1 originating activity (Corporate author)

Naval Postgraduate SchoolMonterey, California 93940

Za. REPOR T JECURI T Y CLASSIFICATION

Unclassified2b. GROUP

3 REPOR T TITLE

A Queuing Model Simulation with Dynamic Graphical Display

4 DESCRIPTIVE NOTES (Type of report and. Inclusive dates)

Master's Thesis; March 1973S. au THORISI (Fust name, middle initial, 1ft name)

Cyrus Michael Riddell

6. REPOR T DATE

March 19737«. TOTAL NO. OP PAGES

90

7b. NO. OF REFS

la. CONTRACT OR GRANT NO.

b. PROJEC T NO.

»e. ORIGINATOR'S REPORT NUMBER(S)

Sb. OTHER REPORT NOISI (Any other nwvbc re that may be aealgnedthlt report)

10. DISTRIBUTION STATEMENT

Approved for public release; distribution unlimited.

II. SUPPLEMENTARY NOTES 12. SPONSORING MILI TARY ACTIVITY

Naval Postgraduate SchoolMonterey, California 93940

13. ABSTR AC T

The purpose of this thesis is to provide the student ofqueuing systems with a vehicle through which a better under-standing of the interrelationships between stochastic processesand queuing systems can be achieved.

DD ,r:„1473 <

PAGE "S/N 0101 -807-681 1 89

UNCLASSIFIEDSecurity Classification

A- 3 M0

8

UNCT.ASSTFTFnSecurity Classification

KEY WO HOI

Queues

Simulation

Computer Graphics

DD .T,"..1473 <backi

S/N 0101 -807-682 t

UNCLASSIFIED

90Security Classification A- 31 409

2 J0M76 m 2Uk ?5

.esis ±.<*6Z$<iR425 RJddell

c.l . A queuing model simu-

lation with dynamicgraphical display.

2 JUN76 2<4U25

Thesis -Lfc<3254

R425 Riddel I

c.3 . A queuing model simu-lation with dynamicgraphical display.

thesR425

A queueing model simulation with dynamic

3 2768 000 99057 6

DUDLEY KNOX LIBRARY