THE MEMORY CONTROLLER THE MEMORY CONTROLLER THE MEMORY CONTROLLER 1 1 1 The Memory Controller Jim Gasbarro and Lissy Bland Dragon-88-02 January 1988 c Copyright 1988 Xerox Corporation. All rights reserved. Keywords: Bank, Controller, DRAM, DynaBus, Error Correction, Memory, Zone, Maintained by: Gasbarro.pa, Bland.pa XEROX Xerox Corporation Palo Alto Research Center 3333 Coyote Hill Road Palo Alto, California 94304 For Internal Xerox Use Only The Memory Controller 1.0 Brief Description The Memory Controller chip provides the interface between the Dynabus and main memory. It requires a minimal amount of external circuitry and is designed to work with a wide variety of dynamic random-access memory (DRAM) chips. In addition, it takes into account differences in timing specifications and the prospects for future generations of high-density ram technology. In order to accommodate the high bandwidth requirements of the Dynabus, the Memory Controller allows several Memory Controllers to work together, effectively multiplying the available throughput of the DRAMs. The Memory Controller utilizes a Hamming code algorithm for performing single-bit error correction and double-bit error detection (SECDED) for data stored in the ram. In addition to providing read/write access to main memory, the Memory Controller also responds to several other types of Dynabus transactions. The Cache Consistency Protocol requires that the replies for certain of the Dynabus request operations be generated from a single source in the system. The Memory Controller acts as this common reflection point. 2.0 Pin-Out Figure 1: The Logical Pin-Out of the Memory Controller. 3.0 Block Diagram Figure 2: Memory Controller Block Diagram 4.0 Detailed Description of Each of the Functional Blocks The Memory Controller has four major functional blocks: the Memory/IO Address Match, the Command/Data Fifo, the Ram Interface, and the Output Pipeline. The Memory/IO Address Match unit watches the command and data words on the Dynabus Input bus. Words determined to be needed by the Memory Controller are entered into the Data Fifo. An autonomous process in the Memory Controller takes commands that appear at the output of the fifo and interprets them. If a write operation is required by the command, the write data is taken from the fifo and placed in the Ram Interface write buffer and the DRAM write cycle is initiated. If the operation if a read or some miscellaneous operation, the appropriate action is taken with the result in all cases being that the data for the reply packet of the operation is entered into one of the two "ping-pong" reply buffers. These buffers are labeled Ram Buffer A and B in Figure 2. At this point a third autonomous process takes over which signals a Dynabus Request and stages the data in the Output Pipeline, where any necessary correction takes place, so that the first word of the reply can be placed on the output bus in the first cycle after Grant arrives. These multiple cooperating hardware processes in the Memory Controller allow maximum utilization of the DRAM bandwidth to be achieved. 4.1 Memory Address Space Partitioning In the fully general configuration of a Dynabus memory system there are three, hierarchical levels of busses and memories. All of main memory resides at the top level of this tree (Figure 3). Figure 3: The hierarchical memory system. Each main memory box in the diagram of Figure 3 typically consists of a Memory Controller chip, 72 DRAMs, 64 for data and 8 for error correction, and a small amount of external logic for address buffering and timing generation. In order to achieve maximum data I/O bandwidth to the rams, the Memory Controller takes advantage of an access mode available in most DRAMs called nibble mode. In this mode, the Memory Controller sends one address to the DRAM and retrieves four successive data words, thus allowing greater throughput. The Dynabus also reads and writes data in groups of four successive cycles of 64-bit words called blocks. Thus, the transfer of blocks into and out of the DRAM's blends nicely with the nibble mode access mechanism. Main memory can be partitioned in several ways depending on system requirements for storage size and bandwidth. Memory can be interleaved, creating sequential blocks of memory which are accessed by different controllers. When memory is interleaved, all the memory accessed by a single controller is called a bank. The number of banks must always be a power of 2. A zone is the range of memory controlled by a set of interleaved banks; all the memory within a single zone should be in the same technology. Note that in the degenerate case where the number of interleaved banks in the zone is 20, the memory is not interleaved; the bank and the zone become equivalent (Figure 4). Figure 4: The configuration of memory into zones c omposed of interleaved banks. Interleaved memory allows controllers to work in parallel when sequential words are accessed. If memory is not interleaved, sequential words of memory are controlled by the same device. Memory addressing in the Memory Controller is necessarily complex due to the wide range of possibilities for ram size, number of banks, and number of zones in the system. There are two components to address selection: Memory Address Match and Ram Address Selection. Programming the 2 registers associated with the Memory Address Match tells the Memory Controller which read and write addresses to respond to from the Dynabus. Programming the register associated with Ram Address Selection tells the Memory Controller which sub-fields of the Dynabus address to transmit to the rams as the row and column address. The 2 registers that are programmed for use in the Memory Address Match and Ram Address Selection are called the Zone Address Selection Register and Memory/Bank Address Selection Register. These registers are described fully in Sections 5.4.2 and 5.4.3, respectively. Here is a summary of those sections: The Zone Address Selection Register This register contains a Zone Mask field that indicates how many bits of the potentially 14-bit, Zone Address field are to be used in the Memory Address Match. Memory/Bank Address Selection Register The Memory/Bank Address Selection Register contains a Bank Mask field that indicates how many bits of the potentially 4-bit Bank Address field are to be used in the Memory Address Match and Ram Address Selection. The Memory/Address Selection Register also contains a Column Address Select field and a Row Address Select field that select the subfields of the memory address that will be sent to the DRAM as the column and row address, respectively. Note that the number of bits that can be sent to the DRAM for the column and row addresses is variable and depends upon the number of bits that have been used to specify the zone and bank addresses. The total number of bits available for the zone, bank, row and column addresses is 30 so that the number of bits in the row and column addresses can be expressed by the following equation: X 4.1.1 Memory Address Match Figure 5 shows the 47-bit Memory Address field. It is broken down into five sub-fields. The number of bits available for the zone, bank, and word address fields are indicated. A 0 or 1 in the Zone Adr, Bank Adr and Word Adr fields indicates that a particular bit in that field can be programmed to match a zero or a one. An X indicates that the bit does not participate in the match. Figure 5: Memory address sub-fields. Memory Address matching uses the Zone, Bank, and Word address bits. The high-order 14 bits are essentially unused, but must be set to zero. The remaining bits of the Memory Address Format are used for Ram Address Selection. The configuration of the Zone Address and Bank Address sub-fields depends a number of factors: - the address of the zone in which the controller resides - the number of banks in the zone - the address of the bank - the capacity of the DRAMs 4.2 Ram Interface 4.2.2 Ram Address Selection The Ram Address Selection logic must also take into account differences in the configuration of memory. Here, the problem is somewhat simplified in that the configuration depends only upon the number of banks in the zone and the capacity of the DRAMs. The address selectors and address path to the DRAMs are both 14 bits wide, allowing for future generations of DRAM with capacities up to 256 Mbits. The Column Address Selector specifies the low order address bits which will be delivered to the rams as column address (Figure 6). Figure 6: The Column Address Selector. The number ranges that label the Field Selected, indicate the bit ranges that would be part of the column address for 1MBit and 256MBit DRAMs. The Column Selector specifies one of five sub-fields of the memory address, depending on the number banks in the zone. Note that not all of the upper bits of the Low Address sub-field are necessarily used by the DRAM. For example, if 1 Mbit DRAMs were being controlled then only the low-order 10 bits would be connected to the ram. The sub-field of the memory address extracted by the Row Address Selector, shown in Figure 7, overlaps part of the Column Address field so that it uses the remaining portion of the column address as the low order bits of the row address. Figure 7: Row Address Selector. The number ranges that label the Field Selected, indicate the bit ranges that would be part of the row address for 1MBit and 256MBit DRAMs. The Row Address Selector specifies one of ten sub-fields of the memory address, depending on the number of banks in the zone and the capacity of the DRAM. The least significant bit of the Word Address field addresses a 32-bit word within a block and is used by the Memory Controller only for IO operations. The two most significant bits of the Word Address field, which index one of the four 64-bit words within a block, are used memory as well as IO operations. During a memory read, if these bits are non-zero then the Memory Controller must deliver the 64-bit word corresponding to this address in the first cycle of the reply packet. In the succeeding cycles, the remaining three 64-bit words of the block are delivered in increasing cyclic order. In order to fetch the data from the DRAMs in this order using the nibble-mode access mechanism the low order two bits of the row and column addresses must be the two most significant bits of the Word Address field. For this reason the LSB of both the High and Low address selectors remains fixed relative to the selected memory address sub-field as shown in Figures 6 and 7 above. 4.2.3 Memory Address Selection: A Practical Example Figure 8 shows an example of how the Zone, Bank and Address fields would look given the following parameters: - four banks - bank address 2 - 1 Mbit DRAMs - Zone address 3 Figure 8: Memory configuration example. Since there are four banks, the Bank Mask field would be 00112 indicating that only the two low bits of the Bank Address field participate in the match (1 => participate). The Bank Address field would be 00102 to indicate a bank address 2. The Column Address Select would also be 00112 selecting bits [29..41] and bit [45] to appear on the Ram Address lines of the Memory Controller. The 1 Mbit rams have only 10 address wires so the top four bits of the Column Address Select are unused. The actual Column Address delivered to the DRAMs is therefore [33..41], and [45]. Next the Row Address Select is chooses to be 00112 corresponding to a Row Address of [20..32] and [44]. Again, the top four bits are unused, so the Row Address consists of bits [24..32] and [44]. Thus, the entire DRAM address consists of bits [24..41] and [44..45] or 20 bits in all. Bits [42..43] are used for bank match, and [44..45] select which 64-bit word is delivered in the first Dynabus data cycle. The Zone Mask field is set to 111111111100002, signifying that the low four bits of the field do not participate in the match, they are being used to specify the row address. The Zone Address field is set to 000000001100002, to specify a zone address of 3. 4.3 Dynabus Commands The Memory Controller responds to nine of the Dynabus commands. Commands sent to the Memory Controller are stored in a input queue so that multiple requests to the memory can be outstanding simultaneously. If the number of pending requests exceeds a certain threshold, grants for request packets on the Dynabus are suspended until the Memory Controller can reduce the size of its input queue. For cache consistency purposes, all commands received by a single Memory Controller are processed in the order in which they were received. 4.3.1 ReadBlockRequest - two cycle request, five cycle reply The Dynabus delivers the address of the word to be read in the first cycle of the packet. The second word is unused. The Memory Controller fetches the requested block from ram, then checks the state of the OwnerIn bit associated with the RBRqst packet. If OwnerIn not asserted the Memory Controller issues a request to the Arbiter for a reply packet and when the Grant arrives, the data is delivered. If the OwnerIn was asserted however, the reply is aborted and the request to the Arbiter is never issued. The state of the SharedIn bit in is reflected in the header of the reply packet. 4.3.2 WriteBlockRequest - five cycle request, two cycle reply The Dynabus delivers the address of the word to be written in the first cycle of the packet, and the block of data in the four succeeding cycles. The reply is issued in as soon as the actual write operation is initiated. 4.3.3 FlushBlockRequest - five cycle request, two cycle reply Same as WriteBlockRequest. 4.3.4 WriteSingleRequest - two cycle request, two cycle reply This command is reflected by the Memory Controller. The SharedIn bit of the request is reflected in the header of the reply packet. 4.3.5 IOReadRequest - two cycle request, two cycle reply This command causes the Memory Controller to deliver the state of one of its internal registers. The first cycle of the request contains the 32-bit address of the register. The second cycle is unused. 4.3.6 IOWriteRequest - two cycle request, two cycle reply This command causes the Memory Controller to write one of its internal registers. The first cycle of the request contains the 32-bit address of the register. The second cycle contains the 32-bit data. 4.3.7 ConditionalWriteSingleRequest - two cycle request, five cycle reply This command is reflected by the Memory Controller. The header of the reply packet reflects the state of the SharedIn bit. The four data cycles are identical and contain a copy of the two data words delivered in the second cycle of the CWSRequest. 4.3.8 BroadcastIOWrite - two cycle request, two cycle reply Reflected by the Memory Controller. 4.3.9 DeMapRequest - two cycle request, two cycle reply Reflected by the Memory Controller. 4.4 Performance Considerations 4.4.1 Read Data Delay On the average, the majority of the operations that the Memory Controller performs are reads. Therefore, one of the most important timing specifications for the Memory Controller is the minimum delay from a ReadBlockRequest on the Dynabus to the corresponding reply packet. This delay determines the maximum read data bandwidth that a single Memory Controller can provide. The read delay is determined by three factors: the data pipeline delay, the OwnerIn/SharedIn bit pipeline delay, and the Request-Grant delay for the Arbiter. The data pipeline delay is the sum of two parts: the time from RBRequest to the start of the ram read timing cycle or input delay, and the time from the start of ram read timing to the last word of data fetched from the ram, or access delay. The pipeline delay for the OwnerIn/SharedIn bits is called as the owner delay. And, the Request-Grant delay for the Arbiter will be referred to as the grant delay. Before computing the minimum delay, a simplifying assumption is needed: The nibble mode cycle time or the rate at which read data is delivered from the Rams, typically 60 nanoseconds/nibble, is longer than the Dynabus clock cycle time, typically 25 nanoseconds. Since the output pipeline is three stages long, this assumption infers that by the time the last word is delivered from the rams, the first word has already propagated to the end of the pipe and is ready to be delivered onto the bus. If this assumption were not true, the additional time necessary to get the read data to the front of the pipeline (one, two, or three cycles) would have to the added to the read access delay. It is expected, though that as nibble-mode access times improve the bus clock speed will increase as well, making the assumption valid in the long term. There are two parallel paths which can limit the minimum read access time. The first, obvious path consists of the input delay of getting the read command and address to the rams and the access delay of fetching the data from the rams. This is the sum of the input and access delays. The second path involves the owner and grant delays. The Memory Controller attempts to hide the grant delay by issuing the Arbiter request before the data is available from the rams; however the request cannot actually be issued until the owner information is available. This leads to a dependency between the owner delay and the grant delay. The minimum read data time is therefore: X The input delay for the Memory Controller is 5 cycles. Typical values for access delay, owner delay, and grant delay are 320ns, 11 cycles, and 5 cycles, respectively. Thus the maximum delay is: X Assuming a cycle time of 25 ns yields: delay = 450ns. It is interesting to note that this is only 50ns worse than the "theoretical" limit of 400ns imposed by the bus piplining. 4.4.2 Bus Bandwidth Assuming minimum timing for the bus and ram, the bandwidth available from a single bank of memory is limited by the rate at which the Memory Controller can cycle the ram. Each complete ram read cycle produces eight word of read data. Within a complete cycle there are two clock cycles of overhead in the state machine, in addition to the ram access time and ram precharge time. The bandwidth available from one controller is then: X Precharge times for DRAMs are typically 100ns. The bandwidth available from a single Memory Controller then is: X 4.4.3 Bus Throughput To achieve maximum throughput on the Dynabus, Memory Controllers can be arranged in banks such that a sequential access pattern will cause each of the banks to operate in parallel. If the assumption is made that there is no contention between banks for the bus and that the available bandwidth scales with the number of banks, then the number of banks required to fully saturate the bus is: X The Dynabus cycle time for one ReadBlock operation is the sum of the sum of the number of cycles in the RBRequest and RBReply packets, which is 7 cycles. Using the typical values given above this yields: X Thus, with two controllers about 75% of the Dynabus throughput can be achieved. A four bank system will fully saturate the bus. 4.5 Ram Timing Interface In order to achieve maximum performance from a DRAM, the clock edges must be controllable to a resolution of 5ns, with a worst case skew between signals of about 1ns. The details of the exact edge placement are different for nearly every manufacturer's part, making it fairly difficult to build an on-chip timing generator, especially with the 2m CMOS technology in which the Memory Controller is fabricated. Therefore, the task of the timing generation has been moved off-chip to a circuit which can be customized for a particular type of DRAM to take full advantage of the device's speed. The Memory Controller provides an interface to this timing generator that is general enough to allow for a wide variety of approaches to building it. Figure 9: Ram timing interface Two approaches have been considered, one using a registered PAL configured as a finite state machine, and another using a programmable event generator such as the AMD 2971. There are many tradeoffs to consider in either design. 4.5.1 Timing Interface Operations The timing controller needs to know about only two different timing sequences: access and refresh. The access timing sequence is used for both read and write operations. The Memory Controller distinguishes read accesses from write accesses by the nRamWrite signal which controls both the direction of the RamData lines as well as nWE, the DRAM write enable pin. The access timing sequence consists of the five control signals shown in Figure 10. Figure 10: RAM access timing The refresh timing sequence employs the CAS-before-RAS refresh mode found in most DRAMs. This mode utilizes a counter internal to the DRAM to provide the refresh row address. The refresh timing sequence is shown is Figure 11. Figure 11: RAM refresh timing 4.5.2 Timing Interface Pins StartA short for StartAsyncronous, is the trigger signal to indicate that a memory timing sequence should begin. Refresh when asserted indicates that a refresh timing sequence should be performed. Otherwise an access sequence is started. SelColumnAdd asynchronously selects either the row or column address bits. WordAddress[0..1] during writes, asynchronously selects one of four data words to be written to the rams. During reads, asynchronously selects one of four buffer words to store the read data. RamBufWrite latches read data in the buffer selected by WordAddress. RamReset a buffered version of DReset. Useful if the timing generator is implemented as a synchronous device. RamClock a buffered version of Dynabus clock. Useful if the timing generator is implemented as a synchronous device. 4.5.3 Synchronization With The Memory Controller In order minimize the length of a ram cycle, the timing generator and Memory Controller run asynchronously. This implies that there must be a synchronization mechanism to notify the Memory Controller when a ram cycle has completed. Synchronization can be achieved with a handshake signal that is synchronized through a number of flip-flop stages; however, this approach introduces a delay caused by the flip-flops each time the timing generator and the Memory Controller must synchronize. The synchronization method used involves an internal counter and a priori knowledge about the duration of each operation. When the Memory Controller starts a ram operation it loads the counter, and then waits for it to expire before proceeding. The synchronization delay using this method is one to two cycles better than a two stage synchronized handshake. The risk with this method is that the Dynabus clock or timing generator could drift far enough to cause the synchronization to fail. Proper care should be taken to ensure that this does not happen. 5.0 Programming the Memory Controller This section describes the internal control and status registers of the Memory Controller. Most of these registers are accessed by IOWrite operations performed through the Dynabus. The rest are accessed from the diagnostic DBus. A few are available through both the Dynabus and DBus. 5.1 DBus Operation The DBus is a serial data path into the Memory Controller chip used for initialization and diagnostic purposes. The Memory Controller has several different internal registers which can be accessed via the DBus. A register which is read or written by the DBus is first selected by asserting the DBus DAddress line and shifting in the three bit register address using DSerialIn and DShiftCK. To read a register, DSelect is asserted along with DExecute, and DShiftCK is cycled once, loading the value to be read into the DBus shift register and causing the first bit (MSB) of data to appear on the DSerialOut wire. Successive bits are obtained by deasserting DExecute and cycling DShiftCK once for each bit to be read. Values are written by first selecting the desired register, then clocking the value in using DSerialIn and DShiftCK. This is a very brief description of DBus operation, for full details see DBusDoc.tioga. 5.2 DBus Register Descriptions 5.2.1 Device Type and Version Number Register, DBus Address 0, 16 bits, Read Only Header - Bits [0..3] These bits always read as 5. DBus Device Type - Bits [4..9] Memory Controller = 6. This number should not be confused with the IO device type. Version Number - Bits [10..15] This number, which is zero for the first version of the Memory Controller, will be incremented once each time a new mask set for the Memory Controller is generated. 5.2.2 DynaBus DeviceID Register, DBus Address 1, 10 bits, Write Only (Bogus, easy to make R/W) DynaBus DeviceID - Bits [0..9] These bits specify the device number used in decoding IO addresses. This number gives each instance of the Memory Controller in the system a unique identification for IO operations. 5.2.3 Syndrome, Error Status, and Address Register, DBus Address 2, 72 bits, Read Only Header - Bits [0..27] These bits always read as 0. Syndrome - Bits [28..34] If a single bit error occurs these bits provide and index to the failing bit. The values 0, 2, 4, 8, 16, 32, and 64 point to failing check bits. Value 63 and all values in the range [65..127] point to a failed data bit. Values other than these are indicative of a double error. Another minor bogosity - the endian-ness of these values is reversed from normal. 127 here indicates MSB. Data Fifo overflow - Bit [35] When set indicates that the fifo that buffers commands and data from the Dynabus ran out of space. This should never happen. If it does it indicates something seriously wrong in either the Memory Controller's bus hold/request logic or in the Arbiter's grant logic. Double Bit Error - Bit [36] Indicates that an uncorrectable two bit error occurred while reading the DRAMs. Output Buffer Sync Error - Bit [37] Indicates that Memory Controller reached an idle state, but the read and write pointers to the ping-pong buffers in the output pipe were out of sync. This should never happen. Indicates a serious hardware problem. One Bit Error - Bit [38] Indicates that a correctable one bit error occurred while reading the DRAMs. Multiple Memory Errors - Bit [39] Indicates that additional memory errors occurred since the last time that the status register was cleared. Error Address - Bits [40..71] Contains the address of the first failing memory operation. 5.3 IO Operation The Memory Controller uses IO commands for the majority of its internal initialization. The IO Device Number must be initialized via the DBus before any IO command can be performed. Each Memory Controller in the memory system is given a unique identification for decoding IO addresses via the DBus. The 32-bit Dynabus IO address space is partitioned into three fields: DevType (12 bits), DevNum (10 bits), and DevOffset (10 bits). The IO device type for the Memory Controller (not to be confused with the DBus device type) is 3. The device number, which uniquely identifies a single instance of a Memory Controller is programmed via the DBus. The DevOffset selects a particular register address within the Memory Controller to be read or written. For a more thorough description of IO addressing, see Appendix B of DynaBusLogicalSpecifications.tioga. 5.4 IO Register Descriptions 5.4.1 RAM Timing, Miscellaneous Functions, Address 0, Write Grant Delay - Bits [0..4] See Read Delay below. Delay = 32 - n. Owner Fifo Delay - Bits [5..7] Allows a tolerance in the number of cycles between the header cycle of a request packet on the Dynabus and the appearance of OwnerIn and SharedIn on the bus. This allows a variable number of pipeline stages between the Memory Controller and the Cache. [0..7] => [16..9] cycles between HeaderIn and OwnerIn/SharedIn. Enable Correction - Bit [8] When asserted enables the error correction/detection logic. Select Refresh Clock - Bits [9..10] Selects the frequency with which DRAM refresh cycles will be initiated. [0..3] => CKIn / [64, 128, 256, 512]. Example: 1 Mb rams require 1000 rows to be refreshed in 8 ms. Assume CK = 25ns. 8 ms / (1000 rows * 25 ns/cycle) = 320 cycles/row. So select refresh clock to be 2 (256 cycles/row) which is about 20% faster than the required minimum refresh rate. Enable Operation Reflect - Bit [11] When asserted, allows the Memory Controller to reflect the Dynabus operations BIOW, WS, CWS, and DeMap. For a particular Memory Controller to respond to one of these operations, the address of the operation must match the Bank address of the Memory Controller. This allows the load of reflecting operations to be divided among several Memory Controllers. If memory is configured as multiple zones, the Bank Address becomes ambiguous. This ambiguity is avoided by using the Enable Operation Reflect bit to select one bank and consequently one Memory Controller. Precharge Delay - Bits [12..16] Number of clock cycles that the Memory Controller allows the DRAMs to precharge after a read or write operation. Delay = 32 - n. Refresh Delay - Bits [17..21] Number of clock cycles required for a Refresh operation to complete. Delay = 32 - n. Write Delay - Bits [22..26] Number of clock cycles required for a Write operation to complete. Delay = 32 - n. Read Delay - Bits [27..31] Read Delay and Grant Delay are used specifically for the ReadBlock operation. In order to minimize latency for read operations, the request to the Arbiter for a Reply packet must be made at a point in the read cycle of the rams such that if the Grant for the packet is returned in minimum time, the last word of data for the reply packet is fetched from the ram just before it is needed to be placed in the output pipeline for transmission onto the bus. Read Delay is the number of clock cycles from the start of the read operation until the request is issued. Grant Delay is the number of clock cycles from issuance of request until Grant arrives (and the ram precharge starts). Delay = 32 - n. 5.4.2 Zone Address Selection Register, Address 1, Write Unused - Bits [0..3] Zone Mask - Bits [4..17] Maps to bits [14..27] of the 47 bit memory address. Zero indicates that the bit does not participate in the memory address match. Zone Address - Bits [18..31] Maps to bits [14..27] of the 47 bit memory address. For each bit position, if the corresponding Zone Mask bit is a one then the memory address bit must match the Zone Address bit for the controller to respond to the address. Sample code for computing Zone Mask and Zone Address: IOWrite1: PROC [banks: [1..16], ramAddWires: [9..14], zoneAdd: CARDINAL] RETURNS [data: LONG CARDINAL _ 0] = { match, address, shift: CARDINAL; shift _ ramAddPins*2 + Log2[banks] - 18; -- 18 is offset to mask field start match _ BITAND[ShiftLeft[0ffffh, shift], 03fffh]; address _ BITAND[zoneAdd, 03fffh]; data _ BITOR[ShiftLeft[match, 14], address]; }; 5.4.3 Memory/Bank Address Selection Register, Address 2, Write Unused - Bits [0..16] Column Address Select - Bits [17..19] Selects the subfield of the memory address that will be sent to the DRAMs as column address. Row Address Select - Bits [20..23] Selects the subfield of the memory address that will be sent to the DRAMs as row address. Bank Mask - Bits [24..27] Maps to bits [40..43] of the 47 bit memory address. Zero indicates that the bit does not participate in the bank address match. Bank Address - Bits [28..31] Maps to bits [40..43] of the 47 bit memory address. For each bit position, if the corresponding Bank Mask bit is a one then the memory address bit must match the Bank Address bit for the controller to respond to the address. Sample code for computing Low Address, High Address, Bank Mask and Bank Address: IOWrite2: PROC [banks: [1..16], ramAddWires: [9..14], bankAdd: [0..15]] RETURNS [data: LONG CARDINAL _ 0] = { columnAdd: CARDINAL _ Log2[banks]; rowAdd: CARDINAL _ ramAddWires - 9 + Log2[banks]; bankMask: CARDINAL _ BITAND[BITNOT[BITSHIFT[0fh, Log2[banks]]], 0fh]; data _ BITOR[data, ShiftLeft[columnAdd], 12]]; data _ BITOR[data, ShiftLeft[rowAdd], 8]]; data _ BITOR[data, ShiftLeft[bankMask], 4]]; data _ BITOR[data, ShiftLeft[bankAdd], 0]]; }; 5.4.4 Clear Error Status Register, Address 3, Write Unused [0..31] - Bits The side effect of writing this register is that the Error Status Register is cleared and the Error Address and Syndrome registers are reset so that they will capture the address and syndrome of the next failing memory operation. 5.4.5 Error Address Register, Address 0, Read Error Address - Bits [0..31] Contains the address of the first failing memory operation. This value is also available through the DBus. 5.4.6 Error Status, Syndrome Register, Address 1, Read Unused - Bits [0..19]. Syndrome - Bits [20..26] Same as DBus. Data Fifo overflow - Bit [27] Same as DBus. Double Bit Error - Bit [28] Same as DBus. Output Buffer Sync Error - Bit [29] Same as DBus. One Bit Error - Bit [30] Same as DBus. Multiple Memory Errors - Bit [31] Same as DBus. 6.0 Detailed Description of Each Pin Pin Name I/O Pin Description HeaderCycleIn I This bit indicates that the data currently on the Dynabus contains header information. HeaderCycleOut O Asserted by the Memory Controller to indicate that it is currently driving header information onto the Dynabus. OwnerIn I If OwnerIn is asserted by a Cache during a ReadBlock operation the Memory Controller will not reply to the operation. Instead, the Cache provides the reply. OwnerOut O Unused by the Memory Controller. SharedIn I SharedIn is reflected in the Shared bit of reply packets for ReadBlock, WriteSingle and ConditionalWriteSingle. SharedOut O Unused by the Memory Controller. SStopIn I Unused by the Memory Controller. SStopOut O Asserted by the Memory Controller whenever a fatal error occurs. This could be caused by a double-bit error when correction is enabled, a buffer sync error, or a fifo overflow error. See 5.1.2. Grant I Asserted by the Arbiter to indicate that the Memory Controller should transmit data in the following cycle. HiPGrant I Unused by the Memory Controller. LongGrant I Unused by the Memory Controller. RequestOut[0..1] O These signals are used to signal the Arbiter for service. 00 => Idle, Release Hold 01 => Bus Hold 10 => Two cycle request 11 => Five cycle request Hold causes the Arbiter to stop grant request packets. This is asserted when the Memory Controller input fifo nears full. Reply packets are still granted, allowing the output buffers to be emptied. Returning to Idle allows the bus to return to normal operation. DShiftCK I DShiftCK is the Shift clock for the currently selected scan path. Data is transferred on the positive edge of this signal. If the DAddress line is active, the DShiftCK is used to transfer component address bits instead of data bits. DAddress I DAddress indicates that the next DShiftCK cycle is transferring address bits. DExecute I DExecute asks the Memory Controller to perform an execute cycle instead of a a data/address transfer on the next positive edge of DShiftCK. DFreeze I Unused by the Memory Controller. DReset I DReset resets all internal state of the Memory Controller. It is internally synchronized to the Memory Controller clock. DSerialIn I The Memory Controller's internal registers receive input from the DBus via the DSerialIn pin. DSerialOut O When DSelect is asserted, DSerialOut sends information from a specified register in the Memory Controller to the DBus. (This is a Tri-state wire.) DSelect I Enables the Memory Controller to respond to DBus serial in, serial out, and execute commands. Addressing operations are independent of DSelect. Clock I Dynabus clock. CkOut O This is the Dynabus clock after it has been internally buffered. It is transmitted off-chip so that its phase can be compared to a reference and the result used to adjust the phase of the input clock. RamCheck[0..7] I/O These eight lines are used to transfer the check bits for error correction to and from ram storage. RamAddress[0..13] O Specifies the word in the rams to be accessed. These bits are multiplexed reflecting the architecture of most DRAMs. Selection of the row and column address words is done with SelColumnAdd below. nRamWrite O When asserted, indicates that the external timing generator should perform a ram write operation. WordAddress[0..1] I For nibble-mode writes, selects which of the four words should be driven on the RamData lines. For nibble-mode reads, selects which of the four internal buffers the value on the RamData lines should be written into. RamBufWrite I When asserted enables latching of the selected internal data buffer StartA O Indicates that the external timing generator should initiate a DRAM timing cycle. Refresh O Indicates that the external timing generator should perform a refresh operation. RamReset O Resets the ram timing generator. RamClock O Provides a synchronized clock for the timing generator. SelColumnAdd I Selects whether the row or column address is driven on the RamAddress lines. SpareOut[0..1] O Unused by the Memory Controller (Gnd). SpareIn[0..1] I Unused by the Memory Controller. DynabusIn[0..63] I These are the 64 Dynabus data lines into the chip. DynabusOut[0..63] O These are the 64 Dynabus data lines out of the chip. TestIn I This signal is used to reduce the number of pins that need to be contacted for testing purposes. It relates only to the operation of the Dynabus Data lines. When de-asserted the DynabusIn and DynabusOut pins are uni-directional. When asserted, the DynabusIn pins become active outputs and drive the level currently on the DynabusOut pins. RamData[0..63] I/O These are the 64 bi-directional ram data lines. ParityIn I Unused by the Memory Controller. ParityOut O Unused by the Memory Controller (Gnd). 7.0 DC Characteristics Pin Type Signal Type Voltage Current Group A 5V input L 1.0 0 H 4.0 0 Group B 5V output L 0.5 25 ma H 4.0 25 ma Group C 5V Tri-state output L 0.5 25 ma H 4.5 25 ma Group D 5V Tri-state I/O L 0.5 25 ma H 4.5 25 ma Group A HeaderCycleIn OwnerIn SharedIn SStopIn Grant HiPGrant LongGrant DShiftCK DAddress DExecute DFreeze DReset DSerialIn DSelect Clock WordAddress[0..1] RamBufWrite SelColumnAdd SpareIn[0..1] DynabusIn[0..63] TestIn ParityIn Group B HeaderCycleOut OwnerOut SharedOut SStopOut Request[0..1] nRamWrite CkOut RamAddress nRamWrite StartA Refresh RamReset RamClock Group C DSerialOut SpareOut[0..1] DynabusOut[0..63] Group D RamCheck RamData[0..63] 8.0 AC Characteristics 8.1 Definitions Figure 12: Input Signal Characteristics Ts (setup time) = the minimum time a signal must be stable before the rising edge of the clock. Th (hold time) = the minimum time a signal must be stable after the rising edge of the clock. Figure 13: Output Signal Characteristics Tcycle = the time interval between successive rising edges of the clock Tpd (propagation delay) = the waiting time after the clock is high until an output becomes valid. Tm (maintenance of old data) = the time after rising edge of next clock cycle that old data remains valid. 8.2 Values Qualified Pin Name Tmin Ttypical Tmax Tcycle 20ns 25ns 35ns Ts.Dynabus In (setup.Dynabus In) 3ns Th.Dynabus In (hold.Dynabus In) 1ns Tpd.Dynabus Out (propagation delay.Dynabus Out) 5ns Tm.Dynabus Out (maintain.Dynabus Out) 2ns 9.0 Application Schematic of the Circuit 10.0 Physical Pin-out For Each Package ê [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] Êî–.8 in footerMargin–"dragondoc" style˜Iblock•Mark centerHeaderšÏsÏk˜K–centerRectoHeaderšž˜K–centerVersoHeaderšÐksž˜K– centerFooter–e"XeroxLogotypes" family 48 pt size 48 pt leading 48 pt topLeading 40 pt topIndent 24 pt bottomLeading˜K–e"XeroxLogotypes" family 48 pt size 48 pt leading 48 pt topLeading 40 pt topIndent 24 pt bottomLeading–centerRectoFooter˜K–centerVersoFooter–e"XeroxLogotypes" family 48 pt size 48 pt leading 48 pt topLeading 40 pt topIndent 24 pt bottomLeading˜Ititlešž˜Isubtitle˜Iauthors˜Iabstractš˜O˜OšÐms8 ˜:O˜OšÏb œB˜KOš¡œ˜$O˜I boilerplateš ÏqœÏoœ£œ£œ£Ñbox˜ŽL–3centered lineFormatting centered lastLineFormattingšž˜headšœ˜Ibodyšœð˜ðRšœå˜åI pagebreak–centered lastLineFormatting˜— ˜  artworkFigure• InterpressÖQInterpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨  }[¡£P ¢ ¨ r jÄ7ÄþÏ ¢ ¨¡¡¨ÄWB ¤ ¨ r j¡¥“ĈÄ9  ¢ ¨ÄX} ¤ ¨ÂíN ¢ ¨"R"À´¡£¡¡¨ x j$p@ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDSelect– k#Hp¤¡š x j#Ô: ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦$Lž ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$4^ ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k#`˜¨¤¡š#`˜¤¡š#`˜È¤¡š#`øȤ¡š x j$8 î ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$8  ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$8 ¾ ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$8 Ž ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$8Π¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$8þ ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$8 ^ ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$8 . ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k#øܤ¡š x j$xР¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁClock– k$`$4¤¡š#ø |¤¡š x jŸ ¤$ þ ¢ ¥ ¨Ÿ ¤´¸ ¢ ¥ ¨Ä ´= ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á2– k$ ÜĤ¡š$ Ì¢¢¡š$ ΢¢¡š$ Т¢¡š$ Ò¢¢¡š$ Ô¢¢¡š$ Ö¢¢¡š$ Ø¢¢¡š$ Ú¢¢¡š$ Ü¢¢¡š$ Þ¢¢¡š$ ࢢ¡š$ ⢢¡š$ 䢢¡š$ 梢¡š$ 袢¡š$ ꢢ¡š$ 좢¡š$ ¡š x jŸ¡ ¦$X Π¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k#ø ܤ¡š$` 00¤¡š x jŸ¡ ¦$T ž ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦$T n ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦$T > ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦$T  ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦$T Þ ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦$T ® ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k#ø L¤¡š#ø ¼¤¡š x j¡Ÿ ¦$t ˆ ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDataOut– k x j¡Ÿ ¦$|¸ ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁParityIn– k x j¡Ÿ ¦$xè ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á HeaderCycleIn– k x j¡Ÿ ¦$x  ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁHiPGrant– k x j¡Ÿ ¦$x  ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁOwnerIn– k x j¡Ÿ ¦$x H ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSharedIn– k#ø ,¤¡š#ø œ¤¡š#ø ¤¡š#ø¬¤¡š#øܤ¡š#ø l¤¡š#ø ü¤¡š#ø ̤¡š x j¡Ÿ ¦$x è ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RequestOut– k#ø ¤¡š x j¡Ÿ ¦$x x ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSStopIn– k#ø <¤¡š x j¡Ÿ ¦$| Ø ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á LongGrant– k#øl¤¡š x jŸ ¤$ Ž ¢ ¥ ¨Ÿ ¤Ð¸ ¢ ¥ ¨ÄÉk$ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á64– k$lĤ¡š$\¢¢¡š$^¢¢¡š$`¢¢¡š$b¢¢¡š$d¢¢¡š$f¢¢¡š$h¢¢¡š$j¢¢¡š$l¢¢¡š$n¢¢¡š$p¢¢¡š$r¢¢¡š$t¢¢¡š$ v¢¢¡š$!x¢¢¡š$"z¢¢¡š$#|¢¢¡š$$~¢¢¡š x jŸ ¤$0 ž ¢ ¥ ¨Ÿ ¤Ð¸ ¢ ¥ ¨ÄÉk$ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á64– k$ |Ĥ¡š$# l¢¢¡š$$ n¢¢¡š$% p¢¢¡š$& r¢¢¡š$' t¢¢¡š$( v¢¢¡š$) x¢¢¡š$* z¢¢¡š$+ |¢¢¡š$, ~¢¢¡š$- €¢¢¡š$. ‚¢¢¡š$/ „¢¢¡š$0 †¢¢¡š$1 ˆ¢¢¡š$2 Š¢¢¡š$3 Œ¢¢¡š$4 Ž¢¢¡š x j¡Ÿ ¦$x| ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDataIn– k x j¡Ÿ ¦$x ¨ ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSpareIn– k x j¡Ÿ ¦$x X ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á SharedOut– k x j¡Ÿ ¦$x ( ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁOwnerOut– k x j¡Ÿ ¦$x ø ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁHeaderCycleOut– k x j¡Ÿ ¦$x ˆ ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSStopOut– k x j¡Ÿ ¦$x ¸ ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSpareOut– k x j¡Ÿ ¦$x 8 ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁGrant– k x j¡Ÿ ¦$x È ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á ParityOut– k'ð È`¤¡š#`èȤ¡š#`è¤(¡š x j$pô ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDShiftCk– k x j$p$ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDAddress– k x j$pT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDExecute– k x j$p„ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnDFreeze– k x j$p´ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnDReset– k x j$p ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á DSerialOut– k#Àp¤¡š#ðp¤¡š x j"¤” ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —ÁTest– k x j)< \ ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —Á<87>– k x j"¨l ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á<1>– k x j( ª ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á64– k( ÈĤ¡š( ¸¢¢¡š( º¢¢¡š( ¼¢¢¡š( ¾¢¢¡š( À¢¢¡š( ¢¢¡š( Ä¢¢¡š( Æ¢¢¡š( È¢¢¡š( Ê¢¢¡š( Ì¢¢¡š( ΢¢¡š( Т¢¡š( Ò¢¢¡š( Ô¢¢¡š( Ö¢¢¡š( Ø¢¢¡š( Ú¢¢¡š x j(€ º ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k(ÀÐÀ¤¡š x jŸ¡ ¦(p º ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j#Ô‚ ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j(ê ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á2– k( Ĥ¡š(ø¢¢¡š(ú¢¢¡š(ü¢¢¡š(þ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š( ¢¢¡š x jŸ ¤'äô ¢ ¥ ¨Ÿ ¤h¸ ¢ ¥ ¨Ä(Ú ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRamClock– k x jŸ ¤'ä$ ¢ ¥ ¨Ÿ ¤l¸ ¢ ¥ ¨ÄD¯T ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRamReset– k x jŸ¡ ¦'äÌ ¢ ¥ ¨Ÿ¡ ¦¸  ¢ ¥ ¨ÄE Ó ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RamBufWrite– k x jŸ ¤'äT ¢ ¥ ¨Ÿ ¤<¸ ¢ ¥ ¨Ä¹¡ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRefresh– k x jŸ ¤'ä„ ¢ ¥ ¨Ÿ ¤,¸ ¢ ¥ ¨ÄZ} ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁStartA– k'ðØ`¤¡š$`$¤¬¡š( ˆ¢¢¡š( Š¢¢¡š( Œ¢¢¡š( Ž¢¢¡š( ¢¢¡š( ’¢¢¡š( ”¢¢¡š( –¢¢¡š( ˜¢¢¡š( š¢¢¡š( œ¢¢¡š( ž¢¢¡š(  ¢¢¡š( ¢¢¢¡š( ¤¢¢¡š( ¦¢¢¡š( ¨¢¢¡š( ª¢¢¡š( ˜Ä¤¡š x j( z ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8– k'ð `¤¡š'ð¨`¤¡š'ð 8`¤¡š'ð h`¤¡š#` Ȥ¡š#`H¤h¡š#`HȤ¡š'ð ˜`¤¡š(àФ衚(À Ĥ¡š x jŸ¡ ¦'ä ¼ ¢ ¥ ¨Ÿ¡ ¦`  ¢ ¥ ¨Ä¿D ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRamData– k x jŸ¡ ¦'ä Œ ¢ ¥ ¨Ÿ¡ ¦t  ¢ ¥ ¨Ä)ÓÚ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRamCheck– k x jŸ¡ ¦'ä \ ¢ ¥ ¨Ÿ¡ ¦˜  ¢ ¥ ¨ÄMSR ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RamAddress– k x jŸ¡ ¦'ä , ¢ ¥ ¨Ÿ¡ ¦ˆ  ¢ ¥ ¨Ä7РŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á nRamWrite– k x jŸ¡ ¦'䜠¢ ¥ ¨Ÿ¡ ¦¼  ¢ ¥ ¨Ä+Í« ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á SelColAddress– k x jŸ¡ ¦'äü ¢ ¥ ¨Ÿ¡ ¦¬  ¢ ¥ ¨Ä%¬‘ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á WordAddress– k'ð`¤¡š'ðè`¤¡š x j( J ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á14– k( hĤ¡š( X¢¢¡š( Z¢¢¡š( \¢¢¡š( ^¢¢¡š( `¢¢¡š( b¢¢¡š( d¢¢¡š( f¢¢¡š( h¢¢¡š( j¢¢¡š( l¢¢¡š( n¢¢¡š( p¢¢¡š( r¢¢¡š( t¢¢¡š( v¢¢¡š( x¢¢¡š( z¢¢¡š#`pĤ¡š x j(€ Š ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦(p Š ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j(€ Z ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j(€ * ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j(€j ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦(pš ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦(pÊ ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦(pú ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j(€: ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j(€  ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j(€Ú ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k'ðH`¤¡š'ðx`¤¡š#`xĤ¡š#`°Ä¤¡š#`x¤Ø¡š(À ØĤ¡š(à (¤P¡š(À (À¤¡š x j) Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —Á Ram Interface– k x j)<T ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —Á<8>– k x j)„ ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —ÁTiming Interface– k x j"” d ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —ÁDynaBus– k x j$p„ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁTestIn– k#p¤¡š#p¤¡š#`p¤¡š#0p¤¡š#p¤¡š# p¤¡š x j#ØR ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j#Ø‚ ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j#Ø" ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j#Øò ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j#ز ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j#Øâ ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j$pä ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á DSerialIn– k x j"”Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —Á<8>– k x j"d´ ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —Á Slave DBus– k'ð$¤°¡š x j&< ¾ ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —ÁMemoryController– k#ø |¤¡š#ø 줡š x jŸ¡ ¦$T n ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k#ø ¬¤¡š x j$4ž ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j¡Ÿ ¦$x¸ ¢ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁCkOut– k#ø¬¤¡š x j$4Π¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ¡ ¦#Ä ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j"´ < ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —Á<145>– k x j"X¼ ¢ ¨  ŠÅXeroxÅ PressFontsÅ HELVETICA-MIR£¡ “À ¤ ” •  —Á Clock <2>– k k é k é k g•Artwork Interpress•Bounds90.0 mm xmin 0.0 mm ymin 168.275 mm xmax 156.2805 mm ymax –Ô159.1028 mm topLeading 159.1028 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffšÏn3™3IartworkCaptionš¡Ïtœ˜8S–centered lastLineFormatting˜—— ˜U˜T–Ô178.8583 mm topLeading 178.8583 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff–:0.0 mm xmin 0.0 mm ymin 138.9945 mm xmax 176.0361 mm ymax – Interpress–Ì"Interpress/Xerox/3.0  j k f j k j¡¥“ļ= ¤ ¨  *“¡£… ¢ ¨ r jÄ ¤ ÄÀJ@ ¢ ¥ ¨¡¡¨ÄWB ¤ ¨ r j¡¥“ĈÄN ¢ ¨Ä “ì ¤ ¨ÂÓ* J ¢ ¨x$ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á5.4– k x jAÈœ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á4.2– k x j@pŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á4.5– k x j?œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á4.2– k x j?0Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á5.2.3– k x j?  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á5.2.3– k x j>ä  ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k= ¤¡š=¤@¡š=€`¤¡š x jŸ¡ ¦=¤  ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j?( ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á DynabusOut– k x jà¸ì¤¡š>ฤ䡚 x j>Ü  ¢ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k>@`¤¡š><¤€¡š x j¡Ÿ ¦AdÆ ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jŸ ¤Ad ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é kAD´à¤¡šADôडš?€8¤ ¡š x jF £?rX ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j@l ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Buffering/– k@ôडš@´à¤¡š>Ü𤠡š x jŸ¡ ¦ú £>î ¢ ¥ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é kA€x¤`¡šA€x ¤¡šB€x¤`¡šA€8¤¤¡š x j@€Ü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁTiming– k@@x¤`¡š@@x ¤¡šA@x¤`¡š@@8¤¤¡š x j@l´ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Generation– k x jŸ¡ ¦ú £?Ž˜ ¢ ¥ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k?|x¤ ¡š?|¸¤Ü¡š><ð䤡š><¸¤Ø¡š?x¤`¡š?x ¤¡š@x¤`¡š?8¤¤¡š x j¡Ÿ ¦@$Æ ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x jAÈÌ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDRAM– k x j?Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Ram Interface– k x jŸ ¤@$ ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k>`ø¤`¡š>`ø ¤¡š?`ø¤`¡š>`¸¤¤¡š>ฤ䡚>àø줡š@(¸¤à¡š? ø¤`¡š? ø ¤¡š@ ø¤`¡š? ¸¤¤¡š x j?°T ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Ram Buffer B– k x j>xT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Ram Buffer A– k?€x¤à¡š x jF £?r˜ ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k?€8¤ ¡š x jF £?rX ¢ ¥ ¨ r j  Š ª  ÀÀ¡£ À™À°—  —¡¡ ¡™ k é k x j? ô ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Correction– k?¸¤`¡š?¸ ¤¡š@¸¤`¡š?x¤¤¡š x j?$ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁOutput Pipeline– k?üø¤`¡š?ø ¤¡š>üø¤`¡š>ü¸¤¤¡š x j?d ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁECC– k x j?4 ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Generation– k?ü¸¤`¡š?¸ ¤¡š>ü¸¤`¡š>üx¤¤¡š x j?4$ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁCmd/Data– k x j?\ô ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁFifo– k x j<˜Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á5.4– k x j>pT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á4.3– k>¼ø¤`¡š=Àø ¤¡š=¼ø¤`¡š=¼¸¤¤¡š x j=è, ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁMatch– k x j=è\ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAddress – k x j=茠¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Memory/IO– k x j=è ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á4.1.1– k k é k é k gš¥3™3 š¥œ!˜)S–centered lastLineFormatting˜—— ˜9R˜À ˜& šœÀ˜ÀU˜U˜ •GGFile•øGargoyle file for scene: stuffed from ///7.0/commands/memTree.gargoyle at February 23, 1988 9:36:31 am PST Produced by version 8710.19 Scripts: ///7.0/commands/bland880223-09-35-35.script Slope: [F 0.0] [F 30.0] [F 45.0] [F 60.0] [F 90.0] [F 120.0] [F 135.0] [F 150.0] Angle: [F -90.0] [F -60.0] [F -45.0] [F -30.0] [F 0.0] [F 30.0] [F 45.0] [F 60.0] [F 90.0] Radius: [F 4.0 4] [F 2.0 2] [F 1.0 1] [F 0.75 3/4] [F 0.6666667 2/3] [F 0.5 1/2] [F 0.3333333 1/3] [F 0.25 1/4] [F 0.125 1/8] [F 0.1111111 1/9] [F 5.555556e-2 1/18] LineDistance: [F 1.0 1] [F 0.5 1/2] [F 0.1111111 1/9] [F 5.555556e-2 1/18] [F 0.0 0] Midpoints: F Heuristics: F ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [10.0 10.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F Entities: [194]: Outline fillColor: [2 Xerox/Research/ChipNDale/CD/InitialColor] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [143.0079,136.6079] (Line ) [476.1922,136.6079] (Line ) [476.1922,460.6135] (Line ) [143.0079,460.6135] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.0239,389.9381] (Line ) [411.9418,389.9381] (Line ) [411.9418,413.8026] (Line ) [411.0239,413.8026] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.0239,406.4596] (Line ) [411.9418,406.4596] (Line ) [411.9418,414.7204] (Line ) [411.0239,414.7204] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.0239,389.9381] (Line ) [411.9418,389.9381] (Line ) [411.9418,398.1988] (Line ) [411.0239,398.1988] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [343.102,389.9381] (Line ) [344.0199,389.9381] (Line ) [344.0199,398.1988] (Line ) [343.102,398.1988] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [343.102,406.4596] (Line ) [344.0199,406.4596] (Line ) [344.0199,414.7204] (Line ) [343.102,414.7204] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [343.102,389.9381] (Line ) [344.0199,389.9381] (Line ) [344.0199,413.8026] (Line ) [343.102,413.8026] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.7304,413.8026] (Line ) [314.6483,413.8026] (Line ) [314.6483,457.86] (Line ) [313.7304,457.86] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.7304,413.8026] (Line ) [372.4737,413.8026] (Line ) [372.4737,414.7204] (Line ) [313.7304,414.7204] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [372.4737,413.8026] (Line ) [373.3916,413.8026] (Line ) [373.3916,457.86] (Line ) [372.4737,457.86] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.7304,457.86] (Line ) [373.3916,457.86] (Line ) [373.3916,458.7778] (Line ) [313.7304,458.7778] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [245.8085,413.8026] (Line ) [246.7264,413.8026] (Line ) [246.7264,457.86] (Line ) [245.8085,457.86] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [245.8085,413.8026] (Line ) [304.5518,413.8026] (Line ) [304.5518,414.7204] (Line ) [245.8085,414.7204] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [304.5518,413.8026] (Line ) [305.4697,413.8026] (Line ) [305.4697,457.86] (Line ) [304.5518,457.86] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [245.8085,457.86] (Line ) [305.4697,457.86] (Line ) [305.4697,458.7778] (Line ) [245.8085,458.7778] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.1802,389.9381] (Line ) [276.098,389.9381] (Line ) [276.098,413.8026] (Line ) [275.1802,413.8026] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.1802,406.4596] (Line ) [276.098,406.4596] (Line ) [276.098,414.7204] (Line ) [275.1802,414.7204] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.1802,389.9381] (Line ) [276.098,389.9381] (Line ) [276.098,398.1988] (Line ) [275.1802,398.1988] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [194.4082,322.0162] (Line ) [195.3261,322.0162] (Line ) [195.3261,366.0737] (Line ) [194.4082,366.0737] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [194.4082,322.0162] (Line ) [253.1514,322.0162] (Line ) [253.1514,322.9341] (Line ) [194.4082,322.9341] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [253.1514,322.0162] (Line ) [254.0693,322.0162] (Line ) [254.0693,366.0737] (Line ) [253.1514,366.0737] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [194.4082,366.0737] (Line ) [254.0693,366.0737] (Line ) [254.0693,366.9915] (Line ) [194.4082,366.9915] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.858,230.2299] (Line ) [156.7758,230.2299] (Line ) [156.7758,274.2874] (Line ) [155.858,274.2874] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.858,230.2299] (Line ) [214.6012,230.2299] (Line ) [214.6012,231.1478] (Line ) [155.858,231.1478] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [214.6012,230.2299] (Line ) [215.519,230.2299] (Line ) [215.519,274.2874] (Line ) [214.6012,274.2874] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.858,274.2874] (Line ) [215.519,274.2874] (Line ) [215.519,275.2052] (Line ) [155.858,275.2052] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,182.501] (Line ) [186.1474,182.501] (Line ) [186.1474,206.3655] (Line ) [185.2296,206.3655] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,199.0226] (Line ) [186.1474,199.0226] (Line ) [186.1474,207.2833] (Line ) [185.2296,207.2833] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,182.501] (Line ) [186.1474,182.501] (Line ) [186.1474,190.7618] (Line ) [185.2296,190.7618] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,182.501] (Line ) [272.4266,182.501] (Line ) [272.4266,190.7618] (Line ) [271.5087,190.7618] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,199.0226] (Line ) [272.4266,199.0226] (Line ) [272.4266,207.2833] (Line ) [271.5087,207.2833] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,182.501] (Line ) [272.4266,182.501] (Line ) [272.4266,206.3655] (Line ) [271.5087,206.3655] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [242.1371,138.4436] (Line ) [243.055,138.4436] (Line ) [243.055,182.501] (Line ) [242.1371,182.501] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [242.1371,138.4436] (Line ) [300.8804,138.4436] (Line ) [300.8804,139.3615] (Line ) [242.1371,139.3615] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [300.8804,138.4436] (Line ) [301.7982,138.4436] (Line ) [301.7982,182.501] (Line ) [300.8804,182.501] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [242.1371,182.501] (Line ) [301.7982,182.501] (Line ) [301.7982,183.4189] (Line ) [242.1371,183.4189] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.858,298.1518] (Line ) [300.8804,298.1518] (Line ) [300.8804,299.0696] (Line ) [155.858,299.0696] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,274.2874] (Line ) [272.4266,274.2874] (Line ) [272.4266,298.1518] (Line ) [271.5087,298.1518] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,290.8089] (Line ) [272.4266,290.8089] (Line ) [272.4266,299.0696] (Line ) [271.5087,299.0696] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,274.2874] (Line ) [272.4266,274.2874] (Line ) [272.4266,282.5481] (Line ) [271.5087,282.5481] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,274.2874] (Line ) [186.1474,274.2874] (Line ) [186.1474,282.5481] (Line ) [185.2296,282.5481] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,290.8089] (Line ) [186.1474,290.8089] (Line ) [186.1474,299.0696] (Line ) [185.2296,299.0696] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,274.2874] (Line ) [186.1474,274.2874] (Line ) [186.1474,298.1518] (Line ) [185.2296,298.1518] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.7798,366.0737] (Line ) [224.6977,366.0737] (Line ) [224.6977,374.3344] (Line ) [223.7798,374.3344] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.7798,382.5952] (Line ) [224.6977,382.5952] (Line ) [224.6977,390.856] (Line ) [223.7798,390.856] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.7798,366.0737] (Line ) [224.6977,366.0737] (Line ) [224.6977,389.9381] (Line ) [223.7798,389.9381] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.7798,298.1518] (Line ) [224.6977,298.1518] (Line ) [224.6977,322.0162] (Line ) [223.7798,322.0162] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.7798,314.6733] (Line ) [224.6977,314.6733] (Line ) [224.6977,322.9341] (Line ) [223.7798,322.9341] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.7798,298.1518] (Line ) [224.6977,298.1518] (Line ) [224.6977,306.4125] (Line ) [223.7798,306.4125] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [157.6937,389.9381] (Line ) [471.6029,389.9381] (Line ) [471.6029,390.856] (Line ) [157.6937,390.856] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.858,138.4436] (Line ) [156.7758,138.4436] (Line ) [156.7758,182.501] (Line ) [155.858,182.501] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.858,138.4436] (Line ) [214.6012,138.4436] (Line ) [214.6012,139.3615] (Line ) [155.858,139.3615] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [214.6012,138.4436] (Line ) [215.519,138.4436] (Line ) [215.519,182.501] (Line ) [214.6012,182.501] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.858,182.501] (Line ) [215.519,182.501] (Line ) [215.519,183.4189] (Line ) [155.858,183.4189] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.4226,389.9381] (Line ) [206.3404,389.9381] (Line ) [206.3404,398.1988] (Line ) [205.4226,398.1988] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.4226,406.4596] (Line ) [206.3404,406.4596] (Line ) [206.3404,414.7204] (Line ) [205.4226,414.7204] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.4226,389.9381] (Line ) [206.3404,389.9381] (Line ) [206.3404,413.8026] (Line ) [205.4226,413.8026] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [176.051,413.8026] (Line ) [176.9688,413.8026] (Line ) [176.9688,457.86] (Line ) [176.051,457.86] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [176.051,413.8026] (Line ) [234.7942,413.8026] (Line ) [234.7942,414.7204] (Line ) [176.051,414.7204] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [234.7942,413.8026] (Line ) [235.7121,413.8026] (Line ) [235.7121,457.86] (Line ) [234.7942,457.86] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [176.051,457.86] (Line ) [235.7121,457.86] (Line ) [235.7121,458.7778] (Line ) [176.051,458.7778] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [381.6523,413.8026] (Line ) [382.5701,413.8026] (Line ) [382.5701,457.86] (Line ) [381.6523,457.86] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [381.6523,413.8026] (Line ) [440.3956,413.8026] (Line ) [440.3956,414.7204] (Line ) [381.6523,414.7204] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [440.3956,413.8026] (Line ) [441.3134,413.8026] (Line ) [441.3134,457.86] (Line ) [440.3956,457.86] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [381.6523,457.86] (Line ) [441.3134,457.86] (Line ) [441.3134,458.7778] (Line ) [381.6523,458.7778] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [242.1371,230.2299] (Line ) [243.055,230.2299] (Line ) [243.055,274.2874] (Line ) [242.1371,274.2874] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [242.1371,230.2299] (Line ) [300.8804,230.2299] (Line ) [300.8804,231.1478] (Line ) [242.1371,231.1478] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [300.8804,230.2299] (Line ) [301.7982,230.2299] (Line ) [301.7982,274.2874] (Line ) [300.8804,274.2874] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [242.1371,274.2874] (Line ) [301.7982,274.2874] (Line ) [301.7982,275.2052] (Line ) [242.1371,275.2052] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [414.6954,230.2299] (Line ) [415.6132,230.2299] (Line ) [415.6132,274.2874] (Line ) [414.6954,274.2874] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [414.6954,230.2299] (Line ) [473.4386,230.2299] (Line ) [473.4386,231.1478] (Line ) [414.6954,231.1478] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [473.4386,230.2299] (Line ) [474.3564,230.2299] (Line ) [474.3564,274.2874] (Line ) [473.4386,274.2874] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [414.6954,274.2874] (Line ) [474.3564,274.2874] (Line ) [474.3564,275.2052] (Line ) [414.6954,275.2052] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [328.4162,138.4436] (Line ) [329.3341,138.4436] (Line ) [329.3341,182.501] (Line ) [328.4162,182.501] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [328.4162,138.4436] (Line ) [387.1595,138.4436] (Line ) [387.1595,139.3615] (Line ) [328.4162,139.3615] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [387.1595,138.4436] (Line ) [388.0773,138.4436] (Line ) [388.0773,182.501] (Line ) [387.1595,182.501] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [328.4162,182.501] (Line ) [388.0773,182.501] (Line ) [388.0773,183.4189] (Line ) [328.4162,183.4189] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.3381,298.1518] (Line ) [397.256,298.1518] (Line ) [397.256,306.4125] (Line ) [396.3381,306.4125] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.3381,314.6733] (Line ) [397.256,314.6733] (Line ) [397.256,322.9341] (Line ) [396.3381,322.9341] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.3381,298.1518] (Line ) [397.256,298.1518] (Line ) [397.256,322.0162] (Line ) [396.3381,322.0162] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.3381,366.0737] (Line ) [397.256,366.0737] (Line ) [397.256,389.9381] (Line ) [396.3381,389.9381] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.3381,382.5952] (Line ) [397.256,382.5952] (Line ) [397.256,390.856] (Line ) [396.3381,390.856] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.3381,366.0737] (Line ) [397.256,366.0737] (Line ) [397.256,374.3344] (Line ) [396.3381,374.3344] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,274.2874] (Line ) [358.7057,274.2874] (Line ) [358.7057,298.1518] (Line ) [357.7878,298.1518] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,290.8089] (Line ) [358.7057,290.8089] (Line ) [358.7057,299.0696] (Line ) [357.7878,299.0696] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,274.2874] (Line ) [358.7057,274.2874] (Line ) [358.7057,282.5481] (Line ) [357.7878,282.5481] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,274.2874] (Line ) [444.9848,274.2874] (Line ) [444.9848,282.5481] (Line ) [444.067,282.5481] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,290.8089] (Line ) [444.9848,290.8089] (Line ) [444.9848,299.0696] (Line ) [444.067,299.0696] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,274.2874] (Line ) [444.9848,274.2874] (Line ) [444.9848,298.1518] (Line ) [444.067,298.1518] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [328.4162,298.1518] (Line ) [473.4386,298.1518] (Line ) [473.4386,299.0696] (Line ) [328.4162,299.0696] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [414.6954,138.4436] (Line ) [415.6132,138.4436] (Line ) [415.6132,182.501] (Line ) [414.6954,182.501] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [414.6954,138.4436] (Line ) [473.4386,138.4436] (Line ) [473.4386,139.3615] (Line ) [414.6954,139.3615] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [473.4386,138.4436] (Line ) [474.3564,138.4436] (Line ) [474.3564,182.501] (Line ) [473.4386,182.501] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [414.6954,182.501] (Line ) [474.3564,182.501] (Line ) [474.3564,183.4189] (Line ) [414.6954,183.4189] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,182.501] (Line ) [444.9848,182.501] (Line ) [444.9848,206.3655] (Line ) [444.067,206.3655] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,199.0226] (Line ) [444.9848,199.0226] (Line ) [444.9848,207.2833] (Line ) [444.067,207.2833] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,182.501] (Line ) [444.9848,182.501] (Line ) [444.9848,190.7618] (Line ) [444.067,190.7618] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,182.501] (Line ) [358.7057,182.501] (Line ) [358.7057,190.7618] (Line ) [357.7878,190.7618] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,199.0226] (Line ) [358.7057,199.0226] (Line ) [358.7057,207.2833] (Line ) [357.7878,207.2833] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,182.501] (Line ) [358.7057,182.501] (Line ) [358.7057,206.3655] (Line ) [357.7878,206.3655] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [328.4162,230.2299] (Line ) [329.3341,230.2299] (Line ) [329.3341,274.2874] (Line ) [328.4162,274.2874] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [328.4162,230.2299] (Line ) [387.1595,230.2299] (Line ) [387.1595,231.1478] (Line ) [328.4162,231.1478] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [387.1595,230.2299] (Line ) [388.0773,230.2299] (Line ) [388.0773,274.2874] (Line ) [387.1595,274.2874] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [328.4162,274.2874] (Line ) [388.0773,274.2874] (Line ) [388.0773,275.2052] (Line ) [328.4162,275.2052] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [366.9665,322.0162] (Line ) [367.8844,322.0162] (Line ) [367.8844,366.0737] (Line ) [366.9665,366.0737] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [366.9665,322.0162] (Line ) [425.7097,322.0162] (Line ) [425.7097,322.9341] (Line ) [366.9665,322.9341] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [425.7097,322.0162] (Line ) [426.6276,322.0162] (Line ) [426.6276,366.0737] (Line ) [425.7097,366.0737] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [366.9665,366.0737] (Line ) [426.6276,366.0737] (Line ) [426.6276,366.9915] (Line ) [366.9665,366.9915] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,206.3655] (Line ) [358.7057,206.3655] (Line ) [358.7057,230.2299] (Line ) [357.7878,230.2299] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,222.887] (Line ) [358.7057,222.887] (Line ) [358.7057,231.1478] (Line ) [357.7878,231.1478] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [357.7878,206.3655] (Line ) [358.7057,206.3655] (Line ) [358.7057,214.6262] (Line ) [357.7878,214.6262] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,206.3655] (Line ) [444.9848,206.3655] (Line ) [444.9848,214.6262] (Line ) [444.067,214.6262] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,222.887] (Line ) [444.9848,222.887] (Line ) [444.9848,231.1478] (Line ) [444.067,231.1478] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.067,206.3655] (Line ) [444.9848,206.3655] (Line ) [444.9848,230.2299] (Line ) [444.067,230.2299] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,206.3655] (Line ) [272.4266,206.3655] (Line ) [272.4266,230.2299] (Line ) [271.5087,230.2299] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,222.887] (Line ) [272.4266,222.887] (Line ) [272.4266,231.1478] (Line ) [271.5087,231.1478] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.5087,206.3655] (Line ) [272.4266,206.3655] (Line ) [272.4266,214.6262] (Line ) [271.5087,214.6262] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,206.3655] (Line ) [186.1474,206.3655] (Line ) [186.1474,214.6262] (Line ) [185.2296,214.6262] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,222.887] (Line ) [186.1474,222.887] (Line ) [186.1474,231.1478] (Line ) [185.2296,231.1478] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2296,206.3655] (Line ) [186.1474,206.3655] (Line ) [186.1474,230.2299] (Line ) [185.2296,230.2299] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [161.3651,206.3655] (Line ) [209.094,206.3655] (Line ) [209.094,207.2833] (Line ) [161.3651,207.2833] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [247.6443,206.3655] (Line ) [295.3732,206.3655] (Line ) [295.3732,207.2833] (Line ) [247.6443,207.2833] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [333.9234,206.3655] (Line ) [381.6523,206.3655] (Line ) [381.6523,207.2833] (Line ) [333.9234,207.2833] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [420.2025,206.3655] (Line ) [467.9314,206.3655] (Line ) [467.9314,207.2833] (Line ) [420.2025,207.2833] (Line ) Text T "Local" xerox/pressfonts/helvetica [9.0 0.0 157.6937 0.0 9.0 310.084][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.4828,414.2615] (Line ) [415.1543,406.9186] (Line ) [411.4828,408.7543] (Line ) [407.8114,406.9186] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.4828,390.397] (Line ) [415.1543,397.7399] (Line ) [411.4828,395.9042] (Line ) [407.8114,397.7399] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [343.561,390.397] (Line ) [347.2324,397.7399] (Line ) [343.561,395.9042] (Line ) [339.8895,397.7399] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [343.561,414.2615] (Line ) [347.2324,406.9186] (Line ) [343.561,408.7543] (Line ) [339.8895,406.9186] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.6391,414.2615] (Line ) [279.3106,406.9186] (Line ) [275.6391,408.7543] (Line ) [271.9676,406.9186] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.6391,390.397] (Line ) [279.3106,397.7399] (Line ) [275.6391,395.9042] (Line ) [271.9676,397.7399] (Line ) Text T "Processor" xerox/pressfonts/helvetica [9.0 0.0 249.48 0.0 9.0 155.883][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Small" xerox/pressfonts/helvetica [9.0 0.0 258.6586 0.0 9.0 253.1765][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Cache" xerox/pressfonts/helvetica [9.0 0.0 258.6586 0.0 9.0 243.9979][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Cache" xerox/pressfonts/helvetica [9.0 0.0 166.8723 0.0 9.0 243.9979][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.6885,206.8244] (Line ) [189.36,199.4815] (Line ) [185.6885,201.3172] (Line ) [182.0171,199.4815] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.6885,182.96] (Line ) [189.36,190.3029] (Line ) [185.6885,188.4671] (Line ) [182.0171,190.3029] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.9676,182.96] (Line ) [275.6391,190.3029] (Line ) [271.9676,188.4671] (Line ) [268.2962,190.3029] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.9676,206.8244] (Line ) [275.6391,199.4815] (Line ) [271.9676,201.3172] (Line ) [268.2962,199.4815] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.9676,298.6107] (Line ) [275.6391,291.2678] (Line ) [271.9676,293.1036] (Line ) [268.2962,291.2678] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.9676,274.7463] (Line ) [275.6391,282.0892] (Line ) [271.9676,280.2534] (Line ) [268.2962,282.0892] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.6885,274.7463] (Line ) [189.36,282.0892] (Line ) [185.6885,280.2534] (Line ) [182.0171,282.0892] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.6885,298.6107] (Line ) [189.36,291.2678] (Line ) [185.6885,293.1036] (Line ) [182.0171,291.2678] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [224.2388,366.5326] (Line ) [227.9102,373.8755] (Line ) [224.2388,372.0397] (Line ) [220.5673,373.8755] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [224.2388,390.397] (Line ) [227.9102,383.0541] (Line ) [224.2388,384.8898] (Line ) [220.5673,383.0541] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [224.2388,322.4752] (Line ) [227.9102,315.1323] (Line ) [224.2388,316.968] (Line ) [220.5673,315.1323] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [224.2388,298.6107] (Line ) [227.9102,305.9536] (Line ) [224.2388,304.1179] (Line ) [220.5673,305.9536] (Line ) Text T "Small" xerox/pressfonts/helvetica [9.0 0.0 166.8723 0.0 9.0 253.1765][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Processor" xerox/pressfonts/helvetica [9.0 0.0 163.2009 0.0 9.0 155.883][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Big" xerox/pressfonts/helvetica [9.0 0.0 207.2583 0.0 9.0 344.9628][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Cache" xerox/pressfonts/helvetica [9.0 0.0 207.2583 0.0 9.0 335.7842][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.8815,390.397] (Line ) [209.553,397.7399] (Line ) [205.8815,395.9042] (Line ) [202.21,397.7399] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.8815,414.2615] (Line ) [209.553,406.9186] (Line ) [205.8815,408.7543] (Line ) [202.21,406.9186] (Line ) Text T "Cache" xerox/pressfonts/helvetica [9.0 0.0 379.8165 0.0 9.0 335.7842][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Big" xerox/pressfonts/helvetica [9.0 0.0 379.8165 0.0 9.0 344.9628][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Processor" xerox/pressfonts/helvetica [9.0 0.0 335.7591 0.0 9.0 155.883][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Small" xerox/pressfonts/helvetica [9.0 0.0 339.4306 0.0 9.0 253.1765][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.797,298.6107] (Line ) [400.4685,305.9536] (Line ) [396.797,304.1179] (Line ) [393.1256,305.9536] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.797,322.4752] (Line ) [400.4685,315.1323] (Line ) [396.797,316.968] (Line ) [393.1256,315.1323] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.797,390.397] (Line ) [400.4685,383.0541] (Line ) [396.797,384.8898] (Line ) [393.1256,383.0541] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [396.797,366.5326] (Line ) [400.4685,373.8755] (Line ) [396.797,372.0397] (Line ) [393.1256,373.8755] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.2468,298.6107] (Line ) [361.9182,291.2678] (Line ) [358.2468,293.1036] (Line ) [354.5753,291.2678] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.2468,274.7463] (Line ) [361.9182,282.0892] (Line ) [358.2468,280.2534] (Line ) [354.5753,282.0892] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.5259,274.7463] (Line ) [448.1973,282.0892] (Line ) [444.5259,280.2534] (Line ) [440.8544,282.0892] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.5259,298.6107] (Line ) [448.1973,291.2678] (Line ) [444.5259,293.1036] (Line ) [440.8544,291.2678] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.5259,206.8244] (Line ) [448.1973,199.4815] (Line ) [444.5259,201.3172] (Line ) [440.8544,199.4815] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.5259,182.96] (Line ) [448.1973,190.3029] (Line ) [444.5259,188.4671] (Line ) [440.8544,190.3029] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.2468,182.96] (Line ) [361.9182,190.3029] (Line ) [358.2468,188.4671] (Line ) [354.5753,190.3029] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.2468,206.8244] (Line ) [361.9182,199.4815] (Line ) [358.2468,201.3172] (Line ) [354.5753,199.4815] (Line ) Text T "Cache" xerox/pressfonts/helvetica [9.0 0.0 339.4306 0.0 9.0 243.9979][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Cache" xerox/pressfonts/helvetica [9.0 0.0 431.2169 0.0 9.0 243.9979][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Small" xerox/pressfonts/helvetica [9.0 0.0 431.2169 0.0 9.0 253.1765][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Processor" xerox/pressfonts/helvetica [9.0 0.0 422.0383 0.0 9.0 155.883][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Memory" xerox/pressfonts/helvetica [9.0 0.0 185.2296 0.0 9.0 425.7348][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Main" xerox/pressfonts/helvetica [9.0 0.0 185.2296 0.0 9.0 436.7491][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Main" xerox/pressfonts/helvetica [9.0 0.0 254.9872 0.0 9.0 436.7491][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Memory" xerox/pressfonts/helvetica [9.0 0.0 254.9872 0.0 9.0 425.7348][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Memory" xerox/pressfonts/helvetica [9.0 0.0 326.5805 0.0 9.0 425.7348][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Main" xerox/pressfonts/helvetica [9.0 0.0 326.5805 0.0 9.0 436.7491][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Main" xerox/pressfonts/helvetica [9.0 0.0 394.5023 0.0 9.0 436.7491][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Memory" xerox/pressfonts/helvetica [9.0 0.0 394.5023 0.0 9.0 425.7348][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.2468,230.6888] (Line ) [361.9182,223.3459] (Line ) [358.2468,225.1816] (Line ) [354.5753,223.3459] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.2468,206.8244] (Line ) [361.9182,214.1673] (Line ) [358.2468,212.3316] (Line ) [354.5753,214.1673] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.5259,206.8244] (Line ) [448.1973,214.1673] (Line ) [444.5259,212.3316] (Line ) [440.8544,214.1673] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [444.5259,230.6888] (Line ) [448.1973,223.3459] (Line ) [444.5259,225.1816] (Line ) [440.8544,223.3459] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.9676,230.6888] (Line ) [275.6391,223.3459] (Line ) [271.9676,225.1816] (Line ) [268.2962,223.3459] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.9676,206.8244] (Line ) [275.6391,214.1673] (Line ) [271.9676,212.3316] (Line ) [268.2962,214.1673] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.6885,206.8244] (Line ) [189.36,214.1673] (Line ) [185.6885,212.3316] (Line ) [182.0171,214.1673] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.6885,230.6888] (Line ) [189.36,223.3459] (Line ) [185.6885,225.1816] (Line ) [182.0171,223.3459] (Line ) Text T "Dynabus" xerox/pressfonts/helvetica [9.0 0.0 157.6937 0.0 9.0 300.9054][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Dynabus" xerox/pressfonts/helvetica [9.0 0.0 157.6937 0.0 9.0 392.6917][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "System" xerox/pressfonts/helvetica [9.0 0.0 157.6136 0.0 9.0 401.4448][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Processor" xerox/pressfonts/helvetica [9.0 0.0 144.8436 0.0 9.0 218.2977][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Bus" xerox/pressfonts/helvetica [9.0 0.0 144.8436 0.0 9.0 209.119][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) –Ô117.8298 mm topLeading 117.8298 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff–:0.0 mm xmin 0.0 mm ymin 118.7078 mm xmax 115.0076 mm ymax – Interpress–€jInterpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨ x jÄ…³Ääü3 ¢ ¨ÅXeroxÅResearchÅ ChipNDaleÅCDÅ InitialColor¥¡¡§ • ”­“ÄFòÄ73™Ä0]ŽÄO+,ÄFòŽÄ73¡¡¡¡™ÅXeroxÅResearchÅ ChipNDaleÅCDÅComment¥¡¡§¡•¡”­“ÄCo*Ä“Àa™ÄŠcVŽÄzÙLÄCo*ŽÄ“Àa¡¡¡¡™¡”­“ÄCo*Ä:_ƙĊcVŽÄ–©]ÄCo*ŽÄ:_Æ¡¡¡¡™¡”­“ÄCo*Ä“Àa™ÄŠcVŽÄ ü«ÄCo*ŽÄ“Àa¡¡¡¡™¡”­“ÄA¬1Ä“Àa™ÄC12ŽÄ ü«ÄA¬1ŽÄ“Àa¡¡¡¡™¡”­“ÄA¬1Ä:_Æ™ÄC12ŽÄ–©]ÄA¬1ŽÄ:_Æ¡¡¡¡™¡”­“ÄA¬1Ä“Àa™ÄC12ŽÄzÙLÄA¬1ŽÄ“Àa¡¡¡¡™¡”­“ÄmYÄzÙL™ÄoÙ[ŽÄYm2ÄmYŽÄzÙL¡¡¡¡™¡”­“ÄmYÄzÙL™Ä¥ŽÄ–©]ÄmYŽÄzÙL¡¡¡¡™¡”­“Ä¥ÄzÙL™Äò¦ŽÄYm2Ä¥ŽÄzÙL¡¡¡¡™¡”­“ÄmYÄYm2™Äò¦ŽÄ! ÄmYŽÄYm2¡¡¡¡™¡”­“Ä-!/ÄzÙL™Äf)jŽÄYm2Ä-!/ŽÄzÙL¡¡¡¡™¡”­“Ä-!/ÄzÙL™Ä"€ŽÄ–©]Ä-!/ŽÄzÙL¡¡¡¡™¡”­“Ä"€ÄzÙL™ÄNÁBŽÄYm2Ä"€ŽÄzÙL¡¡¡¡™¡”­“Ä-!/ÄYm2™ÄNÁBŽÄ! Ä-!/ŽÄYm2¡¡¡¡™¡”­“ÄwQoÄ“Àa™Ä73ŽÄzÙLÄwQoŽÄ“Àa¡¡¡¡™¡”­“ÄwQoÄ:_Æ™Ä73ŽÄ–©]ÄwQoŽÄ:_Æ¡¡¡¡™¡”­“ÄwQoÄ“Àa™Ä73ŽÄ ü«ÄwQoŽÄ“Àa¡¡¡¡™¡”­“Ä%61ÄMý>™Ä#.ŽÄ‡Ù_Ä%61ŽÄMý>¡¡¡¡™¡”­“Ä%61ÄMý>™Ä ¢!ŽÄrË[Ä%61ŽÄMý>¡¡¡¡™¡”­“Ä ¢!ÄMý>™Äd=eŽÄ‡Ù_Ä ¢!ŽÄMý>¡¡¡¡™¡”­“Ä%61ćÙ_™Äd=eŽÄ§ºuÄ%61ŽÄ‡Ù_¡¡¡¡™¡”­“Äfä©ÄN>W™Ä#…:ŽÄ]7WÄfä©ŽÄN>W¡¡¡¡™¡”­“Äfä©ÄN>W™Äˆ¤£ŽÄOuXÄfä©ŽÄN>W¡¡¡¡™¡”­“Ĉ¤£ÄN>W™ÄB‚OŽÄ]7WĈ¤£ŽÄN>W¡¡¡¡™¡”­“Äfä©Ä]7W™ÄB‚OŽÄ)í'Äfä©ŽÄ]7W¡¡¡¡™¡”­“ÄÑÄÄ\›é™ÄE_ŽÄ)ë4ÄÑÄŽÄ\›é¡¡¡¡™¡”­“ÄÑÄÄE1Y™ÄE_ŽÄ0•<ÄÑÄŽÄE1Y¡¡¡¡™¡”­“ÄÑÄÄ\›é™ÄE_ŽÄ;ó¨ÄÑÄŽÄ\›é¡¡¡¡™¡”­“ÄÅ*™Ä%¾+ŽÄ´)vÄ_HmŽÄ>Å*¡¡¡¡™¡”­“Ä_HmćÙ_™Ä%¾+ŽÄ“ÀaÄ_HmŽÄ‡Ù_¡¡¡¡™¡”­“Ä_HmÄ\O™Ä%¾+ŽÄMý>Ä_HmŽÄ\O¡¡¡¡™¡”­“Ä_HmÄ|&e™Ä%¾+ŽÄrË[Ä_HmŽÄ|&e¡¡¡¡™¡”­“Ä_HmÄ\O™Ä%¾+ŽÄ_ÁPÄ_HmŽÄ\O¡¡¡¡™¡”­“ÄD`oÄ“Àa™Ä}EDŽÄ´)vÄD`oŽÄ“Àa¡¡¡¡™¡”­“Äfä©ÄC|™Ä#…:ŽÄ\›éÄfä©ŽÄC|¡¡¡¡™¡”­“Äfä©ÄC|™Äˆ¤£ŽÄ-/SÄfä©ŽÄC|¡¡¡¡™¡”­“Ĉ¤£ÄC|™ÄB‚OŽÄ\›éĈ¤£ŽÄC|¡¡¡¡™¡”­“Äfä©Ä\›é™ÄB‚OŽÄ5JÄfä©ŽÄ\›é¡¡¡¡™¡”­“Ä8ùGÄ“Àa™Ä%â/ŽÄ ü«Ä8ùGŽÄ“Àa¡¡¡¡™¡”­“Ä8ùGÄ:_Æ™Ä%â/ŽÄ–©]Ä8ùGŽÄ:_Æ¡¡¡¡™¡”­“Ä8ùGÄ“Àa™Ä%â/ŽÄzÙLÄ8ùGŽÄ“Àa¡¡¡¡™¡”­“ÄkøÄzÙL™Ä ŽÄYm2ÄkøŽÄzÙL¡¡¡¡™¡”­“ÄkøÄzÙL™Ä[›{ŽÄ–©]ÄkøŽÄzÙL¡¡¡¡™¡”­“Ä[›{ÄzÙL™Ä<ÅBŽÄYm2Ä[›{ŽÄzÙL¡¡¡¡™¡”­“ÄkøÄYm2™Ä<ÅBŽÄ! ÄkøŽÄYm2¡¡¡¡™¡”­“Ä"JÄzÙL™ÄŸçkŽÄYm2Ä"JŽÄzÙL¡¡¡¡™¡”­“Ä"JÄzÙL™ÄIù+ŽÄ–©]Ä"JŽÄzÙL¡¡¡¡™¡”­“ÄIù+ÄzÙL™Äs€CŽÄYm2ÄIù+ŽÄzÙL¡¡¡¡™¡”­“Ä"JÄYm2™Äs€CŽÄ! Ä"JŽÄYm2¡¡¡¡™¡”­“ÄuI|ÄN>W™ÄVf[ŽÄ]7WÄuI|ŽÄN>W¡¡¡¡™¡”­“ÄuI|ÄN>W™Ä‰ƒuŽÄOuXÄuI|ŽÄN>W¡¡¡¡™¡”­“ĉƒuÄN>W™Ä€€mŽÄ]7WĉƒuŽÄN>W¡¡¡¡™¡”­“ÄuI|Ä]7W™Ä€€mŽÄ)í'ÄuI|ŽÄ]7W¡¡¡¡™¡”­“Äô›—ÄN>W™ÄyÃKŽÄ]7WÄô›—ŽÄN>W¡¡¡¡™¡”­“Äô›—ÄN>W™Äij9ŽÄOuXÄô›—ŽÄN>W¡¡¡¡™¡”­“Äij9ÄN>W™Ä»&eŽÄ]7WÄij9ŽÄN>W¡¡¡¡™¡”­“Äô›—Ä]7W™Ä»&eŽÄ)í'Äô›—ŽÄ]7W¡¡¡¡™¡”­“ÄÝð­ÄC|™Ä*w¯ŽÄ\›éÄÝð­ŽÄC|¡¡¡¡™¡”­“ÄÝð­ÄC|™ÄhZEŽÄ-/SÄÝð­ŽÄC|¡¡¡¡™¡”­“ÄhZEÄC|™ÄbµŽÄ\›éÄhZEŽÄC|¡¡¡¡™¡”­“ÄÝð­Ä\›é™ÄbµŽÄ5JÄÝð­ŽÄ\›é¡¡¡¡™¡”­“ÄmìGÄ\O™ÄBº+ŽÄ_ÁPÄmìGŽÄ\O¡¡¡¡™¡”­“ÄmìGÄ|&e™ÄBº+ŽÄrË[ÄmìGŽÄ|&e¡¡¡¡™¡”­“ÄmìGÄ\O™ÄBº+ŽÄMý>ÄmìGŽÄ\O¡¡¡¡™¡”­“ÄmìGćÙ_™ÄBº+ŽÄ“ÀaÄmìGŽÄ‡Ù_¡¡¡¡™¡”­“ÄmìGÄ>Å*™ÄBº+ŽÄ´)vÄmìGŽÄ>Å*¡¡¡¡™¡”­“ÄmìGćÙ_™ÄBº+ŽÄÂ_4ÄmìGŽÄ‡Ù_¡¡¡¡™¡”­“Ä.!Ä]7W™Ä¢õ+ŽÄ\OÄ.!ŽÄ]7W¡¡¡¡™¡”­“Ä.!ÄM?D™Ä¢õ+ŽÄ¸•žÄ.!ŽÄM?D¡¡¡¡™¡”­“Ä.!Ä]7W™Ä¢õ+ŽÄrÉhÄ.!ŽÄ]7W¡¡¡¡™¡”­“ÄP…ÂÄ]7W™Är¹BŽÄrÉhÄP…ÂŽÄ]7W¡¡¡¡™¡”­“ÄP…ÂÄM?D™Är¹BŽÄ¸•žÄP…ÂŽÄM?D¡¡¡¡™¡”­“ÄP…ÂÄ]7W™Är¹BŽÄ\OÄP…ÂŽÄ]7W¡¡¡¡™¡”­“ÄÝð­Ä\O™Äij9ŽÄ¸•žÄÝð­ŽÄ\O¡¡¡¡™¡”­“Äô›—ÄC|™ÄyÃKŽÄ\›éÄô›—ŽÄC|¡¡¡¡™¡”­“Äô›—ÄC|™Äij9ŽÄ-/SÄô›—ŽÄC|¡¡¡¡™¡”­“Äij9ÄC|™Ä»&eŽÄ\›éÄij9ŽÄC|¡¡¡¡™¡”­“Äô›—Ä\›é™Ä»&eŽÄ5JÄô›—ŽÄ\›é¡¡¡¡™¡”­“ÄP…ÂÄ\›é™Är¹BŽÄ)ë4ÄP…ÂŽÄ\›é¡¡¡¡™¡”­“ÄP…ÂÄE1Y™Är¹BŽÄ0•<ÄP…ÂŽÄE1Y¡¡¡¡™¡”­“ÄP…ÂÄ\›é™Är¹BŽÄ;ó¨ÄP…ÂŽÄ\›é¡¡¡¡™¡”­“Ä.!Ä\›é™Ä¢õ+ŽÄ;ó¨Ä.!ŽÄ\›é¡¡¡¡™¡”­“Ä.!ÄE1Y™Ä¢õ+ŽÄ0•<Ä.!ŽÄE1Y¡¡¡¡™¡”­“Ä.!Ä\›é™Ä¢õ+ŽÄ)ë4Ä.!ŽÄ\›é¡¡¡¡™¡”­“ÄÝð­ÄN>W™Ä*w¯ŽÄ]7WÄÝð­ŽÄN>W¡¡¡¡™¡”­“ÄÝð­ÄN>W™ÄhZEŽÄOuXÄÝð­ŽÄN>W¡¡¡¡™¡”­“ÄhZEÄN>W™ÄbµŽÄ]7WÄhZEŽÄN>W¡¡¡¡™¡”­“ÄÝð­Ä]7W™ÄbµŽÄ)í'ÄÝð­ŽÄ]7W¡¡¡¡™¡”­“Ä—³ÄMý>™Ä­âyŽÄ‡Ù_Ä—³ŽÄMý>¡¡¡¡™¡”­“Ä—³ÄMý>™Ä3ŽÄrË[Ä—³ŽÄMý>¡¡¡¡™¡”­“Ä3ÄMý>™ÄTþ3ŽÄ‡Ù_Ä3ŽÄMý>¡¡¡¡™¡”­“Ä—³Ä‡Ù_™ÄTþ3ŽÄ§ºuÄ—³ŽÄ‡Ù_¡¡¡¡™¡”­“Ä.!Ä)ë4™Ä¢õ+ŽÄN>WÄ.!ŽÄ)ë4¡¡¡¡™¡”­“Ä.!Äš±™Ä¢õ+ŽÄOuXÄ.!ŽÄš±¡¡¡¡™¡”­“Ä.!Ä)ë4™Ä¢õ+ŽÄScÄ.!ŽÄ)ë4¡¡¡¡™¡”­“ÄP…ÂÄ)ë4™Är¹BŽÄScÄP…ÂŽÄ)ë4¡¡¡¡™¡”­“ÄP…ÂÄš±™Är¹BŽÄOuXÄP…ÂŽÄš±¡¡¡¡™¡”­“ÄP…ÂÄ)ë4™Är¹BŽÄN>WÄP…ÂŽÄ)ë4¡¡¡¡™¡”­“ÄWÄWÄÑÄŽÄ)ë4¡¡¡¡™¡”­“Ä'¶?Ä)ë4™ÄEmUŽÄ0•<Ä'¶?ŽÄ)ë4¡¡¡¡™¡”­“Äd›hÄ)ë4™ÄMNCŽÄ0•<Äd›hŽÄ)ë4¡¡¡¡™¡”­“Ä2ˆëÄ)ë4™Ä"JŽÄ0•<Ä2ˆëŽÄ)ë4¡¡¡¡™¡”­“ĬOÄ)ë4™Ä…oIŽÄ0•<ĬOŽÄ)ë4¡¡¡¡™ x j© ¤ÄD`oÄ$w ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁLocal– k¡”­“Ä.Äi/A™Ä̯Ĉ³V—Ä.Ä[9—ÄTn5Ĉ³V—Ä.Äi/A—¡¡¡¡™¡”­“Ä.Äg³D™Ä̯ÄM¯2—Ä.ÄpåI—ÄTn5ÄM¯2—Ä.Äg³D—¡¡¡¡™¡”­“Ä7)Äg³D™ÄÀ›ŽÄM¯2—Ä7)ÄpåI—Ää]¬ÄM¯2—Ä7)Äg³D—¡¡¡¡™¡”­“Ä7)Äi/A™ÄÀ›ŽÄˆ³V—Ä7)Ä[9—Ää]¬Äˆ³V—Ä7)Äi/A—¡¡¡¡™¡”­“ÄhqaÄi/A™Ä¯©¡Äˆ³V—ÄhqaÄ[9—Ä ïĈ³V—ÄhqaÄi/A—¡¡¡¡™¡”­“ÄhqaÄg³D™Ä¯©¡ÄM¯2—ÄhqaÄpåI—Ä ïÄM¯2—ÄhqaÄg³D—¡¡¡¡™ x j© ¤Ä]Ä9=^ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á Processor– k x j© ¤Ä)m)ÄР¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁSmall– k x j© ¤Ä)m)ľԠ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁCache– k x j© ¤Ä£/ľԠ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁCache– k¡”­“Ä,?=ÄiÖƒ™Ä~Ä —Ä,?=Är‘—ÄS0uÄ —Ä,?=ÄiÖƒ—¡¡¡¡™¡”­“Ä,?=ÄÞ™Ä~ÄiŽ—Ä,?=Äd܉—ÄS0uÄiŽ—Ä,?=ÄÞ—¡¡¡¡™¡”­“Ä ïÄÞ™ÄhqaÄiŽ—Ä ïÄd܉—Äù‹ÄiŽ—Ä ïÄÞ—¡¡¡¡™¡”­“Ä ïÄiÖƒ™ÄhqaÄ —Ä ïÄr‘—Äù‹Ä —Ä ïÄiÖƒ—¡¡¡¡™¡”­“Ä ïĘ΃™ÄhqaÄ?·8—Ä ïÄ!4—Äù‹Ä?·8—Ä ïĘ΃—¡¡¡¡™¡”­“Ä ïÄGèC™ÄhqaÄ­—Ä ïÄMºG—Äù‹Ä­—Ä ïÄGèC—¡¡¡¡™¡”­“Ä,?=ÄGèC™Ä~Ä­—Ä,?=ÄMºG—ÄS0uÄ­—Ä,?=ÄGèC—¡¡¡¡™¡”­“Ä,?=Ę΃™Ä~Ä?·8—Ä,?=Ä!4—ÄS0uÄ?·8—Ä,?=Ę΃—¡¡¡¡™¡”­“Ä:°Că¹\™ÄEqNÄk§ù—Ä:°CÄ·~—ÄY›hÄk§ù—Ä:°Că¹\—¡¡¡¡™¡”­“Ä:°CÄg³D™ÄEqNÄ7]%—Ä:°CÄ£ám—ÄY›hÄ7]%—Ä:°CÄg³D—¡¡¡¡™¡”­“Ä:°Cı™ÄEqNÄSµD—Ä:°CÄšÅ}—ÄY›hÄSµD—Ä:°Cı—¡¡¡¡™¡”­“Ä:°CĘ΃™ÄEqNÄ´w——Ä:°CÄ å—ÄY›hÄ´w——Ä:°CĘ΃—¡¡¡¡™ x j© ¤Ä£/ÄР¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁSmall– k x j© ¤Ä‘ýåÄ9=^ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á Processor– k x j© ¤Äa'xÄ!·× ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBig– k x j© ¤Äa'xÄBå3 ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁCache– k¡”­“Äl’‡Äg³D™ÄE”UÄM¯2—Äl’‡ÄpåI—ÄNýdÄM¯2—Äl’‡Äg³D—¡¡¡¡™¡”­“Äl’‡Äi/A™ÄE”UĈ³V—Äl’‡Ä[9—ÄNýdĈ³V—Äl’‡Äi/A—¡¡¡¡™ x j© ¤ÄY<ÄBå3 ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁCache– k x j© ¤ÄY<Ä!·× ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBig– k x j© ¤ÄlÜSÄ9=^ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á Processor– k x j© ¤Ä_wHÄР¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁSmall– k¡”­“ÄjóEĘ΃™Ä­¤oÄ´w——ÄjóEÄ å—ÄJ*×Ä´w——ÄjóEĘ΃—¡¡¡¡™¡”­“ÄjóEı™Ä­¤oÄSµD—ÄjóEÄšÅ}—ÄJ*×ÄSµD—ÄjóEı—¡¡¡¡™¡”­“ÄjóEÄg³D™Ä­¤oÄ7]%—ÄjóEÄ£ám—ÄJ*×Ä7]%—ÄjóEÄg³D—¡¡¡¡™¡”­“ÄjóEă¹\™Ä­¤oÄk§ù—ÄjóEÄ·~—ÄJ*×Äk§ù—ÄjóEă¹\—¡¡¡¡™¡”­“ÄkÁMĘ΃™ÄEF1Ä?·8—ÄkÁMÄ!4—ÄeIÄ?·8—ÄkÁMĘ΃—¡¡¡¡™¡”­“ÄkÁMÄGèC™ÄEF1Ä­—ÄkÁMÄMºG—ÄeIÄ­—ÄkÁMÄGèC—¡¡¡¡™¡”­“ÄÉmtÄGèC™Ä…LÄ­—ÄÉmtÄMºG—Ä^·7Ä­—ÄÉmtÄGèC—¡¡¡¡™¡”­“ÄÉmtĘ΃™Ä…LÄ?·8—ÄÉmtÄ!4—Ä^·7Ä?·8—ÄÉmtĘ΃—¡¡¡¡™¡”­“ÄÉmtÄiÖƒ™Ä…LÄ —ÄÉmtÄr‘—Ä^·7Ä —ÄÉmtÄiÖƒ—¡¡¡¡™¡”­“ÄÉmtÄޙąLÄiŽ—ÄÉmtÄd܉—Ä^·7ÄiŽ—ÄÉmtÄÞ—¡¡¡¡™¡”­“ÄkÁMÄÞ™ÄEF1ÄiŽ—ÄkÁMÄd܉—ÄeIÄiŽ—ÄkÁMÄÞ—¡¡¡¡™¡”­“ÄkÁMÄiÖƒ™ÄEF1Ä —ÄkÁMÄr‘—ÄeIÄ —ÄkÁMÄiÖƒ—¡¡¡¡™ x j© ¤Ä_wHľԠ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁCache– k x j© ¤Ä‹ÏSľԠ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁCache– k x j© ¤Ä‹ÏSÄР¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁSmall– k x j© ¤Ä-±·Ä9=^ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á Processor– k x j© ¤ÄÑÄÄQ}1 ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁMemory– k x j© ¤ÄÑÄÄÎW ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁMain– k x j© ¤ÄM±NÄÎW ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁMain– k x j© ¤ÄM±NÄQ}1 ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁMemory– k x j© ¤Ä'ŒÄQ}1 ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁMemory– k x j© ¤Ä'ŒÄÎW ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁMain– k x j© ¤ÄE(ÓÄÎW ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁMain– k x j© ¤ÄE(ÓÄQ}1 ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁMemory– k¡”­“ÄkÁMÄ(-™ÄEF1ÄŠ¸Ÿ—ÄkÁMÄé,—ÄeIÄŠ¸Ÿ—ÄkÁMÄ(-—¡¡¡¡™¡”­“ÄkÁMÄiÖƒ™ÄEF1ÄÜ—ÄkÁMÄ›»—ÄeIÄÜ—ÄkÁMÄiÖƒ—¡¡¡¡™¡”­“ÄÉmtÄiÖƒ™Ä…LÄÜ—ÄÉmtÄ›»—Ä^·7ÄÜ—ÄÉmtÄiÖƒ—¡¡¡¡™¡”­“ÄÉmtÄ(-™Ä…LÄŠ¸Ÿ—ÄÉmtÄé,—Ä^·7ÄŠ¸Ÿ—ÄÉmtÄ(-—¡¡¡¡™¡”­“Ä ïÄ(-™ÄhqaÄŠ¸Ÿ—Ä ïÄé,—Äù‹ÄŠ¸Ÿ—Ä ïÄ(-—¡¡¡¡™¡”­“Ä ïÄiÖƒ™ÄhqaÄÜ—Ä ïÄ›»—Äù‹ÄÜ—Ä ïÄiÖƒ—¡¡¡¡™¡”­“Ä,?=ÄiÖƒ™Ä~ÄÜ—Ä,?=Ä›»—ÄS0uÄÜ—Ä,?=ÄiÖƒ—¡¡¡¡™¡”­“Ä,?=Ä(-™Ä~ÄŠ¸Ÿ—Ä,?=Äé,—ÄS0uÄŠ¸Ÿ—Ä,?=Ä(-—¡¡¡¡™ x j© ¤ÄD`oÄVûJ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁDynabus– k x j© ¤ÄD`oĸx ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁDynabus– k x j© ¤Ä,ÄÆÃ" ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁSystem– k x j© ¤ÄeG³ÄG¡T ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á Processor– k x j© ¤ÄeG³Ä"O* ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBus– k k k gš¥3™3U˜Uš¡œ"˜*——R˜RšœùÏi œó§œo˜í š œ§ œ­§œ8§œàÏuœT˜¬K˜T–ðáGargoyle file for scene: stuffed from ///7.0/commands/zones.gargoyle at February 23, 1988 10:17:59 am PST Produced by version 8710.19 Scripts: ///7.0/commands/bland880223-09-42-13.script, ///7.0/commands/bland880223-10-03-25.script, ///7.0/commands/bland880223-10-04-27.script Slope: [T 0.0] [F 30.0] [F 45.0] [F 60.0] [T 90.0] [F 120.0] [F 135.0] [F 150.0] Angle: [F -90.0] [F -60.0] [F -45.0] [F -30.0] [F 0.0] [F 30.0] [F 45.0] [F 60.0] [F 90.0] Radius: [F 4.0 4] [F 2.0 2] [F 1.0 1] [F 0.75 3/4] [F 0.6666667 2/3] [F 0.5 1/2] [F 0.3333333 1/3] [F 0.25 1/4] [F 0.125 1/8] [F 0.1111111 1/9] [F 5.555556e-2 1/18] LineDistance: [F 1.0 1] [F 0.5 1/2] [F 0.1111111 1/9] [F 5.555556e-2 1/18] [F 0.0 0] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [10.0 10.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: T [306.0,398.0] Entities: [198]: Outline fillColor: [2 Xerox/Research/ChipNDale/CD/InitialColor] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [111.6425,139.2425] (Line ) [433.695,139.2425] (Line ) [433.695,653.9576] (Line ) [111.6425,653.9576] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [253.1837,416.4953] (Line ) [248.2071,416.4953] (Line ) [252.4071,416.4844] (Line ) [257.3837,416.4844] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,368.1628] (Line ) [251.6962,368.1628] (Line ) [251.6962,368.8738] (Line ) [212.595,368.8738] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [206.9074,592.8175] (Line ) [213.3059,592.8175] (Line ) [213.3059,593.5284] (Line ) [206.9074,593.5284] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.509,592.8175] (Line ) [207.6184,592.8175] (Line ) [207.6184,593.5284] (Line ) [200.509,593.5284] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.5158,497.5525] (Line ) [353.3596,497.5525] (Line ) [353.3596,498.2635] (Line ) [350.5158,498.2635] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [353.3596,497.5525] (Line ) [354.0705,497.5525] (Line ) [354.0705,562.9584] (Line ) [353.3596,562.9584] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.5158,562.9584] (Line ) [354.0705,562.9584] (Line ) [354.0705,563.6693] (Line ) [350.5158,563.6693] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [344.8283,494.7088] (Line ) [345.5392,494.7088] (Line ) [345.5392,562.9584] (Line ) [344.8283,562.9584] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,494.7088] (Line ) [344.8283,494.7088] (Line ) [344.8283,495.4197] (Line ) [305.0161,495.4197] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,562.9584] (Line ) [344.8283,562.9584] (Line ) [344.8283,563.6693] (Line ) [305.0161,563.6693] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,494.7088] (Line ) [345.5392,494.7088] (Line ) [345.5392,495.4197] (Line ) [305.0161,495.4197] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.9852,336.8818] (Line ) [251.6962,336.8818] (Line ) [251.6962,368.1628] (Line ) [250.9852,368.1628] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,336.8818] (Line ) [213.3059,336.8818] (Line ) [213.3059,368.8738] (Line ) [212.595,368.8738] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [247.4852,140.6644] (Line ) [248.1962,140.6644] (Line ) [248.1962,326.9287] (Line ) [247.4852,326.9287] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [206.9074,146.3518] (Line ) [213.3059,146.3518] (Line ) [213.3059,147.0628] (Line ) [206.9074,147.0628] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,140.6644] (Line ) [250.9852,140.6644] (Line ) [250.9852,141.3753] (Line ) [212.595,141.3753] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,152.0393] (Line ) [250.9852,152.0393] (Line ) [250.9852,152.7502] (Line ) [212.595,152.7502] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,163.4142] (Line ) [250.9852,163.4142] (Line ) [250.9852,164.1252] (Line ) [212.595,164.1252] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,197.539] (Line ) [250.9852,197.539] (Line ) [250.9852,198.2499] (Line ) [212.595,198.2499] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,186.1641] (Line ) [250.9852,186.1641] (Line ) [250.9852,186.875] (Line ) [212.595,186.875] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,174.7891] (Line ) [250.9852,174.7891] (Line ) [250.9852,175.5001] (Line ) [212.595,175.5001] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,208.9139] (Line ) [250.9852,208.9139] (Line ) [250.9852,209.6248] (Line ) [212.595,209.6248] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,220.2888] (Line ) [250.9852,220.2888] (Line ) [250.9852,220.9998] (Line ) [212.595,220.9998] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,231.6638] (Line ) [250.9852,231.6638] (Line ) [250.9852,232.3747] (Line ) [212.595,232.3747] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,265.7885] (Line ) [250.9852,265.7885] (Line ) [250.9852,266.4995] (Line ) [212.595,266.4995] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,254.4136] (Line ) [250.9852,254.4136] (Line ) [250.9852,255.1245] (Line ) [212.595,255.1245] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,243.0387] (Line ) [250.9852,243.0387] (Line ) [250.9852,243.7496] (Line ) [212.595,243.7496] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,311.2882] (Line ) [250.9852,311.2882] (Line ) [250.9852,311.9991] (Line ) [212.595,311.9991] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,322.6631] (Line ) [250.9852,322.6631] (Line ) [250.9852,323.374] (Line ) [212.595,323.374] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,299.9133] (Line ) [250.9852,299.9133] (Line ) [250.9852,300.6242] (Line ) [212.595,300.6242] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,288.5383] (Line ) [250.9852,288.5383] (Line ) [250.9852,289.2493] (Line ) [212.595,289.2493] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,277.1635] (Line ) [250.9852,277.1635] (Line ) [250.9852,277.8744] (Line ) [212.595,277.8744] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,140.6644] (Line ) [213.3059,140.6644] (Line ) [213.3059,326.9287] (Line ) [212.595,326.9287] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [206.9074,190.4297] (Line ) [213.3059,190.4297] (Line ) [213.3059,191.1406] (Line ) [206.9074,191.1406] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [206.9074,237.3512] (Line ) [213.3059,237.3512] (Line ) [213.3059,238.0621] (Line ) [206.9074,238.0621] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [206.9074,281.429] (Line ) [213.3059,281.429] (Line ) [213.3059,282.14] (Line ) [206.9074,282.14] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,328.3506] (Line ) [213.3059,328.3506] (Line ) [213.3059,329.7724] (Line ) [212.595,329.7724] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,331.1943] (Line ) [213.3059,331.1943] (Line ) [213.3059,332.6162] (Line ) [212.595,332.6162] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,334.038] (Line ) [213.3059,334.038] (Line ) [213.3059,335.4599] (Line ) [212.595,335.4599] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [247.4852,328.3506] (Line ) [248.1962,328.3506] (Line ) [248.1962,329.7724] (Line ) [247.4852,329.7724] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.9852,331.1943] (Line ) [251.6962,331.1943] (Line ) [251.6962,332.6162] (Line ) [250.9852,332.6162] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.9852,334.038] (Line ) [251.6962,334.038] (Line ) [251.6962,335.4599] (Line ) [250.9852,335.4599] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.509,281.429] (Line ) [207.6184,281.429] (Line ) [207.6184,282.14] (Line ) [200.509,282.14] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.509,237.3512] (Line ) [207.6184,237.3512] (Line ) [207.6184,238.0621] (Line ) [200.509,238.0621] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.509,190.4297] (Line ) [207.6184,190.4297] (Line ) [207.6184,191.1406] (Line ) [200.509,191.1406] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.509,146.3518] (Line ) [207.6184,146.3518] (Line ) [207.6184,147.0628] (Line ) [200.509,147.0628] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [257.3837,166.258] (Line ) [263.0712,166.258] (Line ) [263.0712,166.9689] (Line ) [257.3837,166.9689] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [257.3837,154.883] (Line ) [263.0712,154.883] (Line ) [263.0712,155.594] (Line ) [257.3837,155.594] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.5158,493.2869] (Line ) [354.0705,493.2869] (Line ) [354.0705,493.9978] (Line ) [350.5158,493.9978] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,494.7088] (Line ) [344.8283,494.7088] (Line ) [344.8283,495.4197] (Line ) [305.0161,495.4197] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,358.2098] (Line ) [305.7271,358.2098] (Line ) [305.7271,494.7088] (Line ) [305.0161,494.7088] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,358.2098] (Line ) [345.5392,358.2098] (Line ) [345.5392,358.9207] (Line ) [305.0161,358.9207] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [344.8283,358.2098] (Line ) [345.5392,358.2098] (Line ) [345.5392,495.4197] (Line ) [344.8283,495.4197] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,426.4593] (Line ) [344.8283,426.4593] (Line ) [344.8283,427.1702] (Line ) [305.0161,427.1702] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,289.9602] (Line ) [344.8283,289.9602] (Line ) [344.8283,290.6711] (Line ) [305.0161,290.6711] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [344.8283,221.7107] (Line ) [345.5392,221.7107] (Line ) [345.5392,358.9207] (Line ) [344.8283,358.9207] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,221.7107] (Line ) [345.5392,221.7107] (Line ) [345.5392,222.4216] (Line ) [305.0161,222.4216] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,221.7107] (Line ) [305.7271,221.7107] (Line ) [305.7271,358.2098] (Line ) [305.0161,358.2098] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,358.2098] (Line ) [344.8283,358.2098] (Line ) [344.8283,358.9207] (Line ) [305.0161,358.9207] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.5158,288.5383] (Line ) [354.0705,288.5383] (Line ) [354.0705,289.2493] (Line ) [350.5158,289.2493] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [353.3596,223.1326] (Line ) [354.0705,223.1326] (Line ) [354.0705,288.5383] (Line ) [353.3596,288.5383] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.5158,223.1326] (Line ) [353.3596,223.1326] (Line ) [353.3596,223.8435] (Line ) [350.5158,223.8435] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.5158,291.3821] (Line ) [353.3596,291.3821] (Line ) [353.3596,292.093] (Line ) [350.5158,292.093] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [353.3596,291.3821] (Line ) [354.0705,291.3821] (Line ) [354.0705,356.7879] (Line ) [353.3596,356.7879] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [292.2193,562.9584] (Line ) [297.9068,562.9584] (Line ) [297.9068,563.6693] (Line ) [292.2193,563.6693] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [253.829,642.5828] (Line ) [258.0946,642.5828] (Line ) [258.0946,643.2937] (Line ) [253.829,643.2937] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.509,420.7718] (Line ) [207.6184,420.7718] (Line ) [207.6184,421.4827] (Line ) [200.509,421.4827] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.509,454.8966] (Line ) [207.6184,454.8966] (Line ) [207.6184,455.6075] (Line ) [200.509,455.6075] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.509,555.849] (Line ) [207.6184,555.849] (Line ) [207.6184,556.56] (Line ) [200.509,556.56] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.9852,608.458] (Line ) [251.6962,608.458] (Line ) [251.6962,609.8799] (Line ) [250.9852,609.8799] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.9852,605.6143] (Line ) [251.6962,605.6143] (Line ) [251.6962,607.0362] (Line ) [250.9852,607.0362] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [246.7852,603.4706] (Line ) [247.4962,603.4706] (Line ) [247.4962,604.8925] (Line ) [246.7852,604.8925] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,608.458] (Line ) [213.3059,608.458] (Line ) [213.3059,609.8799] (Line ) [212.595,609.8799] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,605.6143] (Line ) [213.3059,605.6143] (Line ) [213.3059,607.0362] (Line ) [212.595,607.0362] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,602.7706] (Line ) [213.3059,602.7706] (Line ) [213.3059,604.1924] (Line ) [212.595,604.1924] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [206.9074,555.849] (Line ) [213.3059,555.849] (Line ) [213.3059,556.56] (Line ) [206.9074,556.56] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,551.5834] (Line ) [250.9852,551.5834] (Line ) [250.9852,552.2944] (Line ) [212.595,552.2944] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,562.9584] (Line ) [250.9852,562.9584] (Line ) [250.9852,563.6693] (Line ) [212.595,563.6693] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,574.3332] (Line ) [250.9852,574.3332] (Line ) [250.9852,575.0442] (Line ) [212.595,575.0442] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,597.083] (Line ) [250.9852,597.083] (Line ) [250.9852,597.794] (Line ) [212.595,597.794] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,585.7082] (Line ) [250.9852,585.7082] (Line ) [250.9852,586.419] (Line ) [212.595,586.419] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,517.4587] (Line ) [250.9852,517.4587] (Line ) [250.9852,518.1696] (Line ) [212.595,518.1696] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,528.8336] (Line ) [250.9852,528.8336] (Line ) [250.9852,529.5445] (Line ) [212.595,529.5445] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,540.2085] (Line ) [250.9852,540.2085] (Line ) [250.9852,540.9194] (Line ) [212.595,540.9194] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,506.0837] (Line ) [250.9852,506.0837] (Line ) [250.9852,506.7946] (Line ) [212.595,506.7946] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,494.7088] (Line ) [250.9852,494.7088] (Line ) [250.9852,495.4197] (Line ) [212.595,495.4197] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,483.3339] (Line ) [250.9852,483.3339] (Line ) [250.9852,484.0448] (Line ) [212.595,484.0448] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,449.2092] (Line ) [250.9852,449.2092] (Line ) [250.9852,449.92] (Line ) [212.595,449.92] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,460.584] (Line ) [250.9852,460.584] (Line ) [250.9852,461.295] (Line ) [212.595,461.295] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,471.959] (Line ) [250.9852,471.959] (Line ) [250.9852,472.6699] (Line ) [212.595,472.6699] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,437.8342] (Line ) [250.9852,437.8342] (Line ) [250.9852,438.5451] (Line ) [212.595,438.5451] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,426.4593] (Line ) [250.9852,426.4593] (Line ) [250.9852,427.1702] (Line ) [212.595,427.1702] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,415.0844] (Line ) [250.9852,415.0844] (Line ) [250.9852,415.7953] (Line ) [212.595,415.7953] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [206.9074,420.7718] (Line ) [213.3059,420.7718] (Line ) [213.3059,421.4827] (Line ) [206.9074,421.4827] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [247.4962,602.0487] (Line ) [246.7852,602.0487] (Line ) [246.7852,415.7843] (Line ) [247.4962,415.7843] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,611.3018] (Line ) [213.3059,611.3018] (Line ) [213.3059,643.2937] (Line ) [212.595,643.2937] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,642.5828] (Line ) [251.6962,642.5828] (Line ) [251.6962,643.2937] (Line ) [212.595,643.2937] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.9852,611.3018] (Line ) [251.6962,611.3018] (Line ) [251.6962,642.5828] (Line ) [250.9852,642.5828] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [253.829,368.1628] (Line ) [258.0946,368.1628] (Line ) [258.0946,368.8738] (Line ) [253.829,368.8738] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [305.0161,494.7088] (Line ) [305.7271,494.7088] (Line ) [305.7271,562.9584] (Line ) [305.0161,562.9584] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [353.3596,352.5223] (Line ) [354.0705,352.5223] (Line ) [354.0705,493.2869] (Line ) [353.3596,493.2869] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [292.2193,288.5383] (Line ) [297.9068,288.5383] (Line ) [297.9068,289.2493] (Line ) [292.2193,289.2493] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [206.9074,454.8966] (Line ) [213.3059,454.8966] (Line ) [213.3059,455.6075] (Line ) [206.9074,455.6075] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.595,415.0844] (Line ) [213.3059,415.0844] (Line ) [213.3059,601.3487] (Line ) [212.595,601.3487] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [295.063,222.0662] (Line ) [300.7505,222.0662] (Line ) [300.7505,222.7771] (Line ) [295.063,222.7771] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [255.2508,141.3753] (Line ) [260.9384,141.3753] (Line ) [260.9384,142.0862] (Line ) [255.2508,142.0862] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [253.4735,143.5081] (Line ) [259.872,143.5081] (Line ) [259.872,144.219] (Line ) [253.4735,144.219] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [254.1844,143.5081] (Line ) [282.6218,143.5081] (Line ) [282.6218,144.219] (Line ) [254.1844,144.219] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [291.1529,495.4197] (Line ) [296.8404,495.4197] (Line ) [296.8404,496.1307] (Line ) [291.1529,496.1307] (Line ) Text T "Bank 3 contains" xerox/pressfonts/Helvetica [7.7 0.0 123.0173 0.0 7.7 529.5445][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T " Bank 0 contains" xerox/pressfonts/Helvetica [7.7 0.0 120.1736 0.0 7.7 491.1542][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T " Bank 0 contains" xerox/pressfonts/Helvetica [7.7 0.0 125.8611 0.0 7.7 215.3123][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "blocks (n MOD 4 = 0)" xerox/pressfonts/Helvetica [7.7 0.0 118.7517 0.0 7.7 208.203][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "blocks (n MOD 8 = 0)" xerox/pressfonts/Helvetica [7.7 0.0 113.0644 0.0 7.7 484.0448][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "blocks (n MOD 8 = 3)" xerox/pressfonts/Helvetica [7.7 0.0 113.0644 0.0 7.7 522.4352][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [292.5748,288.8938] (Line ) [258.4501,368.5183] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [299.6841,495.7753] (Line ) [293.9966,498.619] (Line ) [295.4185,495.7753] (Line ) [293.9966,492.9315] (Line ) Text T "Enlarged view of Zone 4" xerox/pressfonts/Helvetica [7.7 0.0 191.7707 0.0 7.7 647.6892][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "not shown" xerox/pressfonts/Helvetica [7.7 0.0 360.4689 0.0 7.7 377.405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Details of" xerox/pressfonts/Helvetica [7.7 0.0 360.4689 0.0 7.7 402.9985][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "interleaving" xerox/pressfonts/Helvetica [7.7 0.0 360.4689 0.0 7.7 394.4674][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "for Zones 1-3" xerox/pressfonts/Helvetica [7.7 0.0 360.4689 0.0 7.7 385.9361][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.9504,593.173] (Line ) [207.263,596.0167] (Line ) [208.6848,593.173] (Line ) [207.263,590.3292] (Line ) Text T "interleaved memory" xerox/pressfonts/Helvetica [7.7 0.0 358.14 0.0 7.7 520.2827][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [301.106,563.3139] (Line ) [295.4185,566.1576] (Line ) [296.8404,563.3139] (Line ) [295.4185,560.4701] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [254.1844,166.6134] (Line ) [259.8719,169.4572] (Line ) [258.45,166.6134] (Line ) [259.8719,163.7697] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [254.1844,155.2385] (Line ) [259.8719,158.0822] (Line ) [258.45,155.2385] (Line ) [259.8719,152.3948] (Line ) Text T "Block 10" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 257.9683][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [194.4661,203.5819] (Line ) [200.1535,190.7852] Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [191.6224,203.5819] (Line ) [200.1535,146.7073] Text T "Block 15" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 314.8429][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.9504,146.7073] (Line ) [207.263,149.551] (Line ) [208.6848,146.7073] (Line ) [207.263,143.8636] (Line ) Text T "Block 0" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 144.219][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 1" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 155.594][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 2" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 166.9689][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 3" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 178.3438][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 5" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 201.0937][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 6" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 212.4686][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 7" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 223.8435][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 8" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 235.2184][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 9" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 246.5934][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 11" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 269.3432][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 12" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 280.7181][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 13" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 292.093][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 14" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 303.468][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.9504,190.7852] (Line ) [207.263,193.6289] (Line ) [208.6848,190.7852] (Line ) [207.263,187.9414] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.9504,237.7067] (Line ) [207.263,240.5504] (Line ) [208.6848,237.7067] (Line ) [207.263,234.863] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.9504,281.7845] (Line ) [207.263,284.6282] (Line ) [208.6848,281.7845] (Line ) [207.263,278.9408] (Line ) Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [191.6224,224.9099] (Line ) [200.1535,281.7845] Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [194.4661,224.9099] (Line ) [200.1535,237.7067] Text T "Block 4" xerox/pressfonts/Helvetica [7.7 0.0 217.626 0.0 7.7 189.7188][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [262.7157,155.2385] (Line ) [282.6218,143.8636] Text T "Eight 32-bit words" xerox/pressfonts/Helvetica [7.7 0.0 286.5319 0.0 7.7 142.7972][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 4" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 464.8387][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Zone 0 has 4-way" xerox/pressfonts/Helvetica [7.7 0.0 359.5419 0.0 7.7 257.3384][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "interleaved memory" xerox/pressfonts/Helvetica [7.7 0.0 359.5419 0.0 7.7 248.8072][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Zone 1" xerox/pressfonts/Helvetica [7.7 0.0 313.7219 0.0 7.7 320.6495][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Zone 0" xerox/pressfonts/Helvetica [7.7 0.0 312.3 0.0 7.7 252.4][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Zone 2" xerox/pressfonts/Helvetica [7.7 0.0 312.3 0.0 7.7 388.899][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Zone 3" xerox/pressfonts/Helvetica [7.7 0.0 313.7219 0.0 7.7 457.1485][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [292.5748,563.3139] (Line ) [258.4501,642.9382] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.9504,556.2045] (Line ) [207.263,559.0482] (Line ) [208.6848,556.2045] (Line ) [207.263,553.3608] (Line ) Text T "Block 14" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 578.588][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 13" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 567.213][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 12" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 555.838][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 11" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 544.4631][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 9" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 521.7133][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 8" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 510.3384][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 7" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 498.9635][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 6" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 487.5886][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 5" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 476.2136][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 3" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 453.4638][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 2" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 442.0889][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 1" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 430.714][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 0" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 419.339][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.9504,421.1273] (Line ) [207.263,423.971] (Line ) [208.6848,421.1273] (Line ) [207.263,418.2836] (Line ) Text T "Block 15" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 589.9629][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Block 10" xerox/pressfonts/Helvetica [7.7 0.0 216.926 0.0 7.7 533.0883][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Enlarged view of Zone 0" xerox/pressfonts/Helvetica [7.7 0.0 191.0726 0.0 7.7 373.4139][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Text T "Zone 4" xerox/pressfonts/Helvetica [7.7 0.0 312.3 0.0 7.7 525.398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [301.106,288.8938] (Line ) [295.4185,291.7375] (Line ) [296.8404,288.8938] (Line ) [295.4185,286.0501] (Line ) Text T "Zone 4 has 8-way" xerox/pressfonts/Helvetica [7.7 0.0 358.14 0.0 7.7 528.8139][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [212.9504,455.252] (Line ) [207.263,458.0958] (Line ) [208.6848,455.252] (Line ) [207.263,452.4083] (Line ) Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [191.6224,478.0019] (Line ) [200.1535,421.1273] Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [188.7787,517.8141] (Line ) [200.1536,455.2521] Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [191.6224,499.3299] (Line ) [200.1535,556.2045] Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [187.3568,536.2984] (Line ) [200.1536,593.173] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [303.9497,222.4217] (Line ) [298.2623,225.2654] (Line ) [299.6841,222.4217] (Line ) [298.2623,219.5779] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.329,143.8636] (Line ) [256.0164,146.7073] (Line ) [254.5946,143.8636] (Line ) [256.0164,141.0199] (Line ) Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [262.7157,166.6134] (Line ) [282.6218,143.8636] Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [295.0631,222.0662] (Line ) [260.9384,142.4417] Outline fillColor: [] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.015618 c: T [2 Xerox/Research/ChipNDale/CD/Comment] d: T F [291.5084,495.7752] (Line ) [257.3837,416.1508] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.6954,416.4953] (Line ) [251.4063,416.4953] (Line ) [251.4063,602.7596] (Line ) [250.6954,602.7596] (Line ) Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [255.2508,140.6644] (Line ) [255.2508,326.9287] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [255.2508,326.2178] (Line ) [255.2508,139.9535] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.2743,360.3425] (Line ) [250.2743,174.0782] Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [250.9852,141.3753] (Line ) [250.9852,327.6396] –Ô187.2904 mm topLeading 187.2904 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff–:0.0 mm xmin 0.0 mm ymin 121.5558 mm xmax 184.4682 mm ymax – Interpress–ïnInterpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨ x jÄœ¼éÄë5' ¢ ¨ÅXeroxÅResearchÅ ChipNDaleÅCDÅ InitialColor¥¡¡§ • ”­“ÄT+ÁÄ£¸-™Äcô;ŽÄµ_GÄT+ÁŽÄ£¸-¡¡¡¡™ÅXeroxÅResearchÅ ChipNDaleÅCDÅComment¥¡¡§¡•¡”­“ÄA›OÄ=×+™ÄM¬OŽÄˆã_ÄA›OŽÄ=×+¡¡¡¡™¡”­“Ä+¥6Ä Ns™ÄFÓUŽÄzá5Ä+¥6ŽÄ Ns¡¡¡¡™¡”­“Ä‚ͧÄ Ns™Ä=£LŽÄzá5Ä‚ͧŽÄ Ns¡¡¡¡™¡”­“Ä‚_ÄIÛ&™ÄzÙYŽÄE §Ä‚_ŽÄIÛ&¡¡¡¡™¡”­“ÄzÙYÄIÛ&™Äb3GŽÄ4ÇÄzÙYŽÄIÛ&¡¡¡¡™¡”­“Ä‚_Ä4Ç™Äb3GŽÄ|Ä‚_ŽÄ4Ç¡¡¡¡™¡”­“Ä…ZcĘªO™Äx!YŽÄ4ÇÄ…ZcŽÄ˜ªO¡¡¡¡™¡”­“ÄIß>ĘªO™Ä…ZcŽÄœÁQÄIß>ŽÄ˜ªO¡¡¡¡™¡”­“ÄIß>Ä4ǙąZcŽÄ|ÄIß>ŽÄ4Ç¡¡¡¡™¡”­“ÄIß>ĘªO™Äx!YŽÄœÁQÄIß>ŽÄ˜ªO¡¡¡¡™¡”­“ÄB«DÄzb]™ÄM¬OŽÄ=×+ÄB«DŽÄzb]¡¡¡¡™¡”­“ÄA›OÄzb]™ÄFÓUŽÄˆã_ÄA›OŽÄzb]¡¡¡¡™¡”­“Ä+¥6Äß6™ÄFÓUŽÄ€ßÄ+¥6ŽÄß6¡¡¡¡™¡”­“ÄA›OÄN“™ÄB«DŽÄß©•ÄA›OŽÄN“¡¡¡¡™¡”­“ÄA›OÄi·²™ÄB«DŽÄa6ýÄA›OŽÄi·²¡¡¡¡™¡”­“ÄA›OÄká©™ÄB«DŽÄ ‚/ÄA›OŽÄká©¡¡¡¡™¡”­“ÄA›OÄlÍ™ÄB«DŽÄ æ¨ ÉÄA›OŽÄlÍ¡¡¡¡™¡”­“ÄA›OÄ]€™ÄB«DŽÄ×ÄA›OŽÄ]€¡¡¡¡™¡”­“ÄA›OÄd^“™ÄB«DŽÄ‹—ÄA›OŽÄd^“¡¡¡¡™¡”­“ÄA›OÄKå]™ÄB«DŽÄ™¹-ÄA›OŽÄKå]¡¡¡¡™¡”­“ÄA›OÄ&¹-™ÄB«DŽÄ Ï"ÿÄA›OŽÄ&¹-¡¡¡¡™¡”­“ÄA›OÄfBq™ÄB«DŽÄmÏ“ÄA›OŽÄfBq¡¡¡¡™¡”­“ÄA›OÄ5ý4™ÄB«DŽÄ²HÄA›OŽÄ5ý4¡¡¡¡™¡”­“ÄA›OÄ„-…™ÄB«DŽÄø&ùÄA›OŽÄ„-…¡¡¡¡™¡”­“ÄA›OÄ«Öµ™ÄB«DŽÄTÿsÄA›OŽÄ«Öµ¡¡¡¡™¡”­“ÄA›OÄG¾;™ÄB«DŽÄ‘ï’ÄA›OŽÄG¾;¡¡¡¡™¡”­“ÄA›OÄsõ\™ÄB«DŽÄ¥zƒÄA›OŽÄsõ\¡¡¡¡™¡”­“ÄA›OÄÊ­­™ÄB«DŽÄ¸^ÄA›OŽÄÊ­­¡¡¡¡™¡”­“ÄA›OĆõ>™ÄB«DŽÄJUÄA›OŽÄ†õ>¡¡¡¡™¡”­“ÄA›OÄp™h™ÄB«DŽÄØÇÄA›OŽÄp™h¡¡¡¡™¡”­“ÄA›OÄN“™ÄFÓUŽÄáÄA›OŽÄN“¡¡¡¡™¡”­“Ä+¥6Ä_7€™ÄFÓUŽÄ/É@Ä+¥6ŽÄ_7€¡¡¡¡™¡”­“Ä+¥6ěè™ÄFÓUŽÄ¤™±Ä+¥6ŽÄ›Ã¨¡¡¡¡™¡”­“Ä+¥6Ä\}=™ÄFÓUŽÄ72Ä+¥6ŽÄ\}=¡¡¡¡™¡”­“ÄA›OÄbÃM™ÄFÓUŽÄ× §ÄA›OŽÄbÃM¡¡¡¡™¡”­“ÄA›OÄ.“$™ÄFÓUŽÄ€¡cÄA›OŽÄ.“$¡¡¡¡™¡”­“ÄA›OÄgO™ÄFÓUŽÄA…2ÄA›OŽÄgO¡¡¡¡™¡”­“ÄA½DÄbÃM™ÄÊ¡ÑŽÄ× §ÄA½DŽÄbÃM¡¡¡¡™¡”­“ÄB«DÄ.“$™ÄM¬OŽÄ€¡cÄB«DŽÄ.“$¡¡¡¡™¡”­“ÄB«DÄgO™ÄM¬OŽÄA…2ÄB«DŽÄgO¡¡¡¡™¡”­“Ä‚ͧÄ\}=™Ä=£LŽÄ72Ä‚ͧŽÄ\}=¡¡¡¡™¡”­“Ä‚ͧěè™Ä=£LŽÄ¤™±Ä‚ͧŽÄ›Ã¨¡¡¡¡™¡”­“Ä‚ͧÄ_7€™Ä=£LŽÄ/É@Ä‚ͧŽÄ_7€¡¡¡¡™¡”­“Ä‚ͧÄß6™Ä=£LŽÄ€ßÄ‚ͧŽÄß6¡¡¡¡™¡”­“ÄIeIÄ£©ü™Ä` ŽÄ’ÀáÄIeIŽÄ£©ü¡¡¡¡™¡”­“ÄIeIÄgu«™Ä` ŽÄPÖ…ÄIeIŽÄgu«¡¡¡¡™¡”­“Ä‚_Äݘs™Äb3GŽÄy•ÍÄ‚_ŽÄݘs¡¡¡¡™¡”­“ÄIß>ĘªO™Ä…ZcŽÄœÁQÄIß>ŽÄ˜ªO¡¡¡¡™¡”­“ÄIß>ÄVÁ>™Ä0ՎĘªOÄIß>ŽÄVÁ>¡¡¡¡™¡”­“ÄIß>ÄVÁ>™Äx!YŽÄXT?ÄIß>ŽÄVÁ>¡¡¡¡™¡”­“Ä…ZcÄVÁ>™Äx!YŽÄœÁQÄ…ZcŽÄVÁ>¡¡¡¡™¡”­“ÄIß>Ä£Ab™Ä…ZcŽÄNm/ÄIß>ŽÄ£Ab¡¡¡¡™¡”­“ÄIß>ÄÇY°™Ä…ZcŽÄRãIÄIß>ŽÄÇY°¡¡¡¡™¡”­“Ä…ZcÄhËy™Äx!YŽÄXT?Ä…ZcŽÄhËy¡¡¡¡™¡”­“ÄIß>ÄhËy™Äx!YŽÄHSÄIß>ŽÄhËy¡¡¡¡™¡”­“ÄIß>ÄhËy™Ä0ÕŽÄVÁ>ÄIß>ŽÄhËy¡¡¡¡™¡”­“ÄIß>ÄVÁ>™Ä…ZcŽÄXT?ÄIß>ŽÄVÁ>¡¡¡¡™¡”­“Ä‚_Ćõ>™Äb3GŽÄJUÄ‚_ŽÄ†õ>¡¡¡¡™¡”­“ÄzÙYÄHXS™Äb3GŽÄ†õ>ÄzÙYŽÄHXS¡¡¡¡™¡”­“Ä‚_ÄHXS™ÄzÙYŽÄH“SÄ‚_ŽÄHXS¡¡¡¡™¡”­“Ä‚_ÄeMY™ÄzÙYŽÄ1+Ä‚_ŽÄeMY¡¡¡¡™¡”­“ÄzÙYÄeMY™Äb3GŽÄ-þ!ÄzÙYŽÄeMY¡¡¡¡™¡”­“ÄSTIÄ4Ç™ÄWGKŽÄ|ÄSTIŽÄ4Ç¡¡¡¡™¡”­“ÄK[LÄ\ç‹™ÄJ›JŽÄ<Ÿ~ÄK[LŽÄ\ç‹¡¡¡¡™¡”­“Ä‚ͧÄ]°9™Ä=£LŽÄ/¿Ä‚ͧŽÄ]°9¡¡¡¡™¡”­“Ä‚ͧÄ3ˆ™Ä=£LŽÄŒ™OÄ‚ͧŽÄ3ˆ¡¡¡¡™¡”­“Ä‚ͧÄs5™Ä=£LŽÄ6ZÄ‚ͧŽÄs5¡¡¡¡™¡”­“ÄB«DÄþQk™ÄM¬OŽÄ;ÄB«DŽÄþQk¡¡¡¡™¡”­“ÄB«DĆØ9™ÄM¬OŽÄÄÐSÄB«DŽÄ†Ø9¡¡¡¡™¡”­“Ä‚$‡Ä(™Ä|·ŽÄ™–AÄ‚$‡ŽÄ(¡¡¡¡™¡”­“ÄA›OÄþQk™ÄFÓUŽÄ;ÄA›OŽÄþQk¡¡¡¡™¡”­“ÄA›OĆØ9™ÄFÓUŽÄÄÐSÄA›OŽÄ†Ø9¡¡¡¡™¡”­“ÄA›OÄ¡=™ÄFÓUŽÄ=]ÄA›OŽÄ¡=¡¡¡¡™¡”­“Ä+¥6Äs5™ÄFÓUŽÄ6ZÄ+¥6ŽÄs5¡¡¡¡™¡”­“ÄA›OÄÛ ™ÄB«DŽÄ$­ÄA›OŽÄÛ ¡¡¡¡™¡”­“ÄA›OÄ4Ç™ÄB«DŽÄ|ÄA›OŽÄ4Ç¡¡¡¡™¡”­“ÄA›OÄ»™ÄB«DŽÄ˜¿DÄA›OŽÄ»¡¡¡¡™¡”­“ÄA›OÄÚ9™ÄB«DŽÄOe"ÄA›OŽÄÚ9¡¡¡¡™¡”­“ÄA›OħD¹™ÄB«DŽÄð†iÄA›OŽÄ§D¹¡¡¡¡™¡”­“ÄA›OÄÜSm™ÄB«DŽÄwl;ÄA›OŽÄÜSm¡¡¡¡™¡”­“ÄA›OÄ´VG™ÄB«DŽÄÐìeÄA›OŽÄ´VG¡¡¡¡™¡”­“ÄA›OÄ2¥™ÄB«DŽÄƒ>ÄA›OŽÄ2¥¡¡¡¡™¡”­“ÄA›OÄØzï™ÄB«DŽÄ„IÄA›OŽÄØzï¡¡¡¡™¡”­“ÄA›OĘªO™ÄB«DŽÄœÁQÄA›OŽÄ˜ªO¡¡¡¡™¡”­“ÄA›OÄ£‘u™ÄB«DŽÄ~¯CÄA›OŽÄ£‘u¡¡¡¡™¡”­“ÄA›OÄKt+™ÄB«DŽÄ+ðÄA›OŽÄKt+¡¡¡¡™¡”­“ÄA›OÄËNq™ÄB«DŽÄmë=ÄA›OŽÄËNq¡¡¡¡™¡”­“ÄA›OĆ•I™ÄB«DŽÄ¾-gÄA›OŽÄ†•I¡¡¡¡™¡”­“ÄA›OÄTYÇ™ÄB«DŽÄ´ÕÿÄA›OŽÄTYÇ¡¡¡¡™¡”­“ÄA›OÄ£Ab™ÄB«DŽÄNm/ÄA›OŽÄ£Ab¡¡¡¡™¡”­“ÄA›OĆ”S™ÄB«DŽÄGw,ÄA›OŽÄ†”S¡¡¡¡™¡”­“Ä+¥6Ä]°9™ÄFÓUŽÄ/¿Ä+¥6ŽÄ]°9¡¡¡¡™¡”­“ÄA›OÄ~5™ÄFÓUŽÄ<Ÿ~ÄA›OŽÄ~5¡¡¡¡™¡”­“ÄA›OÄ\ç‹™ÄM¬OŽÄ<Ÿ~ÄA›OŽÄ\ç‹¡¡¡¡™¡”­“ÄB«DÄ~5™ÄM¬OŽÄ\ç‹ÄB«DŽÄ~5¡¡¡¡™¡”­“ÄK[LÄ=×+™ÄJ›JŽÄˆã_ÄK[LŽÄ=×+¡¡¡¡™¡”­“ÄIß>ĘªO™Ä0ÕŽÄ4ÇÄIß>ŽÄ˜ªO¡¡¡¡™¡”­“ÄzÙYÄ\CC™Äb3GŽÄݘsÄzÙYŽÄ\CC¡¡¡¡™¡”­“ÄSTIĆõ>™ÄWGKŽÄJUÄSTIŽÄ†õ>¡¡¡¡™¡”­“Ä+¥6Ä3ˆ™ÄFÓUŽÄŒ™OÄ+¥6ŽÄ3ˆ¡¡¡¡™¡”­“ÄA›OĆ”S™ÄFÓUŽÄe+ÄA›OŽÄ†”S¡¡¡¡™¡”­“ÄðoÄhöy™Ä5áŽÄˆ ÄðoŽÄhöy¡¡¡¡™¡”­“Ä"&#Äß©•™ÄBAAŽÄ 1:Ä"&#ŽÄß©•¡¡¡¡™¡”­“Ä+.Ägµ¹™Ä¦{¤ŽÄ;'iÄ+.ŽÄgµ¹¡¡¡¡™¡”­“ÄfEgÄgµ¹™Ä¬9œŽÄ;'iÄfEgŽÄgµ¹¡¡¡¡™¡”­“ÄQãHÄœÁQ™Älÿ^ŽÄªÇÄQãHŽÄœÁQ¡¡¡¡™ x jÄM  ¤ÄS"­ÄÐìe ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBank 3 contains– k x jÄM  ¤Ä8Íyij„ã ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á Bank 0 contains– k x jÄM  ¤Ä³$ÄM ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á Bank 0 contains– k x jÄM  ¤ÄCC‘Äl+… ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Áblocks (n MOD 4 = 0)– k x jÄM  ¤ÄfèéÄ~¯C ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Áblocks (n MOD 8 = 0)– k x jÄM  ¤ÄfèéÄÜgl ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Áblocks (n MOD 8 = 3)– kÄ£¯“¢°“¢·“¡”­“Ä‘%ÄJ{B™Ä1ÄÅ7‰—˜¡”­“Ä>Ĭ\Y™ÄU)Ä(ç—Ä1Ÿ+Ĭ\Y—ÄU)ÄŒI—Ä>Ĭ\Y—¡¡¡¡™ x jÄM  ¤ÄQ§mÄ»9J ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁEnlarged view of Zone 4– k x jÄM  ¤ÄÌ,‘IJby ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á not shown– k x jÄM  ¤ÄÌ,‘Ä“œ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á Details of– k x jÄM  ¤ÄÌ,‘ÄÃ\ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á interleaving– k x jÄM  ¤ÄÌ,‘ÄFÛ/ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Á for Zones 1-3– k¡”­“Äd§yÄx}4™Äڙĉ];—ÄJÿ\Äx}4—ÄڙĶ,O—Äd§yÄx}4—¡¡¡¡™ x jÄM  ¤ÄEó2Ä]}. ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Áinterleaved memory– k¡”­“ÄM¡BÄp93™Ä1Ÿ+Äl襗Älÿ^Äp93—Ä1Ÿ+Ä'u—ÄM¡BÄp93—¡¡¡¡™¡”­“ÄfEgÄMsw™Ä'—'Ä+#—Ä1ÄMsw—Ä'—'Äa=˜—ÄfEgÄMsw—¡¡¡¡™¡”­“ÄfEgÄBm™Ä'—'Ä-I—Ä1ÄBm—Ä'—'ÄŸ&—ÄfEgÄBm—¡¡¡¡™ x jÄM  ¤ÄaÃsÄ?|? ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 10– kÄ£¯“¢°“¢·“¡”­“ÄN>gÄaz™Ä¼mñÄZ-y—˜Ä£¯“¢°“¢·“¡”­“Äk Äaz™Ä¼mñÄ)—˜ x jÄM  ¤ÄaÃsÄVF ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 15– k¡”­“Äd§yÄ)™ÄڙĠ1—ÄJÿ\Ä)—ÄÚ™Ä ]—Äd§yÄ)—¡¡¡¡™ x jÄM  ¤ÄaÃsÄ;'i ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 0– k x jÄM  ¤ÄaÃsÄPÖ… ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 1– k x jÄM  ¤ÄaÃsÄ}áÁ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 2– k x jÄM  ¤ÄaÃsÄ m} ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 3– k x jÄM  ¤ÄaÃsÄ6H‹ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 5– k x jÄM  ¤ÄaÃsÄ‘>¯ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 6– k x jÄM  ¤ÄaÃsÄdŽs ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 7– k x jÄM  ¤ÄaÃsÄOðW ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 8– k x jÄM  ¤ÄaÃsÄW¨[ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 9– k x jÄM  ¤ÄaÃsÄF~C ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 11– k x jÄM  ¤ÄaÃsÄxŸn ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 12– k x jÄM  ¤ÄaÃsÄ1+ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 13– k x jÄM  ¤ÄaÃsĸ휠¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 14– k¡”­“Äd§yÄZ-y™ÄÚ™ÄI^a—ÄJÿ\ÄZ-y—ÄڙĻñ—Äd§yÄZ-y—¡¡¡¡™¡”­“Äd§yÄE¤K™ÄÚ™Äflm—ÄJÿ\ÄE¤K—ÄÚ™ÄBùI—Äd§yÄE¤K—¡¡¡¡™¡”­“Äd§yÄGŒA™ÄÚ™ÄV¹N—ÄJÿ\ÄGŒA—ÄڙĥŸ˜—Äd§yÄGŒA—¡¡¡¡™Ä£¯“¢°“¢·“¡”­“Äk ÄWÛd™Ä¼mñÄGŒA—˜Ä£¯“¢°“¢·“¡”­“ÄN>gÄWÛd™Ä¼mñÄE¤K—˜ x jÄM  ¤ÄaÃsÄ·  ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 4– kÄ£¯“¢°“¢·“¡”­“Äa~_ÄBm™Äƒ`wÄ ]—˜ x jÄM  ¤Ä4›/ÄOÄ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁEight 32-bit words– k x jÄM  ¤Ä5JmÄ8J ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 4– k x jÄM  ¤ÄÙ±›ÄAWA ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁZone 0 has 4-way– k x jÄM  ¤ÄÙ±›ÄP«S ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“Áinterleaved memory– k x jÄM  ¤Ä¹ —Äya ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁZone 1– k x jÄM  ¤Ä 3 Äî ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁZone 0– k x jÄM  ¤Ä 3 Ä–ec ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁZone 2– k x jÄM  ¤Ä¹ —Ä„%J ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁZone 3– kÄ£¯“¢°“¢·“¡”­“Ä‘%Äp93™Ä1ÄËnQ—˜¡”­“Äd§yÄ_™,™Äڙće>—ÄJÿ\Ä_™,—ÄڙăÛ=—Äd§yÄ_™,—¡¡¡¡™ x jÄM  ¤Ä5JmÄÁÃÇ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 14– k x jÄM  ¤Ä5Jmć(= ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 13– k x jÄM  ¤Ä5JmÄPV% ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 12– k x jÄM  ¤Ä5JmÄÊ _ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 11– k x jÄM  ¤Ä5JmÄ#m ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 9– k x jÄM  ¤Ä5JmÄ”A ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 8– k x jÄM  ¤Ä5JmÄk37 ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 7– k x jÄM  ¤Ä5JmÄ,ïž ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 6– k x jÄM  ¤Ä5JmÄ¿šg ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 5– k x jÄM  ¤Ä5JmÄz9E ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 3– k x jÄM  ¤Ä5JmÄM¶- ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 2– k x jÄM  ¤Ä5JmÄÓw® ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 1– k x jÄM  ¤Ä5JmÄ`¥; ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 0– k¡”­“Äd§yÄZz7™ÄÚ™ÄrFE—ÄJÿ\ÄZz7—ÄÚ™ÄmyC—Äd§yÄZz7—¡¡¡¡™ x jÄM  ¤Ä5JmÄ>9 ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 15– k x jÄM  ¤Ä5JmÄFÍ" ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁBlock 10– k x jÄM  ¤Ä\|Ä*M ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁEnlarged view of Zone 0– k x jÄM  ¤Ä 3 ÄÓdg ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁZone 4– k¡”­“ÄM¡BÄJ{B™Ä1Ÿ+Ä[+P—Älÿ^ÄJ{B—Ä1Ÿ+ÄY—ÄM¡BÄJ{B—¡¡¡¡™ x jÄM  ¤ÄEó2ÄXÓ+ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ Helvetica-MRR£¡ “¢•¢ —¡”­“  Š¡²“ÁZone 4 has 8-way– k¡”­“Äd§yÄÓŸw™ÄڙĂ¡I—ÄJÿ\ÄÓŸw—ÄÚ™ÄV˜1—Äd§yÄÓŸw—¡¡¡¡™Ä£¯“¢°“¢·“¡”­“Äk ÄÙá™Ä¼mñÄZz7—˜Ä£¯“¢°“¢·“¡”­“ÄSTqÄVú+™Ä ½YÄÓŸw—˜Ä£¯“¢°“¢·“¡”­“Äk Ä·Y^™Ä¼mñÄ_™,—˜Ä£¯“¢°“¢·“¡”­“Ħ"ãÄŒ\C™Ä ½YÄx}4—˜¡”­“ÄÔ‡³ÄHS™ÄG=Ä+1—Ä>ÄHS—ÄG=Ä„š—ÄÔ‡³ÄHS—¡¡¡¡™¡”­“ÄJQLÄ ]™Ä==Ä)—Ä$Ì%Ä ]—Ä==ÄS.——ÄJQLÄ ]—¡¡¡¡™Ä£¯“¢°“¢·“¡”­“Äa~_ÄMsw™Äƒ`wÄ ]—˜Ä£¯“¢°“¢·“¡”­“Äm_Äuùˆ™ÄBAAÄZ²£—˜Ä£¯“¢°“¢·“¡”­“ÄC/;ÄMw(™ÄIeIÄv«I—˜¡”­“ēߗĪÔi™Ät3{ŽÄôßhÄ“ß—ŽÄªÔi¡¡¡¡™¡¯“¢°“¢·“¡¡¨ÄB«DÄß©•™ÄŽo˜ k k gš¥3™3Kš¡œ…˜—R˜Ršœç˜ç šœ³˜³Ihead3šœ#˜#Iindentšœ§ œ>§ œ1˜ŸVšœ&˜&Wšœ6§ œ§œ6§ œK˜ÔWšœ6§œ §œ‡˜ò—Icenter• CharProps Artwork MeddleExprPostfix‚ 20.4051 pt the leading 2 .copy .gt 3 1 .roll .ifelse leading 26.92455 pt the topLeading 2 .copy .gt 3 1 .roll .ifelse topLeading 26.92455 pt the topIndent 2 .copy .gt 3 1 .roll .ifelse topIndent 17.48055 pt the bottomLeading 2 .copy .gt 3 1 .roll .ifelse bottomLeading MeddleExpr‚UCaminoRealExpressionRepresentationVersion1.1 (CMPD $eqFormula {$lhs (ATOM $variable "row or column bits")} {$rhs (CMPD $fraction {$numerator (CMPD $difference {$subtrahend (ATOM $integer "30")} {$minuend (CMPD $sum {$addend (ATOM $variable "(zone bits")} {$augend (ATOM $variable "bank bits)")})})} {$denominator (ATOM $integer "2")})}) MeddlePtSize12–20.4051 pt the leading 2 .copy .gt 3 1 .roll .ifelse leading 26.92455 pt the topLeading 2 .copy .gt 3 1 .roll .ifelse topLeading 26.92455 pt the topIndent 2 .copy .gt 3 1 .roll .ifelse topIndent 17.48055 pt the bottomLeading 2 .copy .gt 3 1 .roll .ifelse bottomLeading šœ˜Q˜ šœ˜Ršœ¶§œ§œ§œ<˜†R˜R˜ –ÝInterpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨  ­é¡£€ð ¢ ¨ r j“ » ¢ ¨¡¡¨ÄWB ¤ ¨ r j¡¥“ĈÄô5 ¢ ¨Äß ¤ ¨ ¢ ¨.~Úž¡£¡¡¨ x j!Ò ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á4 bits– k x j ø ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁBank Adr– k!h€¨¤¡š!¸€¨¤¡š"€¤X¡š#P€¤\¡š0€À¤¡š!(P0¤¡š0P¨¤¡š x jØD ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14– k x j`´ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k08À¤¡š0€¤X¡š€¤X¡šÐ€¤X¡š Ѐ¤X¡š x jhä ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á12 bits– k x j0D ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k x j D ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á28– khP°¤¡š x jˆD ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á13– køP(¤¡š x j ˆD ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á39– k x j ØD ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á40– k x j#D ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á46– k x j"D ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k"`PH¤¡š x j!ÀD ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á43– k x jHD ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á27– kÐ𤰡š x jÈ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁZone Adr– k x j"˜” ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x j"hÌ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á3 bits– k x j"@ü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁWord Adr– k x j!š ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0, 1, X– k x jàÒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14 bits– k x jèš ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0, 1, X– k x j ¬ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x jê ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14 bits– k k é k é k g– Interpress–:0.0 mm xmin 0.0 mm ymin 185.2083 mm xmax 25.75278 mm ymax –Ð28.575 mm topLeading 28.575 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffš¥3™3š¡œÿ˜‡U˜—Ršœ^˜^unleaded˜Yšœ:˜:Yšœ"˜"Yšœ˜Yšœ˜—Y˜——— ˜ ˜ šœ—˜—K˜T–– Interpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨  ›¡£m( ¢ ¨ r j  » ¢ ¨¡¡¨ÄWB ¤ ¨ r j¡¥“ĈÄy¬ ¢ ¨Ä!î ¤ ¨zˆ ¢ ¨Æ¸È¬¡£¡¡¨ x jàì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁReg– k x jà, ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁAddress– k x jPd ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁField– k x jP$ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁSelected– kp¨¸¤¡šààX¤¡š X¤¡š`@X¤¡šà X¤¡š pX¤¡š x j¸Ô ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á31– k x jø ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á32– k x j84 ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á33– k x jxd ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á33– k x j¸” ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á35– k x jèÔ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á27– k x j( ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á28– k x jh4 ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á29– k x j¨d ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á30– k x jè” ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á31– k x j XÔ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á39– k x j ˜ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á40– k x j Ø4 ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á41– k x j!d ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á42– k x j!X” ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á43– k x jHä ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x j"(Ü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x j!à ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á3 bits– k x j!¨L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁWord Adr– k x jàŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á27– k x j!XŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á43– k!ø˜H¤¡š x j! Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j"¨Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á46– k x j pŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á40– k x j Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á39– k˜(¤¡š x j Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á13– k˜°¤¡š x j8Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á28– k x jÈŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k hȤX¡šhȤX¡š(ȤX¡šÈȤX¡šÈ€À¤¡š x jpŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14– kȘ¨¤¡š À˜0¤¡šÈÈÀ¤¡š x j pL ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁBank Adr– k x j ˜ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á4 bits– k x j ˆÜ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0, 1, X– k"èȤ\¡š! È¤X¡š x jâl ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁColumn– kpÀ¤ˆ¡špÀ¸¤¡š x jŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k x j\ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á1– k x j, ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á2– k x jü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á3– k x jÌ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á4– kèÀ¸¤¡šèÀ¤ˆ¡šè¨¸¤¡š(¨¸¤¡š<À¤ˆ¡š(À¸¤¡š x j" ” ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á45– k x j" d ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á45– k x j" 4 ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á45– k x j"  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á45– k x j" Ô ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á45– k"XÀ¸¤¡š"lÀ¤ˆ¡š"X¨¸¤¡š k é k é k g– Interpress–:0.0 mm xmin 0.0 mm ymin 178.8583 mm xmax 43.39167 mm ymax –Ô46.21389 mm topLeading 46.21389 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffš¥3™3š¡œ°˜¸U˜U˜— šœ¼˜¼K˜T–Â/Interpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨  ›Q¡£oW ¢ ¨ r j  » ¢ ¨¡¡¨ÄWB ¤ ¨ r j¡¥“Ĉģ ¢ ¨Ä!î ¤ ¨Š8 ¢ ¨¶ Èœ¡£¡¡¨ x j¸  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁReg– k x j¸ , ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á18– k x jø \ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á19– k x j8 Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á20– k x jx ¼ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á21– kh (¸¤¡šh (¤h¡šh 𸤡š¨ 𸤡š¼ (¤h¡š¨ (¸¤¡š!è ฤ¡š!ü ¤h¡šè (¸¤¡šè (¤h¡š x j€ Ü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á35– k x j@ ¬ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á34– k x j | ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á33– k x jÀ L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á32– k x j€  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á31– k x j@ ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á30– k x j ¼ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á29– k x jÀ Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á28– k x j€ \ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á27– k x j@ , ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á26– k x j@ Ü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á23– k x j ¬ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á22– k x jÀ | ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á21– k x j€ L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á20– k x j@  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á19– k x j ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á18– k x jÀ ¼ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á17– k x j€ Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á16– k x j@ \ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á15– k x j , ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14– k x j!° Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j!°  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j!° < ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j!° l ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j!° œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k° X¨¤¡šp 訤¡š0 ¸¨¤¡šð ˆ¨¤¡šè 𸤡š x j!° Ü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j!° ¬ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j!° | ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j!° L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j!°  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k0 8¨¤¡š° ˜¨¤¡šð Ȩ¤¡š0 ø¨¤¡šp h¨¤¡š x jˆ , ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á9– k x jˆ \ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á8– k x jˆ Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á7– k x jˆ ¼ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á6– k x jˆ ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á5– k x jˆ  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á4– k x jˆ L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á3– k x jˆ | ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á2– k x jˆ ¬ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á1– kp (¨¤¡š x jø  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á23– k x j8 L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á24– k x jx | ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á25– k x j¸ ¬ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á26– k x jø Ü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á27– k x j¸ ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á22– k!¤X¡š"ؤ\¡š x j x ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0, 1, X– k x j ˆT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á4 bits– k x j `Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁBank Adr– k¸À¤¡š °Ø0¤¡š¸Ø¨¤¡š x j`Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14– k¸ÀÀ¤¡š¸¤X¡š¤X¡šX¤X¡š X¤X¡š x j¸Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k x j(Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á28– kðØ°¤¡š x jÌ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á13– k€Ø(¤¡š x j Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á39– k x j `Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á40– k x j"˜Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á46– k x j!Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k!èØH¤¡š x j!HÌ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á43– k x jÐÌ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á27– k x j!˜Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁWord Adr– k x j!ÐT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á3 bits– k x j" ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x j¸ „ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁRow– k x jˆ Ü ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k x j¸ L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁAddr– k x jÐ L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁSelected– k x jÐ „ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁField– k!è ¸¤¡š x j8 ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k k é k é k g– Interpress–:0.0 mm xmin 0.0 mm ymin 178.8583 mm xmax 62.44166 mm ymax –Ô65.26388 mm topLeading 65.26388 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffš¥3™3Kš¡œ¤˜¬—R˜Ršœò˜ò—— ˜3 ˜n ˜Y˜Y˜Y˜˜T–÷Interpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨  ™)¡£k/ ¢ ¨ r j  » ¢ ¨¡¡¨ÄWB ¤ ¨ r j¡¥“ĈÄw ¢ ¨Äß ¤ ¨¢  ¢ ¨ž8Úô¡£¡¡¨ x j`Ú ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á4 bits– k x j ¨Ú ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x j XÚ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k ¤X¡š à¤X¡š ب¤¡š!(¨¤¡š!x¤X¡š"À¤\¡š À¤¡š ˜`0¤¡š `¨¤¡š x jHT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14– k x jÐÄ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k HÀ¤¡š ¤X¡š¤X¡š@¤X¡š @¤X¡š x jØô ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á12 bits– k x j T ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k x jT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á28– k x jx  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14 bits– kØ`°¤¡š x jøT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á13– kh`(¤¡š x jøT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á39– k x j HT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á40– k x j"€T ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á46– k x j!xT ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k!Ð`H¤¡š x j!0T ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á43– k x j¸T ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á27– k!0¤X¡š x j øÚ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k x j!HÚ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á0– k@¤°¡šH`¤¡šX¤¡š x jÔ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14 bits– k x jH¢ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á3– k x j¢ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x j8 ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁZone Adr– k x j ¼ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x j!ØÜ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á3 bits– k x j"¤ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁX– k x j!° ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁWord Adr– k x jXL ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á Zone Adr:– k x jHL ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á14– kˆØ ¤¡š`˜H¤¡š x jHŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á24– k x jØ  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á Column Adr:– kHX0¤¡š x jHL ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á29– k x jðL ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁCol Adr Select– k x jÌ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁRow Adr Select– k x j`Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —ÁRow Adr:– k x jL ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á23– k0¤¡š x j  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á33– k x j!¸Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– k x j€Ì ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á20– k x jÀÌ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á32– k x j ¨L ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á41– k x j!øL ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á45– k x j!ø  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á45– k x j ¨  ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á41– k x jÀŒ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á32– k x j!¸Œ ¢ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “Р¤ ” •  —Á44– kXX¤¡š k é k é k g– Interpress–:0.0 mm xmin 0.0 mm ymin 178.1528 mm xmax 48.33055 mm ymax –Ô51.15278 mm topLeading 51.15278 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffš¥4™4Uš¡œ˜'U˜——Rš œ=Ïdœ”©œL©œÒ©œ•©œ²©œ!˜Ý ——— ˜R˜— ˜Äöz)™Äó¬}Äî…—˜¢¯“¢°“¢·“¡¡¨Äó¬}Äî…™Äçß^Ž˜¡¯“¢°“¢·“¡¡¨Äõ¼Äq}™Äܪˤ¨¢¡¢ ¡º¡¯“¢°“¢·“¡¡¨ÄÐŽ•Äq}™Äܪˤ¨¢¡¢ ¡º¡¯“¢°“¢·“¡¡¨ÄÓyaÄ!³º™ÄHQô¤¨¢¡¢ ¡º¡¯“¢°“¢·“¡¡¨Ä)í ËÄg˜™ÄEp뤨¢¡¢ ¡º¡¡¨ÄMøýÄ¢A™Ä2ÐWÄ)\qÄÁ ÄnóoÄÝzÄ·¡’ÄúþËÄnóoÄäÄëÄ)\qÄëΧÄ¢A¡’ÄäÄëÄ4 “ÄüïŒÄž`ÄÝzÄD¹Ë¡’Ä ‚CÄž`Ä{‘Ä4 “ÄMøýÄ¢A¡’¡¡¡¡™ x jÄР¤Ä\ 1Ä/•… ¢ ¥ ¨ÅxeroxÅ pressfontsÅ helvetica-mrr£¡ “ •  —¡¡¨  Š¡²“ÁT– k x jÄР¤ÄègÄ%i ¢ ¥ ¨ÅxeroxÅ pressfontsÅ helvetica-mrr£¡ “ •  —¡¡¨  Š¡²“Ácycle– k¡¡¨ÄÇ”³Äë¹u™ÄùúÄÔàÄÆÉ Äß¿ºÄÒl}ÄÒ­ñ¡’ÄÖ¿oÄß¿ºÄÝÉSÄÔàĨ£ÓÄë¹u¡’ÄÝÉSÄÊ›ÄÖ¿oÄÀPuÄÒl}Äè±}¡’ÄÆÉ ÄÀPuÄùúÄÊ›ÄÇ”³Äë¹u¡’¡¡¡¡™¢¯“¢°“¢·“¡¡¨Äõ¼Äq}™ÄhàC˜¢¯“¢°“¢·“¡¡¨Äõ¼ÄhàC™\Ž˜¢¯“¢°“¢·“¡¡¨ÄÝ/IÄíC™Äó¬}Äî…—˜¡¯“¢°“¢·“¡¡¨ÄÓyaÄñ}™ÄÒà ¤¨¢¡¢ ¡º¡¯“¢°“¢·“¡¡¨Ä²9ÎÄ-™ÄÊô7¤¨¢¡¢ ¡º x jÄР¤ÄØ~=ÄÚ9¦ ¢ ¥ ¨ÅxeroxÅ pressfontsÅ helvetica-mrr£¡ “ •  —¡¡¨  Š¡²“ÁT– k x jÄР¤ÄÞY2Äâa} ¢ ¥ ¨ÅxeroxÅ pressfontsÅ helvetica-mrr£¡ “ •  —¡¡¨  Š¡²“Ám– k x jÄ} ¤ú £Äú27Äû= ¢ ¥ ¥ ¨ÅxeroxÅ pressfontsÅ Laurel-mrr£¡ “ •  —¡¡¨  Š¡²“Á{– k¢¯“¢°“¢·“¡¡¨ÄמÄõ™O™ÄÜéMŽ˜¢¯“¢°“¢·“¡¡¨ÄÓyaÄ!³º™Ä£Ž˜¢¯“¢°“¢·“¡¡¨Ä£Ä-Ùs™ÄÔ}Ž˜¢¯“¡¡¨ x j¡¯“ °“¢·“Ä®x}ÄõÛ'™Ä@Ü£ÄÎ}ŽÄõÛ'Ä®x}Ž¡¸ k k k g– Interpress–:0.0 mm xmin 0.0 mm ymin 73.93658 mm xmax 59.42711 mm ymax –Ô62.24934 mm topLeading 62.24934 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff–°9Gargoyle file for scene: stuffed from ///Users/bland.pa/gargoyle/timing2.gargoyle at December 18, 1987 9:41:37 am PST Produced by version 8710.19 Scripts: ///Users/bland.pa/gargoyle/bland871215-09-58-30.script, ///Users/bland.pa/gargoyle/bland871215-11-07-46.script, ///Users/bland.pa/gargoyle/bland871215-11-24-01.script, ///Users/bland.pa/gargoyle/bland871217-14-30-08.script, ///Users/bland.pa/gargoyle/bland871217-14-31-14.script, ///Users/bland.pa/gargoyle/bland871217-15-06-01.script, ///Users/bland.pa/gargoyle/bland871217-15-11-19.script, ///Users/bland.pa/gargoyle/bland871218-09-27-42.script Slope: [T 0.0] [F 15.0] [F 30.0] [F 45.0] [F 60.0] [T 90.0] [F 120.0] [F 135.0] [F 150.0] Angle: [F -90.0] [F -60.0] [F -45.0] [F -30.0] [F 0.0] [F 30.0] [F 45.0] [F 60.0] [F 90.0] Radius: [F 6.5 6.5] [F 4.0 4] [F 3.5 3.5] [F 3.0 3] [F 2.361783 2.36] [F 2.0 2] [F 1.75 1.75] [F 1.0 1] [F 0.8 0.8] [F 0.75 3/4] [F 0.6666667 2/3] [F 0.5 1/2] [F 0.3333333 1/3] [F 0.25 1/4] [F 0.2 0.2] [F 0.1574802 0.16] [F 0.15 0.15] [F 0.125 1/8] [F 0.1111111 1/9] [F 0.0625 0.06] [F 5.555556e-2 1/18] LineDistance: [F 1.0 1] [F 0.5 1/2] [F 0.25 0.25] [F 0.2 0.2] [F 0.15 0.15] [F 0.1111111 1/9] [F 5.555556e-2 1/18] [F 1.970643e-2 0.02] [F 0.0 0] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [16.0 16.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: T [-68.0,13.0] Entities: [33]: Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-68.0,46.3696] (Line ) [-68.0,31.624] (Line ) [-32.29178,31.63612] (Line ) [-32.29178,46.38173] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [40.608,31.63612] (Line ) [40.608,46.38173] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [4.828222,46.38173] (Line ) [4.828222,31.63612] Text T "Clock" xerox/pressfonts/helvetica [8.32 0.0 -162.976 0.0 8.32 31.81135][] F 1.0 props: ( F ) Text T "Dynabus Out" xerox/pressfonts/helvetica [8.32 0.0 -162.976 0.0 8.32 -11.19665][] F 1.0 props: ( F ) Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-81.5168,-4.408679] (Line ) [-85.408,-11.78149] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-85.408,-11.78149] (Line ) [-81.5168,-18.77724] (Line ) [-27.09118,-18.77724] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-85.408,-11.78149] (Line ) [-104.6706,-11.78149] Text T "T" xerox/pressfonts/helvetica [8.32 0.0 -96.0704 0.0 8.32 -58.47549][] F 1.0 props: ( F ) Text T "pd" xerox/pressfonts/helvetica [8.32 0.0 -92.0768 0.0 8.32 -61.03549][] F 1.0 props: ( F ) Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-27.0912,-4.408679] (Line ) [-25.248,-11.78149] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-25.248,-11.78149] (Line ) [-17.64857,-11.78149] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [4.0 8.0] 2.0 0.0 [-105.12,31.624] (Line ) [-105.12,-44.56159] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [4.0 8.0] 2.0 0.0 [-81.5168,31.624] (Line ) [-81.5168,-44.56159] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [4.0 8.0] 2.0 0.0 [-32.29178,46.38173] (Line ) [-32.29178,75.87296] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [4.0 8.0] 2.0 0.0 [40.16001,46.15133] (Line ) [40.16001,75.64256] Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [1 1.0] d: T F [39.21415,77.32309] (Bezier [37.9242,93.69912] [9.120668,77.39237] Tools ) [4.128004,87.8] (Bezier [-0.8644638,77.39237] [-29.66808,93.69912] Tools ) [-30.95809,77.32309] (Bezier [-29.66808,90.63944] [-0.8645372,75.50093] Tools ) [4.128004,86.66504] (Bezier [9.120741,75.50093] [37.92413,90.63944] Tools ) Text T "T" xerox/pressfonts/helvetica [8.32 0.0 2.323842 0.0 8.32 91.58646][] F 1.0 props: ( F ) Text T "cycle" xerox/pressfonts/helvetica [8.32 0.0 6.73249 0.0 8.32 90.50477][] F 1.0 props: ( F ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [1 1.0] d: T F [1.311623,64.28531] (Line Tools ) [1.311623,64.28531] Outline fillColor: [1 1.0] Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [1 1.0] d: T F [-55.95212,60.62901] (Line Tools ) [-62.67264,60.62901] (Line Tools ) [-59.31239,66.60276] (Line Tools ) [-55.95212,60.62901] Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [1 1.0] d: T F [-80.69272,-44.36752] (Bezier [-81.15791,-50.27233] [-91.54376,-44.39249] Tools ) [-93.34399,-48.14522] (Bezier [-95.14416,-44.39249] [-105.5301,-50.27233] Tools ) [-105.9953,-44.36752] (Bezier [-105.5301,-49.16906] [-95.14416,-43.71046] Tools ) [-93.34399,-47.736] (Bezier [-91.54376,-43.71046] [-81.15791,-49.16906] Tools ) Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-105.12,31.624] (Line ) [-105.12,46.3696] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-105.12,46.3696] (Line ) [-68.0,46.3696] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-27.09118,-18.52123] (Line ) [-25.248,-11.78149] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [4.0 8.0] 2.0 0.0 [-32.29178,32.648] (Line ) [-32.29178,-43.5376] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [4.0 8.0] 2.0 0.0 [-27.7312,32.52] (Line ) [-27.7312,-43.6656] Text T "T" xerox/pressfonts/helvetica [8.32 0.0 -31.90536 0.0 8.32 -58.25902][] F 1.0 props: ( F ) Text T "m" xerox/pressfonts/helvetica [8.32 0.0 -28.1536 0.0 8.32 -60.66401][] F 1.0 props: ( F ) Text T "{" xerox/pressfonts/Laurel [0.0 -8.192 -27.01818 8.192 0.0 -48.76][] F 1.0 props: ( F ) Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-81.4016,-4.505922] (Line ) [-26.97598,-4.505922] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [-32.29178,46.38173] (Line ) [4.828222,46.38173] Outline fillColor: [1 0.5] Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [4.828222,31.63612] (Line ) [40.608,31.63612] š¥3™3[–Q11.5 pt leading 11.5 pt bottomLeading 11.5 pt topLeading 10 pt bigger leftIndentš¡ œ ˜)K–Q11.5 pt leading 11.5 pt bottomLeading 11.5 pt topLeading 10 pt bigger leftIndentš®¯œ@˜GK–Q11.5 pt leading 11.5 pt bottomLeading 11.5 pt topLeading 10 pt bigger leftIndentš®¯œ^˜aK–Q11.5 pt leading 11.5 pt bottomLeading 11.5 pt topLeading 10 pt bigger leftIndentš®¯œg˜jK–Q11.5 pt leading 11.5 pt bottomLeading 11.5 pt topLeading 10 pt bigger leftIndent˜K–Q11.5 pt leading 11.5 pt bottomLeading 11.5 pt topLeading 10 pt bigger leftIndent˜— ˜ –ZclearTabStops 3.00 in flushLeft tabStop 4.0 in flushLeft tabStop 5.0 in flushLeft tabStop š¬Ñbdz¬±¬±˜&Q–ZclearTabStops 3.00 in flushLeft tabStop 4.0 in flushLeft tabStop 5.0 in flushLeft tabStop šœ©œÐrt˜Q–ZclearTabStops 3.00 in flushLeft tabStop 4.0 in flushLeft tabStop 5.0 in flushLeft tabStop š œ©!œ© œ©0œ©&œ˜¬S–centered lastLineFormatting˜——— ˜) –Ô216.6056 mm topLeading 216.6056 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff–:0.0 mm xmin 0.0 mm ymin 162.2778 mm xmax 213.7834 mm ymax – Interpress–´ÏInterpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨  lþ¡£` ¢ ¨ r jÄ ¤ ÄÇ ¢ ¥ ¨¡¡¨ÄWB ¤ ¨ r j¡¥“ĈĈ ¢ ¨ÄÇÙ ¤ ¨ ²$Ú ¢ ¨ŽÂêƈ`¡£¡¡¨84¤¡š˜È¤¡šÀ¸p¤¡šèडšÀ¤¡š˜”¤P¡šÀ¤\¡šèä¤ø¡š`à¤ü¡š˜4¤¡šÀ4¤¡šè4¤¡š4¤¡špÂêȸ¤¡šˆÂêðx¤¡šHÂ뤡šèÂë@¸¤¡šˆÂêô¤¡š`Âêð¤,¡šHÂìh°¤¡šHÂë@h¤¡šÂëD¤Сš x jŸ¡ ¦ú £ä  ¢ ¥ ¥ ¨¡Ÿ ¦ ¸ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDynaBus– kh¸¤¡šdè°¤¡š x jF £Pü ¢ ¥ ¨ r j  Š ª  Ä´¡£¤¯“ °“¢·“¢²™ÂŽ²¢—¢²—˜ k é k|¤¡šØ¤¡šøؤt¡šˆ¤8¡šh„¤@¡š(p¤¡š(p¤ä¡šX|¤СšXxФ¡šœœ¬¬¡šÌœ¬¬¡šðè¤ì¡šH¤¤¡š x jF £L  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDSelect– k x j¡Ÿ ¦ú £4P ¢ ¥ ¥ ¨Ÿ¡ ¦˜  ¢ ¥ ¨Ä ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á DynabusOut– k x jF £¬  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á DynabusIn– k x jF £<  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁGrantIn– kh¤¤¡š x jF £l  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁOwnerIn– kÀ4¤¡š,¤ ¡š̈°¤¡š x jF £¸œ ¢ ¥ ¨ r j  Š ª  Ä´¡£¤¯“ °“¢·“¢²™ÂŽ²¢—¢²—˜ k é k x jF £`Â¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁA– k x jF £`Âï ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁB– k x jF £Âï\ ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —Áx8– k x jF £´Â¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —Á15ohms– kpÂ襤¸¡šøÂï ¤¡šøÂîà”¤¡šèÂîä¤`¡šøÂîà¤d¡špÂî̤¸¡š¼¤¡š`¼¤¡šˆ¼¤¡š8¼¤¡šè,¤¡š x jŸ ¤º ¢ ¥ ¨Ÿ ¤Ð¸ ¢ ¥ ¨ÄÉk$ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á14– k x jŸ ¤º: ¢ ¥ ¨Ÿ ¤è¸ ¢ ¥ ¨Ä¹Õ× ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á9/4– k¸¡¬¡šË¡¬¡š¸´¡¡š¸´¡¡š¸ ¤¬¡š¼ ¤¬¡šˆì¤¡š x jF £tÂíÄ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RamAddressBuf– kpÂì|¤h¡š x jŸ ¤rÂî ¢ ¥ ¨Ÿ ¤Ì¸ ¢ ¥ ¨ÄÕY ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á13– k x jŸ ¤rÂî: ¢ ¥ ¨Ÿ ¤ü¸ ¢ ¥ ¨Äõ r ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á3/10– kpÂ¡šƒÂ¡špÂî´¡¡špÂî´¡¡špÂî ¤¬¡štÂî ¤¬¡š@Âî줡š x jŸ ¤ºÂîv ¢ ¥ ¨Ÿ ¤´¸ ¢ ¥ ¨Ä'b ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8– k x jŸ ¤ºÂîš ¢ ¥ ¨Ÿ ¤ä¸ ¢ ¥ ¨Äñ½ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á0/5– k¸Âîs¡¬¡šËÂît¡¬¡š¸Âîs´¡¡š¸Âî´¡¡š¸Â¬¡š¼Â¬¡šˆÂîx줡š x jŸ ¤ºÂî ¢ ¥ ¨Ÿ ¤Ì¸ ¢ ¥ ¨ÄÕY ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á13– k x jŸ ¤ºÂî: ¢ ¥ ¨Ÿ ¤ä¸ ¢ ¥ ¨Ä¥/ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8/5– k¸Â¡šËÂ¡š¸Âî´¡¡š¸Âî´¡¡š¸Âî ¤¬¡š¼Âî ¤¬¡šˆÂî줡š x j¡Ÿ ¦ú £¼  ¢ ¥ ¥ ¨Ÿ¡ ¦   ¢ ¥ ¨Ä¹Ù ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAS244– køÂðX¤d¡šøÂðX”¤¡šèÂð\¤`¡šø¸¤¡š x jF £ L ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á2G– kxÂðD¤¸¡š x jF £D< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á2Y– k x jF £D´ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á2A– k x jF £l´ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á1A– kx¼¤¸¡šP¼¤¸¡šPÂðD¤¸¡š x jF £l< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á1Y– k؈¸¤¡š x jF £ ¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á1G– kØ0¸¤¡šð€¬¤¡šð„¤°¡šô¨¤¡šô8¨¤¡šð,¤°¡šð(¬¤¡šÂí¼<¼¡šHÂíؤ¤¡šˆÂí¸¤¤¡šHÂí¸¤¤¡šÂí¸¤¤¡šˆÂí¸¨¤¡š˜€¨¤¡š€¤¤¡š8€¤¤¡šh€¤¤¡š˜€¤¤¡šP`¤¤¡šdL¼¡š,Âîxh¤¡š x jŸ ¤ZÂî ¢ ¥ ¨Ÿ ¤Ì¸ ¢ ¥ ¨ÄÕY ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á13– k x jŸ ¤ZÂî: ¢ ¥ ¨Ÿ ¤ä¸ ¢ ¥ ¨ÄX¤% ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á0/8– kXÂ¡škÂ¡šXÂî´¡¡šXÂî´¡¡šXÂî ¤¬¡š\Âî ¤¬¡š(Âî줡šÂïø¤Ä¡š`Âð¤Ø¡š`ÂðÔ¤¡š˜€¤È¡šx¼¤Сšxèडš¸è¤ô¡š x j¡Ÿ ¦ú £ Âì\ ¢ ¥ ¥ ¨Ÿ¡ ¦D  ¢ ¥ ¨Ä' ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWEBuf– k x j¡Ÿ ¦ú £LÂì\ ¢ ¥ ¥ ¨Ÿ¡ ¦T  ¢ ¥ ¨Í ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCASBuf– k x j¡Ÿ ¦ú £ŒÂì\ ¢ ¥ ¥ ¨Ÿ¡ ¦T  ¢ ¥ ¨Í ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRASBuf– kHÂì\¤¡šÂì\¤¡šˆÂì\¤¡šXt¤Ø¡š¨¤¤¡šØ¤¤¡š¤¤¡š˜¤¤¡šP¼¤H¡š8¼¤Сšðè줡š`¼¤¡šÌ0°¤¡š x jF £¸D ¢ ¥ ¨ r j  Š ª  Ä´¡£¤¯“ °“¢·“¢²™ÂŽ²¢—¢²—˜ k é k´0°¤¡š x jF £ D ¢ ¥ ¨ r j  Š ª  Ä´¡£¤¯“ °“¢·“¢²™ÂŽ²¢—¢²—˜ k é k´ˆ°¤¡š x jF £ œ ¢ ¥ ¨ r j  Š ª  Ä´¡£¤¯“ °“¢·“¢²™ÂŽ²¢—¢²—˜ k é kÂðÔ¤¡š8Âð¤Ø¡šÂïø¤Ä¡š x jF £” ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁHeaderCycleOut– k4¤¡š x jF £  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á HeaderCycleIn– k04¤¡š x jF £œ  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSharedIn– k x jF £Ü  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁClock– k(,¤ ¡šX,¤ ¡š¸,¤ ¡šˆ,¤ ¡šx,¤È¡šH,¤¸¡š8@°¤¡š8D¤°¡š x jŸ ¤ Âïæ ¢ ¥ ¨Ÿ ¤´¸ ¢ ¥ ¨Ä'b ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8– k x jŸ ¤ Âð  ¢ ¥ ¨Ÿ ¤è¸ ¢ ¥ ¨Ä¹Õ× ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á4/4– kÂï㡬¡šÂï䡬¡šÂïã´¡¡šÂïï´¡¡šÂï𤬡š Âï𤬡šØÂïè줡šÈÂïèh¤¡š x jŸ ¤’Âïæ ¢ ¥ ¨Ÿ ¤´¸ ¢ ¥ ¨Ä'b ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8– k x jŸ ¤’Âð  ¢ ¥ ¨Ÿ ¤è¸ ¢ ¥ ¨Ä0 ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á0/4– kÂï㡬¡š£Âï䡬¡šÂïã´¡¡šÂïï´¡¡šÂï𤬡š”Âï𤬡š`Âïè줡š x jŸ ¤ªÂïæ ¢ ¥ ¨Ÿ ¤´¸ ¢ ¥ ¨Ä'b ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8– k x jŸ ¤ªÂð  ¢ ¥ ¨Ÿ ¤è¸ ¢ ¥ ¨Ä0 ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á0/4– k¨Âï㡬¡š»Âï䡬¡š¨Âïã´¡¡š¨Âïï´¡¡š¨Âï𤬡š¬Âï𤬡šxÂïè줡šàÂïèh¤¡š x jŸ ¤"Âïæ ¢ ¥ ¨Ÿ ¤´¸ ¢ ¥ ¨Ä'b ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8– k x jŸ ¤"Âð  ¢ ¥ ¨Ÿ ¤è¸ ¢ ¥ ¨Ä¹Õ× ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á4/4– k Âï㡬¡š3Âï䡬¡š Âïã´¡¡š Âïï´¡¡š Âï𤬡š$Âï𤬡šðÂïè줡š Âïø¤Ä¡šPÂð¤Ø¡š ÂðÔ¤¡šxÂðÔ¤¡šxÂð¤Ø¡š¨Âïø¤Ä¡šXÂ襤衚pÂ襤衚 x jŸ ¤JÂîv ¢ ¥ ¨Ÿ ¤´¸ ¢ ¥ ¨Ä'b ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8– k x jŸ ¤JÂîš ¢ ¥ ¨Ÿ ¤ä¸ ¢ ¥ ¨Äìa ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á5/3– kHÂîs¡¬¡š[Âît¡¬¡šHÂîs´¡¡šHÂî´¡¡šHÂ¬¡šLÂ¬¡šÂîx줡špÂî|¤¡šHÂíܤ`¡š¸Âî$¤¡š x jF £|  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDBus– kx¤¤¡š x jŸ ¤b ¢ ¥ ¨Ÿ ¤Ð¸ ¢ ¥ ¨ÄÉk$ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á14– k x jŸ ¤b: ¢ ¥ ¨Ÿ ¤è¸ ¢ ¥ ¨Ä¹Õ× ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á1/4– k`¡¬¡šs¡¬¡š`´¡¡š`´¡¡š` ¤¬¡šd ¤¬¡š0줡š x jŸ ¤ò ¢ ¥ ¨Ÿ ¤Ð¸ ¢ ¥ ¨ÄÉk$ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á14– k x jŸ ¤ò: ¢ ¥ ¨Ÿ ¤è¸ ¢ ¥ ¨Ä¹Õ× ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á5/4– k𡬡š¡¬¡šð´¡¡šð´¡¡šð ¤¬¡šô ¤¬¡šÀ줡š x jŸ ¤ ¢ ¥ ¨Ÿ ¤Ð¸ ¢ ¥ ¨ÄÉk$ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á14– k x jŸ ¤: ¢ ¥ ¨Ÿ ¤Ì¸ ¢ ¥ ¨ÄÕY ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á13– k¡¬¡š#¡¬¡š¬¡¡š¬¡¡š ¤¬¡šÄ¤¡š x jF £HÂ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁA– k x jF £HÂï ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁB– k x jF £xÂï\ ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —Áx8– k x jF £œÂ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —Á15ohms– kXÂ襤¸¡šàÂï ¤¡šàÂîà”¤¡šÐÂîä¤`¡šàÂîà¤d¡šXÂî̤¸¡š x j¡Ÿ ¦ú £¤  ¢ ¥ ¥ ¨Ÿ¡ ¦   ¢ ¥ ¨Ä¹Ù ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAS244– kàÂðX¤d¡šàÂðX”¤¡šÐÂð\¤`¡šà¸¤¡š x jF £ôL ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á2G– k`ÂðD¤¸¡š x jF £,< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á2Y– k x jF £,´ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á2A– k x jF £T´ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á1A– k`¼¤¸¡š8¼¤¸¡š8ÂðD¤¸¡š x jF £T< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á1Y– kÀˆ¸¤¡š x jF £ô¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á1G– kÀ0¸¤¡šØ€¬¤¡šØ„¤°¡šÜ¨¤¡šÜ8¨¤¡šØ,¤°¡šØ(¬¤¡š0Tü¼¡šXp¤¤¡šxP¤¤¡š8P¤¤¡šxP¨¤¡š`4¤¡š4¤¡š x j¡Ÿ ¦ú £”P ¢ ¥ ¥ ¨Ÿ¡ ¦Œ  ¢ ¥ ¨Ä³ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RequestOut– k x j¡Ÿ ¦ú £ÄP ¢ ¥ ¥ ¨Ÿ¡ ¦  ¢ ¥ ¨Äª«@ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁCkOut– k x j¡Ÿ ¦ú £dP ¢ ¥ ¥ ¨Ÿ¡ ¦d  ¢ ¥ ¨Ä"Z§ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSStopOut– k8¤¤¡š x jF £ºð ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁMemoryController– kà°¤”¡šˆ¤¤°¡š x j¡Ÿ ¦ú £”¸ ¢ ¥ ¥ ¨Ÿ¡ ¦p  ¢ ¥ ¨Ä'¹’ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á ParityOut– k x jF £Üœ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁParityIn– k x j¡Ÿ ¦ú £Ä¸ ¢ ¥ ¥ ¨Ÿ¡ ¦d  ¢ ¥ ¨Ä+’ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSpareOut– k x jF £ œ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSpareIn– k x j¡Ÿ ¦ú £´¼ ¢ ¥ ¥ ¨Ÿ¡ ¦  ¢ ¥ ¨Äª«@ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁCkOut– k x jF £,œ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁGrant– kH¤¤°¡š x jú £˜¼ ¢ ¥ ¨Ÿ ¤˜¸ ¢ ¥ ¨ÄMSR ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RamAddress– k x j¡Ÿ ¦ú £ ¸ ¢ ¥ ¥ ¨Ÿ¡ ¦¸  ¢ ¥ ¨ÄE Ó ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RamBufWrite– k x j¡Ÿ ¦ú £Ü¸ ¢ ¥ ¥ ¨Ÿ¡ ¦¼  ¢ ¥ ¨Ä;Òí ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á SelColumnAdd– k x j¡Ÿ ¦ú £¬¸ ¢ ¥ ¥ ¨Ÿ¡ ¦,  ¢ ¥ ¨ÄZ} ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁStartA– k ¤°¡š( ¤°¡šX ¤°¡š x jú £8¼ ¢ ¥ ¨Ÿ ¤t¸ ¢ ¥ ¨Ä)ÓÚ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRamCheck– k x jú £h¼ ¢ ¥ ¨Ÿ ¤`¸ ¢ ¥ ¨Ä¿D ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRamData– k x j¡Ÿ ¦ú £|¸ ¢ ¥ ¥ ¨Ÿ¡ ¦<  ¢ ¥ ¨Ä¹¡ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRefresh– k ¤°¡š` $¤¡šx¤¤°¡š¨¤¤°¡š x jF £œœ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDataIn– kؤ¤°¡š x jF £Ìœ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁClock– k¤¤°¡š8¤¤°¡šh¤¤°¡š x jF £\œ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁOwnerIn– k˜¤¤°¡š x jF £Œœ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSharedIn– kˆ ¤°¡šø¤¤°¡š¸ ¤°¡šè ¤°¡šˆ¤¤°¡šX¤¤°¡š(¤¤°¡š0 ¤°¡š` ¤°¡š ¤°¡š`°$¤¡šX ¤°¡š x jF £üœ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á HeaderCycleIn– k x jF £lœ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDBus– k x jF £<œ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDSelect– k x j¡Ÿ ¦ú £¸ ¢ ¥ ¥ ¨Ÿ¡ ¦h  ¢ ¥ ¨Ä(Ú ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRamClock– k x j¡Ÿ ¦ú £L¸ ¢ ¥ ¥ ¨Ÿ¡ ¦l  ¢ ¥ ¨ÄD¯T ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRamReset– k x jú £¼ ¢ ¥ ¨Ÿ ¤ˆ¸ ¢ ¥ ¨Ä7РŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á nRamWrite– k x j¡Ÿ ¦ú £„¼ ¢ ¥ ¥ ¨Ÿ¡ ¦Œ  ¢ ¥ ¨Ä³ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RequestOut– k x j¡Ÿ ¦ú £$¸ ¢ ¥ ¥ ¨Ÿ¡ ¦P  ¢ ¥ ¨Ä¡ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁDataOut– k x j¡Ÿ ¦ú £ô¸ ¢ ¥ ¥ ¨Ÿ¡ ¦ð  ¢ ¥ ¨Ä"¾a ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁHeaderCycleOut– kÀ ¤°¡š x j¡Ÿ ¦ú £T¸ ¢ ¥ ¥ ¨Ÿ¡ ¦d  ¢ ¥ ¨Ä"Z§ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSStopOut– kР¤°¡š¤¤°¡šè¤¤°¡š  ¤°¡š¸¤¤°¡š x j¡Ÿ ¦ú £L¸ ¢ ¥ ¥ ¨Ÿ¡ ¦¬  ¢ ¥ ¨Ä%¬‘ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á WordAddress– k x jF £¬œ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁSStopIn– k x jF £|œ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁTestIn– k`°¤”¡š8„¤@¡š x jF £°Р¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Control FSM– kà0¤Œ¡š0x¤¡š x j¡Ÿ ¦ú £\< ¢ ¥ ¥ ¨Ÿ¡ ¦  ¢ ¥ ¨Ä#ÈÏ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k¸¤°¡šˆ¤°¡šX¤°¡š(¤°¡šx¤°¡šH¤°¡š¤°¡šè¤°¡šh$¤°¡š8$¤°¡š|¤¡š4¤ˆ¡š x jF £¬ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁStartA– k x jF £  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á RamBufWrite– k x j¡Ÿ ¦ú £,< ¢ ¥ ¥ ¨Ÿ¡ ¦  ¢ ¥ ¨Ä#ÈÏ ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁClock– k x jF £L ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁReset– k x jF £| ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁRefresh– k x jF £Ü ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á SelColumnAdd– k x jF £l ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á WordAddress0– k x jF £< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á WordAddress1– kXÂî$¤X¡š€Âî ¤¡š˜¨$¤¡š,¤ ¡šhèT¤¡š¤¤è¡šè¤¤è¡š¸¤¤è¡šˆ¤¤è¡šÂël¤ ¡šðÂìh¸¤¡š x jF £îr ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £Êr ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á0/8– kåp¬¡¡šäƒ¬¡¡šðp¡´¡šäp¡´¡šØp¬¤¡šØt¬¤¡šè@¤ì¡š x jF £Ô ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_10– kH ¤°¡šè ¤°¡šp ¤°¡šÀ ¤°¡š˜ ¤°¡š H¤¡š ¤˜¡š H¤¡šH¤œ¡š x jF £ð ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Mod– k x jF £ÐÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_– k x jF £Ô ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_– k x jF £Œ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £d ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWE– k x jF £< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁData– k x jF £´ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k x jF £Ü ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAdd– kHÂït¤°¡šèÂït¤°¡špÂït¤°¡šÀÂït¤°¡š˜Âït¤°¡š ÂïpH¤¡š Âî|¤˜¡š ÂîxH¤¡šHÂîx¤œ¡š x jF £ÂïX ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Mod– k x jF £ÐÂï< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_– k x jF £Âï< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_– k x jF £ŒÂïl ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £dÂïl ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWE– k x jF £<Âïl ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁData– k x jF £´Âïl ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k x jF £ÜÂïl ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAdd– kHÂíܤ°¡šèÂíܤ°¡špÂíܤ°¡šÀÂíܤ°¡š˜Âíܤ°¡š ÂíØH¤¡š Âì䤘¡š ÂìàH¤¡šHÂìज¡š x jF £ÂíÀ ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Mod– k x jF £ÐÂí¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_– k x jF £Âí¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_– k x jF £ŒÂíÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £dÂíÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWE– k x jF £<ÂíÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁData– k x jF £´ÂíÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k x jF £ÜÂíÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAdd– k x jF £ÐÂí¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_9– kH¬¤°¡šè¬¤°¡šp¬¤°¡šÀ¬¤°¡š˜¬¤°¡š ¨H¤¡š Â𤘡š ÂðH¤¡šHÂ𤜡š x jF £ ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Mod– k x jF £Ðt ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_– k x jF £t ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_– k x jF £Œ¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £d¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWE– k x jF £<¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁData– k x jF £´¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k x jF £ܤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAdd– kHD¤°¡šèD¤°¡špD¤°¡šÀD¤°¡š˜D¤°¡š @H¤¡š L¤˜¡š HH¤¡šHH¤œ¡š x jF £( ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Mod– k x jF £Ð  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_– k x jF £  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_– k x jF £Œ< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £d< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWE– k x jF £<< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁData– k x jF £´< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k x jF £Ü< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAdd– kHÂìD¤°¡šèÂìD¤°¡špÂìD¤°¡šÀÂìD¤°¡š˜ÂìD¤°¡š Âì@H¤¡š ÂëL¤˜¡š ÂëHH¤¡šHÂëH¤œ¡š x jF £Âì( ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Mod– k x jF £ÐÂì  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_– k x jF £Âì  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_– k x jF £ŒÂì< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £dÂì< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWE– k x jF £<Âì< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁData– k x jF £´Âì< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k x jF £ÜÂì< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAdd– k x jF £PÂìD ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Bits63to71– k x jF £PÂíÜ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Bits54to62– k x jF £PÂït ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Bits45to53– k x jF £P¬ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Bits36to44– kHt¤°¡šèt¤°¡špt¤°¡šÀt¤°¡š˜t¤°¡š pH¤¡š |¤˜¡š xH¤¡šHx¤œ¡š x jF £X ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Mod– k x jF £Ð< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_– k x jF £< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_– k x jF £Œl ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £dl ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWE– k x jF £<l ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁData– k x jF £´l ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k x jF £Ül ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAdd– k x jF £PD ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Bits27to35– k x jF £Pt ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Bits9to17– k x jF £PÜ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á Bits18to26– k x jF £P  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁBits0to8– k x jF £Ðt ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_9– k x jF £ÐÂï< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_9– k x jF £ÐÂì  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_9– k x jF £Ð  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_9– k x jF £Ð¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_9– k x jF £Ð< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_9– k x jF £ÐÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_9– kè ¤ ¡šp ¤Ø¡špt¤Ø¡šèt¤ ¡špܤءšèܤ ¡šèD¤ ¡špD¤Ø¡šHt¤À¡šH ¤À¡šÀ ¤¡šˆˆ¤¡š˜ ¤ð¡š˜t¤ð¡šÀt¤¡š8X¤¡š@¤¡š¨¤¡š8À¤¡š`ؤ¡šˆð¤¡šˆX¤¡š`@¤¡š8(¤¡š¤¡šx¤¡š8¤¡š`¨¤¡šˆÀ¤¡š x jF £î* ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £Ê* ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á0/9– kå(¬¡¡šä;¬¡¡šð(¡´¡šä(¡´¡šØ(¬¤¡šØ,¬¤¡šèø¤ì¡š x jF £î’ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £Ê’ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á9/9– k嬡¡šä£¬¡¡šð¡´¡šä¡´¡šØ¬¤¡šØ”¬¤¡šè`¤ì¡š x jF £îú ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £Êú ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á18/9– kåø¬¡¡šä ¬¡¡šðø¡´¡šäø¡´¡šØø¬¤¡šØü¬¤¡šèȤ졚 x jF £îÂï’ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £ÊÂï’ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á45/9– kåÂﬡ¡šäÂ¡¡šðÂï¡´¡šäÂï¡´¡šØÂﬤ¡šØÂ¤¡šèÂï`¤ì¡š x jF £îÂíú ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £ÊÂíú ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á54/9– kåÂíø¬¡¡šäÂî ¬¡¡šðÂíø¡´¡šäÂíø¡´¡šØÂíø¬¤¡šØÂíü¬¤¡šèÂíȤ졚 x jF £îÂìb ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £ÊÂìb ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á63/9– kåÂì`¬¡¡šäÂìs¬¡¡šðÂì`¡´¡šäÂì`¡´¡šØÂì`¬¤¡šØÂìd¬¤¡šèÂì0¤ì¡šèÂël¤¡š`p¤¡šÀ`(¤¡šÀø(¤¡šÀ(¤¡šÀ((¤¡šÀD¤¡š˜D¤ð¡šHD¤À¡š x jF £îb ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £Êb ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á27/9– kå`¬¡¡šäs¬¡¡šð`¡´¡šä`¡´¡šØ`¬¤¡šØd¬¤¡šè0¤ì¡š x jF £îÊ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £ÊÊ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á36/9– kåȬ¡¡šäÛ¬¡¡šðÈ¡´¡šäÈ¡´¡šØȬ¤¡šØ̬¤¡šè˜¤ì¡šHܤÀ¡š˜Ü¤ð¡šÀܤ¡šÀÂíܤ¡š˜Âíܤð¡šHÂíܤÀ¡šHÂìD¤À¡š˜ÂìD¤ð¡šÀÂìD¤¡šÀÈ(¤¡šÀÂï(¤¡šÀÂíø(¤¡šÀÂì`(¤¡š`¤¡šˆÂìÀ¤¡š`Â쨤¡š8Â줡šÂìx¤¡šÂš8Âî(¤¡š`Âî@¤¡šˆÂîX¤¡šˆÂï𤡚`Âïؤ¡š8ÂïÀ¤¡šÂ﨤¡šà¤¡š8ø¤¡šÀÂït¤¡š˜Âït¤ð¡š˜¬¤ð¡šˆ(¤¡šÀ¬¤¡šH¬¤À¡šHÂït¤À¡špÂìD¤Ø¡šèÂìD¤ ¡šèÂíܤ ¡špÂíܤءšèÂït¤ ¡špÂït¤Ø¡šp¬¤Ø¡šè¬¤ ¡šˆxø¤¡šˆpø¤¡š x jF £< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_10– kHܤ°¡šèܤ°¡špܤ°¡šÀܤ°¡š˜Ü¤°¡š ØH¤¡š ä¤˜¡š àH¤¡šHज¡š x jF £À ¢ ¥ ¨  ŠÅxeroxÅ pressfontsÅ HELVETICA-mir£¡ “À ¤ ” •  —ÁRAM Mod– k x jF £Ð¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Ád_– k x jF £¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_– k x jF £ŒÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnCAS– k x jF £dÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnWE– k x jF £<Ô ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁData– k x jF £´Ô ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁnRAS– k x jF £ÜÔ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —ÁAdd– k x jF £¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_10– k x jF £  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_10– k x jF £t ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_10– k x jF £Âï< ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_10– k x jF £Âí¤ ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_10– k x jF £Âì  ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Áa_10– k x jF £îz ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á72– k x jF £Êz ¢ ¥ ¨  ŠÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “À ¤ ” •  —Á8/64– kåx¬¡¡šä‹¬¡¡šðx¡´¡šäx¡´¡šØx¬¤¡šØ|¬¤¡šèH¤ì¡š8Âël¤P¡šˆÂël¤P¡š`Âël¤P¡šÂël¤P¡šÂë@褡šÂë@褡šÂëD¤Сš8Âë¤ð¡š8Âë¤ô¡šHÂë¤ð¡šˆÂê̤H¡šˆÂêȤL¡špÂê̤h¡šÐÂë@À¤¡šÐÂ뤡¡š80h¤¡š0 ¤Сš ¤Ø¡š¼¤ ¡šÀ¼¤0¡š x¤¡š k é k é k gš¥3™3S–centered lastLineFormatting˜—— ˜&T–òGargoyle file for scene: stuffed from ///7.0/commands/pga300.gargoyle at February 12, 1988 10:08:51 am PST Produced by version 8710.19 Scripts: ///7.0/commands/bland880211-16-58-41.script, ///7.0/commands/bland880211-17-05-40.script, ///7.0/commands/bland880212-10-01-53.script, ///7.0/commands/bland880212-10-06-01.script Slope: [F 0.0] [F 30.0] [F 45.0] [F 60.0] [F 90.0] [F 120.0] [F 135.0] [F 150.0] Angle: [F -90.0] [F -60.0] [F -45.0] [F -30.0] [F 0.0] [F 30.0] [F 45.0] [F 60.0] [F 90.0] Radius: [F 4.0 4] [F 2.0 2] [F 1.0 1] [F 0.75 3/4] [F 0.6666667 2/3] [F 0.5 1/2] [F 0.3333333 1/3] [F 0.25 1/4] [F 0.125 1/8] [F 0.1111111 1/9] [F 5.555556e-2 1/18] LineDistance: [F 1.0 1] [F 0.5 1/2] [F 0.1111111 1/9] [F 5.555556e-2 1/18] [F 0.0 0] Midpoints: F Heuristics: F ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [10.0 10.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F Entities: [847]: Text T "Legend:" Xerox/PressFonts/Helvetica [10.0 0.0 92.74961 0.0 10.0 151.2][1 1.0] F 1.0 props: ( F ) Text T "Vcc" Xerox/PressFonts/Helvetica [10.0 0.0 159.2788 0.0 10.0 137.0835][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 215.7166 0.0 32.0 127.474][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 215.7166 0.0 32.0 115.3701][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 217.7292 0.0 32.0 111.3449][1 1.0] F 1.0 props: ( F ) Text T "View from top of Package" Xerox/PressFonts/Helvetica [10.0 0.0 254.0126 0.0 10.0 183.4583][1 1.0] F 1.0 props: ( F ) Text T "Ground" Xerox/PressFonts/Helvetica [10.0 0.0 159.2788 0.0 10.0 151.2][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 671.7827][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 647.6032][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 599.2157][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 623.3953][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 526.6205][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 502.441][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 550.8284][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 575.008][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 478.2331][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 454.0536][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 405.6662][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 429.874][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 333.0992][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 308.8914][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 357.2788][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 381.4866][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 284.7118][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 260.504][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 212.1449][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 512.0788 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 536.2583 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 487.8709 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 463.6914 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 366.9165 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 391.1244 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 439.4835 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 415.304 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 318.5292 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 342.737 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 294.3496 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 270.1418 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 173.3953 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 197.5748 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 245.9622 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 221.7827 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 125.0079 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 149.1874 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 100.8 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Text T "i" Xerox/Pressfonts/Gates [32.0 0.0 76.62047 0.0 32.0 236.3244][1 1.0] F 1.0 props: ( F ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,589.6913] (Line ) [431.433,589.6913] (Line ) [431.433,590.7119] (Line ) [189.5244,590.7119] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [431.433,348.7748] (Line ) [432.4536,348.7748] (Line ) [432.4536,590.6835] (Line ) [431.433,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,347.7544] (Line ) [432.4536,347.7544] (Line ) [432.4536,348.7748] (Line ) [189.5244,348.7748] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,347.7544] (Line ) [190.5449,347.7544] (Line ) [190.5449,590.6835] (Line ) [189.5244,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.6536,573.5622] (Line ) [415.304,573.5622] (Line ) [415.304,574.5827] (Line ) [205.6536,574.5827] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,364.904] (Line ) [416.3244,364.904] (Line ) [416.3244,574.5544] (Line ) [415.304,574.5544] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.6536,363.8835] (Line ) [416.3244,363.8835] (Line ) [416.3244,364.904] (Line ) [205.6536,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.6536,363.8835] (Line ) [206.674,363.8835] (Line ) [206.674,574.5544] (Line ) [205.6536,574.5544] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [213.704,574.5544] (Line ) [215.7166,574.5544] (Line ) [215.7166,590.6835] (Line ) [213.704,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [217.7292,574.5544] (Line ) [219.7417,574.5544] (Line ) [219.7417,590.6835] (Line ) [217.7292,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [221.7827,574.5544] (Line ) [223.7953,574.5544] (Line ) [223.7953,590.6835] (Line ) [221.7827,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [225.8079,574.5544] (Line ) [227.8205,574.5544] (Line ) [227.8205,590.6835] (Line ) [225.8079,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [229.8331,574.5544] (Line ) [231.8457,574.5544] (Line ) [231.8457,590.6835] (Line ) [229.8331,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [233.8583,574.5544] (Line ) [235.8709,574.5544] (Line ) [235.8709,590.6835] (Line ) [233.8583,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [237.8835,574.5544] (Line ) [239.8961,574.5544] (Line ) [239.8961,590.6835] (Line ) [237.8835,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [241.937,574.5544] (Line ) [243.9496,574.5544] (Line ) [243.9496,590.6835] (Line ) [241.937,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [274.1953,574.5544] (Line ) [276.2079,574.5544] (Line ) [276.2079,590.6835] (Line ) [274.1953,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [270.1418,574.5544] (Line ) [272.1544,574.5544] (Line ) [272.1544,590.6835] (Line ) [270.1418,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [266.1165,574.5544] (Line ) [268.1292,574.5544] (Line ) [268.1292,590.6835] (Line ) [266.1165,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [262.0913,574.5544] (Line ) [264.104,574.5544] (Line ) [264.104,590.6835] (Line ) [262.0913,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [258.0662,574.5544] (Line ) [260.0788,574.5544] (Line ) [260.0788,590.6835] (Line ) [258.0662,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [254.0126,574.5544] (Line ) [256.0252,574.5544] (Line ) [256.0252,590.6835] (Line ) [254.0126,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [249.9874,574.5544] (Line ) [252.0,574.5544] (Line ) [252.0,590.6835] (Line ) [249.9874,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [245.9622,574.5544] (Line ) [247.9748,574.5544] (Line ) [247.9748,590.6835] (Line ) [245.9622,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [278.2205,574.5544] (Line ) [280.2331,574.5544] (Line ) [280.2331,590.6835] (Line ) [278.2205,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [282.2457,574.5544] (Line ) [284.2583,574.5544] (Line ) [284.2583,590.6835] (Line ) [282.2457,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [286.2709,574.5544] (Line ) [288.2835,574.5544] (Line ) [288.2835,590.6835] (Line ) [286.2709,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [290.3244,574.5544] (Line ) [292.337,574.5544] (Line ) [292.337,590.6835] (Line ) [290.3244,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [294.3496,574.5544] (Line ) [296.3622,574.5544] (Line ) [296.3622,590.6835] (Line ) [294.3496,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [298.3748,574.5544] (Line ) [300.3874,574.5544] (Line ) [300.3874,590.6835] (Line ) [298.3748,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [302.4,574.5544] (Line ) [304.4126,574.5544] (Line ) [304.4126,590.6835] (Line ) [302.4,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [306.4536,574.5544] (Line ) [308.4661,574.5544] (Line ) [308.4661,590.6835] (Line ) [306.4536,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [338.6835,574.5544] (Line ) [340.6961,574.5544] (Line ) [340.6961,590.6835] (Line ) [338.6835,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.6583,574.5544] (Line ) [336.6709,574.5544] (Line ) [336.6709,590.6835] (Line ) [334.6583,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [330.6331,574.5544] (Line ) [332.6457,574.5544] (Line ) [332.6457,590.6835] (Line ) [330.6331,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [326.6079,574.5544] (Line ) [328.6205,574.5544] (Line ) [328.6205,590.6835] (Line ) [326.6079,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [322.5827,574.5544] (Line ) [324.5953,574.5544] (Line ) [324.5953,590.6835] (Line ) [322.5827,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [318.5292,574.5544] (Line ) [320.5418,574.5544] (Line ) [320.5418,590.6835] (Line ) [318.5292,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [314.5039,574.5544] (Line ) [316.5165,574.5544] (Line ) [316.5165,590.6835] (Line ) [314.5039,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [310.4788,574.5544] (Line ) [312.4913,574.5544] (Line ) [312.4913,590.6835] (Line ) [310.4788,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [342.737,574.5544] (Line ) [344.7496,574.5544] (Line ) [344.7496,590.6835] (Line ) [342.737,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [346.7622,574.5544] (Line ) [348.7748,574.5544] (Line ) [348.7748,590.6835] (Line ) [346.7622,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.7874,574.5544] (Line ) [352.8,574.5544] (Line ) [352.8,590.6835] (Line ) [350.7874,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [354.8126,574.5544] (Line ) [356.8252,574.5544] (Line ) [356.8252,590.6835] (Line ) [354.8126,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.8661,574.5544] (Line ) [360.8788,574.5544] (Line ) [360.8788,590.6835] (Line ) [358.8661,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [362.8914,574.5544] (Line ) [364.904,574.5544] (Line ) [364.904,590.6835] (Line ) [362.8914,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [366.9165,574.5544] (Line ) [368.9292,574.5544] (Line ) [368.9292,590.6835] (Line ) [366.9165,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [370.9417,574.5544] (Line ) [372.9543,574.5544] (Line ) [372.9543,590.6835] (Line ) [370.9417,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [403.2,574.5544] (Line ) [405.2126,574.5544] (Line ) [405.2126,590.6835] (Line ) [403.2,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [399.1748,574.5544] (Line ) [401.1874,574.5544] (Line ) [401.1874,590.6835] (Line ) [399.1748,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.1496,574.5544] (Line ) [397.1622,574.5544] (Line ) [397.1622,590.6835] (Line ) [395.1496,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [391.1244,574.5544] (Line ) [393.137,574.5544] (Line ) [393.137,590.6835] (Line ) [391.1244,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [387.0709,574.5544] (Line ) [389.0835,574.5544] (Line ) [389.0835,590.6835] (Line ) [387.0709,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [383.0457,574.5544] (Line ) [385.0583,574.5544] (Line ) [385.0583,590.6835] (Line ) [383.0457,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [379.0205,574.5544] (Line ) [381.0331,574.5544] (Line ) [381.0331,590.6835] (Line ) [379.0205,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [374.9953,574.5544] (Line ) [377.0079,574.5544] (Line ) [377.0079,590.6835] (Line ) [374.9953,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [407.2536,574.5544] (Line ) [409.2661,574.5544] (Line ) [409.2661,590.6835] (Line ) [407.2536,590.6835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [407.2536,348.7748] (Line ) [409.2661,348.7748] (Line ) [409.2661,364.904] (Line ) [407.2536,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [374.9953,348.7748] (Line ) [377.0079,348.7748] (Line ) [377.0079,364.904] (Line ) [374.9953,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [379.0205,348.7748] (Line ) [381.0331,348.7748] (Line ) [381.0331,364.904] (Line ) [379.0205,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [383.0457,348.7748] (Line ) [385.0583,348.7748] (Line ) [385.0583,364.904] (Line ) [383.0457,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [387.0709,348.7748] (Line ) [389.0835,348.7748] (Line ) [389.0835,364.904] (Line ) [387.0709,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [391.1244,348.7748] (Line ) [393.137,348.7748] (Line ) [393.137,364.904] (Line ) [391.1244,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.1496,348.7748] (Line ) [397.1622,348.7748] (Line ) [397.1622,364.904] (Line ) [395.1496,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [399.1748,348.7748] (Line ) [401.1874,348.7748] (Line ) [401.1874,364.904] (Line ) [399.1748,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [403.2,348.7748] (Line ) [405.2126,348.7748] (Line ) [405.2126,364.904] (Line ) [403.2,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [370.9417,348.7748] (Line ) [372.9543,348.7748] (Line ) [372.9543,364.904] (Line ) [370.9417,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [366.9165,348.7748] (Line ) [368.9292,348.7748] (Line ) [368.9292,364.904] (Line ) [366.9165,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [362.8914,348.7748] (Line ) [364.904,348.7748] (Line ) [364.904,364.904] (Line ) [362.8914,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.8661,348.7748] (Line ) [360.8788,348.7748] (Line ) [360.8788,364.904] (Line ) [358.8661,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [354.8126,348.7748] (Line ) [356.8252,348.7748] (Line ) [356.8252,364.904] (Line ) [354.8126,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.7874,348.7748] (Line ) [352.8,348.7748] (Line ) [352.8,364.904] (Line ) [350.7874,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [346.7622,348.7748] (Line ) [348.7748,348.7748] (Line ) [348.7748,364.904] (Line ) [346.7622,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [342.737,348.7748] (Line ) [344.7496,348.7748] (Line ) [344.7496,364.904] (Line ) [342.737,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [310.4788,348.7748] (Line ) [312.4913,348.7748] (Line ) [312.4913,364.904] (Line ) [310.4788,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [314.5039,348.7748] (Line ) [316.5165,348.7748] (Line ) [316.5165,364.904] (Line ) [314.5039,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [318.5292,348.7748] (Line ) [320.5418,348.7748] (Line ) [320.5418,364.904] (Line ) [318.5292,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [322.5827,348.7748] (Line ) [324.5953,348.7748] (Line ) [324.5953,364.904] (Line ) [322.5827,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [326.6079,348.7748] (Line ) [328.6205,348.7748] (Line ) [328.6205,364.904] (Line ) [326.6079,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [330.6331,348.7748] (Line ) [332.6457,348.7748] (Line ) [332.6457,364.904] (Line ) [330.6331,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.6583,348.7748] (Line ) [336.6709,348.7748] (Line ) [336.6709,364.904] (Line ) [334.6583,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [338.6835,348.7748] (Line ) [340.6961,348.7748] (Line ) [340.6961,364.904] (Line ) [338.6835,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [306.4536,348.7748] (Line ) [308.4661,348.7748] (Line ) [308.4661,364.904] (Line ) [306.4536,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [302.4,348.7748] (Line ) [304.4126,348.7748] (Line ) [304.4126,364.904] (Line ) [302.4,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [298.3748,348.7748] (Line ) [300.3874,348.7748] (Line ) [300.3874,364.904] (Line ) [298.3748,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [294.3496,348.7748] (Line ) [296.3622,348.7748] (Line ) [296.3622,364.904] (Line ) [294.3496,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [290.3244,348.7748] (Line ) [292.337,348.7748] (Line ) [292.337,364.904] (Line ) [290.3244,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [286.2709,348.7748] (Line ) [288.2835,348.7748] (Line ) [288.2835,364.904] (Line ) [286.2709,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [282.2457,348.7748] (Line ) [284.2583,348.7748] (Line ) [284.2583,364.904] (Line ) [282.2457,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [278.2205,348.7748] (Line ) [280.2331,348.7748] (Line ) [280.2331,364.904] (Line ) [278.2205,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [245.9622,348.7748] (Line ) [247.9748,348.7748] (Line ) [247.9748,364.904] (Line ) [245.9622,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [249.9874,348.7748] (Line ) [252.0,348.7748] (Line ) [252.0,364.904] (Line ) [249.9874,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [254.0126,348.7748] (Line ) [256.0252,348.7748] (Line ) [256.0252,364.904] (Line ) [254.0126,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [258.0662,348.7748] (Line ) [260.0788,348.7748] (Line ) [260.0788,364.904] (Line ) [258.0662,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [262.0913,348.7748] (Line ) [264.104,348.7748] (Line ) [264.104,364.904] (Line ) [262.0913,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [266.1165,348.7748] (Line ) [268.1292,348.7748] (Line ) [268.1292,364.904] (Line ) [266.1165,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [270.1418,348.7748] (Line ) [272.1544,348.7748] (Line ) [272.1544,364.904] (Line ) [270.1418,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [274.1953,348.7748] (Line ) [276.2079,348.7748] (Line ) [276.2079,364.904] (Line ) [274.1953,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [241.937,348.7748] (Line ) [243.9496,348.7748] (Line ) [243.9496,364.904] (Line ) [241.937,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [237.8835,348.7748] (Line ) [239.8961,348.7748] (Line ) [239.8961,364.904] (Line ) [237.8835,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [233.8583,348.7748] (Line ) [235.8709,348.7748] (Line ) [235.8709,364.904] (Line ) [233.8583,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [229.8331,348.7748] (Line ) [231.8457,348.7748] (Line ) [231.8457,364.904] (Line ) [229.8331,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [225.8079,348.7748] (Line ) [227.8205,348.7748] (Line ) [227.8205,364.904] (Line ) [225.8079,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [221.7827,348.7748] (Line ) [223.7953,348.7748] (Line ) [223.7953,364.904] (Line ) [221.7827,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [217.7292,348.7748] (Line ) [219.7417,348.7748] (Line ) [219.7417,364.904] (Line ) [217.7292,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [213.704,348.7748] (Line ) [215.7166,348.7748] (Line ) [215.7166,364.904] (Line ) [213.704,364.904] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,564.4914] (Line ) [431.433,564.4914] (Line ) [431.433,566.504] (Line ) [415.304,566.504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,560.4378] (Line ) [431.433,560.4378] (Line ) [431.433,562.4504] (Line ) [415.304,562.4504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,556.4127] (Line ) [431.433,556.4127] (Line ) [431.433,558.4252] (Line ) [415.304,558.4252] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,552.3875] (Line ) [431.433,552.3875] (Line ) [431.433,554.4] (Line ) [415.304,554.4] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,548.3622] (Line ) [431.433,548.3622] (Line ) [431.433,550.3748] (Line ) [415.304,550.3748] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,528.1796] (Line ) [431.433,528.1796] (Line ) [431.433,530.1921] (Line ) [415.304,530.1921] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,532.2331] (Line ) [431.433,532.2331] (Line ) [431.433,534.2457] (Line ) [415.304,534.2457] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,536.2583] (Line ) [431.433,536.2583] (Line ) [431.433,538.2708] (Line ) [415.304,538.2708] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,540.2835] (Line ) [431.433,540.2835] (Line ) [431.433,542.2961] (Line ) [415.304,542.2961] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,544.3087] (Line ) [431.433,544.3087] (Line ) [431.433,546.3213] (Line ) [415.304,546.3213] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,524.1544] (Line ) [431.433,524.1544] (Line ) [431.433,526.167] (Line ) [415.304,526.167] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,520.1292] (Line ) [431.433,520.1292] (Line ) [431.433,522.1418] (Line ) [415.304,522.1418] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,516.104] (Line ) [431.433,516.104] (Line ) [431.433,518.1166] (Line ) [415.304,518.1166] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,512.0504] (Line ) [431.433,512.0504] (Line ) [431.433,514.063] (Line ) [415.304,514.063] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,508.0252] (Line ) [431.433,508.0252] (Line ) [431.433,510.0379] (Line ) [415.304,510.0379] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,487.8709] (Line ) [431.433,487.8709] (Line ) [431.433,489.8835] (Line ) [415.304,489.8835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,491.8961] (Line ) [431.433,491.8961] (Line ) [431.433,493.9087] (Line ) [415.304,493.9087] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,495.9496] (Line ) [431.433,495.9496] (Line ) [431.433,497.9622] (Line ) [415.304,497.9622] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,499.9748] (Line ) [431.433,499.9748] (Line ) [431.433,501.9874] (Line ) [415.304,501.9874] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,504.0] (Line ) [431.433,504.0] (Line ) [431.433,506.0126] (Line ) [415.304,506.0126] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,483.8457] (Line ) [431.433,483.8457] (Line ) [431.433,485.8583] (Line ) [415.304,485.8583] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,479.8205] (Line ) [431.433,479.8205] (Line ) [431.433,481.8331] (Line ) [415.304,481.8331] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,475.767] (Line ) [431.433,475.767] (Line ) [431.433,477.7796] (Line ) [415.304,477.7796] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,471.7418] (Line ) [431.433,471.7418] (Line ) [431.433,473.7544] (Line ) [415.304,473.7544] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,467.7165] (Line ) [431.433,467.7165] (Line ) [431.433,469.7292] (Line ) [415.304,469.7292] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,447.5622] (Line ) [431.433,447.5622] (Line ) [431.433,449.5748] (Line ) [415.304,449.5748] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,451.5874] (Line ) [431.433,451.5874] (Line ) [431.433,453.6] (Line ) [415.304,453.6] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,455.6126] (Line ) [431.433,455.6126] (Line ) [431.433,457.6252] (Line ) [415.304,457.6252] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,459.6378] (Line ) [431.433,459.6378] (Line ) [431.433,461.6504] (Line ) [415.304,461.6504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,463.6914] (Line ) [431.433,463.6914] (Line ) [431.433,465.704] (Line ) [415.304,465.704] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,443.5087] (Line ) [431.433,443.5087] (Line ) [431.433,445.5213] (Line ) [415.304,445.5213] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,439.4835] (Line ) [431.433,439.4835] (Line ) [431.433,441.4961] (Line ) [415.304,441.4961] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,435.4583] (Line ) [431.433,435.4583] (Line ) [431.433,437.4709] (Line ) [415.304,437.4709] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,431.4331] (Line ) [431.433,431.4331] (Line ) [431.433,433.4457] (Line ) [415.304,433.4457] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,427.3796] (Line ) [431.433,427.3796] (Line ) [431.433,429.3922] (Line ) [415.304,429.3922] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,407.2252] (Line ) [431.433,407.2252] (Line ) [431.433,409.2378] (Line ) [415.304,409.2378] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,411.2504] (Line ) [431.433,411.2504] (Line ) [431.433,413.263] (Line ) [415.304,413.263] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,415.304] (Line ) [431.433,415.304] (Line ) [431.433,417.3165] (Line ) [415.304,417.3165] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,419.3292] (Line ) [431.433,419.3292] (Line ) [431.433,421.3418] (Line ) [415.304,421.3418] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,423.3544] (Line ) [431.433,423.3544] (Line ) [431.433,425.367] (Line ) [415.304,425.367] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,403.2] (Line ) [431.433,403.2] (Line ) [431.433,405.2126] (Line ) [415.304,405.2126] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,399.1748] (Line ) [431.433,399.1748] (Line ) [431.433,401.1874] (Line ) [415.304,401.1874] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,395.1496] (Line ) [431.433,395.1496] (Line ) [431.433,397.1622] (Line ) [415.304,397.1622] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,391.0961] (Line ) [431.433,391.0961] (Line ) [431.433,393.1087] (Line ) [415.304,393.1087] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,387.0709] (Line ) [431.433,387.0709] (Line ) [431.433,389.0835] (Line ) [415.304,389.0835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,370.9417] (Line ) [431.433,370.9417] (Line ) [431.433,372.9543] (Line ) [415.304,372.9543] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,374.967] (Line ) [431.433,374.967] (Line ) [431.433,376.9796] (Line ) [415.304,376.9796] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,379.0205] (Line ) [431.433,379.0205] (Line ) [431.433,381.0331] (Line ) [415.304,381.0331] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.304,383.0457] (Line ) [431.433,383.0457] (Line ) [431.433,385.0583] (Line ) [415.304,385.0583] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,383.0457] (Line ) [205.6536,383.0457] (Line ) [205.6536,385.0583] (Line ) [189.5244,385.0583] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,379.0205] (Line ) [205.6536,379.0205] (Line ) [205.6536,381.0331] (Line ) [189.5244,381.0331] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,374.967] (Line ) [205.6536,374.967] (Line ) [205.6536,376.9796] (Line ) [189.5244,376.9796] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,370.9417] (Line ) [205.6536,370.9417] (Line ) [205.6536,372.9543] (Line ) [189.5244,372.9543] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,387.0709] (Line ) [205.6536,387.0709] (Line ) [205.6536,389.0835] (Line ) [189.5244,389.0835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,391.0961] (Line ) [205.6536,391.0961] (Line ) [205.6536,393.1087] (Line ) [189.5244,393.1087] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,395.1496] (Line ) [205.6536,395.1496] (Line ) [205.6536,397.1622] (Line ) [189.5244,397.1622] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,399.1748] (Line ) [205.6536,399.1748] (Line ) [205.6536,401.1874] (Line ) [189.5244,401.1874] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,403.2] (Line ) [205.6536,403.2] (Line ) [205.6536,405.2126] (Line ) [189.5244,405.2126] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,423.3544] (Line ) [205.6536,423.3544] (Line ) [205.6536,425.367] (Line ) [189.5244,425.367] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,419.3292] (Line ) [205.6536,419.3292] (Line ) [205.6536,421.3418] (Line ) [189.5244,421.3418] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,415.304] (Line ) [205.6536,415.304] (Line ) [205.6536,417.3165] (Line ) [189.5244,417.3165] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,411.2504] (Line ) [205.6536,411.2504] (Line ) [205.6536,413.263] (Line ) [189.5244,413.263] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,407.2252] (Line ) [205.6536,407.2252] (Line ) [205.6536,409.2378] (Line ) [189.5244,409.2378] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,427.3796] (Line ) [205.6536,427.3796] (Line ) [205.6536,429.3922] (Line ) [189.5244,429.3922] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,431.4331] (Line ) [205.6536,431.4331] (Line ) [205.6536,433.4457] (Line ) [189.5244,433.4457] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,435.4583] (Line ) [205.6536,435.4583] (Line ) [205.6536,437.4709] (Line ) [189.5244,437.4709] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,439.4835] (Line ) [205.6536,439.4835] (Line ) [205.6536,441.4961] (Line ) [189.5244,441.4961] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,443.5087] (Line ) [205.6536,443.5087] (Line ) [205.6536,445.5213] (Line ) [189.5244,445.5213] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,463.6914] (Line ) [205.6536,463.6914] (Line ) [205.6536,465.704] (Line ) [189.5244,465.704] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,459.6378] (Line ) [205.6536,459.6378] (Line ) [205.6536,461.6504] (Line ) [189.5244,461.6504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,455.6126] (Line ) [205.6536,455.6126] (Line ) [205.6536,457.6252] (Line ) [189.5244,457.6252] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,451.5874] (Line ) [205.6536,451.5874] (Line ) [205.6536,453.6] (Line ) [189.5244,453.6] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,447.5622] (Line ) [205.6536,447.5622] (Line ) [205.6536,449.5748] (Line ) [189.5244,449.5748] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,467.7165] (Line ) [205.6536,467.7165] (Line ) [205.6536,469.7292] (Line ) [189.5244,469.7292] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,471.7418] (Line ) [205.6536,471.7418] (Line ) [205.6536,473.7544] (Line ) [189.5244,473.7544] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,475.767] (Line ) [205.6536,475.767] (Line ) [205.6536,477.7796] (Line ) [189.5244,477.7796] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,479.8205] (Line ) [205.6536,479.8205] (Line ) [205.6536,481.8331] (Line ) [189.5244,481.8331] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,483.8457] (Line ) [205.6536,483.8457] (Line ) [205.6536,485.8583] (Line ) [189.5244,485.8583] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,504.0] (Line ) [205.6536,504.0] (Line ) [205.6536,506.0126] (Line ) [189.5244,506.0126] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,499.9748] (Line ) [205.6536,499.9748] (Line ) [205.6536,501.9874] (Line ) [189.5244,501.9874] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,495.9496] (Line ) [205.6536,495.9496] (Line ) [205.6536,497.9622] (Line ) [189.5244,497.9622] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,491.8961] (Line ) [205.6536,491.8961] (Line ) [205.6536,493.9087] (Line ) [189.5244,493.9087] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,487.8709] (Line ) [205.6536,487.8709] (Line ) [205.6536,489.8835] (Line ) [189.5244,489.8835] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,508.0252] (Line ) [205.6536,508.0252] (Line ) [205.6536,510.0379] (Line ) [189.5244,510.0379] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,512.0504] (Line ) [205.6536,512.0504] (Line ) [205.6536,514.063] (Line ) [189.5244,514.063] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,516.104] (Line ) [205.6536,516.104] (Line ) [205.6536,518.1166] (Line ) [189.5244,518.1166] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,520.1292] (Line ) [205.6536,520.1292] (Line ) [205.6536,522.1418] (Line ) [189.5244,522.1418] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,524.1544] (Line ) [205.6536,524.1544] (Line ) [205.6536,526.167] (Line ) [189.5244,526.167] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,544.3087] (Line ) [205.6536,544.3087] (Line ) [205.6536,546.3213] (Line ) [189.5244,546.3213] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,540.2835] (Line ) [205.6536,540.2835] (Line ) [205.6536,542.2961] (Line ) [189.5244,542.2961] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,536.2583] (Line ) [205.6536,536.2583] (Line ) [205.6536,538.2708] (Line ) [189.5244,538.2708] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,532.2331] (Line ) [205.6536,532.2331] (Line ) [205.6536,534.2457] (Line ) [189.5244,534.2457] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,528.1796] (Line ) [205.6536,528.1796] (Line ) [205.6536,530.1921] (Line ) [189.5244,530.1921] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,548.3622] (Line ) [205.6536,548.3622] (Line ) [205.6536,550.3748] (Line ) [189.5244,550.3748] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,552.3875] (Line ) [205.6536,552.3875] (Line ) [205.6536,554.4] (Line ) [189.5244,554.4] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,556.4127] (Line ) [205.6536,556.4127] (Line ) [205.6536,558.4252] (Line ) [189.5244,558.4252] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,560.4378] (Line ) [205.6536,560.4378] (Line ) [205.6536,562.4504] (Line ) [189.5244,562.4504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [189.5244,564.4914] (Line ) [205.6536,564.4914] (Line ) [205.6536,566.504] (Line ) [189.5244,566.504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [213.704,568.5165] (Line ) [214.7244,568.5165] (Line ) [214.7244,574.5544] (Line ) [213.704,574.5544] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [409.2661,567.4961] (Line ) [410.2866,567.4961] (Line ) [410.2866,572.5418] (Line ) [409.2661,572.5418] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [409.2661,571.5496] (Line ) [410.2866,571.5496] (Line ) [410.2866,574.5827] (Line ) [409.2661,574.5827] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.6536,565.4835] (Line ) [209.6788,565.4835] (Line ) [209.6788,566.504] (Line ) [205.6536,566.504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [209.6788,548.3622] (Line ) [210.6992,548.3622] (Line ) [210.6992,566.504] (Line ) [209.6788,566.504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [209.6788,547.3418] (Line ) [225.8079,547.3418] (Line ) [225.8079,548.3622] (Line ) [209.6788,548.3622] (Line ) Text T "268" xerox/pressfonts/helvetica [10.0 0.0 231.8457 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [213.704,567.4961] (Line ) [223.7953,567.4961] (Line ) [223.7953,568.5165] (Line ) [213.704,568.5165] (Line ) Text T "1" xerox/pressfonts/helvetica [10.0 0.0 227.8205 0.0 10.0 563.4709][1 1.0] F 1.0 props: ( F ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [397.1622,567.4961] (Line ) [410.2583,567.4961] (Line ) [410.2583,568.5165] (Line ) [397.1622,568.5165] (Line ) Text T "67" xerox/pressfonts/helvetica [10.0 0.0 383.0457 0.0 10.0 563.4709][1 1.0] F 1.0 props: ( F ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.2788,565.4835] (Line ) [416.3244,565.4835] (Line ) [416.3244,566.504] (Line ) [411.2788,566.504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.2788,548.3622] (Line ) [412.2992,548.3622] (Line ) [412.2992,566.504] (Line ) [411.2788,566.504] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.1496,547.3418] (Line ) [412.2992,547.3418] (Line ) [412.2992,548.3622] (Line ) [395.1496,548.3622] (Line ) Text T "68" xerox/pressfonts/helvetica [10.0 0.0 383.0457 0.0 10.0 545.3292][1 1.0] F 1.0 props: ( F ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.2788,371.9622] (Line ) [416.3244,371.9622] (Line ) [416.3244,372.9827] (Line ) [411.2788,372.9827] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.2788,371.9622] (Line ) [412.2992,371.9622] (Line ) [412.2992,391.1244] (Line ) [411.2788,391.1244] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.1496,390.104] (Line ) [412.2992,390.104] (Line ) [412.2992,391.1244] (Line ) [395.1496,391.1244] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [407.2536,363.8835] (Line ) [408.274,363.8835] (Line ) [408.274,368.9292] (Line ) [407.2536,368.9292] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.1496,367.9087] (Line ) [408.2457,367.9087] (Line ) [408.2457,368.9292] (Line ) [395.1496,368.9292] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [213.704,363.8835] (Line ) [214.7244,363.8835] (Line ) [214.7244,368.9292] (Line ) [213.704,368.9292] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [213.704,367.9087] (Line ) [229.8331,367.9087] (Line ) [229.8331,368.9292] (Line ) [213.704,368.9292] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [205.6536,371.9622] (Line ) [209.6788,371.9622] (Line ) [209.6788,372.9827] (Line ) [205.6536,372.9827] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [209.6788,371.9622] (Line ) [210.6992,371.9622] (Line ) [210.6992,391.1244] (Line ) [209.6788,391.1244] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [209.6788,390.104] (Line ) [225.8079,390.104] (Line ) [225.8079,391.1244] (Line ) [209.6788,391.1244] (Line ) Text T "202" xerox/pressfonts/helvetica [10.0 0.0 229.8331 0.0 10.0 386.0504][1 1.0] F 1.0 props: ( F ) Text T "201" xerox/pressfonts/helvetica [10.0 0.0 231.8457 0.0 10.0 367.9087][1 1.0] F 1.0 props: ( F ) Text T "134" xerox/pressfonts/helvetica [10.0 0.0 379.0205 0.0 10.0 388.0914][1 1.0] F 1.0 props: ( F ) Text T "135" xerox/pressfonts/helvetica [10.0 0.0 379.0205 0.0 10.0 367.9087][1 1.0] F 1.0 props: ( F ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [52.4126,726.7748] (Line ) [564.463,726.7748] (Line ) [564.463,727.7953] (Line ) [52.4126,727.7953] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [564.4914,213.704] (Line ) [565.5119,213.704] (Line ) [565.5119,727.7953] (Line ) [564.4914,727.7953] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [52.4126,212.6835] (Line ) [565.4835,212.6835] (Line ) [565.4835,213.704] (Line ) [52.4126,213.704] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [52.4126,212.6835] (Line ) [53.43308,212.6835] (Line ) [53.43308,727.767] (Line ) [52.4126,727.767] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [52.4126,710.6457] (Line ) [68.54173,710.6457] (Line ) [68.54173,711.6662] (Line ) [52.4126,711.6662] (Line ) Outline fillColor: [1 1.0] Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [68.54173,710.6457] (Line ) [69.56221,710.6457] (Line ) [69.56221,727.7953] (Line ) [68.54173,727.7953] (Line ) Text T "263" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "261" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "257" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "252" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "249" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "247" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 519.1087][1 1.0] F 1.0 props: ( F ) Text T "243" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 519.1087][1 1.0] F 1.0 props: ( F ) Text T "239" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 494.9292][1 1.0] F 1.0 props: ( F ) Text T "238" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 470.7496][1 1.0] F 1.0 props: ( F ) Text T "231" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 446.5418][1 1.0] F 1.0 props: ( F ) Text T "230" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 422.3622][1 1.0] F 1.0 props: ( F ) Text T "226" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 398.1544][1 1.0] F 1.0 props: ( F ) Text T "223" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 373.9748][1 1.0] F 1.0 props: ( F ) Text T "220" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "217" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "213" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "212" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "208" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "196" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "260" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "255" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "251" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "248" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Text T "244" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 519.1087][1 1.0] F 1.0 props: ( F ) Text T "240" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 494.9292][1 1.0] F 1.0 props: ( F ) Text T "235" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 470.7496][1 1.0] F 1.0 props: ( F ) Text T "234" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 446.5418][1 1.0] F 1.0 props: ( F ) Text T "229" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 422.3622][1 1.0] F 1.0 props: ( F ) Text T "225" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 398.1544][1 1.0] F 1.0 props: ( F ) Text T "221" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 373.9748][1 1.0] F 1.0 props: ( F ) Text T "218" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "214" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "209" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "203" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "206" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "194" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "7" xerox/pressfonts/helvetica [10.0 0.0 100.8 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "5" xerox/pressfonts/helvetica [10.0 0.0 100.8 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "2" xerox/pressfonts/helvetica [10.0 0.0 125.0079 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "265" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "259" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "254" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "250" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Text T "245" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 519.1087][1 1.0] F 1.0 props: ( F ) Text T "241" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 494.9292][1 1.0] F 1.0 props: ( F ) Text T "236" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 470.7496][1 1.0] F 1.0 props: ( F ) Text T "233" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 446.5418][1 1.0] F 1.0 props: ( F ) Text T "228" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 422.3622][1 1.0] F 1.0 props: ( F ) Text T "224" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 398.1544][1 1.0] F 1.0 props: ( F ) Text T "219" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 373.9748][1 1.0] F 1.0 props: ( F ) Text T "215" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "210" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "204" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "200" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "199" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "267" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "190" xerox/pressfonts/helvetica [10.0 0.0 120.9827 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "8" xerox/pressfonts/helvetica [10.0 0.0 149.1874 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "3" xerox/pressfonts/helvetica [10.0 0.0 149.1874 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "1" xerox/pressfonts/helvetica [10.0 0.0 149.1874 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "264" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "258" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "253" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Text T "246" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Text T "242" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 494.9292][1 1.0] F 1.0 props: ( F ) Text T "237" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 470.7496][1 1.0] F 1.0 props: ( F ) Text T "232" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 446.5418][1 1.0] F 1.0 props: ( F ) Text T "227" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 422.3622][1 1.0] F 1.0 props: ( F ) Text T "222" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 398.1544][1 1.0] F 1.0 props: ( F ) Text T "216" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 373.9748][1 1.0] F 1.0 props: ( F ) Text T "211" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "205" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "202" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "198" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "193" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "189" xerox/pressfonts/helvetica [10.0 0.0 145.1622 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "9" xerox/pressfonts/helvetica [10.0 0.0 173.3953 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "4" xerox/pressfonts/helvetica [10.0 0.0 173.3953 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "268" xerox/pressfonts/helvetica [10.0 0.0 169.3417 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "262" xerox/pressfonts/helvetica [10.0 0.0 169.3417 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "207" xerox/pressfonts/helvetica [10.0 0.0 169.3417 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "201" xerox/pressfonts/helvetica [10.0 0.0 169.3417 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "197" xerox/pressfonts/helvetica [10.0 0.0 169.3417 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "192" xerox/pressfonts/helvetica [10.0 0.0 169.3417 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "188" xerox/pressfonts/helvetica [10.0 0.0 169.3417 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "185" xerox/pressfonts/helvetica [10.0 0.0 169.3417 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "195" xerox/pressfonts/helvetica [10.0 0.0 193.5496 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "191" xerox/pressfonts/helvetica [10.0 0.0 193.5496 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "187" xerox/pressfonts/helvetica [10.0 0.0 193.5496 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "184" xerox/pressfonts/helvetica [10.0 0.0 193.5496 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "182" xerox/pressfonts/helvetica [10.0 0.0 193.5496 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "186" xerox/pressfonts/helvetica [10.0 0.0 217.7292 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "183" xerox/pressfonts/helvetica [10.0 0.0 217.7292 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "181" xerox/pressfonts/helvetica [10.0 0.0 217.7292 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "179" xerox/pressfonts/helvetica [10.0 0.0 217.7292 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "180" xerox/pressfonts/helvetica [10.0 0.0 241.937 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "178" xerox/pressfonts/helvetica [10.0 0.0 241.937 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "177" xerox/pressfonts/helvetica [10.0 0.0 241.937 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "176" xerox/pressfonts/helvetica [10.0 0.0 241.937 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "175" xerox/pressfonts/helvetica [10.0 0.0 266.1165 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "174" xerox/pressfonts/helvetica [10.0 0.0 266.1165 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "173" xerox/pressfonts/helvetica [10.0 0.0 266.1165 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "172" xerox/pressfonts/helvetica [10.0 0.0 266.1165 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "171" xerox/pressfonts/helvetica [10.0 0.0 290.3244 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "170" xerox/pressfonts/helvetica [10.0 0.0 290.3244 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "168" xerox/pressfonts/helvetica [10.0 0.0 290.3244 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "169" xerox/pressfonts/helvetica [10.0 0.0 290.3244 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "165" xerox/pressfonts/helvetica [10.0 0.0 314.5039 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "166" xerox/pressfonts/helvetica [10.0 0.0 314.5039 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "167" xerox/pressfonts/helvetica [10.0 0.0 314.5039 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "164" xerox/pressfonts/helvetica [10.0 0.0 314.5039 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "160" xerox/pressfonts/helvetica [10.0 0.0 338.6835 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "161" xerox/pressfonts/helvetica [10.0 0.0 338.6835 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "162" xerox/pressfonts/helvetica [10.0 0.0 338.6835 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "163" xerox/pressfonts/helvetica [10.0 0.0 338.6835 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "155" xerox/pressfonts/helvetica [10.0 0.0 362.8914 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "157" xerox/pressfonts/helvetica [10.0 0.0 362.8914 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "158" xerox/pressfonts/helvetica [10.0 0.0 362.8914 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "159" xerox/pressfonts/helvetica [10.0 0.0 362.8914 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "149" xerox/pressfonts/helvetica [10.0 0.0 387.0709 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "152" xerox/pressfonts/helvetica [10.0 0.0 387.0709 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "154" xerox/pressfonts/helvetica [10.0 0.0 387.0709 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "156" xerox/pressfonts/helvetica [10.0 0.0 387.0709 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "140" xerox/pressfonts/helvetica [10.0 0.0 411.2788 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "144" xerox/pressfonts/helvetica [10.0 0.0 411.2788 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "148" xerox/pressfonts/helvetica [10.0 0.0 411.2788 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "151" xerox/pressfonts/helvetica [10.0 0.0 411.2788 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "153" xerox/pressfonts/helvetica [10.0 0.0 411.2788 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "128" xerox/pressfonts/helvetica [10.0 0.0 435.4583 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "134" xerox/pressfonts/helvetica [10.0 0.0 435.4583 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "138" xerox/pressfonts/helvetica [10.0 0.0 435.4583 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "143" xerox/pressfonts/helvetica [10.0 0.0 435.4583 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "147" xerox/pressfonts/helvetica [10.0 0.0 435.4583 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "150" xerox/pressfonts/helvetica [10.0 0.0 435.4583 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "103" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 446.5418][1 1.0] F 1.0 props: ( F ) Text T "108" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 422.3622][1 1.0] F 1.0 props: ( F ) Text T "113" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 398.1544][1 1.0] F 1.0 props: ( F ) Text T "119" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 373.9748][1 1.0] F 1.0 props: ( F ) Text T "124" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "130" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "135" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "137" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "142" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "146" xerox/pressfonts/helvetica [10.0 0.0 459.6662 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "102" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 446.5418][1 1.0] F 1.0 props: ( F ) Text T "107" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 422.3622][1 1.0] F 1.0 props: ( F ) Text T "111" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 398.1544][1 1.0] F 1.0 props: ( F ) Text T "116" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 373.9748][1 1.0] F 1.0 props: ( F ) Text T "120" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "125" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "131" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "133" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "136" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "145" xerox/pressfonts/helvetica [10.0 0.0 483.8457 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "101" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 446.5418][1 1.0] F 1.0 props: ( F ) Text T "106" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 422.3622][1 1.0] F 1.0 props: ( F ) Text T "110" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 398.1544][1 1.0] F 1.0 props: ( F ) Text T "114" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 373.9748][1 1.0] F 1.0 props: ( F ) Text T "117" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "121" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "126" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "132" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "139" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "141" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "104" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 446.5418][1 1.0] F 1.0 props: ( F ) Text T "105" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 422.3622][1 1.0] F 1.0 props: ( F ) Text T "109" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 398.1544][1 1.0] F 1.0 props: ( F ) Text T "112" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 373.9748][1 1.0] F 1.0 props: ( F ) Text T "115" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 349.7669][1 1.0] F 1.0 props: ( F ) Text T "118" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 325.5874][1 1.0] F 1.0 props: ( F ) Text T "122" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 301.3796][1 1.0] F 1.0 props: ( F ) Text T "123" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 277.2][1 1.0] F 1.0 props: ( F ) Text T "127" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 253.0205][1 1.0] F 1.0 props: ( F ) Text T "129" xerox/pressfonts/helvetica [10.0 0.0 532.2331 0.0 10.0 228.8126][1 1.0] F 1.0 props: ( F ) Text T "11" xerox/pressfonts/helvetica [10.0 0.0 122.9953 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "12" xerox/pressfonts/helvetica [10.0 0.0 147.1748 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "16" xerox/pressfonts/helvetica [10.0 0.0 171.3827 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "13" xerox/pressfonts/helvetica [10.0 0.0 171.3827 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "19" xerox/pressfonts/helvetica [10.0 0.0 195.5622 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "17" xerox/pressfonts/helvetica [10.0 0.0 195.5622 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "14" xerox/pressfonts/helvetica [10.0 0.0 195.5622 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "10" xerox/pressfonts/helvetica [10.0 0.0 195.5622 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "6" xerox/pressfonts/helvetica [10.0 0.0 197.5748 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "22" xerox/pressfonts/helvetica [10.0 0.0 219.7417 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "20" xerox/pressfonts/helvetica [10.0 0.0 219.7417 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "18" xerox/pressfonts/helvetica [10.0 0.0 219.7417 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "15" xerox/pressfonts/helvetica [10.0 0.0 219.7417 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "25" xerox/pressfonts/helvetica [10.0 0.0 243.9496 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "24" xerox/pressfonts/helvetica [10.0 0.0 243.9496 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "23" xerox/pressfonts/helvetica [10.0 0.0 243.9496 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "21" xerox/pressfonts/helvetica [10.0 0.0 243.9496 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "29" xerox/pressfonts/helvetica [10.0 0.0 268.1292 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "28" xerox/pressfonts/helvetica [10.0 0.0 268.1292 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "27" xerox/pressfonts/helvetica [10.0 0.0 268.1292 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "26" xerox/pressfonts/helvetica [10.0 0.0 268.1292 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "30" xerox/pressfonts/helvetica [10.0 0.0 292.337 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "33" xerox/pressfonts/helvetica [10.0 0.0 292.337 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "32" xerox/pressfonts/helvetica [10.0 0.0 292.337 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "31" xerox/pressfonts/helvetica [10.0 0.0 292.337 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "37" xerox/pressfonts/helvetica [10.0 0.0 316.5165 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "34" xerox/pressfonts/helvetica [10.0 0.0 316.5165 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "35" xerox/pressfonts/helvetica [10.0 0.0 316.5165 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "36" xerox/pressfonts/helvetica [10.0 0.0 316.5165 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "38" xerox/pressfonts/helvetica [10.0 0.0 340.7244 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "39" xerox/pressfonts/helvetica [10.0 0.0 340.7244 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "40" xerox/pressfonts/helvetica [10.0 0.0 340.7244 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "41" xerox/pressfonts/helvetica [10.0 0.0 340.7244 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "42" xerox/pressfonts/helvetica [10.0 0.0 364.904 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "43" xerox/pressfonts/helvetica [10.0 0.0 364.904 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "44" xerox/pressfonts/helvetica [10.0 0.0 364.904 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "46" xerox/pressfonts/helvetica [10.0 0.0 364.904 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "45" xerox/pressfonts/helvetica [10.0 0.0 389.0835 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "47" xerox/pressfonts/helvetica [10.0 0.0 389.0835 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "49" xerox/pressfonts/helvetica [10.0 0.0 389.0835 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "52" xerox/pressfonts/helvetica [10.0 0.0 389.0835 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "48" xerox/pressfonts/helvetica [10.0 0.0 413.2914 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "50" xerox/pressfonts/helvetica [10.0 0.0 413.2914 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "53" xerox/pressfonts/helvetica [10.0 0.0 413.2914 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "57" xerox/pressfonts/helvetica [10.0 0.0 413.2914 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "61" xerox/pressfonts/helvetica [10.0 0.0 413.2914 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "51" xerox/pressfonts/helvetica [10.0 0.0 437.4709 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "54" xerox/pressfonts/helvetica [10.0 0.0 437.4709 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "58" xerox/pressfonts/helvetica [10.0 0.0 437.4709 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "63" xerox/pressfonts/helvetica [10.0 0.0 437.4709 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "67" xerox/pressfonts/helvetica [10.0 0.0 437.4709 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "73" xerox/pressfonts/helvetica [10.0 0.0 437.4709 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "55" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "59" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "64" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "68" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "71" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "82" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Text T "88" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 519.1087][1 1.0] F 1.0 props: ( F ) Text T "93" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 494.9292][1 1.0] F 1.0 props: ( F ) Text T "98" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 470.7496][1 1.0] F 1.0 props: ( F ) Text T "56" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "65" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "66" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "70" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "76" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "81" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "85" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Text T "90" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 519.1087][1 1.0] F 1.0 props: ( F ) Text T "94" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 494.9292][1 1.0] F 1.0 props: ( F ) Text T "99" xerox/pressfonts/helvetica [10.0 0.0 485.8583 0.0 10.0 470.7496][1 1.0] F 1.0 props: ( F ) Text T "60" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "72" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "69" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "75" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "80" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "84" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "87" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Text T "91" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 519.1087][1 1.0] F 1.0 props: ( F ) Text T "95" xerox/pressfonts/helvetica [10.0 0.0 510.0662 0.0 10.0 494.9292][1 1.0] F 1.0 props: ( F ) Text T "100" xerox/pressfonts/helvetica [10.0 0.0 508.0536 0.0 10.0 470.7496][1 1.0] F 1.0 props: ( F ) Text T "62" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 688.4504][1 1.0] F 1.0 props: ( F ) Text T "74" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 664.271][1 1.0] F 1.0 props: ( F ) Text T "78" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "79" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) Text T "83" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 591.704][1 1.0] F 1.0 props: ( F ) Text T "86" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "89" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 543.3166][1 1.0] F 1.0 props: ( F ) Text T "92" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 519.1087][1 1.0] F 1.0 props: ( F ) Text T "96" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 494.9292][1 1.0] F 1.0 props: ( F ) Text T "97" xerox/pressfonts/helvetica [10.0 0.0 534.2458 0.0 10.0 470.7496][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 268.1292 0.0 32.0 579.0331][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 219.7417 0.0 32.0 579.0331][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 316.5165 0.0 32.0 579.0331][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 364.904 0.0 32.0 579.0331][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 437.4709 0.0 32.0 530.674][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 437.4709 0.0 32.0 482.2867][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 437.4709 0.0 32.0 433.8992][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 437.4709 0.0 32.0 385.5118][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 171.3827 0.0 32.0 361.304][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 171.3827 0.0 32.0 409.6914][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 171.3827 0.0 32.0 458.0788][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 171.3827 0.0 32.0 506.4662][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 389.0835 0.0 32.0 312.9449][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 340.7244 0.0 32.0 312.9449][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 292.337 0.0 32.0 312.9449][1 1.0] F 1.0 props: ( F ) Text T "I" Xerox/Pressfonts/Gates [32.0 0.0 243.9496 0.0 32.0 312.9449][1 1.0] F 1.0 props: ( F ) Text T "o" Xerox/Pressfonts/Gates [32.0 0.0 296.3622 0.0 32.0 486.3118][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 243.9496 0.0 32.0 568.9701][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 292.337 0.0 32.0 568.9701][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 340.7244 0.0 32.0 568.9701][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 389.0835 0.0 32.0 568.9701][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 437.4709 0.0 32.0 496.4032][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 437.4709 0.0 32.0 448.0158][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 437.4709 0.0 32.0 399.6284][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 437.4709 0.0 32.0 351.241][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 364.904 0.0 32.0 302.8536][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 316.5165 0.0 32.0 302.8536][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 268.1292 0.0 32.0 302.8536][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 219.7417 0.0 32.0 302.8536][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 171.3827 0.0 32.0 375.4205][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 171.3827 0.0 32.0 423.8079][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 171.3827 0.0 32.0 472.1953][1 1.0] F 1.0 props: ( F ) Text T "n" Xerox/Pressfonts/Gates [32.0 0.0 171.3827 0.0 32.0 520.5827][1 1.0] F 1.0 props: ( F ) Text T "77" xerox/pressfonts/helvetica [10.0 0.0 461.6788 0.0 10.0 567.4961][1 1.0] F 1.0 props: ( F ) Text T "266" xerox/pressfonts/helvetica [10.0 0.0 96.7748 0.0 10.0 640.0914][1 1.0] F 1.0 props: ( F ) Text T "256" xerox/pressfonts/helvetica [10.0 0.0 72.59528 0.0 10.0 615.8835][1 1.0] F 1.0 props: ( F ) –Ò222.422 mm topLeading 222.422 mm topIndent 1.411111 mm bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff–:0.0 mm xmin 0.0 mm ymin 181.7156 mm xmax 219.5997 mm ymax – Interpress–“ªInterpress/Xerox/3.0  f j k j¡¥“ļ= ¤ ¨ x jÄãHÄÿG5½ ¢ ¨ x jª ¤ÄçƒÄô ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“ÁLegend:– k x jª ¤Ä@µhÄ Y÷ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“ÁVcc– k x jÀ ¤Ä2<ÄL¯š ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Ä2<Ä9< ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Ä(Ó0ÄÈ‚Í ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jª ¤ÄNcOÄ3 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“ÁView from top of Package– k x jª ¤Ä@µhÄô ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“ÁGround– k x jÀ ¤Ä)‰Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄ<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Ä<[ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄ’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Ä’¹: ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Äw`3 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Äh¶+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄU{¦ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄB»" ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄKO# ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄÄ} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Äøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Äøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Äøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Äøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Äøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Äøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Äøu… ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄcS8 ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄeÆ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄÇÓw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Äqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Äqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Äqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Äqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Äqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Äqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Äqy ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄ7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Ä7. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄU"= ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Ä7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄ7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Ä7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄ7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Ä7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Ä7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Ä7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Ä7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄ7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Ä7#% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&ÄAž; ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄ3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Ä3} ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄ9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Ä9.E ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄL&Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä@ðÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä;Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä’·QÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3 Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä3ÉÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äœ9[Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä¥yfÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄTíÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄµËGÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äm{Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Äg†Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄÝ©Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄC%WÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä2ì5Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄíÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä>Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄLÂ;Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤ÄøÄ"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k x jÀ ¤Ä)‰Ä"(% ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Ái– k¡¡¨Ä<µRÄœ£D™Ä£yaŽÄˆ$;Ä<µRŽÄœ£D¡¡¡¡™¡¡¨Ä£yaÄ—:o™Ä£ÜaŽÄŠq<Ä£yaŽÄ—:o¡¡¡¡™¡¡¨Ä<µRÄMn9™Ä£ÜaŽÄ—:oÄ<µRŽÄMn9¡¡¡¡™¡¡¨Ä<µRÄMn9™ÄtœŽÄŠq<Ä<µRŽÄMn9¡¡¡¡™¡¡¨Äzé™ÄÂVəĥyfŽÄ Äz陎ÄÂVÉ¡¡¡¡™¡¡¨Ä¥yfÄJ4™Ä<,%ŽÄÎ{\Ä¥yfŽÄJ4¡¡¡¡™¡¡¨Äzé™Ä’hg™Ä<,%ŽÄJ4Äz陎Ä’hg¡¡¡¡™¡¡¨Äzé™Ä’hg™Ä%#.ŽÄÎ{\Äz陎Ä’hg¡¡¡¡™¡¡¨ÄhY}ÄÎ{\™Ä2<ŽÄŠq<ÄhY}ŽÄÎ{\¡¡¡¡™¡¡¨Ä(Ó0ÄÎ{\™ÄgxŽÄŠq<Ä(Ó0ŽÄÎ{\¡¡¡¡™¡¡¨ÄíÄÎ{\™ÄoŽÄŠq<ÄíŽÄÎ{\¡¡¡¡™¡¡¨Äœ ±ÄÎ{\™Ä"µ'ŽÄŠq<Äœ ±ŽÄÎ{\¡¡¡¡™¡¡¨Äz¼ÃÄÎ{\™Ä’·¢ŽÄŠq<Äz¼ÃŽÄÎ{\¡¡¡¡™¡¡¨ÄmŸxÄÎ{\™ÄˆªŽÄŠq<ÄmŸxŽÄÎ{\¡¡¡¡™¡¡¨Ä_¶gÄÎ{\™ÄH(MŽÄŠq<Ä_¶gŽÄÎ{\¡¡¡¡™¡¡¨ÄhçoÄÎ{\™ÄqfwŽÄŠq<ÄhçoŽÄÎ{\¡¡¡¡™¡¡¨Ä]/WÄÎ{\™ÄSMŽÄŠq<Ä]/WŽÄÎ{\¡¡¡¡™¡¡¨Äg†ÄÎ{\™Ä•ˆŽÄŠq<Äg†ŽÄÎ{\¡¡¡¡™¡¡¨ÄkgÄÎ{\™Äºo²ŽÄŠq<ÄkgŽÄÎ{\¡¡¡¡™¡¡¨Äà6ÛÄÎ{\™Ä€õ}ŽÄŠq<Äà6ÛŽÄÎ{\¡¡¡¡™¡¡¨Ä‰ˆÄÎ{\™Ä§¡¥ŽÄŠq<ĉˆŽÄÎ{\¡¡¡¡™¡¡¨ÄNcOÄÎ{\™ÄwwŽÄŠq<ÄNcOŽÄÎ{\¡¡¡¡™¡¡¨ÄM%OÄÎ{\™œŽÄŠq<ÄM%OŽÄÎ{\¡¡¡¡™¡¡¨Ä2ì5ÄÎ{\™ÄsEwŽÄŠq<Ä2ì5ŽÄÎ{\¡¡¡¡™¡¡¨ÄIçDÄÎ{\™Ä‘—…ŽÄŠq<ÄIçDŽÄÎ{\¡¡¡¡™¡¡¨ÄÀñ¯ÄÎ{\™Ä…?xŽÄŠq<ÄÀñ¯ŽÄÎ{\¡¡¡¡™¡¡¨Ä5­0ÄÎ{\™ÄKsCŽÄŠq<Ä5­0ŽÄÎ{\¡¡¡¡™¡¡¨Ä)ö%ÄÎ{\™Äe¢YŽÄŠq<Ä)ö%ŽÄÎ{\¡¡¡¡™¡¡¨Äm{ÄÎ{\™ÄC%:ŽÄŠq<Äm{ŽÄÎ{\¡¡¡¡™¡¡¨Ä¢×CÄÎ{\™Ä]ßPŽÄŠq<Ä¢×CŽÄÎ{\¡¡¡¡™¡¡¨ÄèÄÎ{\™ÄJê?ŽÄŠq<ÄèŽÄÎ{\¡¡¡¡™¡¡¨ÄtaÄÎ{\™Ä|gŽÄŠq<ÄtaŽÄÎ{\¡¡¡¡™¡¡¨Äh„OÄÎ{\™Äi#OŽÄŠq<Äh„OŽÄÎ{\¡¡¡¡™¡¡¨ÄgFOÄÎ{\™ÄgåOŽÄŠq<ÄgFOŽÄÎ{\¡¡¡¡™¡¡¨ÄŒÇmÄÎ{\™Ä¥ŽÄŠq<ÄŒÇmŽÄÎ{\¡¡¡¡™¡¡¨ÄA3ÄÎ{\™ÄúQÃŽÄŠq<ÄA3ŽÄÎ{\¡¡¡¡™¡¡¨Ä ÄÎ{\™Ä5A*ŽÄŠq<Ä ŽÄÎ{\¡¡¡¡™¡¡¨ÄTíÄÎ{\™ÄXUŽÄŠq<ÄTíŽÄÎ{\¡¡¡¡™¡¡¨ÄœÄÎ{\™Äpƒ[ŽÄŠq<ÄœŽÄÎ{\¡¡¡¡™¡¡¨ÄVGÄÎ{\™ÄE”9ŽÄŠq<ÄVGŽÄÎ{\¡¡¡¡™¡¡¨ÄµËGÄÎ{\™ÄL^sŽÄŠq<ĵËGŽÄÎ{\¡¡¡¡™¡¡¨ÄÁ³ÄÎ{\™Ä—:oŽÄŠq<ÄÁ³ŽÄÎ{\¡¡¡¡™¡¡¨Ä@g/ÄÎ{\™ÄäŽÄŠq<Ä@g/ŽÄÎ{\¡¡¡¡™¡¡¨Ä-ÄÎ{\™Ä‘gŽÄŠq<Ä-ŽÄÎ{\¡¡¡¡™¡¡¨ÄpÄÎ{\™Ä.…!ŽÄŠq<ÄpŽÄÎ{\¡¡¡¡™¡¡¨ÄA5.ÄÎ{\™ÄJ4ŽÄŠq<ÄA5.ŽÄÎ{\¡¡¡¡™¡¡¨Ä3 ÄÎ{\™Ä¢ÙqŽÄŠq<Ä3 ŽÄÎ{\¡¡¡¡™¡¡¨Ä•?gÄÎ{\™ÄÅŽÄŠq<Ä•?gŽÄÎ{\¡¡¡¡™¡¡¨ÄàÄÎ{\™ÄJe/ŽÄŠq<ÄàŽÄÎ{\¡¡¡¡™¡¡¨Ä ›gÄÎ{\™ÄŽÄŠq<Ä ›gŽÄÎ{\¡¡¡¡™¡¡¨Ä¥)kÄÎ{\™Ä9g%ŽÄŠq<Ä¥)kŽÄÎ{\¡¡¡¡™¡¡¨Ä3ÉÄÎ{\™ÄpIŽÄŠq<Ä3ÉŽÄÎ{\¡¡¡¡™¡¡¨ÄÀÄÎ{\™Ä= ŽÄŠq<ÄÀŽÄÎ{\¡¡¡¡™¡¡¨Ä&ÄÅÄÎ{\™ÄšígŽÄŠq<Ä&ÄÅŽÄÎ{\¡¡¡¡™¡¡¨ÄHŒ1ÄÎ{\™Ä´yŽÄŠq<ÄHŒ1ŽÄÎ{\¡¡¡¡™¡¡¨Ä6‹ÔÄÎ{\™Ä¹~ŽÄŠq<Ä6‹ÔŽÄÎ{\¡¡¡¡™¡¡¨Äj–CÄÎ{\™Ä®BmŽÄŠq<Äj–CŽÄÎ{\¡¡¡¡™¡¡¨Äj–CÄ—:o™Ä®BmŽÄJ4Äj–CŽÄ—:o¡¡¡¡™¡¡¨Ä6‹ÔÄ—:o™Ä¹~ŽÄJ4Ä6‹ÔŽÄ—:o¡¡¡¡™¡¡¨ÄHŒ1Ä—:o™Ä´yŽÄJ4ÄHŒ1ŽÄ—:o¡¡¡¡™¡¡¨Ä&ÄÅÄ—:o™ÄšígŽÄJ4Ä&ÄÅŽÄ—:o¡¡¡¡™¡¡¨ÄÀÄ—:o™Ä= ŽÄJ4ÄÀŽÄ—:o¡¡¡¡™¡¡¨Ä3ÉÄ—:o™ÄpIŽÄJ4Ä3ÉŽÄ—:o¡¡¡¡™¡¡¨Ä¥)kÄ—:o™Ä9g%ŽÄJ4Ä¥)kŽÄ—:o¡¡¡¡™¡¡¨Ä ›gÄ—:o™ÄŽÄJ4Ä ›gŽÄ—:o¡¡¡¡™¡¡¨ÄàÄ—:o™ÄJe/ŽÄJ4ÄàŽÄ—:o¡¡¡¡™¡¡¨Ä•?gÄ—:o™ÄÅŽÄJ4Ä•?gŽÄ—:o¡¡¡¡™¡¡¨Ä3 Ä—:o™Ä¢ÙqŽÄJ4Ä3 ŽÄ—:o¡¡¡¡™¡¡¨ÄA5.Ä—:o™ÄJ4ŽÄJ4ÄA5.ŽÄ—:o¡¡¡¡™¡¡¨ÄpÄ—:o™Ä.…!ŽÄJ4ÄpŽÄ—:o¡¡¡¡™¡¡¨Ä-Ä—:o™Ä‘gŽÄJ4Ä-ŽÄ—:o¡¡¡¡™¡¡¨Ä@g/Ä—:o™ÄäŽÄJ4Ä@g/ŽÄ—:o¡¡¡¡™¡¡¨ÄÁ³Ä—:o™Ä—:oŽÄJ4ÄÁ³ŽÄ—:o¡¡¡¡™¡¡¨ÄµËGÄ—:o™ÄL^sŽÄJ4ĵËGŽÄ—:o¡¡¡¡™¡¡¨ÄVGÄ—:o™ÄE”9ŽÄJ4ÄVGŽÄ—:o¡¡¡¡™¡¡¨ÄœÄ—:o™Äpƒ[ŽÄJ4ÄœŽÄ—:o¡¡¡¡™¡¡¨ÄTíÄ—:o™ÄXUŽÄJ4ÄTíŽÄ—:o¡¡¡¡™¡¡¨Ä Ä—:o™Ä5A*ŽÄJ4Ä ŽÄ—:o¡¡¡¡™¡¡¨ÄA3Ä—:o™ÄúQÃŽÄJ4ÄA3ŽÄ—:o¡¡¡¡™¡¡¨ÄŒÇmÄ—:o™Ä¥ŽÄJ4ÄŒÇmŽÄ—:o¡¡¡¡™¡¡¨ÄgFOÄ—:o™ÄgåOŽÄJ4ÄgFOŽÄ—:o¡¡¡¡™¡¡¨Äh„OÄ—:o™Äi#OŽÄJ4Äh„OŽÄ—:o¡¡¡¡™¡¡¨ÄtaÄ—:o™Ä|gŽÄJ4ÄtaŽÄ—:o¡¡¡¡™¡¡¨ÄèÄ—:o™ÄJê?ŽÄJ4ÄèŽÄ—:o¡¡¡¡™¡¡¨Ä¢×CÄ—:o™Ä]ßPŽÄJ4Ä¢×CŽÄ—:o¡¡¡¡™¡¡¨Äm{Ä—:o™ÄC%:ŽÄJ4Äm{ŽÄ—:o¡¡¡¡™¡¡¨Ä)ö%Ä—:o™Äe¢YŽÄJ4Ä)ö%ŽÄ—:o¡¡¡¡™¡¡¨Ä5­0Ä—:o™ÄKsCŽÄJ4Ä5­0ŽÄ—:o¡¡¡¡™¡¡¨ÄÀñ¯Ä—:o™Ä…?xŽÄJ4ÄÀñ¯ŽÄ—:o¡¡¡¡™¡¡¨ÄIçDÄ—:o™Ä‘—…ŽÄJ4ÄIçDŽÄ—:o¡¡¡¡™¡¡¨Ä2ì5Ä—:o™ÄsEwŽÄJ4Ä2ì5ŽÄ—:o¡¡¡¡™¡¡¨ÄM%OÄ—:o™œŽÄJ4ÄM%OŽÄ—:o¡¡¡¡™¡¡¨ÄNcOÄ—:o™ÄwwŽÄJ4ÄNcOŽÄ—:o¡¡¡¡™¡¡¨Ä‰ˆÄ—:o™Ä§¡¥ŽÄJ4ĉˆŽÄ—:o¡¡¡¡™¡¡¨Äà6ÛÄ—:o™Ä€õ}ŽÄJ4Äà6ÛŽÄ—:o¡¡¡¡™¡¡¨ÄkgÄ—:o™Äºo²ŽÄJ4ÄkgŽÄ—:o¡¡¡¡™¡¡¨Äg†Ä—:o™Ä•ˆŽÄJ4Äg†ŽÄ—:o¡¡¡¡™¡¡¨Ä]/WÄ—:o™ÄSMŽÄJ4Ä]/WŽÄ—:o¡¡¡¡™¡¡¨ÄhçoÄ—:o™ÄqfwŽÄJ4ÄhçoŽÄ—:o¡¡¡¡™¡¡¨Ä_¶gÄ—:o™ÄH(MŽÄJ4Ä_¶gŽÄ—:o¡¡¡¡™¡¡¨ÄmŸxÄ—:o™ÄˆªŽÄJ4ÄmŸxŽÄ—:o¡¡¡¡™¡¡¨Äz¼ÃÄ—:o™Ä’·¢ŽÄJ4Äz¼ÃŽÄ—:o¡¡¡¡™¡¡¨Äœ ±Ä—:o™Ä"µ'ŽÄJ4Äœ ±ŽÄ—:o¡¡¡¡™¡¡¨ÄíÄ—:o™ÄoŽÄJ4ÄíŽÄ—:o¡¡¡¡™¡¡¨Ä(Ó0Ä—:o™ÄgxŽÄJ4Ä(Ó0ŽÄ—:o¡¡¡¡™¡¡¨ÄhY}Ä—:o™Ä2<ŽÄJ4ÄhY}ŽÄ—:o¡¡¡¡™¡¡¨Ä¥yfÄ‚;™Ä£yaŽÄ0{Ä¥yfŽÄ‚;¡¡¡¡™¡¡¨Ä¥yfĸəģyaŽÄуÄ¥yfŽÄ¸É¡¡¡¡™¡¡¨Ä¥yfĈî?™Ä£yaŽÄWA(Ä¥yfŽÄˆî?¡¡¡¡™¡¡¨Ä¥yfĬŸP™Ä£yaŽÄ ÔÄ¥yfŽÄ¬ŸP¡¡¡¡™¡¡¨Ä¥yfÄ|=:™Ä£yaŽÄ3Ä¥yfŽÄ|=:¡¡¡¡™¡¡¨Ä¥yfÄPw'™Ä£yaŽÄ8»—Ä¥yfŽÄPw'¡¡¡¡™¡¡¨Ä¥yfă…™Ä£yaŽÄvô9Ä¥yfŽÄƒ…¡¡¡¡™¡¡¨Ä¥yfÄ@ð™Ä£yaŽÄdí0Ä¥yfŽÄ@ð¡¡¡¡™¡¡¨Ä¥yfÄgC™Ä£yaŽÄAý˜Ä¥yfŽÄgC¡¡¡¡™¡¡¨Ä¥yfÄ•D™Ä£yaŽÄ;ÁÄ¥yfŽÄ•D¡¡¡¡™¡¡¨Ä¥yfÄû×{™Ä£yaŽÄ+ýÄ¥yfŽÄû×{¡¡¡¡™¡¡¨Ä¥yfÄi§²™Ä£yaŽÄÄ¥yfŽÄi§²¡¡¡¡™¡¡¨Ä¥yfÄ`Å0™Ä£yaŽÄyo<Ä¥yfŽÄ`Å0¡¡¡¡™¡¡¨Ä¥yfÄîw™Ä£yaŽÄÿÄ¥yfŽÄîw¡¡¡¡™¡¡¨Ä¥yfÄOa(™Ä£yaŽÄeOÄ¥yfŽÄOa(¡¡¡¡™¡¡¨Ä¥yfÄ;™Ä£yaŽÄÅgÄ¥yfŽÄ;¡¡¡¡™¡¡¨Ä¥yfÄ“ôM™Ä£yaŽÄ¦†ÛÄ¥yfŽÄ“ôM¡¡¡¡™¡¡¨Ä¥yfÄæŠw™Ä£yaŽÄg5Ä¥yfŽÄæŠw¡¡¡¡™¡¡¨Ä¥yfÄN(™Ä£yaŽÄšéOÄ¥yfŽÄN(¡¡¡¡™¡¡¨Ä¥yf˜™Ä£yaŽÄœ'OÄ¥yfŽ˜¡¡¡¡™¡¡¨Ä¥yfÄ2/¢™Ä£yaŽÄã¿xÄ¥yfŽÄ2/¢¡¡¡¡™¡¡¨Ä¥yfÄI'™Ä£yaŽÄ2°ÃÄ¥yfŽÄI'¡¡¡¡™¡¡¨Ä¥yfć«I™Ä£yaŽÄn;Ä¥yfŽÄ‡«I¡¡¡¡™¡¡¨Ä¥yfĈՙģyaŽÄi|9Ä¥yfŽÄˆÕ¡¡¡¡™¡¡¨Ä¥yfÄziC™Ä£yaŽÄX0Ä¥yfŽÄziC¡¡¡¡™¡¡¨Ä¥yfÄ_həģyaŽÄF?(Ä¥yfŽÄ_hÉ¡¡¡¡™¡¡¨Ä¥yfÄo"?™Ä£yaŽÄÜÄ¥yfŽÄo"?¡¡¡¡™¡¡¨Ä¥yfÄŽaP™Ä£yaŽÄ CÄ¥yfŽÄŽaP¡¡¡¡™¡¡¨Ä¥yfÄh#:™Ä£yaŽÄÝÏ{Ä¥yfŽÄh#:¡¡¡¡™¡¡¨Ä¥yfÄ’·Q™Ä£yaŽÄ²GbÄ¥yfŽÄ’·Q¡¡¡¡™¡¡¨Ä¥yfÄbÀ9™Ä£yaŽÄ£—^Ä¥yfŽÄbÀ9¡¡¡¡™¡¡¨Ä¥yfÄœ9[™Ä£yaŽÄÛÄ¥yfŽÄœ9[¡¡¡¡™¡¡¨Ä¥yfÄ(әģyaŽÄBú½Ä¥yfŽÄ(Ó¡¡¡¡™¡¡¨Ä¥yfÄ֙ģyaŽÄŒˆSÄ¥yfŽÄÖ¡¡¡¡™¡¡¨Ä¥yfÄ´Ml™Ä£yaŽÄU‹3Ä¥yfŽÄ´Ml¡¡¡¡™¡¡¨Ä¥yfÄ°’o™Ä£yaŽÄä™Ä¥yfŽÄ°’o¡¡¡¡™¡¡¨Ä¥yfÄï>s™Ä£yaŽÄáGÄ¥yfŽÄï>s¡¡¡¡™¡¡¨Ä¥yfÄ¥yf™Ä£yaŽÄ€ÈOÄ¥yfŽÄ¥yf¡¡¡¡™¡¡¨Ä¥yfÄgO™Ä£yaŽÄ‚OÄ¥yfŽÄgO¡¡¡¡™¡¡¨Ä¥yfÄ‚¥O™Ä£yaŽÄƒDOÄ¥yfŽÄ‚¥O¡¡¡¡™¡¡¨Ä¥yfÄà™Ä£yaŽÄJe/Ä¥yfŽÄà¡¡¡¡™¡¡¨Ä¥yfÄ ›g™Ä£yaŽÄÄ¥yfŽÄ ›g¡¡¡¡™¡¡¨Ä¥yfÄ¥)k™Ä£yaŽÄ9g%Ä¥yfŽÄ¥)k¡¡¡¡™¡¡¨Ä¥yfÄOq4™Ä£yaŽÄF£.Ä¥yfŽÄOq4¡¡¡¡™¡¡¨Ä¥yfÄÀ™Ä£yaŽÄ= Ä¥yfŽÄÀ¡¡¡¡™¡¡¨Ä¥yfÄ•?g™Ä£yaŽÄÅÄ¥yfŽÄ•?g¡¡¡¡™¡¡¨Ä¥yfÄ…J[™Ä£yaŽÄH(1Ä¥yfŽÄ…J[¡¡¡¡™¡¡¨Ä¥yfÄHŒ1™Ä£yaŽÄ´yÄ¥yfŽÄHŒ1¡¡¡¡™¡¡¨Ä¥yfÄ&ÄřģyaŽÄšígÄ¥yfŽÄ&ÄÅ¡¡¡¡™¡¡¨Ä<µRÄ&ÄÅ™Äz陎ÄšígÄ<µRŽÄ&ÄÅ¡¡¡¡™¡¡¨Ä<µRÄHŒ1™Äz陎Ä´yÄ<µRŽÄHŒ1¡¡¡¡™¡¡¨Ä<µRÄ…J[™Äz陎ÄH(1Ä<µRŽÄ…J[¡¡¡¡™¡¡¨Ä<µRÄ•?g™Äz陎ÄÅÄ<µRŽÄ•?g¡¡¡¡™¡¡¨Ä<µRÄÀ™Äz陎Ä= Ä<µRŽÄÀ¡¡¡¡™¡¡¨Ä<µRÄOq4™Äz陎ÄF£.Ä<µRŽÄOq4¡¡¡¡™¡¡¨Ä<µRÄ¥)k™Äz陎Ä9g%Ä<µRŽÄ¥)k¡¡¡¡™¡¡¨Ä<µRÄ ›g™Äz陎ÄÄ<µRŽÄ ›g¡¡¡¡™¡¡¨Ä<µRÄà™Äz陎ÄJe/Ä<µRŽÄà¡¡¡¡™¡¡¨Ä<µRÄ‚¥O™Äz陎ăDOÄ<µRŽÄ‚¥O¡¡¡¡™¡¡¨Ä<µRÄgO™Äz陎Ä‚OÄ<µRŽÄgO¡¡¡¡™¡¡¨Ä<µRÄ¥yf™Äz陎Ä€ÈOÄ<µRŽÄ¥yf¡¡¡¡™¡¡¨Ä<µRÄï>s™Äz陎ÄáGÄ<µRŽÄï>s¡¡¡¡™¡¡¨Ä<µRÄ°’o™Äz陎Ää™Ä<µRŽÄ°’o¡¡¡¡™¡¡¨Ä<µRÄ´Ml™Äz陎ÄU‹3Ä<µRŽÄ´Ml¡¡¡¡™¡¡¨Ä<µRÄÖ™Äz陎ÄŒˆSÄ<µRŽÄÖ¡¡¡¡™¡¡¨Ä<µRÄ(Ó™Äz陎ÄBú½Ä<µRŽÄ(Ó¡¡¡¡™¡¡¨Ä<µRÄœ9[™Äz陎ÄÛÄ<µRŽÄœ9[¡¡¡¡™¡¡¨Ä<µRÄbÀ9™Äz陎Ä£—^Ä<µRŽÄbÀ9¡¡¡¡™¡¡¨Ä<µRÄ’·Q™Äz陎IJGbÄ<µRŽÄ’·Q¡¡¡¡™¡¡¨Ä<µRÄh#:™Äz陎ÄÝÏ{Ä<µRŽÄh#:¡¡¡¡™¡¡¨Ä<µRÄŽaP™Äz陎Ä CÄ<µRŽÄŽaP¡¡¡¡™¡¡¨Ä<µRÄo"?™Äz陎ÄÜÄ<µRŽÄo"?¡¡¡¡™¡¡¨Ä<µRÄ_hÉ™Äz陎ÄF?(Ä<µRŽÄ_hÉ¡¡¡¡™¡¡¨Ä<µRÄziC™Äz陎ÄX0Ä<µRŽÄziC¡¡¡¡™¡¡¨Ä<µRĈՙÄz陎Äi|9Ä<µRŽÄˆÕ¡¡¡¡™¡¡¨Ä<µRć«I™Äz陎Än;Ä<µRŽÄ‡«I¡¡¡¡™¡¡¨Ä<µRÄI'™Äz陎Ä2°ÃÄ<µRŽÄI'¡¡¡¡™¡¡¨Ä<µRÄ2/¢™Äz陎Äã¿xÄ<µRŽÄ2/¢¡¡¡¡™¡¡¨Ä<µR˜™Äz陎Äœ'OÄ<µRŽ˜¡¡¡¡™¡¡¨Ä<µRÄN(™Äz陎ÄšéOÄ<µRŽÄN(¡¡¡¡™¡¡¨Ä<µRÄæŠw™Äz陎Äg5Ä<µRŽÄæŠw¡¡¡¡™¡¡¨Ä<µRÄ“ôM™Äz陎Ħ†ÛÄ<µRŽÄ“ôM¡¡¡¡™¡¡¨Ä<µRÄ;™Äz陎ÄÅgÄ<µRŽÄ;¡¡¡¡™¡¡¨Ä<µRÄOa(™Äz陎ÄeOÄ<µRŽÄOa(¡¡¡¡™¡¡¨Ä<µRÄîw™Äz陎ÄÿÄ<µRŽÄîw¡¡¡¡™¡¡¨Ä<µRÄ`Å0™Äz陎Äyo<Ä<µRŽÄ`Å0¡¡¡¡™¡¡¨Ä<µRÄi§²™Äz陎ÄÄ<µRŽÄi§²¡¡¡¡™¡¡¨Ä<µRÄû×{™Äz陎Ä+ýÄ<µRŽÄû×{¡¡¡¡™¡¡¨Ä<µRÄ•D™Äz陎Ä;ÁÄ<µRŽÄ•D¡¡¡¡™¡¡¨Ä<µRÄgC™Äz陎ÄAý˜Ä<µRŽÄgC¡¡¡¡™¡¡¨Ä<µRÄ@ð™Äz陎Ädí0Ä<µRŽÄ@ð¡¡¡¡™¡¡¨Ä<µRă…™Äz陎Ävô9Ä<µRŽÄƒ…¡¡¡¡™¡¡¨Ä<µRÄPw'™Äz陎Ä8»—Ä<µRŽÄPw'¡¡¡¡™¡¡¨Ä<µRÄ|=:™Äz陎Ä3Ä<µRŽÄ|=:¡¡¡¡™¡¡¨Ä<µRĬŸP™Äz陎Ä ÔÄ<µRŽÄ¬ŸP¡¡¡¡™¡¡¨Ä<µRĈî?™Äz陎ÄWA(Ä<µRŽÄˆî?¡¡¡¡™¡¡¨Ä<µRĸəÄz陎ÄуÄ<µRŽÄ¸É¡¡¡¡™¡¡¨Ä<µRÄ‚;™Äz陎Ä0{Ä<µRŽÄ‚;¡¡¡¡™¡¡¨ÄhY}ÄÊ[™Äj†ŽÄÎ{\ÄhY}ŽÄÊ[¡¡¡¡™¡¡¨Ä®BmĈ™ÄûŸŽÄ5­Ä®BmŽÄˆ¡¡¡¡™¡¡¨Ä®BmÄ$yƒ™ÄûŸŽÄ Ä®BmŽÄ$yƒ¡¡¡¡™¡¡¨Äzé™ÄÉ[™Äp6‰ŽÄ0{Äz陎ÄÉ[¡¡¡¡™¡¡¨Äp6‰Ä|=:™Äe<{ŽÄ0{Äp6‰ŽÄ|=:¡¡¡¡™¡¡¨Äp6‰Ä¨èO™Äœ ±ŽÄ|=:Äp6‰ŽÄ¨èO¡¡¡¡™ x jª ¤Ä’·¢ÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á268– k¡¡¨ÄhY}Ĉ™ÄoŽÄÊ[ÄhY}ŽÄˆ¡¡¡¡™ x jª ¤Ä"µ'Ä ½ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á1– k¡¡¨Ä9g%Ĉ™ÄÀOxŽÄÊ[Ä9g%ŽÄˆ¡¡¡¡™ x jª ¤Ä&ÄÅÄ ½ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á67– k¡¡¨Äb=ÄÉ[™Ä<,%ŽÄ0{Äb=ŽÄÉ[¡¡¡¡™¡¡¨Äb=Ä|=:™Ä¼ouŽÄ0{Äb=ŽÄ|=:¡¡¡¡™¡¡¨Ä¥)kĨèO™Ä¼ouŽÄ|=:Ä¥)kŽÄ¨èO¡¡¡¡™ x jª ¤Ä&ÄÅĨIO ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á68– k¡¡¨Äb=ÄM5™Ä<,%ŽÄT:Äb=ŽÄM5¡¡¡¡™¡¡¨Äb=ÄM5™Ä¼ouŽÄ3ÉÄb=ŽÄM5¡¡¡¡™¡¡¨Ä¥)kÄI%0™Ä¼ouŽÄ3ÉÄ¥)kŽÄI%0¡¡¡¡™¡¡¨Äj–CÄ’hg™ÄtlIŽÄ¢ÙqÄj–CŽÄ’hg¡¡¡¡™¡¡¨Ä¥)kÄ:¼Û™ÄZæ9ŽÄ¢ÙqÄ¥)kŽÄ:¼Û¡¡¡¡™¡¡¨ÄhY}Ä’hg™Äj†ŽÄ¢ÙqÄhY}ŽÄ’hg¡¡¡¡™¡¡¨ÄhY}Ä:¼Û™Äz¼ÃŽÄ¢ÙqÄhY}ŽÄ:¼Û¡¡¡¡™¡¡¨Äzé™ÄM5™Äp6‰ŽÄT:Äz陎ÄM5¡¡¡¡™¡¡¨Äp6‰ÄM5™Äe<{ŽÄ3ÉÄp6‰ŽÄM5¡¡¡¡™¡¡¨Äp6‰ÄI%0™Äœ ±ŽÄ3ÉÄp6‰ŽÄI%0¡¡¡¡™ x jª ¤Äz¼Ãijtw ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á202– k x jª ¤Ä’·¢Ä:¼Û ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á201– k x jª ¤ÄHŒ1Ä L¯ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á134– k x jª ¤ÄHŒ1Ä:¼Û ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á135– k¡¡¨ÄGÄq(™Äw6ŽÄ},ÄGŽÄq(¡¡¡¡™¡¡¨Ä‚;ÄhY}™Ä¹TŽÄ},Ä‚;ŽÄhY}¡¡¡¡™¡¡¨ÄGÄA¢O™ÄÉ[ŽÄhY}ÄGŽÄA¢O¡¡¡¡™¡¡¨ÄGÄA¢O™Ä‚ŽÄχIÄGŽÄA¢O¡¡¡¡™¡¡¨ÄGÄ…?0™Ä£—cŽÄµÃÆÄGŽÄ…?0¡¡¡¡™¡¡¨Ä£—cÄ…?0™Ä6žÉŽÄ},Ä£—cŽÄ…?0¡¡¡¡™ x jª ¤ÄWýÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á263– k x jª ¤ÄWýÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á261– k x jª ¤ÄWýÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á257– k x jª ¤ÄWýÄ ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á252– k x jª ¤ÄWýĈ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á249– k x jª ¤Äû%Ä]G. ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á247– k x jª ¤ÄWýÄ]G. ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á243– k x jª ¤ÄWýÄÚwq ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á239– k x jª ¤ÄWýÄ€øs ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á238– k x jª ¤ÄWýÄ)Ý ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á231– k x jª ¤ÄWýÄ_±: ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á230– k x jª ¤ÄWýÄÓ…ˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á226– k x jª ¤ÄWýÄ­×w ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á223– k x jª ¤ÄWýĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á220– k x jª ¤ÄWýÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á217– k x jª ¤ÄWýÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á213– k x jª ¤ÄWýÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á212– k x jª ¤ÄWýÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á208– k x jª ¤ÄWýÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á196– k x jª ¤Ä)öoÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á260– k x jª ¤Ä)öoÄ ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á255– k x jª ¤Ä)öoĈ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á251– k x jª ¤Ä)öoÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á248– k x jª ¤Ä)öoÄ]G. ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á244– k x jª ¤Ä)öoÄÚwq ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á240– k x jª ¤Ä)öoÄ€øs ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á235– k x jª ¤Ä)öoÄ)Ý ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á234– k x jª ¤Ä)öoÄ_±: ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á229– k x jª ¤Ä)öoÄÓ…ˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á225– k x jª ¤Ä)öoÄ­×w ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á221– k x jª ¤Ä)öoĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á218– k x jª ¤Ä)öoÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á214– k x jª ¤Ä)öoÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á209– k x jª ¤Ä)öoÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á203– k x jª ¤Ä)öoÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á206– k x jª ¤Ä)öoÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á194– k x jª ¤ÄøÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á7– k x jª ¤ÄøÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á5– k x jª ¤Ä>Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á2– k x jª ¤Äm+çÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á265– k x jª ¤Äm+çÄ ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á259– k x jª ¤Äm+çĈ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á254– k x jª ¤Äm+çÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á250– k x jª ¤Äm+çÄ]G. ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á245– k x jª ¤Äm+çÄÚwq ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á241– k x jª ¤Äm+çÄ€øs ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á236– k x jª ¤Äm+çÄ)Ý ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á233– k x jª ¤Äm+çÄ_±: ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á228– k x jª ¤Äm+çÄÓ…ˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á224– k x jª ¤Äm+çÄ­×w ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á219– k x jª ¤Äm+çĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á215– k x jª ¤Äm+çÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á210– k x jª ¤Äm+çÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á204– k x jª ¤Äm+çÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á200– k x jª ¤Äm+çÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á199– k x jª ¤Äm+çÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á267– k x jª ¤Äm+çÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á190– k x jª ¤ÄLÂ;Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á8– k x jª ¤ÄLÂ;Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á3– k x jª ¤ÄLÂ;ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á1– k x jª ¤Äû%Ä ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á264– k x jª ¤Äû%Ĉ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á258– k x jª ¤Äû%ÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á253– k x jª ¤ÄWýÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á246– k x jª ¤Äû%ÄÚwq ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á242– k x jª ¤Äû%Ä€øs ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á237– k x jª ¤Äû%Ä)Ý ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á232– k x jª ¤Äû%Ä_±: ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á227– k x jª ¤Äû%ÄÓ…ˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á222– k x jª ¤Äû%Ä­×w ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á216– k x jª ¤Äû%ĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á211– k x jª ¤Äû%ÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á205– k x jª ¤Äû%Ä%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á202– k x jª ¤Äû%Äj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á198– k x jª ¤Äû%Ä0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á193– k x jª ¤Äû%Äþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á189– k x jª ¤ÄÝ©Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á9– k x jª ¤ÄÝ©ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á4– k x jª ¤ÄOaxÄ ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á268– k x jª ¤ÄOaxĈ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á262– k x jª ¤ÄOaxĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á207– k x jª ¤ÄOaxÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á201– k x jª ¤ÄOaxÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á197– k x jª ¤ÄOaxÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á192– k x jª ¤ÄOaxÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á188– k x jª ¤ÄOaxÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á185– k x jª ¤ÄSìoÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á195– k x jª ¤ÄSìoÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á191– k x jª ¤ÄSìoÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á187– k x jª ¤ÄSìoÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á184– k x jª ¤ÄSìoÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á182– k x jª ¤Ä(Ó0Ä%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á186– k x jª ¤Ä(Ó0Äj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á183– k x jª ¤Ä(Ó0Ä0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á181– k x jª ¤Ä(Ó0Äþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á179– k x jª ¤ÄhçoÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á180– k x jª ¤ÄhçoÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á178– k x jª ¤ÄhçoÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á177– k x jª ¤ÄhçoÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á176– k x jª ¤ÄkgÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á175– k x jª ¤ÄkgÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á174– k x jª ¤ÄkgÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á173– k x jª ¤ÄkgÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á172– k x jª ¤Ä)ö%Äþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á171– k x jª ¤Ä)ö%Ä%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á170– k x jª ¤Ä)ö%Ä0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á168– k x jª ¤Ä)ö%Äj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á169– k x jª ¤ÄœÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á165– k x jª ¤ÄœÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á166– k x jª ¤ÄœÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á167– k x jª ¤ÄœÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á164– k x jª ¤Äh„OÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á160– k x jª ¤Äh„OÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á161– k x jª ¤Äh„OÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á162– k x jª ¤Äh„OÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á163– k x jª ¤ÄA5.Ä%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á155– k x jª ¤ÄA5.Äj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á157– k x jª ¤ÄA5.Ä0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á158– k x jª ¤ÄA5.Äþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á159– k x jª ¤ÄÀÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á149– k x jª ¤ÄÀÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á152– k x jª ¤ÄÀÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á154– k x jª ¤ÄÀÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á156– k x jª ¤Äb=ÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á140– k x jª ¤Äb=Ä%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á144– k x jª ¤Äb=Äj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á148– k x jª ¤Äb=Ä0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á151– k x jª ¤Äb=Äþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á153– k x jª ¤Ä(Óĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á128– k x jª ¤Ä(ÓÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á134– k x jª ¤Ä(ÓÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á138– k x jª ¤Ä(ÓÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á143– k x jª ¤Ä(ÓÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á147– k x jª ¤Ä(ÓÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á150– k x jª ¤ÄúÛÆÄ)Ý ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á103– k x jª ¤ÄúÛÆÄ_±: ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á108– k x jª ¤ÄúÛÆÄÓ…ˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á113– k x jª ¤ÄúÛÆÄ­×w ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á119– k x jª ¤ÄúÛÆĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á124– k x jª ¤ÄúÛÆÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á130– k x jª ¤ÄúÛÆÄ%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á135– k x jª ¤ÄúÛÆÄj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á137– k x jª ¤ÄúÛÆÄ0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á142– k x jª ¤ÄúÛÆÄþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á146– k x jª ¤Ä2/¢Ä)Ý ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á102– k x jª ¤Ä2/¢Ä_±: ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á107– k x jª ¤Ä2/¢ÄÓ…ˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á111– k x jª ¤Ä2/¢Ä­×w ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á116– k x jª ¤Ä2/¢Äµ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á120– k x jª ¤Ä2/¢ÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á125– k x jª ¤Ä2/¢Ä%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á131– k x jª ¤Ä2/¢Äj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á133– k x jª ¤Ä2/¢Ä0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á136– k x jª ¤Ä2/¢Äþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á145– k x jª ¤Äo#8Ä)Ý ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á101– k x jª ¤Äo#8Ä_±: ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á106– k x jª ¤Äo#8ÄÓ…ˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á110– k x jª ¤Äo#8Ä­×w ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á114– k x jª ¤Äo#8ĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á117– k x jª ¤Äo#8ÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á121– k x jª ¤Äo#8Ä%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á126– k x jª ¤Äo#8Äj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á132– k x jª ¤Äo#8Ä0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á139– k x jª ¤Äo#8Äþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á141– k x jª ¤Äƒ…Ä)Ý ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á104– k x jª ¤Äƒ…Ä_±: ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á105– k x jª ¤Äƒ…ÄÓ…ˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á109– k x jª ¤Äƒ…Ä­×w ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á112– k x jª ¤Äƒ…ĵ·… ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á115– k x jª ¤Äƒ…ÄP ? ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á118– k x jª ¤Äƒ…Ä%l ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á122– k x jª ¤Äƒ…Äj ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á123– k x jª ¤Äƒ…Ä0n1 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á127– k x jª ¤Äƒ…Äþ\; ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á129– k x jª ¤ÄeÛÔÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á11– k x jª ¤ÄR6Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á12– k x jª ¤Ä6:QÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á16– k x jª ¤Ä6:QÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á13– k x jª ¤Ä™ŒÉÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á19– k x jª ¤Ä™ŒÉÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á17– k x jª ¤Ä™ŒÉÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á14– k x jª ¤Ä™ŒÉÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á10– k x jª ¤ÄC%WÄ ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á6– k x jª ¤ÄgxÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á22– k x jª ¤ÄgxÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á20– k x jª ¤ÄgxÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á18– k x jª ¤ÄgxÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á15– k x jª ¤ÄqfwÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á25– k x jª ¤ÄqfwÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á24– k x jª ¤ÄqfwÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á23– k x jª ¤ÄqfwÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á21– k x jª ¤Äºo²Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á29– k x jª ¤Äºo²Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á28– k x jª ¤Äºo²Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á27– k x jª ¤Äºo²ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á26– k x jª ¤Äe¢YÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á30– k x jª ¤Äe¢YÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á33– k x jª ¤Äe¢YÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á32– k x jª ¤Äe¢YÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á31– k x jª ¤Äpƒ[Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á37– k x jª ¤Äpƒ[Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á34– k x jª ¤Äpƒ[Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á35– k x jª ¤Äpƒ[ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á36– k x jª ¤Ä©Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á38– k x jª ¤Ä©Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á39– k x jª ¤Ä©Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á40– k x jª ¤Ä©ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á41– k x jª ¤ÄJ4Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á42– k x jª ¤ÄJ4Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á43– k x jª ¤ÄJ4Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á44– k x jª ¤ÄJ4ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á46– k x jª ¤Ä= Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á45– k x jª ¤Ä= Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á47– k x jª ¤Ä= Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á49– k x jª ¤Ä= ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á52– k x jª ¤ÄóÇ—Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á48– k x jª ¤ÄóÇ—Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á50– k x jª ¤ÄóÇ—Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á53– k x jª ¤ÄóÇ—ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á57– k x jª ¤ÄóÇ—Ä ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á61– k x jª ¤ÄBú½Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á51– k x jª ¤ÄBú½Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á54– k x jª ¤ÄBú½Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á58– k x jª ¤ÄBú½ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á63– k x jª ¤ÄBú½Ä ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á67– k x jª ¤ÄBú½Äˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á73– k x jª ¤Ä÷‰Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á55– k x jª ¤Ä÷‰Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á59– k x jª ¤Ä÷‰Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á64– k x jª ¤Ä÷‰ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á68– k x jª ¤Ä÷‰Ä ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á71– k x jª ¤Ä÷‰ÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á82– k x jª ¤Ä÷‰Ä]G. ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á88– k x jª ¤Ä÷‰ÄÚwq ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á93– k x jª ¤Ä÷‰Ä€øs ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á98– k x jª ¤Äã¿xÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á56– k x jª ¤Äã¿xÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á65– k x jª ¤Äã¿xÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á66– k x jª ¤Äã¿xÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á70– k x jª ¤Äã¿xÄ ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á76– k x jª ¤Äã¿xĈ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á81– k x jª ¤Äã¿xÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á85– k x jª ¤Äã¿xÄ]G. ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á90– k x jª ¤Äã¿xÄÚwq ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á94– k x jª ¤Äã¿xÄ€øs ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á99– k x jª ¤ÄùˆÄ`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á60– k x jª ¤ÄùˆÄ|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á72– k x jª ¤ÄùˆÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á69– k x jª ¤ÄùˆÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á75– k x jª ¤ÄùˆÄ ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á80– k x jª ¤ÄùˆÄˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á84– k x jª ¤ÄùˆÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á87– k x jª ¤ÄùˆÄ]G. ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á91– k x jª ¤ÄùˆÄÚwq ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á95– k x jª ¤Äo#8Ä€øs ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á100– k x jª ¤ÄM=Ä`Kƒ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á62– k x jª ¤ÄM=Ä|0 ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á74– k x jª ¤ÄM=Äì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á78– k x jª ¤ÄM=ÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á79– k x jª ¤ÄM=Ä ë} ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á83– k x jª ¤ÄM=Ĉ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á86– k x jª ¤ÄM=ÄW< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á89– k x jª ¤ÄM=Ä]G. ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á92– k x jª ¤ÄM=ÄÚwq ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á96– k x jª ¤ÄM=Ä€øs ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á97– k x jÀ ¤Äºo²ÄCÛ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤ÄgxÄCÛ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Äpƒ[ÄCÛ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤ÄJ4ÄCÛ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤ÄBú½Ä_[. ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤ÄBú½Ä g ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤ÄBú½Äɲw ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤ÄBú½Ä@Á+ ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Ä6:QÄõf ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Ä6:QÄ¡Q ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Ä6:QÄCÿ& ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Ä6:QÄ … ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Ä= Ä…?m ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Ä©Ä…?m ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤Äe¢YÄ…?m ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤ÄqfwÄ…?m ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“ÁI– k x jÀ ¤ÄC%:Ä’FM ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Áo– k x jÀ ¤ÄqfwÄ”éC ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Äe¢YÄ”éC ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Ä©Ä”éC ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Ä= Ä”éC ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤ÄBú½Äx9> ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤ÄBú½ÄnA? ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤ÄBú½Äç ” ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤ÄBú½ÄqáS ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤ÄJ4Ä0) ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Äpƒ[Ä0) ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Äºo²Ä0) ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤ÄgxÄ0) ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Ä6:QÄ X ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Ä6:QÄ%± ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Ä6:QÄK ) ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jÀ ¤Ä6:QÄB ¢ ¥ ¨ÅXeroxÅ PressfontsÅ Gates-mrr£¡ “ •  —¡¡¨  Š¡²“Án– k x jª ¤Ä÷‰Äˆ ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á77– k x jª ¤Ä)öoÄì’Å ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á266– k x jª ¤ÄWýÄY< ¢ ¥ ¨ÅXeroxÅ PressFontsÅ Helvetica-MRR£¡ “ •  —¡¡¨  Š¡²“Á256– k k k gš¥3™3U˜——…—›`±8