1 |
%!PS-Adobe-3.0 |
2 |
%%BoundingBox: (atend) |
3 |
%%Pages: (atend) |
4 |
%%PageOrder: (atend) |
5 |
%%DocumentFonts: (atend) |
6 |
%%DocumentNeedsFonts: (atend) |
7 |
%%DocumentSuppliedFonts: (atend) |
8 |
%%Creator: Frame 5.5 |
9 |
%%DocumentData: Clean7Bit |
10 |
%%EndComments |
11 |
%%BeginProlog |
12 |
% |
13 |
% Frame ps_prolog 5.5, for use with Adobe Unix Frame 5.5 products |
14 |
% |
15 |
% This ps_prolog file is Copyright (c) 1986-1996 Adobe Systems, Incoporated. |
16 |
% All rights reserved. This ps_prolog file may be freely copied and |
17 |
% distributed in conjunction with documents created using FrameMaker, |
18 |
% FrameMaker+SGML, FrameReader, and FrameViewer as long as this |
19 |
% copyright notice is preserved. |
20 |
/FMDocSave save def |
21 |
% |
22 |
% FrameMaker users specify the proper paper size for each print job in the |
23 |
% "Print" dialog's "Printer Paper Size" "Width" and "Height~ fields. If the |
24 |
% printer that the PS file is sent to does not support the requested paper |
25 |
% size, or if there is no paper tray of the proper size currently installed, |
26 |
% then the job will not be printed. The following flag, if set to true, will |
27 |
% cause the job to print on the default paper in such cases. |
28 |
/FMAllowPaperSizeMismatch false def |
29 |
% |
30 |
% Frame products normally print colors as their true color on a color printer |
31 |
% or as shades of gray, based on luminance, on a black-and white printer. The |
32 |
% following flag, if set to true, forces all non-white colors to print as pure |
33 |
% black. This has no effect on bitmap images. |
34 |
/FMPrintAllColorsAsBlack false def |
35 |
% |
36 |
% Frame products can either set their own line screens or use a printer's |
37 |
% default settings. Three flags below control this separately for no |
38 |
% separations, spot separations and process separations. If a flag |
39 |
% is true, then the default printer settings will not be changed. If it is |
40 |
% false, Frame products will use their own settings from a table based on |
41 |
% the printer's resolution. |
42 |
/FMUseDefaultNoSeparationScreen true def |
43 |
/FMUseDefaultSpotSeparationScreen true def |
44 |
/FMUseDefaultProcessSeparationScreen false def |
45 |
% |
46 |
% For any given PostScript printer resolution, Frame products have two sets of |
47 |
% screen angles and frequencies for printing process separations, which are |
48 |
% recomended by Adobe. The following variable chooses the higher frequencies |
49 |
% when set to true or the lower frequencies when set to false. This is only |
50 |
% effective if the appropriate FMUseDefault...SeparationScreen flag is false. |
51 |
/FMUseHighFrequencyScreens true def |
52 |
% |
53 |
% The following is a set of predefined optimal frequencies and angles for various |
54 |
% common dpi settings. This is taken from "Advances in Color Separation Using |
55 |
% PostScript Software Technology," from Adobe Systems (3/13/89 P.N. LPS 0043) |
56 |
% and corrolated with information which is in various PPD (4.0) files. |
57 |
% |
58 |
% The "dpiranges" figure is the minimum dots per inch device resolution which |
59 |
% can support this setting. The "low" and "high" values are controlled by the |
60 |
% setting of the FMUseHighFrequencyScreens flag above. The "TDot" flags control |
61 |
% the use of the "Yellow Triple Dot" feature whereby the frequency id divided by |
62 |
% three, but the dot function is "trippled" giving a block of 3x3 dots per cell. |
63 |
% |
64 |
% PatFreq is a compromise pattern frequency for ps Level 2 printers which is close |
65 |
% to the ideal WYSIWYG pattern frequency of 9 repetitions/inch but does not beat |
66 |
% (too badly) against the screen frequencies of any separations for that DPI. |
67 |
/dpiranges [ 2540 2400 1693 1270 1200 635 600 0 ] def |
68 |
/CMLowFreqs [ 100.402 94.8683 89.2289 100.402 94.8683 66.9349 63.2456 47.4342 ] def |
69 |
/YLowFreqs [ 95.25 90.0 84.65 95.25 90.0 70.5556 66.6667 50.0 ] def |
70 |
/KLowFreqs [ 89.8026 84.8528 79.8088 89.8026 84.8528 74.8355 70.7107 53.033 ] def |
71 |
/CLowAngles [ 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 ] def |
72 |
/MLowAngles [ 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 ] def |
73 |
/YLowTDot [ true true false true true false false false ] def |
74 |
/CMHighFreqs [ 133.87 126.491 133.843 108.503 102.523 100.402 94.8683 63.2456 ] def |
75 |
/YHighFreqs [ 127.0 120.0 126.975 115.455 109.091 95.25 90.0 60.0 ] def |
76 |
/KHighFreqs [ 119.737 113.137 119.713 128.289 121.218 89.8026 84.8528 63.6395 ] def |
77 |
/CHighAngles [ 71.5651 71.5651 71.5651 70.0169 70.0169 71.5651 71.5651 71.5651 ] def |
78 |
/MHighAngles [ 18.4349 18.4349 18.4349 19.9831 19.9831 18.4349 18.4349 18.4349 ] def |
79 |
/YHighTDot [ false false true false false true true false ] def |
80 |
/PatFreq [ 10.5833 10.0 9.4055 10.5833 10.0 10.5833 10.0 9.375 ] def |
81 |
% |
82 |
% PostScript Level 2 printers contain an "Accurate Screens" feature which can |
83 |
% improve process separation rendering at the expense of compute time. This |
84 |
% flag is ignored by PostScript Level 1 printers. |
85 |
/FMUseAcccurateScreens true def |
86 |
% |
87 |
% The following PostScript procedure defines the spot function that Frame |
88 |
% products will use for process separations. You may un-comment-out one of |
89 |
% the alternative functions below, or use your own. |
90 |
% |
91 |
% Dot function |
92 |
/FMSpotFunction {abs exch abs 2 copy add 1 gt |
93 |
{1 sub dup mul exch 1 sub dup mul add 1 sub } |
94 |
{dup mul exch dup mul add 1 exch sub }ifelse } def |
95 |
% |
96 |
% Line function |
97 |
% /FMSpotFunction { pop } def |
98 |
% |
99 |
% Elipse function |
100 |
% /FMSpotFunction { dup 5 mul 8 div mul exch dup mul exch add |
101 |
% sqrt 1 exch sub } def |
102 |
% |
103 |
% |
104 |
/FMversion (5.5) def |
105 |
/fMLevel1 /languagelevel where {pop languagelevel} {1} ifelse 2 lt def |
106 |
/FMPColor |
107 |
fMLevel1 { |
108 |
false |
109 |
/colorimage where {pop pop true} if |
110 |
} { |
111 |
true |
112 |
} ifelse |
113 |
def |
114 |
/FrameDict 400 dict def |
115 |
systemdict /errordict known not {/errordict 10 dict def |
116 |
errordict /rangecheck {stop} put} if |
117 |
% The readline in PS 23.0 doesn't recognize cr's as nl's on AppleTalk |
118 |
FrameDict /tmprangecheck errordict /rangecheck get put |
119 |
errordict /rangecheck {FrameDict /bug true put} put |
120 |
FrameDict /bug false put |
121 |
mark |
122 |
% Some PS machines read past the CR, so keep the following 3 lines together! |
123 |
currentfile 5 string readline |
124 |
00 |
125 |
0000000000 |
126 |
cleartomark |
127 |
errordict /rangecheck FrameDict /tmprangecheck get put |
128 |
FrameDict /bug get { |
129 |
/readline { |
130 |
/gstring exch def |
131 |
/gfile exch def |
132 |
/gindex 0 def |
133 |
{ |
134 |
gfile read pop |
135 |
dup 10 eq {exit} if |
136 |
dup 13 eq {exit} if |
137 |
gstring exch gindex exch put |
138 |
/gindex gindex 1 add def |
139 |
} loop |
140 |
pop |
141 |
gstring 0 gindex getinterval true |
142 |
} bind def |
143 |
} if |
144 |
/FMshowpage /showpage load def |
145 |
/FMquit /quit load def |
146 |
/FMFAILURE { |
147 |
2 copy exch = = flush |
148 |
FMshowpage |
149 |
/Helvetica findfont 12 scalefont setfont |
150 |
72 200 moveto show |
151 |
72 220 moveto show |
152 |
FMshowpage |
153 |
FMquit |
154 |
} def |
155 |
/FMVERSION { |
156 |
FMversion ne { |
157 |
(Adobe Frame product version does not match ps_prolog! Check installation;) |
158 |
(also check ~/fminit and ./fminit for old versions) FMFAILURE |
159 |
} if |
160 |
} def |
161 |
/fmConcatProcs |
162 |
{ |
163 |
/proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def |
164 |
newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx |
165 |
}def |
166 |
FrameDict begin [ |
167 |
/ALDsave |
168 |
/FMdicttop |
169 |
/FMoptop |
170 |
/FMpointsize |
171 |
/FMsetsize |
172 |
/FMsaveobject |
173 |
/b |
174 |
/bitmapsave |
175 |
/blut |
176 |
/bpside |
177 |
/bs |
178 |
/bstring |
179 |
/bwidth |
180 |
/c |
181 |
/cf |
182 |
/cs |
183 |
/cynu |
184 |
/depth |
185 |
/edown |
186 |
/fh |
187 |
/fillvals |
188 |
/fw |
189 |
/fx |
190 |
/fy |
191 |
/g |
192 |
/gfile |
193 |
/gindex |
194 |
/grnt |
195 |
/gryt |
196 |
/gstring |
197 |
/height |
198 |
/hh |
199 |
/i |
200 |
/im |
201 |
/indx |
202 |
/is |
203 |
/k |
204 |
/kk |
205 |
/landscape |
206 |
/lb |
207 |
/len |
208 |
/llx |
209 |
/lly |
210 |
/m |
211 |
/magu |
212 |
/manualfeed |
213 |
/n |
214 |
/offbits |
215 |
/onbits |
216 |
/organgle |
217 |
/orgbangle |
218 |
/orgbfreq |
219 |
/orgbproc |
220 |
/orgbxfer |
221 |
/orgfreq |
222 |
/orggangle |
223 |
/orggfreq |
224 |
/orggproc |
225 |
/orggxfer |
226 |
/orghalftone |
227 |
/orgmatrix |
228 |
/orgproc |
229 |
/orgrangle |
230 |
/orgrfreq |
231 |
/orgrproc |
232 |
/orgrxfer |
233 |
/orgxfer |
234 |
/pagesave |
235 |
/paperheight |
236 |
/papersizedict |
237 |
/paperwidth |
238 |
/pos |
239 |
/pwid |
240 |
/r |
241 |
/rad |
242 |
/redt |
243 |
/sl |
244 |
/str |
245 |
/tran |
246 |
/u |
247 |
/urx |
248 |
/ury |
249 |
/val |
250 |
/width |
251 |
/width |
252 |
/ws |
253 |
/ww |
254 |
/x |
255 |
/x1 |
256 |
/x2 |
257 |
/xindex |
258 |
/xpoint |
259 |
/xscale |
260 |
/xx |
261 |
/y |
262 |
/y1 |
263 |
/y2 |
264 |
/yelu |
265 |
/yindex |
266 |
/ypoint |
267 |
/yscale |
268 |
/yy |
269 |
/tintGray |
270 |
] { 0 def } forall |
271 |
/FmBD {bind def} bind def |
272 |
systemdict /pdfmark known systemdict /currentdistillerparams known and { |
273 |
/fMAcrobat true def |
274 |
|
275 |
/FmPD /pdfmark load def |
276 |
|
277 |
|
278 |
/FmPT /show load def |
279 |
|
280 |
|
281 |
currentdistillerparams /CoreDistVersion get 2000 ge { |
282 |
|
283 |
|
284 |
/FmPD2 /pdfmark load def |
285 |
|
286 |
|
287 |
|
288 |
|
289 |
|
290 |
% |
291 |
% Procedure /FmPA defines named destinations. |
292 |
% In order to accommodate all possible scenarios, FrameMaker defines named destinations |
293 |
% for each paragraph, which allows links to arbitrary points in already generated |
294 |
% PDF documents. This feature may cause larger PDF files to be created. |
295 |
% The fmCG flag tells Distiller whether to create named destinations for each |
296 |
% paragraph. This prolog defines two versions of this flag. One of these versions must be |
297 |
% commented out, and the other must be uncommented. |
298 |
% |
299 |
% The following fmCG flag will cause Distiller to create a named destination for |
300 |
% each paragraph. |
301 |
% |
302 |
/fmCG { false } FmBD |
303 |
% |
304 |
% The following fmCG flag will cause Distiller to create a named destination only |
305 |
% for each paragraph known to be a destination. If you do not want Distiller to create |
306 |
% named destinations for each paragraph (thus creating smaller sized PDF documents), |
307 |
% uncomment the following statement and comment out the previous statement. |
308 |
% CAUTION: By making the following statement active, you may lose some links in the |
309 |
% resulting PDF documents. |
310 |
% |
311 |
%%/fmCG { dup 127 string cvs 0 get (G) 0 get eq } FmBD |
312 |
% |
313 |
/FmND |
314 |
{ mark exch /Dest exch 5 3 roll /View [ /XYZ 5 -2 roll FmDC null ] /DEST FmPD |
315 |
}FmBD |
316 |
/FmPA |
317 |
{ fmCG |
318 |
{ pop pop pop } |
319 |
{ FmND } ifelse |
320 |
} FmBD |
321 |
} { |
322 |
|
323 |
/FmPD2 /cleartomark load def |
324 |
/FmPA {pop pop pop}FmBD |
325 |
/FmND {pop pop pop}FmBD |
326 |
} ifelse |
327 |
} { |
328 |
|
329 |
/fMAcrobat false def |
330 |
/FmPD /cleartomark load def |
331 |
/FmPD2 /cleartomark load def |
332 |
/FmPT /pop load def |
333 |
/FmPA {pop pop pop}FmBD |
334 |
/FmND {pop pop pop}FmBD |
335 |
} ifelse |
336 |
/FmDC { |
337 |
transform fMDefaultMatrix defaultmatrix itransform cvi exch cvi exch |
338 |
}FmBD |
339 |
/FmBx { |
340 |
dup 3 index lt {3 1 roll exch} if |
341 |
1 index 4 index lt {4 -1 roll 3 1 roll exch 4 1 roll} if |
342 |
}FmBD |
343 |
/FMnone 0 def |
344 |
/FMcyan 1 def |
345 |
/FMmagenta 2 def |
346 |
/FMyellow 3 def |
347 |
/FMblack 4 def |
348 |
/FMcustom 5 def |
349 |
/fMNegative false def |
350 |
/FrameSepIs FMnone def |
351 |
/FrameSepBlack 0 def |
352 |
/FrameSepYellow 0 def |
353 |
/FrameSepMagenta 0 def |
354 |
/FrameSepCyan 0 def |
355 |
/FrameSepRed 1 def |
356 |
/FrameSepGreen 1 def |
357 |
/FrameSepBlue 1 def |
358 |
/FrameCurGray 1 def |
359 |
/FrameCurPat null def |
360 |
/FrameCurColors [ 0 0 0 1 0 0 0 1] def |
361 |
/FrameColorEpsilon .001 def |
362 |
/eqepsilon { |
363 |
sub dup 0 lt {neg} if |
364 |
FrameColorEpsilon le |
365 |
} bind def |
366 |
/FrameCmpColorsCMYK { |
367 |
2 copy 0 get exch 0 get eqepsilon { |
368 |
2 copy 1 get exch 1 get eqepsilon { |
369 |
2 copy 2 get exch 2 get eqepsilon { |
370 |
3 get exch 3 get eqepsilon |
371 |
} {pop pop false} ifelse |
372 |
}{pop pop false} ifelse |
373 |
} {pop pop false} ifelse |
374 |
} bind def |
375 |
/FrameCmpColorsRGB { |
376 |
2 copy 4 get exch 0 get eqepsilon { |
377 |
2 copy 5 get exch 1 get eqepsilon { |
378 |
6 get exch 2 get eqepsilon |
379 |
}{pop pop false} ifelse |
380 |
} {pop pop false} ifelse |
381 |
} bind def |
382 |
/RGBtoCMYK { |
383 |
1 exch sub |
384 |
3 1 roll |
385 |
1 exch sub |
386 |
3 1 roll |
387 |
1 exch sub |
388 |
3 1 roll |
389 |
3 copy |
390 |
2 copy |
391 |
le { pop } { exch pop } ifelse |
392 |
2 copy |
393 |
le { pop } { exch pop } ifelse |
394 |
dup dup dup |
395 |
6 1 roll |
396 |
4 1 roll |
397 |
7 1 roll |
398 |
sub |
399 |
6 1 roll |
400 |
sub |
401 |
5 1 roll |
402 |
sub |
403 |
4 1 roll |
404 |
} bind def |
405 |
/CMYKtoRGB { |
406 |
dup dup 4 -1 roll add |
407 |
5 1 roll 3 -1 roll add |
408 |
4 1 roll add |
409 |
1 exch sub dup 0 lt {pop 0} if 3 1 roll |
410 |
1 exch sub dup 0 lt {pop 0} if exch |
411 |
1 exch sub dup 0 lt {pop 0} if exch |
412 |
} bind def |
413 |
/FrameSepInit { |
414 |
1.0 RealSetgray |
415 |
} bind def |
416 |
/FrameSetSepColor { |
417 |
/FrameSepBlue exch def |
418 |
/FrameSepGreen exch def |
419 |
/FrameSepRed exch def |
420 |
/FrameSepBlack exch def |
421 |
/FrameSepYellow exch def |
422 |
/FrameSepMagenta exch def |
423 |
/FrameSepCyan exch def |
424 |
/FrameSepIs FMcustom def |
425 |
setCurrentScreen |
426 |
} bind def |
427 |
/FrameSetCyan { |
428 |
/FrameSepBlue 1.0 def |
429 |
/FrameSepGreen 1.0 def |
430 |
/FrameSepRed 0.0 def |
431 |
/FrameSepBlack 0.0 def |
432 |
/FrameSepYellow 0.0 def |
433 |
/FrameSepMagenta 0.0 def |
434 |
/FrameSepCyan 1.0 def |
435 |
/FrameSepIs FMcyan def |
436 |
setCurrentScreen |
437 |
} bind def |
438 |
|
439 |
/FrameSetMagenta { |
440 |
/FrameSepBlue 1.0 def |
441 |
/FrameSepGreen 0.0 def |
442 |
/FrameSepRed 1.0 def |
443 |
/FrameSepBlack 0.0 def |
444 |
/FrameSepYellow 0.0 def |
445 |
/FrameSepMagenta 1.0 def |
446 |
/FrameSepCyan 0.0 def |
447 |
/FrameSepIs FMmagenta def |
448 |
setCurrentScreen |
449 |
} bind def |
450 |
|
451 |
/FrameSetYellow { |
452 |
/FrameSepBlue 0.0 def |
453 |
/FrameSepGreen 1.0 def |
454 |
/FrameSepRed 1.0 def |
455 |
/FrameSepBlack 0.0 def |
456 |
/FrameSepYellow 1.0 def |
457 |
/FrameSepMagenta 0.0 def |
458 |
/FrameSepCyan 0.0 def |
459 |
/FrameSepIs FMyellow def |
460 |
setCurrentScreen |
461 |
} bind def |
462 |
|
463 |
/FrameSetBlack { |
464 |
/FrameSepBlue 0.0 def |
465 |
/FrameSepGreen 0.0 def |
466 |
/FrameSepRed 0.0 def |
467 |
/FrameSepBlack 1.0 def |
468 |
/FrameSepYellow 0.0 def |
469 |
/FrameSepMagenta 0.0 def |
470 |
/FrameSepCyan 0.0 def |
471 |
/FrameSepIs FMblack def |
472 |
setCurrentScreen |
473 |
} bind def |
474 |
|
475 |
/FrameNoSep { |
476 |
/FrameSepIs FMnone def |
477 |
setCurrentScreen |
478 |
} bind def |
479 |
/FrameSetSepColors { |
480 |
FrameDict begin |
481 |
[ exch 1 add 1 roll ] |
482 |
/FrameSepColors |
483 |
exch def end |
484 |
} bind def |
485 |
/FrameColorInSepListCMYK { |
486 |
FrameSepColors { |
487 |
exch dup 3 -1 roll |
488 |
FrameCmpColorsCMYK |
489 |
{ pop true exit } if |
490 |
} forall |
491 |
dup true ne {pop false} if |
492 |
} bind def |
493 |
/FrameColorInSepListRGB { |
494 |
FrameSepColors { |
495 |
exch dup 3 -1 roll |
496 |
FrameCmpColorsRGB |
497 |
{ pop true exit } if |
498 |
} forall |
499 |
dup true ne {pop false} if |
500 |
} bind def |
501 |
/RealSetgray /setgray load def |
502 |
/RealSetrgbcolor /setrgbcolor load def |
503 |
/RealSethsbcolor /sethsbcolor load def |
504 |
end |
505 |
/setgray { |
506 |
FrameDict begin |
507 |
FrameSepIs FMnone eq |
508 |
{ RealSetgray } |
509 |
{ |
510 |
FrameSepIs FMblack eq |
511 |
{ RealSetgray } |
512 |
{ FrameSepIs FMcustom eq |
513 |
FrameSepRed 0 eq and |
514 |
FrameSepGreen 0 eq and |
515 |
FrameSepBlue 0 eq and { |
516 |
RealSetgray |
517 |
} { |
518 |
1 RealSetgray pop |
519 |
} ifelse |
520 |
} ifelse |
521 |
} ifelse |
522 |
end |
523 |
} bind def |
524 |
/setrgbcolor { |
525 |
FrameDict begin |
526 |
FrameSepIs FMnone eq |
527 |
{ RealSetrgbcolor } |
528 |
{ |
529 |
3 copy [ 4 1 roll ] |
530 |
FrameColorInSepListRGB |
531 |
{ |
532 |
FrameSepBlue eq exch |
533 |
FrameSepGreen eq and exch |
534 |
FrameSepRed eq and |
535 |
{ 0 } { 1 } ifelse |
536 |
} |
537 |
{ |
538 |
FMPColor { |
539 |
RealSetrgbcolor |
540 |
currentcmykcolor |
541 |
} { |
542 |
RGBtoCMYK |
543 |
} ifelse |
544 |
FrameSepIs FMblack eq |
545 |
{1.0 exch sub 4 1 roll pop pop pop} { |
546 |
FrameSepIs FMyellow eq |
547 |
{pop 1.0 exch sub 3 1 roll pop pop} { |
548 |
FrameSepIs FMmagenta eq |
549 |
{pop pop 1.0 exch sub exch pop } { |
550 |
FrameSepIs FMcyan eq |
551 |
{pop pop pop 1.0 exch sub } |
552 |
{pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse |
553 |
} ifelse |
554 |
RealSetgray |
555 |
} |
556 |
ifelse |
557 |
end |
558 |
} bind def |
559 |
/sethsbcolor { |
560 |
FrameDict begin |
561 |
FrameSepIs FMnone eq |
562 |
{ RealSethsbcolor } |
563 |
{ |
564 |
RealSethsbcolor |
565 |
currentrgbcolor |
566 |
setrgbcolor |
567 |
} |
568 |
ifelse |
569 |
end |
570 |
} bind def |
571 |
FrameDict begin |
572 |
/setcmykcolor where { |
573 |
pop /RealSetcmykcolor /setcmykcolor load def |
574 |
} { |
575 |
/RealSetcmykcolor { |
576 |
4 1 roll |
577 |
3 { 3 index add 0 max 1 min 1 exch sub 3 1 roll} repeat |
578 |
RealSetrgbcolor pop |
579 |
} bind def |
580 |
} ifelse |
581 |
userdict /setcmykcolor { |
582 |
FrameDict begin |
583 |
FrameSepIs FMnone eq |
584 |
{ RealSetcmykcolor } |
585 |
{ |
586 |
4 copy [ 5 1 roll ] |
587 |
FrameColorInSepListCMYK |
588 |
{ |
589 |
FrameSepBlack eq exch |
590 |
FrameSepYellow eq and exch |
591 |
FrameSepMagenta eq and exch |
592 |
FrameSepCyan eq and |
593 |
{ 0 } { 1 } ifelse |
594 |
} |
595 |
{ |
596 |
FrameSepIs FMblack eq |
597 |
{1.0 exch sub 4 1 roll pop pop pop} { |
598 |
FrameSepIs FMyellow eq |
599 |
{pop 1.0 exch sub 3 1 roll pop pop} { |
600 |
FrameSepIs FMmagenta eq |
601 |
{pop pop 1.0 exch sub exch pop } { |
602 |
FrameSepIs FMcyan eq |
603 |
{pop pop pop 1.0 exch sub } |
604 |
{pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse |
605 |
} ifelse |
606 |
RealSetgray |
607 |
} |
608 |
ifelse |
609 |
end |
610 |
} bind put |
611 |
fMLevel1 { |
612 |
|
613 |
|
614 |
|
615 |
/patScreenDict 7 dict dup begin |
616 |
<0f1e3c78f0e1c387> [ 45 { pop } {exch pop} .5 2 sqrt] FmBD |
617 |
<0f87c3e1f0783c1e> [ 135 { pop } {exch pop} .5 2 sqrt] FmBD |
618 |
<cccccccccccccccc> [ 0 { pop } dup .5 2 ] FmBD |
619 |
<ffff0000ffff0000> [ 90 { pop } dup .5 2 ] FmBD |
620 |
<8142241818244281> [ 45 { 2 copy lt {exch} if pop} dup .75 2 sqrt] FmBD |
621 |
<03060c183060c081> [ 45 { pop } {exch pop} .875 2 sqrt] FmBD |
622 |
<8040201008040201> [ 135 { pop } {exch pop} .875 2 sqrt] FmBD |
623 |
end def |
624 |
} { |
625 |
|
626 |
/patProcDict 5 dict dup begin |
627 |
<0f1e3c78f0e1c387> { 3 setlinewidth -1 -1 moveto 9 9 lineto stroke |
628 |
4 -4 moveto 12 4 lineto stroke |
629 |
-4 4 moveto 4 12 lineto stroke} bind def |
630 |
<0f87c3e1f0783c1e> { 3 setlinewidth -1 9 moveto 9 -1 lineto stroke |
631 |
-4 4 moveto 4 -4 lineto stroke |
632 |
4 12 moveto 12 4 lineto stroke} bind def |
633 |
<8142241818244281> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke |
634 |
-1 -1 moveto 9 9 lineto stroke } bind def |
635 |
<03060c183060c081> { 1 setlinewidth -1 -1 moveto 9 9 lineto stroke |
636 |
4 -4 moveto 12 4 lineto stroke |
637 |
-4 4 moveto 4 12 lineto stroke} bind def |
638 |
<8040201008040201> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke |
639 |
-4 4 moveto 4 -4 lineto stroke |
640 |
4 12 moveto 12 4 lineto stroke} bind def |
641 |
end def |
642 |
/patDict 15 dict dup begin |
643 |
/PatternType 1 def |
644 |
/PaintType 2 def |
645 |
/TilingType 3 def |
646 |
/BBox [ 0 0 8 8 ] def |
647 |
/XStep 8 def |
648 |
/YStep 8 def |
649 |
/PaintProc { |
650 |
begin |
651 |
patProcDict bstring known { |
652 |
patProcDict bstring get exec |
653 |
} { |
654 |
8 8 true [1 0 0 -1 0 8] bstring imagemask |
655 |
} ifelse |
656 |
end |
657 |
} bind def |
658 |
end def |
659 |
} ifelse |
660 |
/tintCMYK { |
661 |
1 tintGray sub FrameCurColors 0 4 getinterval aload pop |
662 |
4 index mul 5 1 roll |
663 |
3 index mul 5 1 roll |
664 |
2 index mul 5 1 roll |
665 |
mul 4 1 roll |
666 |
}bind def |
667 |
/tintRGB { |
668 |
1 tintGray sub FrameCurColors 4 3 getinterval aload pop |
669 |
1 exch sub 3 index mul 1 exch sub 4 1 roll |
670 |
1 exch sub 2 index mul 1 exch sub 4 1 roll |
671 |
1 exch sub mul 1 exch sub 3 1 roll |
672 |
}bind def |
673 |
/combineColor { |
674 |
/tintGray 1 1 FrameCurGray sub FrameCurColors 7 get mul sub def |
675 |
FrameSepIs FMnone eq |
676 |
{ |
677 |
graymode fMLevel1 or not { |
678 |
|
679 |
[/Pattern [/DeviceCMYK]] setcolorspace |
680 |
tintCMYK FrameCurPat setcolor |
681 |
} { |
682 |
FrameCurColors 3 get 1.0 ge { |
683 |
tintGray RealSetgray |
684 |
} { |
685 |
fMAcrobat not FMPColor graymode and and { |
686 |
tintCMYK |
687 |
RealSetcmykcolor |
688 |
} { |
689 |
tintRGB |
690 |
RealSetrgbcolor |
691 |
} ifelse |
692 |
} ifelse |
693 |
} ifelse |
694 |
} { |
695 |
FrameCurColors 0 4 getinterval aload |
696 |
FrameColorInSepListCMYK { |
697 |
FrameSepBlack eq exch |
698 |
FrameSepYellow eq and exch |
699 |
FrameSepMagenta eq and exch |
700 |
FrameSepCyan eq and |
701 |
FrameSepIs FMcustom eq and |
702 |
{ tintGray } { 1 } ifelse |
703 |
} { |
704 |
FrameSepIs FMblack eq |
705 |
{tintGray 1.0 exch sub mul 1.0 exch sub 4 1 roll pop pop pop} { |
706 |
FrameSepIs FMyellow eq |
707 |
{pop tintGray 1.0 exch sub mul 1.0 exch sub 3 1 roll pop pop} { |
708 |
FrameSepIs FMmagenta eq |
709 |
{pop pop tintGray 1.0 exch sub mul 1.0 exch sub exch pop } { |
710 |
FrameSepIs FMcyan eq |
711 |
{pop pop pop tintGray 1.0 exch sub mul 1.0 exch sub } |
712 |
{pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse |
713 |
} ifelse |
714 |
graymode fMLevel1 or not { |
715 |
|
716 |
[/Pattern [/DeviceGray]] setcolorspace |
717 |
FrameCurPat setcolor |
718 |
} { |
719 |
graymode not fMLevel1 and { |
720 |
|
721 |
dup 1 lt {pop FrameCurGray} if |
722 |
} if |
723 |
RealSetgray |
724 |
} ifelse |
725 |
} ifelse |
726 |
} bind def |
727 |
/savematrix { |
728 |
orgmatrix currentmatrix pop |
729 |
} bind def |
730 |
/restorematrix { |
731 |
orgmatrix setmatrix |
732 |
} bind def |
733 |
/fMDefaultMatrix matrix def |
734 |
/fMatrix2 matrix def |
735 |
/dpi 72 0 fMDefaultMatrix defaultmatrix dtransform |
736 |
dup mul exch dup mul add sqrt def |
737 |
|
738 |
/freq dpi dup 72 div round dup 0 eq {pop 1} if 8 mul div def |
739 |
/sangle 1 0 fMDefaultMatrix defaultmatrix dtransform exch atan def |
740 |
sangle fMatrix2 rotate |
741 |
fMDefaultMatrix defaultmatrix fMatrix2 concatmatrix |
742 |
dup 0 get /sflipx exch def |
743 |
3 get /sflipy exch def |
744 |
/screenIndex { |
745 |
0 1 dpiranges length 1 sub { dup dpiranges exch get 1 sub dpi le {exit} {pop} ifelse } for |
746 |
} bind def |
747 |
/getCyanScreen { |
748 |
FMUseHighFrequencyScreens { CHighAngles CMHighFreqs} {CLowAngles CMLowFreqs} ifelse |
749 |
screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load |
750 |
} bind def |
751 |
/getMagentaScreen { |
752 |
FMUseHighFrequencyScreens { MHighAngles CMHighFreqs } {MLowAngles CMLowFreqs} ifelse |
753 |
screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load |
754 |
} bind def |
755 |
/getYellowScreen { |
756 |
FMUseHighFrequencyScreens { YHighTDot YHighFreqs} { YLowTDot YLowFreqs } ifelse |
757 |
screenIndex dup 3 1 roll get 3 1 roll get { 3 div |
758 |
{2 { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch} repeat |
759 |
FMSpotFunction } } {/FMSpotFunction load } ifelse |
760 |
0.0 exch |
761 |
} bind def |
762 |
/getBlackScreen { |
763 |
FMUseHighFrequencyScreens { KHighFreqs } { KLowFreqs } ifelse |
764 |
screenIndex get 45.0 /FMSpotFunction load |
765 |
} bind def |
766 |
/getSpotScreen { |
767 |
getBlackScreen |
768 |
} bind def |
769 |
/getCompositeScreen { |
770 |
getBlackScreen |
771 |
} bind def |
772 |
/FMSetScreen |
773 |
fMLevel1 { /setscreen load |
774 |
}{ { |
775 |
8 dict begin |
776 |
/HalftoneType 1 def |
777 |
/SpotFunction exch def |
778 |
/Angle exch def |
779 |
/Frequency exch def |
780 |
/AccurateScreens FMUseAcccurateScreens def |
781 |
currentdict end sethalftone |
782 |
} bind } ifelse |
783 |
def |
784 |
/setDefaultScreen { |
785 |
fMLevel1 { |
786 |
FMPColor { |
787 |
orgrxfer cvx orggxfer cvx orgbxfer cvx orgxfer cvx setcolortransfer |
788 |
} |
789 |
{ |
790 |
orgxfer cvx settransfer |
791 |
} ifelse |
792 |
orgfreq organgle orgproc cvx setscreen |
793 |
} { |
794 |
orghalftone sethalftone |
795 |
}ifelse |
796 |
} bind def |
797 |
/setCurrentScreen { |
798 |
FrameSepIs FMnone eq { |
799 |
FMUseDefaultNoSeparationScreen { |
800 |
setDefaultScreen |
801 |
} { |
802 |
getCompositeScreen FMSetScreen |
803 |
} ifelse |
804 |
} { |
805 |
FrameSepIs FMcustom eq { |
806 |
FMUseDefaultSpotSeparationScreen { |
807 |
setDefaultScreen |
808 |
} { |
809 |
getSpotScreen FMSetScreen |
810 |
} ifelse |
811 |
} { |
812 |
FMUseDefaultProcessSeparationScreen { |
813 |
setDefaultScreen |
814 |
} { |
815 |
FrameSepIs FMcyan eq { |
816 |
getCyanScreen FMSetScreen |
817 |
} { |
818 |
FrameSepIs FMmagenta eq { |
819 |
getMagentaScreen FMSetScreen |
820 |
} { |
821 |
FrameSepIs FMyellow eq { |
822 |
getYellowScreen FMSetScreen |
823 |
} { |
824 |
getBlackScreen FMSetScreen |
825 |
} ifelse |
826 |
} ifelse |
827 |
} ifelse |
828 |
} ifelse |
829 |
} ifelse |
830 |
} ifelse |
831 |
} bind def |
832 |
end |
833 |
|
834 |
/FMDOCUMENT { |
835 |
array /FMfonts exch def |
836 |
dup 1 gt {/#copies exch def} {pop} ifelse |
837 |
FrameDict begin |
838 |
0 ne /manualfeed exch def |
839 |
/paperheight exch def |
840 |
/paperwidth exch def |
841 |
0 ne /fMNegative exch def |
842 |
0 ne /edown exch def |
843 |
/yscale exch def |
844 |
/xscale exch def |
845 |
fMLevel1 { |
846 |
manualfeed {setmanualfeed} if |
847 |
/FMdicttop countdictstack 1 add def |
848 |
/FMoptop count def |
849 |
setpapername |
850 |
manualfeed {true} {papersize} ifelse |
851 |
{manualpapersize} {false} ifelse |
852 |
{desperatepapersize} {false} ifelse |
853 |
{papersizefailure} if |
854 |
count -1 FMoptop {pop pop} for |
855 |
countdictstack -1 FMdicttop {pop end} for |
856 |
} |
857 |
{2 dict |
858 |
dup /PageSize [paperwidth paperheight] put |
859 |
manualfeed {dup /ManualFeed manualfeed put} if |
860 |
{setpagedevice} stopped {papersizefailure} if |
861 |
} |
862 |
ifelse |
863 |
|
864 |
fMLevel1 not { |
865 |
/orghalftone currenthalftone def |
866 |
}if |
867 |
|
868 |
FMPColor { |
869 |
currentcolorscreen |
870 |
cvlit /orgproc exch def |
871 |
/organgle exch def |
872 |
/orgfreq exch def |
873 |
cvlit /orgbproc exch def |
874 |
/orgbangle exch def |
875 |
/orgbfreq exch def |
876 |
cvlit /orggproc exch def |
877 |
/orggangle exch def |
878 |
/orggfreq exch def |
879 |
cvlit /orgrproc exch def |
880 |
/orgrangle exch def |
881 |
/orgrfreq exch def |
882 |
currentcolortransfer |
883 |
fMNegative { |
884 |
1 1 4 { |
885 |
pop { 1 exch sub } fmConcatProcs 4 1 roll |
886 |
} for |
887 |
4 copy |
888 |
setcolortransfer |
889 |
} if |
890 |
cvlit /orgxfer exch def |
891 |
cvlit /orgbxfer exch def |
892 |
cvlit /orggxfer exch def |
893 |
cvlit /orgrxfer exch def |
894 |
} { |
895 |
currentscreen |
896 |
cvlit /orgproc exch def |
897 |
/organgle exch def |
898 |
/orgfreq exch def |
899 |
|
900 |
currenttransfer |
901 |
fMNegative { |
902 |
{ 1 exch sub } fmConcatProcs |
903 |
dup settransfer |
904 |
} if |
905 |
cvlit /orgxfer exch def |
906 |
} ifelse |
907 |
end |
908 |
} def |
909 |
/FMENDDOCUMENT { |
910 |
FMDocSave restore |
911 |
} def |
912 |
/FMBEGINPAGE { |
913 |
FrameDict begin |
914 |
/pagesave save def |
915 |
3.86 setmiterlimit |
916 |
0 0 moveto paperwidth 0 lineto paperwidth paperheight lineto |
917 |
0 paperheight lineto 0 0 lineto 1 setgray fill |
918 |
/landscape exch 0 ne def |
919 |
landscape { |
920 |
90 rotate 0 exch dup /pwid exch def neg translate pop |
921 |
}{ |
922 |
pop /pwid exch def |
923 |
} ifelse |
924 |
edown { [-1 0 0 1 pwid 0] concat } if |
925 |
xscale yscale scale |
926 |
/orgmatrix matrix def |
927 |
gsave |
928 |
} def |
929 |
/FMENDPAGE { |
930 |
grestore |
931 |
pagesave restore |
932 |
end |
933 |
showpage |
934 |
} def |
935 |
/FMFONTDEFINE { |
936 |
FrameDict begin |
937 |
findfont |
938 |
ReEncode |
939 |
1 index exch |
940 |
definefont |
941 |
FMfonts 3 1 roll |
942 |
put |
943 |
end |
944 |
} def |
945 |
/FMFILLS { |
946 |
FrameDict begin dup |
947 |
array /fillvals exch def |
948 |
dict /patCache exch def |
949 |
end |
950 |
} def |
951 |
/FMFILL { |
952 |
FrameDict begin |
953 |
fillvals 3 1 roll put |
954 |
end |
955 |
} def |
956 |
/FMNORMALIZEGRAPHICS { |
957 |
newpath |
958 |
1 setlinewidth |
959 |
0 setlinecap |
960 |
0 0 0 sethsbcolor |
961 |
0 setgray |
962 |
} bind def |
963 |
/FMBEGINEPSF { |
964 |
end |
965 |
/FMEPSF save def |
966 |
/showpage {} def |
967 |
FMNORMALIZEGRAPHICS |
968 |
[/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall |
969 |
fx fw 2 div add fy fh 2 div add translate |
970 |
rotate |
971 |
fw 2 div neg fh 2 div neg translate |
972 |
fw urx llx sub div fh ury lly sub div scale |
973 |
llx neg lly neg translate |
974 |
/FMdicttop countdictstack 1 add def |
975 |
/FMoptop count def |
976 |
} bind def |
977 |
/FMENDEPSF { |
978 |
count -1 FMoptop {pop pop} for |
979 |
countdictstack -1 FMdicttop {pop end} for |
980 |
FMEPSF restore |
981 |
FrameDict begin |
982 |
} bind def |
983 |
FrameDict begin |
984 |
/setmanualfeed { |
985 |
%%BeginFeature: *ManualFeed True |
986 |
statusdict /manualfeed true put |
987 |
%%EndFeature |
988 |
} bind def |
989 |
/max {2 copy lt {exch} if pop} bind def |
990 |
/min {2 copy gt {exch} if pop} bind def |
991 |
/inch {72 mul} def |
992 |
/pagedimen { |
993 |
paperheight sub abs 16 lt exch |
994 |
paperwidth sub abs 16 lt and |
995 |
{/papername exch def} {pop} ifelse |
996 |
} bind def |
997 |
/setpapername { |
998 |
/papersizedict 14 dict def |
999 |
papersizedict begin |
1000 |
/papername /unknown def |
1001 |
/Letter 8.5 inch 11.0 inch pagedimen |
1002 |
/LetterSmall 7.68 inch 10.16 inch pagedimen |
1003 |
/Tabloid 11.0 inch 17.0 inch pagedimen |
1004 |
/Ledger 17.0 inch 11.0 inch pagedimen |
1005 |
/Legal 8.5 inch 14.0 inch pagedimen |
1006 |
/Statement 5.5 inch 8.5 inch pagedimen |
1007 |
/Executive 7.5 inch 10.0 inch pagedimen |
1008 |
/A3 11.69 inch 16.5 inch pagedimen |
1009 |
/A4 8.26 inch 11.69 inch pagedimen |
1010 |
/A4Small 7.47 inch 10.85 inch pagedimen |
1011 |
/B4 10.125 inch 14.33 inch pagedimen |
1012 |
/B5 7.16 inch 10.125 inch pagedimen |
1013 |
end |
1014 |
} bind def |
1015 |
/papersize { |
1016 |
papersizedict begin |
1017 |
/Letter {lettertray letter} def |
1018 |
/LetterSmall {lettertray lettersmall} def |
1019 |
/Tabloid {11x17tray 11x17} def |
1020 |
/Ledger {ledgertray ledger} def |
1021 |
/Legal {legaltray legal} def |
1022 |
/Statement {statementtray statement} def |
1023 |
/Executive {executivetray executive} def |
1024 |
/A3 {a3tray a3} def |
1025 |
/A4 {a4tray a4} def |
1026 |
/A4Small {a4tray a4small} def |
1027 |
/B4 {b4tray b4} def |
1028 |
/B5 {b5tray b5} def |
1029 |
/unknown {unknown} def |
1030 |
papersizedict dup papername known {papername} {/unknown} ifelse get |
1031 |
end |
1032 |
statusdict begin stopped end |
1033 |
} bind def |
1034 |
/manualpapersize { |
1035 |
papersizedict begin |
1036 |
/Letter {letter} def |
1037 |
/LetterSmall {lettersmall} def |
1038 |
/Tabloid {11x17} def |
1039 |
/Ledger {ledger} def |
1040 |
/Legal {legal} def |
1041 |
/Statement {statement} def |
1042 |
/Executive {executive} def |
1043 |
/A3 {a3} def |
1044 |
/A4 {a4} def |
1045 |
/A4Small {a4small} def |
1046 |
/B4 {b4} def |
1047 |
/B5 {b5} def |
1048 |
/unknown {unknown} def |
1049 |
papersizedict dup papername known {papername} {/unknown} ifelse get |
1050 |
end |
1051 |
stopped |
1052 |
} bind def |
1053 |
/desperatepapersize { |
1054 |
|
1055 |
mark |
1056 |
statusdict begin |
1057 |
/setpageparams where { |
1058 |
pop |
1059 |
paperwidth paperheight 0 1 |
1060 |
{setpageparams} stopped |
1061 |
} { |
1062 |
true |
1063 |
} ifelse |
1064 |
|
1065 |
{ |
1066 |
|
1067 |
/setpagedevice where { |
1068 |
pop |
1069 |
1 dict dup begin |
1070 |
/PageSize [ paperwidth paperheight ] def |
1071 |
end |
1072 |
{setpagedevice} stopped |
1073 |
} { |
1074 |
true |
1075 |
} ifelse |
1076 |
} { |
1077 |
false |
1078 |
} ifelse |
1079 |
end |
1080 |
{cleartomark true}{cleartomark false}ifelse |
1081 |
} bind def |
1082 |
/papersizefailure { |
1083 |
FMAllowPaperSizeMismatch not |
1084 |
{ |
1085 |
(The requested paper size is not available in any currently-installed tray) |
1086 |
(Edit the PS file to "FMAllowPaperSizeMismatch true" to use default tray) |
1087 |
FMFAILURE } if |
1088 |
} def |
1089 |
/DiacriticEncoding [ |
1090 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef |
1091 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef |
1092 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef |
1093 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef |
1094 |
/.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl |
1095 |
/numbersign /dollar /percent /ampersand /quotesingle /parenleft |
1096 |
/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one |
1097 |
/two /three /four /five /six /seven /eight /nine /colon /semicolon |
1098 |
/less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K |
1099 |
/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash |
1100 |
/bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h |
1101 |
/i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar |
1102 |
/braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute |
1103 |
/Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis |
1104 |
/atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis |
1105 |
/iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve |
1106 |
/ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex |
1107 |
/udieresis /dagger /.notdef /cent /sterling /section /bullet |
1108 |
/paragraph /germandbls /registered /copyright /trademark /acute |
1109 |
/dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef |
1110 |
/yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef |
1111 |
/ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown |
1112 |
/exclamdown /logicalnot /.notdef /florin /.notdef /.notdef |
1113 |
/guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde |
1114 |
/Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright |
1115 |
/quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis |
1116 |
/fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl |
1117 |
/periodcentered /quotesinglbase /quotedblbase /perthousand |
1118 |
/Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute |
1119 |
/Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve |
1120 |
/Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron |
1121 |
/breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron |
1122 |
] def |
1123 |
/ReEncode { |
1124 |
dup |
1125 |
length |
1126 |
dict begin |
1127 |
{ |
1128 |
1 index /FID ne |
1129 |
{def} |
1130 |
{pop pop} ifelse |
1131 |
} forall |
1132 |
0 eq {/Encoding DiacriticEncoding def} if |
1133 |
currentdict |
1134 |
end |
1135 |
} bind def |
1136 |
FMPColor |
1137 |
|
1138 |
{ |
1139 |
/BEGINBITMAPCOLOR { |
1140 |
BITMAPCOLOR} def |
1141 |
/BEGINBITMAPCOLORc { |
1142 |
BITMAPCOLORc} def |
1143 |
/BEGINBITMAPTRUECOLOR { |
1144 |
BITMAPTRUECOLOR } def |
1145 |
/BEGINBITMAPTRUECOLORc { |
1146 |
BITMAPTRUECOLORc } def |
1147 |
/BEGINBITMAPCMYK { |
1148 |
BITMAPCMYK } def |
1149 |
/BEGINBITMAPCMYKc { |
1150 |
BITMAPCMYKc } def |
1151 |
} |
1152 |
|
1153 |
{ |
1154 |
/BEGINBITMAPCOLOR { |
1155 |
BITMAPGRAY} def |
1156 |
/BEGINBITMAPCOLORc { |
1157 |
BITMAPGRAYc} def |
1158 |
/BEGINBITMAPTRUECOLOR { |
1159 |
BITMAPTRUEGRAY } def |
1160 |
/BEGINBITMAPTRUECOLORc { |
1161 |
BITMAPTRUEGRAYc } def |
1162 |
/BEGINBITMAPCMYK { |
1163 |
BITMAPCMYKGRAY } def |
1164 |
/BEGINBITMAPCMYKc { |
1165 |
BITMAPCMYKGRAYc } def |
1166 |
} |
1167 |
ifelse |
1168 |
/K { |
1169 |
FMPrintAllColorsAsBlack { |
1170 |
8 1 roll |
1171 |
dup 1 eq 2 index 1 eq and 3 index 1 eq and not |
1172 |
{7 {pop} repeat 0 0 0 1 0 0 0} if |
1173 |
8 -1 roll |
1174 |
} if |
1175 |
FrameCurColors astore |
1176 |
pop combineColor |
1177 |
} bind def |
1178 |
/graymode true def |
1179 |
fMLevel1 { |
1180 |
/fmGetFlip { |
1181 |
fMatrix2 exch get mul 0 lt { -1 } { 1 } ifelse |
1182 |
} FmBD |
1183 |
} if |
1184 |
/setPatternMode { |
1185 |
fMLevel1 { |
1186 |
2 index patScreenDict exch known { |
1187 |
pop pop |
1188 |
patScreenDict exch get aload pop |
1189 |
freq |
1190 |
mul |
1191 |
5 2 roll |
1192 |
fMatrix2 currentmatrix 1 get 0 ne { |
1193 |
3 -1 roll 90 add 3 1 roll |
1194 |
sflipx 1 fmGetFlip sflipy 2 fmGetFlip neg mul |
1195 |
} { |
1196 |
sflipx 0 fmGetFlip sflipy 3 fmGetFlip mul |
1197 |
} ifelse |
1198 |
0 lt {exch pop} {pop} ifelse |
1199 |
fMNegative { |
1200 |
{neg} fmConcatProcs |
1201 |
} if |
1202 |
bind |
1203 |
|
1204 |
|
1205 |
|
1206 |
systemdict /setscreen get exec |
1207 |
/FrameCurGray exch def |
1208 |
} { |
1209 |
/bwidth exch def |
1210 |
/bpside exch def |
1211 |
/bstring exch def |
1212 |
/onbits 0 def /offbits 0 def |
1213 |
freq sangle landscape {90 add} if |
1214 |
{/ypoint exch def |
1215 |
/xpoint exch def |
1216 |
/xindex xpoint 1 add 2 div bpside mul cvi def |
1217 |
/yindex ypoint 1 add 2 div bpside mul cvi def |
1218 |
bstring yindex bwidth mul xindex 8 idiv add get |
1219 |
1 7 xindex 8 mod sub bitshift and 0 ne fMNegative {not} if |
1220 |
{/onbits onbits 1 add def 1} |
1221 |
{/offbits offbits 1 add def 0} |
1222 |
ifelse |
1223 |
} |
1224 |
setscreen |
1225 |
offbits offbits onbits add dup 0 ne {div} {pop pop .5} ifelse fMNegative {1.0 exch sub} if |
1226 |
/FrameCurGray exch def |
1227 |
} ifelse |
1228 |
} { |
1229 |
pop pop |
1230 |
dup patCache exch known { |
1231 |
patCache exch get |
1232 |
} { |
1233 |
dup |
1234 |
patDict /bstring 3 -1 roll put |
1235 |
patDict |
1236 |
9 PatFreq screenIndex get div dup matrix scale |
1237 |
makepattern |
1238 |
dup |
1239 |
patCache 4 -1 roll 3 -1 roll put |
1240 |
} ifelse |
1241 |
/FrameCurGray 0 def |
1242 |
/FrameCurPat exch def |
1243 |
} ifelse |
1244 |
/graymode false def |
1245 |
combineColor |
1246 |
} bind def |
1247 |
/setGrayScaleMode { |
1248 |
graymode not { |
1249 |
/graymode true def |
1250 |
fMLevel1 { |
1251 |
setCurrentScreen |
1252 |
} if |
1253 |
} if |
1254 |
/FrameCurGray exch def |
1255 |
combineColor |
1256 |
} bind def |
1257 |
/normalize { |
1258 |
transform round exch round exch itransform |
1259 |
} bind def |
1260 |
/dnormalize { |
1261 |
dtransform round exch round exch idtransform |
1262 |
} bind def |
1263 |
/lnormalize { |
1264 |
0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop |
1265 |
} bind def |
1266 |
/H { |
1267 |
lnormalize setlinewidth |
1268 |
} bind def |
1269 |
/Z { |
1270 |
setlinecap |
1271 |
} bind def |
1272 |
|
1273 |
/PFill { |
1274 |
graymode fMLevel1 or not { |
1275 |
gsave 1 setgray eofill grestore |
1276 |
} if |
1277 |
} bind def |
1278 |
/PStroke { |
1279 |
graymode fMLevel1 or not { |
1280 |
gsave 1 setgray stroke grestore |
1281 |
} if |
1282 |
stroke |
1283 |
} bind def |
1284 |
/X { |
1285 |
fillvals exch get |
1286 |
dup type /stringtype eq |
1287 |
{8 1 setPatternMode} |
1288 |
{setGrayScaleMode} |
1289 |
ifelse |
1290 |
} bind def |
1291 |
/V { |
1292 |
PFill gsave eofill grestore |
1293 |
} bind def |
1294 |
/Vclip { |
1295 |
clip |
1296 |
} bind def |
1297 |
/Vstrk { |
1298 |
currentlinewidth exch setlinewidth PStroke setlinewidth |
1299 |
} bind def |
1300 |
/N { |
1301 |
PStroke |
1302 |
} bind def |
1303 |
/Nclip { |
1304 |
strokepath clip newpath |
1305 |
} bind def |
1306 |
/Nstrk { |
1307 |
currentlinewidth exch setlinewidth PStroke setlinewidth |
1308 |
} bind def |
1309 |
/M {newpath moveto} bind def |
1310 |
/E {lineto} bind def |
1311 |
/D {curveto} bind def |
1312 |
/O {closepath} bind def |
1313 |
/L { |
1314 |
/n exch def |
1315 |
newpath |
1316 |
normalize |
1317 |
moveto |
1318 |
2 1 n {pop normalize lineto} for |
1319 |
} bind def |
1320 |
/Y { |
1321 |
L |
1322 |
closepath |
1323 |
} bind def |
1324 |
/R { |
1325 |
/y2 exch def |
1326 |
/x2 exch def |
1327 |
/y1 exch def |
1328 |
/x1 exch def |
1329 |
x1 y1 |
1330 |
x2 y1 |
1331 |
x2 y2 |
1332 |
x1 y2 |
1333 |
4 Y |
1334 |
} bind def |
1335 |
/rarc |
1336 |
{rad |
1337 |
arcto |
1338 |
} bind def |
1339 |
/RR { |
1340 |
/rad exch def |
1341 |
normalize |
1342 |
/y2 exch def |
1343 |
/x2 exch def |
1344 |
normalize |
1345 |
/y1 exch def |
1346 |
/x1 exch def |
1347 |
mark |
1348 |
newpath |
1349 |
{ |
1350 |
x1 y1 rad add moveto |
1351 |
x1 y2 x2 y2 rarc |
1352 |
x2 y2 x2 y1 rarc |
1353 |
x2 y1 x1 y1 rarc |
1354 |
x1 y1 x1 y2 rarc |
1355 |
closepath |
1356 |
} stopped {x1 y1 x2 y2 R} if |
1357 |
cleartomark |
1358 |
} bind def |
1359 |
/RRR { |
1360 |
/rad exch def |
1361 |
normalize /y4 exch def /x4 exch def |
1362 |
normalize /y3 exch def /x3 exch def |
1363 |
normalize /y2 exch def /x2 exch def |
1364 |
normalize /y1 exch def /x1 exch def |
1365 |
newpath |
1366 |
normalize moveto |
1367 |
mark |
1368 |
{ |
1369 |
x2 y2 x3 y3 rarc |
1370 |
x3 y3 x4 y4 rarc |
1371 |
x4 y4 x1 y1 rarc |
1372 |
x1 y1 x2 y2 rarc |
1373 |
closepath |
1374 |
} stopped |
1375 |
{x1 y1 x2 y2 x3 y3 x4 y4 newpath moveto lineto lineto lineto closepath} if |
1376 |
cleartomark |
1377 |
} bind def |
1378 |
/C { |
1379 |
grestore |
1380 |
gsave |
1381 |
R |
1382 |
clip |
1383 |
setCurrentScreen |
1384 |
} bind def |
1385 |
/CP { |
1386 |
grestore |
1387 |
gsave |
1388 |
Y |
1389 |
clip |
1390 |
setCurrentScreen |
1391 |
} bind def |
1392 |
/F { |
1393 |
FMfonts exch get |
1394 |
[FMsetsize 0 0 FMpointsize 0 0] makefont |
1395 |
setfont |
1396 |
} bind def |
1397 |
/Q { |
1398 |
/FMpointsize exch def |
1399 |
/FMsetsize FMpointsize def |
1400 |
F |
1401 |
} bind def |
1402 |
/QQ { |
1403 |
/FMsetsize exch def |
1404 |
/FMpointsize exch def |
1405 |
F |
1406 |
} bind def |
1407 |
/T { |
1408 |
moveto show |
1409 |
} bind def |
1410 |
/RF { |
1411 |
rotate |
1412 |
0 ne {-1 1 scale} if |
1413 |
} bind def |
1414 |
/TF { |
1415 |
gsave |
1416 |
moveto |
1417 |
RF |
1418 |
show |
1419 |
grestore |
1420 |
} bind def |
1421 |
/P { |
1422 |
moveto |
1423 |
0 32 3 2 roll widthshow |
1424 |
} bind def |
1425 |
/PF { |
1426 |
gsave |
1427 |
moveto |
1428 |
RF |
1429 |
0 32 3 2 roll widthshow |
1430 |
grestore |
1431 |
} bind def |
1432 |
/S { |
1433 |
moveto |
1434 |
0 exch ashow |
1435 |
} bind def |
1436 |
/SF { |
1437 |
gsave |
1438 |
moveto |
1439 |
RF |
1440 |
0 exch ashow |
1441 |
grestore |
1442 |
} bind def |
1443 |
/B { |
1444 |
moveto |
1445 |
0 32 4 2 roll 0 exch awidthshow |
1446 |
} bind def |
1447 |
/BF { |
1448 |
gsave |
1449 |
moveto |
1450 |
RF |
1451 |
0 32 4 2 roll 0 exch awidthshow |
1452 |
grestore |
1453 |
} bind def |
1454 |
/G { |
1455 |
gsave |
1456 |
newpath |
1457 |
normalize translate 0.0 0.0 moveto |
1458 |
dnormalize scale |
1459 |
0.0 0.0 1.0 5 3 roll arc |
1460 |
closepath |
1461 |
PFill fill |
1462 |
grestore |
1463 |
} bind def |
1464 |
/Gstrk { |
1465 |
savematrix |
1466 |
newpath |
1467 |
2 index 2 div add exch 3 index 2 div sub exch |
1468 |
normalize 2 index 2 div sub exch 3 index 2 div add exch |
1469 |
translate |
1470 |
scale |
1471 |
0.0 0.0 1.0 5 3 roll arc |
1472 |
restorematrix |
1473 |
currentlinewidth exch setlinewidth PStroke setlinewidth |
1474 |
} bind def |
1475 |
/Gclip { |
1476 |
newpath |
1477 |
savematrix |
1478 |
normalize translate 0.0 0.0 moveto |
1479 |
dnormalize scale |
1480 |
0.0 0.0 1.0 5 3 roll arc |
1481 |
closepath |
1482 |
clip newpath |
1483 |
restorematrix |
1484 |
} bind def |
1485 |
/GG { |
1486 |
gsave |
1487 |
newpath |
1488 |
normalize translate 0.0 0.0 moveto |
1489 |
rotate |
1490 |
dnormalize scale |
1491 |
0.0 0.0 1.0 5 3 roll arc |
1492 |
closepath |
1493 |
PFill |
1494 |
fill |
1495 |
grestore |
1496 |
} bind def |
1497 |
/GGclip { |
1498 |
savematrix |
1499 |
newpath |
1500 |
normalize translate 0.0 0.0 moveto |
1501 |
rotate |
1502 |
dnormalize scale |
1503 |
0.0 0.0 1.0 5 3 roll arc |
1504 |
closepath |
1505 |
clip newpath |
1506 |
restorematrix |
1507 |
} bind def |
1508 |
/GGstrk { |
1509 |
savematrix |
1510 |
newpath |
1511 |
normalize translate 0.0 0.0 moveto |
1512 |
rotate |
1513 |
dnormalize scale |
1514 |
0.0 0.0 1.0 5 3 roll arc |
1515 |
closepath |
1516 |
restorematrix |
1517 |
currentlinewidth exch setlinewidth PStroke setlinewidth |
1518 |
} bind def |
1519 |
/A { |
1520 |
gsave |
1521 |
savematrix |
1522 |
newpath |
1523 |
2 index 2 div add exch 3 index 2 div sub exch |
1524 |
normalize 2 index 2 div sub exch 3 index 2 div add exch |
1525 |
translate |
1526 |
scale |
1527 |
2 copy 0.0 0.0 1.0 5 3 roll arc |
1528 |
round cvi 360 mod exch round cvi 360 mod eq {closepath} if |
1529 |
restorematrix |
1530 |
PStroke |
1531 |
grestore |
1532 |
} bind def |
1533 |
/Aclip { |
1534 |
newpath |
1535 |
savematrix |
1536 |
normalize translate 0.0 0.0 moveto |
1537 |
dnormalize scale |
1538 |
0.0 0.0 1.0 5 3 roll arc |
1539 |
closepath |
1540 |
strokepath clip newpath |
1541 |
restorematrix |
1542 |
} bind def |
1543 |
/Astrk { |
1544 |
Gstrk |
1545 |
} bind def |
1546 |
/AA { |
1547 |
gsave |
1548 |
savematrix |
1549 |
newpath |
1550 |
|
1551 |
3 index 2 div add exch 4 index 2 div sub exch |
1552 |
|
1553 |
normalize 3 index 2 div sub exch 4 index 2 div add exch |
1554 |
translate |
1555 |
rotate |
1556 |
scale |
1557 |
0.0 0.0 1.0 5 3 roll arc |
1558 |
restorematrix |
1559 |
PStroke |
1560 |
grestore |
1561 |
} bind def |
1562 |
/AAclip { |
1563 |
savematrix |
1564 |
newpath |
1565 |
normalize translate 0.0 0.0 moveto |
1566 |
rotate |
1567 |
dnormalize scale |
1568 |
0.0 0.0 1.0 5 3 roll arc |
1569 |
closepath |
1570 |
strokepath clip newpath |
1571 |
restorematrix |
1572 |
} bind def |
1573 |
/AAstrk { |
1574 |
GGstrk |
1575 |
} bind def |
1576 |
/BEGINPRINTCODE { |
1577 |
/FMdicttop countdictstack 1 add def |
1578 |
/FMoptop count 7 sub def |
1579 |
/FMsaveobject save def |
1580 |
userdict begin |
1581 |
/showpage {} def |
1582 |
FMNORMALIZEGRAPHICS |
1583 |
3 index neg 3 index neg translate |
1584 |
} bind def |
1585 |
/ENDPRINTCODE { |
1586 |
count -1 FMoptop {pop pop} for |
1587 |
countdictstack -1 FMdicttop {pop end} for |
1588 |
FMsaveobject restore |
1589 |
} bind def |
1590 |
/gn { |
1591 |
0 |
1592 |
{ 46 mul |
1593 |
cf read pop |
1594 |
32 sub |
1595 |
dup 46 lt {exit} if |
1596 |
46 sub add |
1597 |
} loop |
1598 |
add |
1599 |
} bind def |
1600 |
/cfs { |
1601 |
/str sl string def |
1602 |
0 1 sl 1 sub {str exch val put} for |
1603 |
str def |
1604 |
} bind def |
1605 |
/ic [ |
1606 |
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 |
1607 |
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 |
1608 |
0 |
1609 |
{0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} |
1610 |
{10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} |
1611 |
{19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} |
1612 |
{13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} |
1613 |
{4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} |
1614 |
{13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} |
1615 |
{7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} |
1616 |
{0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} |
1617 |
{10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} |
1618 |
] def |
1619 |
/ms { |
1620 |
/sl exch def |
1621 |
/val 255 def |
1622 |
/ws cfs |
1623 |
/im cfs |
1624 |
/val 0 def |
1625 |
/bs cfs |
1626 |
/cs cfs |
1627 |
} bind def |
1628 |
400 ms |
1629 |
/ip { |
1630 |
is |
1631 |
0 |
1632 |
cf cs readline pop |
1633 |
{ ic exch get exec |
1634 |
add |
1635 |
} forall |
1636 |
pop |
1637 |
|
1638 |
} bind def |
1639 |
/rip { |
1640 |
|
1641 |
|
1642 |
bis ris copy pop |
1643 |
is |
1644 |
0 |
1645 |
cf cs readline pop |
1646 |
{ ic exch get exec |
1647 |
add |
1648 |
} forall |
1649 |
pop pop |
1650 |
ris gis copy pop |
1651 |
dup is exch |
1652 |
|
1653 |
cf cs readline pop |
1654 |
{ ic exch get exec |
1655 |
add |
1656 |
} forall |
1657 |
pop pop |
1658 |
gis bis copy pop |
1659 |
dup add is exch |
1660 |
|
1661 |
cf cs readline pop |
1662 |
{ ic exch get exec |
1663 |
add |
1664 |
} forall |
1665 |
pop |
1666 |
|
1667 |
} bind def |
1668 |
/rip4 { |
1669 |
|
1670 |
|
1671 |
kis cis copy pop |
1672 |
is |
1673 |
0 |
1674 |
cf cs readline pop |
1675 |
{ ic exch get exec |
1676 |
add |
1677 |
} forall |
1678 |
pop pop |
1679 |
cis mis copy pop |
1680 |
dup is exch |
1681 |
|
1682 |
cf cs readline pop |
1683 |
{ ic exch get exec |
1684 |
add |
1685 |
} forall |
1686 |
pop pop |
1687 |
mis yis copy pop |
1688 |
dup dup add is exch |
1689 |
|
1690 |
cf cs readline pop |
1691 |
{ ic exch get exec |
1692 |
add |
1693 |
} forall |
1694 |
pop pop |
1695 |
yis kis copy pop |
1696 |
3 mul is exch |
1697 |
|
1698 |
cf cs readline pop |
1699 |
{ ic exch get exec |
1700 |
add |
1701 |
} forall |
1702 |
pop |
1703 |
|
1704 |
} bind def |
1705 |
/wh { |
1706 |
/len exch def |
1707 |
/pos exch def |
1708 |
ws 0 len getinterval im pos len getinterval copy pop |
1709 |
pos len |
1710 |
} bind def |
1711 |
/bl { |
1712 |
/len exch def |
1713 |
/pos exch def |
1714 |
bs 0 len getinterval im pos len getinterval copy pop |
1715 |
pos len |
1716 |
} bind def |
1717 |
/s1 1 string def |
1718 |
/fl { |
1719 |
/len exch def |
1720 |
/pos exch def |
1721 |
/val cf s1 readhexstring pop 0 get def |
1722 |
pos 1 pos len add 1 sub {im exch val put} for |
1723 |
pos len |
1724 |
} bind def |
1725 |
/hx { |
1726 |
3 copy getinterval |
1727 |
cf exch readhexstring pop pop |
1728 |
} bind def |
1729 |
/wbytes { |
1730 |
dup dup |
1731 |
8 gt { pop 8 idiv mul } |
1732 |
{ 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } ifelse |
1733 |
} bind def |
1734 |
/BEGINBITMAPBWc { |
1735 |
1 {} COMMONBITMAPc |
1736 |
} bind def |
1737 |
/BEGINBITMAPGRAYc { |
1738 |
8 {} COMMONBITMAPc |
1739 |
} bind def |
1740 |
/BEGINBITMAP2BITc { |
1741 |
2 {} COMMONBITMAPc |
1742 |
} bind def |
1743 |
/COMMONBITMAPc { |
1744 |
|
1745 |
/cvtProc exch def |
1746 |
/depth exch def |
1747 |
gsave |
1748 |
|
1749 |
3 index 2 div add exch |
1750 |
4 index 2 div add exch |
1751 |
translate |
1752 |
rotate |
1753 |
1 index 2 div neg |
1754 |
1 index 2 div neg |
1755 |
translate |
1756 |
scale |
1757 |
/height exch def /width exch def |
1758 |
/lb width depth wbytes def |
1759 |
sl lb lt {lb ms} if |
1760 |
/bitmapsave save def |
1761 |
cvtProc |
1762 |
/is im 0 lb getinterval def |
1763 |
ws 0 lb getinterval is copy pop |
1764 |
/cf currentfile def |
1765 |
width height depth [width 0 0 height neg 0 height] |
1766 |
{ip} image |
1767 |
bitmapsave restore |
1768 |
grestore |
1769 |
} bind def |
1770 |
/BEGINBITMAPBW { |
1771 |
1 {} COMMONBITMAP |
1772 |
} bind def |
1773 |
/BEGINBITMAPGRAY { |
1774 |
8 {} COMMONBITMAP |
1775 |
} bind def |
1776 |
/BEGINBITMAP2BIT { |
1777 |
2 {} COMMONBITMAP |
1778 |
} bind def |
1779 |
/COMMONBITMAP { |
1780 |
/cvtProc exch def |
1781 |
/depth exch def |
1782 |
gsave |
1783 |
|
1784 |
3 index 2 div add exch |
1785 |
4 index 2 div add exch |
1786 |
translate |
1787 |
rotate |
1788 |
1 index 2 div neg |
1789 |
1 index 2 div neg |
1790 |
translate |
1791 |
scale |
1792 |
/height exch def /width exch def |
1793 |
/bitmapsave save def |
1794 |
cvtProc |
1795 |
/is width depth wbytes string def |
1796 |
/cf currentfile def |
1797 |
width height depth [width 0 0 height neg 0 height] |
1798 |
{cf is readhexstring pop} image |
1799 |
bitmapsave restore |
1800 |
grestore |
1801 |
} bind def |
1802 |
/ngrayt 256 array def |
1803 |
/nredt 256 array def |
1804 |
/nbluet 256 array def |
1805 |
/ngreent 256 array def |
1806 |
fMLevel1 { |
1807 |
/colorsetup { |
1808 |
currentcolortransfer |
1809 |
/gryt exch def |
1810 |
/blut exch def |
1811 |
/grnt exch def |
1812 |
/redt exch def |
1813 |
0 1 255 { |
1814 |
/indx exch def |
1815 |
/cynu 1 red indx get 255 div sub def |
1816 |
/magu 1 green indx get 255 div sub def |
1817 |
/yelu 1 blue indx get 255 div sub def |
1818 |
/kk cynu magu min yelu min def |
1819 |
/u kk currentundercolorremoval exec def |
1820 |
% /u 0 def |
1821 |
nredt indx 1 0 cynu u sub max sub redt exec put |
1822 |
ngreent indx 1 0 magu u sub max sub grnt exec put |
1823 |
nbluet indx 1 0 yelu u sub max sub blut exec put |
1824 |
ngrayt indx 1 kk currentblackgeneration exec sub gryt exec put |
1825 |
} for |
1826 |
{255 mul cvi nredt exch get} |
1827 |
{255 mul cvi ngreent exch get} |
1828 |
{255 mul cvi nbluet exch get} |
1829 |
{255 mul cvi ngrayt exch get} |
1830 |
setcolortransfer |
1831 |
{pop 0} setundercolorremoval |
1832 |
{} setblackgeneration |
1833 |
} bind def |
1834 |
} |
1835 |
{ |
1836 |
/colorSetup2 { |
1837 |
[ /Indexed /DeviceRGB 255 |
1838 |
{dup red exch get 255 div |
1839 |
exch dup green exch get 255 div |
1840 |
exch blue exch get 255 div} |
1841 |
] setcolorspace |
1842 |
} bind def |
1843 |
} ifelse |
1844 |
/fakecolorsetup { |
1845 |
/tran 256 string def |
1846 |
0 1 255 {/indx exch def |
1847 |
tran indx |
1848 |
red indx get 77 mul |
1849 |
green indx get 151 mul |
1850 |
blue indx get 28 mul |
1851 |
add add 256 idiv put} for |
1852 |
currenttransfer |
1853 |
{255 mul cvi tran exch get 255.0 div} |
1854 |
exch fmConcatProcs settransfer |
1855 |
} bind def |
1856 |
/BITMAPCOLOR { |
1857 |
/depth 8 def |
1858 |
gsave |
1859 |
|
1860 |
3 index 2 div add exch |
1861 |
4 index 2 div add exch |
1862 |
translate |
1863 |
rotate |
1864 |
1 index 2 div neg |
1865 |
1 index 2 div neg |
1866 |
translate |
1867 |
scale |
1868 |
/height exch def /width exch def |
1869 |
/bitmapsave save def |
1870 |
fMLevel1 { |
1871 |
colorsetup |
1872 |
/is width depth wbytes string def |
1873 |
/cf currentfile def |
1874 |
width height depth [width 0 0 height neg 0 height] |
1875 |
{cf is readhexstring pop} {is} {is} true 3 colorimage |
1876 |
} { |
1877 |
colorSetup2 |
1878 |
/is width depth wbytes string def |
1879 |
/cf currentfile def |
1880 |
7 dict dup begin |
1881 |
/ImageType 1 def |
1882 |
/Width width def |
1883 |
/Height height def |
1884 |
/ImageMatrix [width 0 0 height neg 0 height] def |
1885 |
/DataSource {cf is readhexstring pop} bind def |
1886 |
/BitsPerComponent depth def |
1887 |
/Decode [0 255] def |
1888 |
end image |
1889 |
} ifelse |
1890 |
bitmapsave restore |
1891 |
grestore |
1892 |
} bind def |
1893 |
/BITMAPCOLORc { |
1894 |
/depth 8 def |
1895 |
gsave |
1896 |
|
1897 |
3 index 2 div add exch |
1898 |
4 index 2 div add exch |
1899 |
translate |
1900 |
rotate |
1901 |
1 index 2 div neg |
1902 |
1 index 2 div neg |
1903 |
translate |
1904 |
scale |
1905 |
/height exch def /width exch def |
1906 |
/lb width depth wbytes def |
1907 |
sl lb lt {lb ms} if |
1908 |
/bitmapsave save def |
1909 |
fMLevel1 { |
1910 |
colorsetup |
1911 |
/is im 0 lb getinterval def |
1912 |
ws 0 lb getinterval is copy pop |
1913 |
/cf currentfile def |
1914 |
width height depth [width 0 0 height neg 0 height] |
1915 |
{ip} {is} {is} true 3 colorimage |
1916 |
} { |
1917 |
colorSetup2 |
1918 |
/is im 0 lb getinterval def |
1919 |
ws 0 lb getinterval is copy pop |
1920 |
/cf currentfile def |
1921 |
7 dict dup begin |
1922 |
/ImageType 1 def |
1923 |
/Width width def |
1924 |
/Height height def |
1925 |
/ImageMatrix [width 0 0 height neg 0 height] def |
1926 |
/DataSource {ip} bind def |
1927 |
/BitsPerComponent depth def |
1928 |
/Decode [0 255] def |
1929 |
end image |
1930 |
} ifelse |
1931 |
bitmapsave restore |
1932 |
grestore |
1933 |
} bind def |
1934 |
/BITMAPTRUECOLORc { |
1935 |
/depth 24 def |
1936 |
gsave |
1937 |
|
1938 |
3 index 2 div add exch |
1939 |
4 index 2 div add exch |
1940 |
translate |
1941 |
rotate |
1942 |
1 index 2 div neg |
1943 |
1 index 2 div neg |
1944 |
translate |
1945 |
scale |
1946 |
/height exch def /width exch def |
1947 |
/lb width depth wbytes def |
1948 |
sl lb lt {lb ms} if |
1949 |
/bitmapsave save def |
1950 |
|
1951 |
/is im 0 lb getinterval def |
1952 |
/ris im 0 width getinterval def |
1953 |
/gis im width width getinterval def |
1954 |
/bis im width 2 mul width getinterval def |
1955 |
|
1956 |
ws 0 lb getinterval is copy pop |
1957 |
/cf currentfile def |
1958 |
width height 8 [width 0 0 height neg 0 height] |
1959 |
{width rip pop ris} {gis} {bis} true 3 colorimage |
1960 |
bitmapsave restore |
1961 |
grestore |
1962 |
} bind def |
1963 |
/BITMAPCMYKc { |
1964 |
/depth 32 def |
1965 |
gsave |
1966 |
|
1967 |
3 index 2 div add exch |
1968 |
4 index 2 div add exch |
1969 |
translate |
1970 |
rotate |
1971 |
1 index 2 div neg |
1972 |
1 index 2 div neg |
1973 |
translate |
1974 |
scale |
1975 |
/height exch def /width exch def |
1976 |
/lb width depth wbytes def |
1977 |
sl lb lt {lb ms} if |
1978 |
/bitmapsave save def |
1979 |
|
1980 |
/is im 0 lb getinterval def |
1981 |
/cis im 0 width getinterval def |
1982 |
/mis im width width getinterval def |
1983 |
/yis im width 2 mul width getinterval def |
1984 |
/kis im width 3 mul width getinterval def |
1985 |
|
1986 |
ws 0 lb getinterval is copy pop |
1987 |
/cf currentfile def |
1988 |
width height 8 [width 0 0 height neg 0 height] |
1989 |
{width rip4 pop cis} {mis} {yis} {kis} true 4 colorimage |
1990 |
bitmapsave restore |
1991 |
grestore |
1992 |
} bind def |
1993 |
/BITMAPTRUECOLOR { |
1994 |
gsave |
1995 |
|
1996 |
3 index 2 div add exch |
1997 |
4 index 2 div add exch |
1998 |
translate |
1999 |
rotate |
2000 |
1 index 2 div neg |
2001 |
1 index 2 div neg |
2002 |
translate |
2003 |
scale |
2004 |
/height exch def /width exch def |
2005 |
/bitmapsave save def |
2006 |
/is width string def |
2007 |
/gis width string def |
2008 |
/bis width string def |
2009 |
/cf currentfile def |
2010 |
width height 8 [width 0 0 height neg 0 height] |
2011 |
{ cf is readhexstring pop } |
2012 |
{ cf gis readhexstring pop } |
2013 |
{ cf bis readhexstring pop } |
2014 |
true 3 colorimage |
2015 |
bitmapsave restore |
2016 |
grestore |
2017 |
} bind def |
2018 |
/BITMAPCMYK { |
2019 |
gsave |
2020 |
|
2021 |
3 index 2 div add exch |
2022 |
4 index 2 div add exch |
2023 |
translate |
2024 |
rotate |
2025 |
1 index 2 div neg |
2026 |
1 index 2 div neg |
2027 |
translate |
2028 |
scale |
2029 |
/height exch def /width exch def |
2030 |
/bitmapsave save def |
2031 |
/is width string def |
2032 |
/mis width string def |
2033 |
/yis width string def |
2034 |
/kis width string def |
2035 |
/cf currentfile def |
2036 |
width height 8 [width 0 0 height neg 0 height] |
2037 |
{ cf is readhexstring pop } |
2038 |
{ cf mis readhexstring pop } |
2039 |
{ cf yis readhexstring pop } |
2040 |
{ cf kis readhexstring pop } |
2041 |
true 4 colorimage |
2042 |
bitmapsave restore |
2043 |
grestore |
2044 |
} bind def |
2045 |
/BITMAPTRUEGRAYc { |
2046 |
/depth 24 def |
2047 |
gsave |
2048 |
|
2049 |
3 index 2 div add exch |
2050 |
4 index 2 div add exch |
2051 |
translate |
2052 |
rotate |
2053 |
1 index 2 div neg |
2054 |
1 index 2 div neg |
2055 |
translate |
2056 |
scale |
2057 |
/height exch def /width exch def |
2058 |
/lb width depth wbytes def |
2059 |
sl lb lt {lb ms} if |
2060 |
/bitmapsave save def |
2061 |
|
2062 |
/is im 0 lb getinterval def |
2063 |
/ris im 0 width getinterval def |
2064 |
/gis im width width getinterval def |
2065 |
/bis im width 2 mul width getinterval def |
2066 |
ws 0 lb getinterval is copy pop |
2067 |
/cf currentfile def |
2068 |
width height 8 [width 0 0 height neg 0 height] |
2069 |
{width rip pop ris gis bis width gray} image |
2070 |
bitmapsave restore |
2071 |
grestore |
2072 |
} bind def |
2073 |
/BITMAPCMYKGRAYc { |
2074 |
/depth 32 def |
2075 |
gsave |
2076 |
|
2077 |
3 index 2 div add exch |
2078 |
4 index 2 div add exch |
2079 |
translate |
2080 |
rotate |
2081 |
1 index 2 div neg |
2082 |
1 index 2 div neg |
2083 |
translate |
2084 |
scale |
2085 |
/height exch def /width exch def |
2086 |
/lb width depth wbytes def |
2087 |
sl lb lt {lb ms} if |
2088 |
/bitmapsave save def |
2089 |
|
2090 |
/is im 0 lb getinterval def |
2091 |
/cis im 0 width getinterval def |
2092 |
/mis im width width getinterval def |
2093 |
/yis im width 2 mul width getinterval def |
2094 |
/kis im width 3 mul width getinterval def |
2095 |
ws 0 lb getinterval is copy pop |
2096 |
/cf currentfile def |
2097 |
width height 8 [width 0 0 height neg 0 height] |
2098 |
{width rip pop cis mis yis kis width cgray} image |
2099 |
bitmapsave restore |
2100 |
grestore |
2101 |
} bind def |
2102 |
/cgray { |
2103 |
/ww exch def |
2104 |
/k exch def |
2105 |
/y exch def |
2106 |
/m exch def |
2107 |
/c exch def |
2108 |
0 1 ww 1 sub { /i exch def c i get m i get y i get k i get CMYKtoRGB |
2109 |
.144 mul 3 1 roll .587 mul 3 1 roll .299 mul add add |
2110 |
c i 3 -1 roll floor cvi put } for |
2111 |
c |
2112 |
} bind def |
2113 |
/gray { |
2114 |
/ww exch def |
2115 |
/b exch def |
2116 |
/g exch def |
2117 |
/r exch def |
2118 |
0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul |
2119 |
b i get .114 mul add add r i 3 -1 roll floor cvi put } for |
2120 |
r |
2121 |
} bind def |
2122 |
/BITMAPTRUEGRAY { |
2123 |
gsave |
2124 |
|
2125 |
3 index 2 div add exch |
2126 |
4 index 2 div add exch |
2127 |
translate |
2128 |
rotate |
2129 |
1 index 2 div neg |
2130 |
1 index 2 div neg |
2131 |
translate |
2132 |
scale |
2133 |
/height exch def /width exch def |
2134 |
/bitmapsave save def |
2135 |
/is width string def |
2136 |
/gis width string def |
2137 |
/bis width string def |
2138 |
/cf currentfile def |
2139 |
width height 8 [width 0 0 height neg 0 height] |
2140 |
{ cf is readhexstring pop |
2141 |
cf gis readhexstring pop |
2142 |
cf bis readhexstring pop width gray} image |
2143 |
bitmapsave restore |
2144 |
grestore |
2145 |
} bind def |
2146 |
/BITMAPCMYKGRAY { |
2147 |
gsave |
2148 |
|
2149 |
3 index 2 div add exch |
2150 |
4 index 2 div add exch |
2151 |
translate |
2152 |
rotate |
2153 |
1 index 2 div neg |
2154 |
1 index 2 div neg |
2155 |
translate |
2156 |
scale |
2157 |
/height exch def /width exch def |
2158 |
/bitmapsave save def |
2159 |
/is width string def |
2160 |
/yis width string def |
2161 |
/mis width string def |
2162 |
/kis width string def |
2163 |
/cf currentfile def |
2164 |
width height 8 [width 0 0 height neg 0 height] |
2165 |
{ cf is readhexstring pop |
2166 |
cf mis readhexstring pop |
2167 |
cf yis readhexstring pop |
2168 |
cf kis readhexstring pop width cgray} image |
2169 |
bitmapsave restore |
2170 |
grestore |
2171 |
} bind def |
2172 |
/BITMAPGRAY { |
2173 |
8 {fakecolorsetup} COMMONBITMAP |
2174 |
} bind def |
2175 |
/BITMAPGRAYc { |
2176 |
8 {fakecolorsetup} COMMONBITMAPc |
2177 |
} bind def |
2178 |
/ENDBITMAP { |
2179 |
} bind def |
2180 |
end |
2181 |
/ALDmatrix matrix def ALDmatrix currentmatrix pop |
2182 |
/StartALD { |
2183 |
/ALDsave save def |
2184 |
savematrix |
2185 |
ALDmatrix setmatrix |
2186 |
} bind def |
2187 |
/InALD { |
2188 |
restorematrix |
2189 |
} bind def |
2190 |
/DoneALD { |
2191 |
ALDsave restore |
2192 |
} bind def |
2193 |
/I { setdash } bind def |
2194 |
/J { [] 0 setdash } bind def |
2195 |
%%EndProlog |
2196 |
%%BeginSetup |
2197 |
(5.5) FMVERSION |
2198 |
1 1 0 0 612 792 0 1 3 FMDOCUMENT |
2199 |
%%IncludeFont: Times-Italic |
2200 |
0 0 /Times-Italic FMFONTDEFINE |
2201 |
%%IncludeFont: Symbol |
2202 |
1 1 /Symbol FMFONTDEFINE |
2203 |
%%IncludeFont: Times-Roman |
2204 |
2 0 /Times-Roman FMFONTDEFINE |
2205 |
32 FMFILLS |
2206 |
0 0 FMFILL |
2207 |
1 0.1 FMFILL |
2208 |
2 0.3 FMFILL |
2209 |
3 0.5 FMFILL |
2210 |
4 0.7 FMFILL |
2211 |
5 0.9 FMFILL |
2212 |
6 0.97 FMFILL |
2213 |
7 1 FMFILL |
2214 |
8 <0f1e3c78f0e1c387> FMFILL |
2215 |
9 <0f87c3e1f0783c1e> FMFILL |
2216 |
10 <cccccccccccccccc> FMFILL |
2217 |
11 <ffff0000ffff0000> FMFILL |
2218 |
12 <8142241818244281> FMFILL |
2219 |
13 <03060c183060c081> FMFILL |
2220 |
14 <8040201008040201> FMFILL |
2221 |
16 1 FMFILL |
2222 |
17 0.9 FMFILL |
2223 |
18 0.7 FMFILL |
2224 |
19 0.5 FMFILL |
2225 |
20 0.3 FMFILL |
2226 |
21 0.1 FMFILL |
2227 |
22 0.03 FMFILL |
2228 |
23 0 FMFILL |
2229 |
24 <f0e1c3870f1e3c78> FMFILL |
2230 |
25 <f0783c1e0f87c3e1> FMFILL |
2231 |
26 <3333333333333333> FMFILL |
2232 |
27 <0000ffff0000ffff> FMFILL |
2233 |
28 <7ebddbe7e7dbbd7e> FMFILL |
2234 |
29 <fcf9f3e7cf9f3f7e> FMFILL |
2235 |
30 <7fbfdfeff7fbfdfe> FMFILL |
2236 |
%%EndSetup |
2237 |
%%Page: "1" 1 |
2238 |
%%BeginPaperSize: Letter |
2239 |
%%EndPaperSize |
2240 |
612 792 0 FMBEGINPAGE |
2241 |
0 FrameSetSepColors |
2242 |
[ |
2243 |
/Creator (FrameMaker 5.5.6.) |
2244 |
/Title (ripple) |
2245 |
/CreationDate (D:20000703124021) |
2246 |
/ModDate (D:20020806142233) |
2247 |
/DOCINFO FmPD2 |
2248 |
FrameNoSep |
2249 |
0 0 0 1 0 0 0 1 K |
2250 |
J |
2251 |
-45 -45 657 837 C |
2252 |
0 0 0 1 0 0 0 1 K |
2253 |
[1.042 5.209] 0 I |
2254 |
147.21 142.62 M |
2255 |
147.21 146.01 144.47 148.75 141.08 148.75 D |
2256 |
137.7 148.75 134.96 146.01 134.96 142.62 D |
2257 |
134.96 139.24 137.7 136.5 141.08 136.5 D |
2258 |
144.47 136.5 147.21 139.24 147.21 142.62 D |
2259 |
O |
2260 |
0 X |
2261 |
V |
2262 |
[1.042 5.209] 0 I |
2263 |
147.21 142.62 M |
2264 |
147.21 146.01 144.47 148.75 141.08 148.75 D |
2265 |
137.7 148.75 134.96 146.01 134.96 142.62 D |
2266 |
134.96 139.24 137.7 136.5 141.08 136.5 D |
2267 |
144.47 136.5 147.21 139.24 147.21 142.62 D |
2268 |
O |
2269 |
1 H |
2270 |
2 Z |
2271 |
N |
2272 |
J |
2273 |
139.21 141.25 110.21 99.25 2 L |
2274 |
N |
2275 |
143.71 141.25 114.71 99.25 2 L |
2276 |
N |
2277 |
[1.042 5.209] 0 I |
2278 |
161.17 142.62 M |
2279 |
161.17 146.01 158.43 148.75 155.04 148.75 D |
2280 |
151.66 148.75 148.92 146.01 148.92 142.62 D |
2281 |
148.92 139.24 151.66 136.5 155.04 136.5 D |
2282 |
158.43 136.5 161.17 139.24 161.17 142.62 D |
2283 |
O |
2284 |
V |
2285 |
[1.042 5.209] 0 I |
2286 |
161.17 142.62 M |
2287 |
161.17 146.01 158.43 148.75 155.04 148.75 D |
2288 |
151.66 148.75 148.92 146.01 148.92 142.62 D |
2289 |
148.92 139.24 151.66 136.5 155.04 136.5 D |
2290 |
158.43 136.5 161.17 139.24 161.17 142.62 D |
2291 |
O |
2292 |
N |
2293 |
J |
2294 |
153.17 141.25 124.17 99.25 2 L |
2295 |
N |
2296 |
157.67 141.25 128.67 99.25 2 L |
2297 |
N |
2298 |
[1.042 5.209] 0 I |
2299 |
175.13 142.62 M |
2300 |
175.13 146.01 172.38 148.75 169 148.75 D |
2301 |
165.62 148.75 162.88 146.01 162.88 142.62 D |
2302 |
162.88 139.24 165.62 136.5 169 136.5 D |
2303 |
172.38 136.5 175.13 139.24 175.13 142.62 D |
2304 |
O |
2305 |
V |
2306 |
[1.042 5.209] 0 I |
2307 |
175.13 142.62 M |
2308 |
175.13 146.01 172.38 148.75 169 148.75 D |
2309 |
165.62 148.75 162.88 146.01 162.88 142.62 D |
2310 |
162.88 139.24 165.62 136.5 169 136.5 D |
2311 |
172.38 136.5 175.13 139.24 175.13 142.62 D |
2312 |
O |
2313 |
N |
2314 |
J |
2315 |
167.13 141.25 138.13 99.25 2 L |
2316 |
N |
2317 |
171.63 141.25 142.63 99.25 2 L |
2318 |
N |
2319 |
[1.042 5.209] 0 I |
2320 |
189.09 142.62 M |
2321 |
189.09 146.01 186.35 148.75 182.96 148.75 D |
2322 |
179.58 148.75 176.84 146.01 176.84 142.62 D |
2323 |
176.84 139.24 179.58 136.5 182.96 136.5 D |
2324 |
186.35 136.5 189.09 139.24 189.09 142.62 D |
2325 |
O |
2326 |
V |
2327 |
[1.042 5.209] 0 I |
2328 |
189.09 142.62 M |
2329 |
189.09 146.01 186.35 148.75 182.96 148.75 D |
2330 |
179.58 148.75 176.84 146.01 176.84 142.62 D |
2331 |
176.84 139.24 179.58 136.5 182.96 136.5 D |
2332 |
186.35 136.5 189.09 139.24 189.09 142.62 D |
2333 |
O |
2334 |
N |
2335 |
J |
2336 |
181.09 141.25 152.09 99.25 2 L |
2337 |
N |
2338 |
185.59 141.25 156.59 99.25 2 L |
2339 |
N |
2340 |
[1.042 5.209] 0 I |
2341 |
203.05 142.62 M |
2342 |
203.05 146.01 200.3 148.75 196.92 148.75 D |
2343 |
193.54 148.75 190.8 146.01 190.8 142.62 D |
2344 |
190.8 139.24 193.54 136.5 196.92 136.5 D |
2345 |
200.3 136.5 203.05 139.24 203.05 142.62 D |
2346 |
O |
2347 |
V |
2348 |
[1.042 5.209] 0 I |
2349 |
203.05 142.62 M |
2350 |
203.05 146.01 200.3 148.75 196.92 148.75 D |
2351 |
193.54 148.75 190.8 146.01 190.8 142.62 D |
2352 |
190.8 139.24 193.54 136.5 196.92 136.5 D |
2353 |
200.3 136.5 203.05 139.24 203.05 142.62 D |
2354 |
O |
2355 |
N |
2356 |
J |
2357 |
195.05 141.25 166.05 99.25 2 L |
2358 |
N |
2359 |
199.55 141.25 170.55 99.25 2 L |
2360 |
N |
2361 |
[1.042 5.209] 0 I |
2362 |
217.01 142.62 M |
2363 |
217.01 146.01 214.26 148.75 210.88 148.75 D |
2364 |
207.5 148.75 204.76 146.01 204.76 142.62 D |
2365 |
204.76 139.24 207.5 136.5 210.88 136.5 D |
2366 |
214.26 136.5 217.01 139.24 217.01 142.62 D |
2367 |
O |
2368 |
V |
2369 |
[1.042 5.209] 0 I |
2370 |
217.01 142.62 M |
2371 |
217.01 146.01 214.26 148.75 210.88 148.75 D |
2372 |
207.5 148.75 204.76 146.01 204.76 142.62 D |
2373 |
204.76 139.24 207.5 136.5 210.88 136.5 D |
2374 |
214.26 136.5 217.01 139.24 217.01 142.62 D |
2375 |
O |
2376 |
N |
2377 |
J |
2378 |
209.01 141.25 180.01 99.25 2 L |
2379 |
N |
2380 |
213.51 141.25 184.51 99.25 2 L |
2381 |
N |
2382 |
[1.042 5.209] 0 I |
2383 |
230.97 142.62 M |
2384 |
230.97 146.01 228.23 148.75 224.84 148.75 D |
2385 |
221.46 148.75 218.72 146.01 218.72 142.62 D |
2386 |
218.72 139.24 221.46 136.5 224.84 136.5 D |
2387 |
228.23 136.5 230.97 139.24 230.97 142.62 D |
2388 |
O |
2389 |
V |
2390 |
[1.042 5.209] 0 I |
2391 |
230.97 142.62 M |
2392 |
230.97 146.01 228.23 148.75 224.84 148.75 D |
2393 |
221.46 148.75 218.72 146.01 218.72 142.62 D |
2394 |
218.72 139.24 221.46 136.5 224.84 136.5 D |
2395 |
228.23 136.5 230.97 139.24 230.97 142.62 D |
2396 |
O |
2397 |
N |
2398 |
J |
2399 |
222.97 141.25 193.97 99.25 2 L |
2400 |
N |
2401 |
227.47 141.25 198.47 99.25 2 L |
2402 |
N |
2403 |
[1.042 5.209] 0 I |
2404 |
244.93 142.62 M |
2405 |
244.93 146.01 242.18 148.75 238.8 148.75 D |
2406 |
235.42 148.75 232.68 146.01 232.68 142.62 D |
2407 |
232.68 139.24 235.42 136.5 238.8 136.5 D |
2408 |
242.18 136.5 244.93 139.24 244.93 142.62 D |
2409 |
O |
2410 |
V |
2411 |
[1.042 5.209] 0 I |
2412 |
244.93 142.62 M |
2413 |
244.93 146.01 242.18 148.75 238.8 148.75 D |
2414 |
235.42 148.75 232.68 146.01 232.68 142.62 D |
2415 |
232.68 139.24 235.42 136.5 238.8 136.5 D |
2416 |
242.18 136.5 244.93 139.24 244.93 142.62 D |
2417 |
O |
2418 |
N |
2419 |
J |
2420 |
236.93 141.25 207.93 99.25 2 L |
2421 |
N |
2422 |
241.43 141.25 212.43 99.25 2 L |
2423 |
N |
2424 |
[1.042 5.209] 0 I |
2425 |
258.89 142.62 M |
2426 |
258.89 146.01 256.14 148.75 252.76 148.75 D |
2427 |
249.38 148.75 246.64 146.01 246.64 142.62 D |
2428 |
246.64 139.24 249.38 136.5 252.76 136.5 D |
2429 |
256.14 136.5 258.89 139.24 258.89 142.62 D |
2430 |
O |
2431 |
V |
2432 |
[1.042 5.209] 0 I |
2433 |
258.89 142.62 M |
2434 |
258.89 146.01 256.14 148.75 252.76 148.75 D |
2435 |
249.38 148.75 246.64 146.01 246.64 142.62 D |
2436 |
246.64 139.24 249.38 136.5 252.76 136.5 D |
2437 |
256.14 136.5 258.89 139.24 258.89 142.62 D |
2438 |
O |
2439 |
N |
2440 |
J |
2441 |
250.89 141.25 221.89 99.25 2 L |
2442 |
N |
2443 |
255.39 141.25 226.39 99.25 2 L |
2444 |
N |
2445 |
[1.042 5.209] 0 I |
2446 |
272.85 142.62 M |
2447 |
272.85 146.01 270.11 148.75 266.72 148.75 D |
2448 |
263.34 148.75 260.6 146.01 260.6 142.62 D |
2449 |
260.6 139.24 263.34 136.5 266.72 136.5 D |
2450 |
270.11 136.5 272.85 139.24 272.85 142.62 D |
2451 |
O |
2452 |
V |
2453 |
[1.042 5.209] 0 I |
2454 |
272.85 142.62 M |
2455 |
272.85 146.01 270.11 148.75 266.72 148.75 D |
2456 |
263.34 148.75 260.6 146.01 260.6 142.62 D |
2457 |
260.6 139.24 263.34 136.5 266.72 136.5 D |
2458 |
270.11 136.5 272.85 139.24 272.85 142.62 D |
2459 |
O |
2460 |
N |
2461 |
J |
2462 |
264.85 141.25 235.85 99.25 2 L |
2463 |
N |
2464 |
269.35 141.25 240.35 99.25 2 L |
2465 |
N |
2466 |
[1.042 5.209] 0 I |
2467 |
286.81 142.62 M |
2468 |
286.81 146.01 284.06 148.75 280.68 148.75 D |
2469 |
277.3 148.75 274.56 146.01 274.56 142.62 D |
2470 |
274.56 139.24 277.3 136.5 280.68 136.5 D |
2471 |
284.06 136.5 286.81 139.24 286.81 142.62 D |
2472 |
O |
2473 |
V |
2474 |
[1.042 5.209] 0 I |
2475 |
286.81 142.62 M |
2476 |
286.81 146.01 284.06 148.75 280.68 148.75 D |
2477 |
277.3 148.75 274.56 146.01 274.56 142.62 D |
2478 |
274.56 139.24 277.3 136.5 280.68 136.5 D |
2479 |
284.06 136.5 286.81 139.24 286.81 142.62 D |
2480 |
O |
2481 |
N |
2482 |
J |
2483 |
278.81 141.25 249.81 99.25 2 L |
2484 |
N |
2485 |
283.31 141.25 254.31 99.25 2 L |
2486 |
N |
2487 |
[1.042 5.209] 0 I |
2488 |
300.77 142.62 M |
2489 |
300.77 146.01 298.02 148.75 294.64 148.75 D |
2490 |
291.26 148.75 288.52 146.01 288.52 142.62 D |
2491 |
288.52 139.24 291.26 136.5 294.64 136.5 D |
2492 |
298.02 136.5 300.77 139.24 300.77 142.62 D |
2493 |
O |
2494 |
V |
2495 |
[1.042 5.209] 0 I |
2496 |
300.77 142.62 M |
2497 |
300.77 146.01 298.02 148.75 294.64 148.75 D |
2498 |
291.26 148.75 288.52 146.01 288.52 142.62 D |
2499 |
288.52 139.24 291.26 136.5 294.64 136.5 D |
2500 |
298.02 136.5 300.77 139.24 300.77 142.62 D |
2501 |
O |
2502 |
N |
2503 |
J |
2504 |
292.77 141.25 263.77 99.25 2 L |
2505 |
N |
2506 |
297.27 141.25 268.27 99.25 2 L |
2507 |
N |
2508 |
[1.042 5.209] 0 I |
2509 |
314.73 142.62 M |
2510 |
314.73 146.01 311.98 148.75 308.6 148.75 D |
2511 |
305.22 148.75 302.48 146.01 302.48 142.62 D |
2512 |
302.48 139.24 305.22 136.5 308.6 136.5 D |
2513 |
311.98 136.5 314.73 139.24 314.73 142.62 D |
2514 |
O |
2515 |
V |
2516 |
[1.042 5.209] 0 I |
2517 |
314.73 142.62 M |
2518 |
314.73 146.01 311.98 148.75 308.6 148.75 D |
2519 |
305.22 148.75 302.48 146.01 302.48 142.62 D |
2520 |
302.48 139.24 305.22 136.5 308.6 136.5 D |
2521 |
311.98 136.5 314.73 139.24 314.73 142.62 D |
2522 |
O |
2523 |
N |
2524 |
J |
2525 |
306.73 141.25 277.73 99.25 2 L |
2526 |
N |
2527 |
311.23 141.25 282.23 99.25 2 L |
2528 |
N |
2529 |
[1.042 5.209] 0 I |
2530 |
328.69 142.62 M |
2531 |
328.69 146.01 325.94 148.75 322.56 148.75 D |
2532 |
319.18 148.75 316.44 146.01 316.44 142.62 D |
2533 |
316.44 139.24 319.18 136.5 322.56 136.5 D |
2534 |
325.94 136.5 328.69 139.24 328.69 142.62 D |
2535 |
O |
2536 |
V |
2537 |
[1.042 5.209] 0 I |
2538 |
328.69 142.62 M |
2539 |
328.69 146.01 325.94 148.75 322.56 148.75 D |
2540 |
319.18 148.75 316.44 146.01 316.44 142.62 D |
2541 |
316.44 139.24 319.18 136.5 322.56 136.5 D |
2542 |
325.94 136.5 328.69 139.24 328.69 142.62 D |
2543 |
O |
2544 |
N |
2545 |
J |
2546 |
320.69 141.25 291.69 99.25 2 L |
2547 |
N |
2548 |
325.19 141.25 296.19 99.25 2 L |
2549 |
N |
2550 |
[1.042 5.209] 0 I |
2551 |
342.65 142.62 M |
2552 |
342.65 146.01 339.9 148.75 336.52 148.75 D |
2553 |
333.14 148.75 330.4 146.01 330.4 142.62 D |
2554 |
330.4 139.24 333.14 136.5 336.52 136.5 D |
2555 |
339.9 136.5 342.65 139.24 342.65 142.62 D |
2556 |
O |
2557 |
V |
2558 |
[1.042 5.209] 0 I |
2559 |
342.65 142.62 M |
2560 |
342.65 146.01 339.9 148.75 336.52 148.75 D |
2561 |
333.14 148.75 330.4 146.01 330.4 142.62 D |
2562 |
330.4 139.24 333.14 136.5 336.52 136.5 D |
2563 |
339.9 136.5 342.65 139.24 342.65 142.62 D |
2564 |
O |
2565 |
N |
2566 |
J |
2567 |
334.65 141.25 305.65 99.25 2 L |
2568 |
N |
2569 |
339.15 141.25 310.15 99.25 2 L |
2570 |
N |
2571 |
[1.042 5.209] 0 I |
2572 |
356.61 142.62 M |
2573 |
356.61 146.01 353.86 148.75 350.48 148.75 D |
2574 |
347.1 148.75 344.36 146.01 344.36 142.62 D |
2575 |
344.36 139.24 347.1 136.5 350.48 136.5 D |
2576 |
353.86 136.5 356.61 139.24 356.61 142.62 D |
2577 |
O |
2578 |
V |
2579 |
[1.042 5.209] 0 I |
2580 |
356.61 142.62 M |
2581 |
356.61 146.01 353.86 148.75 350.48 148.75 D |
2582 |
347.1 148.75 344.36 146.01 344.36 142.62 D |
2583 |
344.36 139.24 347.1 136.5 350.48 136.5 D |
2584 |
353.86 136.5 356.61 139.24 356.61 142.62 D |
2585 |
O |
2586 |
N |
2587 |
J |
2588 |
348.61 141.25 319.61 99.25 2 L |
2589 |
N |
2590 |
353.11 141.25 324.11 99.25 2 L |
2591 |
N |
2592 |
[1.042 5.209] 0 I |
2593 |
370.57 142.62 M |
2594 |
370.57 146.01 367.82 148.75 364.44 148.75 D |
2595 |
361.06 148.75 358.32 146.01 358.32 142.62 D |
2596 |
358.32 139.24 361.06 136.5 364.44 136.5 D |
2597 |
367.82 136.5 370.57 139.24 370.57 142.62 D |
2598 |
O |
2599 |
V |
2600 |
[1.042 5.209] 0 I |
2601 |
370.57 142.62 M |
2602 |
370.57 146.01 367.82 148.75 364.44 148.75 D |
2603 |
361.06 148.75 358.32 146.01 358.32 142.62 D |
2604 |
358.32 139.24 361.06 136.5 364.44 136.5 D |
2605 |
367.82 136.5 370.57 139.24 370.57 142.62 D |
2606 |
O |
2607 |
N |
2608 |
J |
2609 |
362.57 141.25 333.57 99.25 2 L |
2610 |
N |
2611 |
367.07 141.25 338.07 99.25 2 L |
2612 |
N |
2613 |
[1.042 5.209] 0 I |
2614 |
384.53 142.62 M |
2615 |
384.53 146.01 381.78 148.75 378.4 148.75 D |
2616 |
375.02 148.75 372.28 146.01 372.28 142.62 D |
2617 |
372.28 139.24 375.02 136.5 378.4 136.5 D |
2618 |
381.78 136.5 384.53 139.24 384.53 142.62 D |
2619 |
O |
2620 |
V |
2621 |
[1.042 5.209] 0 I |
2622 |
384.53 142.62 M |
2623 |
384.53 146.01 381.78 148.75 378.4 148.75 D |
2624 |
375.02 148.75 372.28 146.01 372.28 142.62 D |
2625 |
372.28 139.24 375.02 136.5 378.4 136.5 D |
2626 |
381.78 136.5 384.53 139.24 384.53 142.62 D |
2627 |
O |
2628 |
N |
2629 |
J |
2630 |
376.53 141.25 347.53 99.25 2 L |
2631 |
N |
2632 |
381.03 141.25 352.03 99.25 2 L |
2633 |
N |
2634 |
[1.042 5.209] 0 I |
2635 |
398.49 142.62 M |
2636 |
398.49 146.01 395.74 148.75 392.36 148.75 D |
2637 |
388.98 148.75 386.24 146.01 386.24 142.62 D |
2638 |
386.24 139.24 388.98 136.5 392.36 136.5 D |
2639 |
395.74 136.5 398.49 139.24 398.49 142.62 D |
2640 |
O |
2641 |
V |
2642 |
[1.042 5.209] 0 I |
2643 |
398.49 142.62 M |
2644 |
398.49 146.01 395.74 148.75 392.36 148.75 D |
2645 |
388.98 148.75 386.24 146.01 386.24 142.62 D |
2646 |
386.24 139.24 388.98 136.5 392.36 136.5 D |
2647 |
395.74 136.5 398.49 139.24 398.49 142.62 D |
2648 |
O |
2649 |
N |
2650 |
J |
2651 |
390.49 141.25 361.49 99.25 2 L |
2652 |
N |
2653 |
394.99 141.25 365.99 99.25 2 L |
2654 |
N |
2655 |
[1.042 5.209] 0 I |
2656 |
412.45 142.62 M |
2657 |
412.45 146.01 409.7 148.75 406.32 148.75 D |
2658 |
402.94 148.75 400.2 146.01 400.2 142.62 D |
2659 |
400.2 139.24 402.94 136.5 406.32 136.5 D |
2660 |
409.7 136.5 412.45 139.24 412.45 142.62 D |
2661 |
O |
2662 |
V |
2663 |
[1.042 5.209] 0 I |
2664 |
412.45 142.62 M |
2665 |
412.45 146.01 409.7 148.75 406.32 148.75 D |
2666 |
402.94 148.75 400.2 146.01 400.2 142.62 D |
2667 |
400.2 139.24 402.94 136.5 406.32 136.5 D |
2668 |
409.7 136.5 412.45 139.24 412.45 142.62 D |
2669 |
O |
2670 |
N |
2671 |
J |
2672 |
404.45 141.25 375.45 99.25 2 L |
2673 |
N |
2674 |
408.95 141.25 379.95 99.25 2 L |
2675 |
N |
2676 |
[1.042 5.209] 0 I |
2677 |
426.41 142.62 M |
2678 |
426.4 146.01 423.66 148.75 420.28 148.75 D |
2679 |
416.9 148.75 414.16 146.01 414.16 142.62 D |
2680 |
414.16 139.24 416.9 136.5 420.28 136.5 D |
2681 |
423.66 136.5 426.41 139.24 426.41 142.62 D |
2682 |
O |
2683 |
V |
2684 |
[1.042 5.209] 0 I |
2685 |
426.41 142.62 M |
2686 |
426.4 146.01 423.66 148.75 420.28 148.75 D |
2687 |
416.9 148.75 414.16 146.01 414.16 142.62 D |
2688 |
414.16 139.24 416.9 136.5 420.28 136.5 D |
2689 |
423.66 136.5 426.41 139.24 426.41 142.62 D |
2690 |
O |
2691 |
N |
2692 |
J |
2693 |
418.41 141.25 389.41 99.25 2 L |
2694 |
N |
2695 |
422.91 141.25 393.91 99.25 2 L |
2696 |
N |
2697 |
[1.042 5.209] 0 I |
2698 |
380.66 51.38 M |
2699 |
380.65 54.76 377.91 57.5 374.53 57.5 D |
2700 |
371.15 57.5 368.41 54.76 368.41 51.38 D |
2701 |
368.41 47.99 371.15 45.25 374.53 45.25 D |
2702 |
377.91 45.25 380.66 47.99 380.66 51.38 D |
2703 |
O |
2704 |
V |
2705 |
[1.042 5.209] 0 I |
2706 |
380.66 51.38 M |
2707 |
380.65 54.76 377.91 57.5 374.53 57.5 D |
2708 |
371.15 57.5 368.41 54.76 368.41 51.38 D |
2709 |
368.41 47.99 371.15 45.25 374.53 45.25 D |
2710 |
377.91 45.25 380.66 47.99 380.66 51.38 D |
2711 |
O |
2712 |
N |
2713 |
J |
2714 |
376.41 52.75 405.41 94.75 2 L |
2715 |
N |
2716 |
371.91 52.75 400.91 94.75 2 L |
2717 |
N |
2718 |
[1.042 5.209] 0 I |
2719 |
366.7 51.38 M |
2720 |
366.7 54.76 363.95 57.5 360.57 57.5 D |
2721 |
357.19 57.5 354.45 54.76 354.45 51.38 D |
2722 |
354.45 47.99 357.19 45.25 360.57 45.25 D |
2723 |
363.95 45.25 366.7 47.99 366.7 51.38 D |
2724 |
O |
2725 |
V |
2726 |
[1.042 5.209] 0 I |
2727 |
366.7 51.38 M |
2728 |
366.7 54.76 363.95 57.5 360.57 57.5 D |
2729 |
357.19 57.5 354.45 54.76 354.45 51.38 D |
2730 |
354.45 47.99 357.19 45.25 360.57 45.25 D |
2731 |
363.95 45.25 366.7 47.99 366.7 51.38 D |
2732 |
O |
2733 |
N |
2734 |
J |
2735 |
362.45 52.75 391.45 94.75 2 L |
2736 |
N |
2737 |
357.95 52.75 386.95 94.75 2 L |
2738 |
N |
2739 |
[1.042 5.209] 0 I |
2740 |
352.74 51.38 M |
2741 |
352.74 54.76 349.99 57.5 346.61 57.5 D |
2742 |
343.23 57.5 340.49 54.76 340.49 51.38 D |
2743 |
340.49 47.99 343.23 45.25 346.61 45.25 D |
2744 |
349.99 45.25 352.74 47.99 352.74 51.38 D |
2745 |
O |
2746 |
V |
2747 |
[1.042 5.209] 0 I |
2748 |
352.74 51.38 M |
2749 |
352.74 54.76 349.99 57.5 346.61 57.5 D |
2750 |
343.23 57.5 340.49 54.76 340.49 51.38 D |
2751 |
340.49 47.99 343.23 45.25 346.61 45.25 D |
2752 |
349.99 45.25 352.74 47.99 352.74 51.38 D |
2753 |
O |
2754 |
N |
2755 |
J |
2756 |
348.49 52.75 377.49 94.75 2 L |
2757 |
N |
2758 |
343.99 52.75 372.99 94.75 2 L |
2759 |
N |
2760 |
[1.042 5.209] 0 I |
2761 |
338.78 51.38 M |
2762 |
338.78 54.76 336.03 57.5 332.65 57.5 D |
2763 |
329.27 57.5 326.53 54.76 326.53 51.38 D |
2764 |
326.53 47.99 329.27 45.25 332.65 45.25 D |
2765 |
336.03 45.25 338.78 47.99 338.78 51.38 D |
2766 |
O |
2767 |
V |
2768 |
[1.042 5.209] 0 I |
2769 |
338.78 51.38 M |
2770 |
338.78 54.76 336.03 57.5 332.65 57.5 D |
2771 |
329.27 57.5 326.53 54.76 326.53 51.38 D |
2772 |
326.53 47.99 329.27 45.25 332.65 45.25 D |
2773 |
336.03 45.25 338.78 47.99 338.78 51.38 D |
2774 |
O |
2775 |
N |
2776 |
J |
2777 |
334.53 52.75 363.53 94.75 2 L |
2778 |
N |
2779 |
330.03 52.75 359.03 94.75 2 L |
2780 |
N |
2781 |
[1.042 5.209] 0 I |
2782 |
324.82 51.38 M |
2783 |
324.82 54.76 322.07 57.5 318.69 57.5 D |
2784 |
315.31 57.5 312.57 54.76 312.57 51.38 D |
2785 |
312.57 47.99 315.31 45.25 318.69 45.25 D |
2786 |
322.07 45.25 324.82 47.99 324.82 51.38 D |
2787 |
O |
2788 |
V |
2789 |
[1.042 5.209] 0 I |
2790 |
324.82 51.38 M |
2791 |
324.82 54.76 322.07 57.5 318.69 57.5 D |
2792 |
315.31 57.5 312.57 54.76 312.57 51.38 D |
2793 |
312.57 47.99 315.31 45.25 318.69 45.25 D |
2794 |
322.07 45.25 324.82 47.99 324.82 51.38 D |
2795 |
O |
2796 |
N |
2797 |
J |
2798 |
320.57 52.75 349.57 94.75 2 L |
2799 |
N |
2800 |
316.07 52.75 345.07 94.75 2 L |
2801 |
N |
2802 |
[1.042 5.209] 0 I |
2803 |
310.86 51.38 M |
2804 |
310.86 54.76 308.11 57.5 304.73 57.5 D |
2805 |
301.35 57.5 298.61 54.76 298.61 51.38 D |
2806 |
298.61 47.99 301.35 45.25 304.73 45.25 D |
2807 |
308.11 45.25 310.86 47.99 310.86 51.38 D |
2808 |
O |
2809 |
V |
2810 |
[1.042 5.209] 0 I |
2811 |
310.86 51.38 M |
2812 |
310.86 54.76 308.11 57.5 304.73 57.5 D |
2813 |
301.35 57.5 298.61 54.76 298.61 51.38 D |
2814 |
298.61 47.99 301.35 45.25 304.73 45.25 D |
2815 |
308.11 45.25 310.86 47.99 310.86 51.38 D |
2816 |
O |
2817 |
N |
2818 |
J |
2819 |
306.61 52.75 335.61 94.75 2 L |
2820 |
N |
2821 |
302.11 52.75 331.11 94.75 2 L |
2822 |
N |
2823 |
[1.042 5.209] 0 I |
2824 |
296.9 51.38 M |
2825 |
296.9 54.76 294.15 57.5 290.77 57.5 D |
2826 |
287.39 57.5 284.65 54.76 284.65 51.38 D |
2827 |
284.65 47.99 287.39 45.25 290.77 45.25 D |
2828 |
294.15 45.25 296.9 47.99 296.9 51.38 D |
2829 |
O |
2830 |
V |
2831 |
[1.042 5.209] 0 I |
2832 |
296.9 51.38 M |
2833 |
296.9 54.76 294.15 57.5 290.77 57.5 D |
2834 |
287.39 57.5 284.65 54.76 284.65 51.38 D |
2835 |
284.65 47.99 287.39 45.25 290.77 45.25 D |
2836 |
294.15 45.25 296.9 47.99 296.9 51.38 D |
2837 |
O |
2838 |
N |
2839 |
J |
2840 |
292.65 52.75 321.65 94.75 2 L |
2841 |
N |
2842 |
288.15 52.75 317.15 94.75 2 L |
2843 |
N |
2844 |
[1.042 5.209] 0 I |
2845 |
282.94 51.38 M |
2846 |
282.94 54.76 280.19 57.5 276.81 57.5 D |
2847 |
273.43 57.5 270.69 54.76 270.69 51.38 D |
2848 |
270.69 47.99 273.43 45.25 276.81 45.25 D |
2849 |
280.19 45.25 282.94 47.99 282.94 51.38 D |
2850 |
O |
2851 |
V |
2852 |
[1.042 5.209] 0 I |
2853 |
282.94 51.38 M |
2854 |
282.94 54.76 280.19 57.5 276.81 57.5 D |
2855 |
273.43 57.5 270.69 54.76 270.69 51.38 D |
2856 |
270.69 47.99 273.43 45.25 276.81 45.25 D |
2857 |
280.19 45.25 282.94 47.99 282.94 51.38 D |
2858 |
O |
2859 |
N |
2860 |
J |
2861 |
278.69 52.75 307.69 94.75 2 L |
2862 |
N |
2863 |
274.19 52.75 303.19 94.75 2 L |
2864 |
N |
2865 |
[1.042 5.209] 0 I |
2866 |
268.98 51.38 M |
2867 |
268.98 54.76 266.23 57.5 262.85 57.5 D |
2868 |
259.47 57.5 256.73 54.76 256.73 51.38 D |
2869 |
256.73 47.99 259.47 45.25 262.85 45.25 D |
2870 |
266.23 45.25 268.98 47.99 268.98 51.38 D |
2871 |
O |
2872 |
V |
2873 |
[1.042 5.209] 0 I |
2874 |
268.98 51.38 M |
2875 |
268.98 54.76 266.23 57.5 262.85 57.5 D |
2876 |
259.47 57.5 256.73 54.76 256.73 51.38 D |
2877 |
256.73 47.99 259.47 45.25 262.85 45.25 D |
2878 |
266.23 45.25 268.98 47.99 268.98 51.38 D |
2879 |
O |
2880 |
N |
2881 |
J |
2882 |
264.73 52.75 293.73 94.75 2 L |
2883 |
N |
2884 |
260.23 52.75 289.23 94.75 2 L |
2885 |
N |
2886 |
[1.042 5.209] 0 I |
2887 |
255.02 51.38 M |
2888 |
255.02 54.76 252.27 57.5 248.89 57.5 D |
2889 |
245.51 57.5 242.77 54.76 242.77 51.38 D |
2890 |
242.77 47.99 245.51 45.25 248.89 45.25 D |
2891 |
252.27 45.25 255.02 47.99 255.02 51.38 D |
2892 |
O |
2893 |
V |
2894 |
[1.042 5.209] 0 I |
2895 |
255.02 51.38 M |
2896 |
255.02 54.76 252.27 57.5 248.89 57.5 D |
2897 |
245.51 57.5 242.77 54.76 242.77 51.38 D |
2898 |
242.77 47.99 245.51 45.25 248.89 45.25 D |
2899 |
252.27 45.25 255.02 47.99 255.02 51.38 D |
2900 |
O |
2901 |
N |
2902 |
J |
2903 |
250.77 52.75 279.77 94.75 2 L |
2904 |
N |
2905 |
246.27 52.75 275.27 94.75 2 L |
2906 |
N |
2907 |
[1.042 5.209] 0 I |
2908 |
241.06 51.38 M |
2909 |
241.06 54.76 238.31 57.5 234.93 57.5 D |
2910 |
231.55 57.5 228.81 54.76 228.81 51.38 D |
2911 |
228.81 47.99 231.55 45.25 234.93 45.25 D |
2912 |
238.31 45.25 241.06 47.99 241.06 51.38 D |
2913 |
O |
2914 |
V |
2915 |
[1.042 5.209] 0 I |
2916 |
241.06 51.38 M |
2917 |
241.06 54.76 238.31 57.5 234.93 57.5 D |
2918 |
231.55 57.5 228.81 54.76 228.81 51.38 D |
2919 |
228.81 47.99 231.55 45.25 234.93 45.25 D |
2920 |
238.31 45.25 241.06 47.99 241.06 51.38 D |
2921 |
O |
2922 |
N |
2923 |
J |
2924 |
236.81 52.75 265.81 94.75 2 L |
2925 |
N |
2926 |
232.31 52.75 261.31 94.75 2 L |
2927 |
N |
2928 |
[1.042 5.209] 0 I |
2929 |
227.1 51.38 M |
2930 |
227.1 54.76 224.35 57.5 220.97 57.5 D |
2931 |
217.59 57.5 214.85 54.76 214.85 51.38 D |
2932 |
214.85 47.99 217.59 45.25 220.97 45.25 D |
2933 |
224.35 45.25 227.1 47.99 227.1 51.38 D |
2934 |
O |
2935 |
V |
2936 |
[1.042 5.209] 0 I |
2937 |
227.1 51.38 M |
2938 |
227.1 54.76 224.35 57.5 220.97 57.5 D |
2939 |
217.59 57.5 214.85 54.76 214.85 51.38 D |
2940 |
214.85 47.99 217.59 45.25 220.97 45.25 D |
2941 |
224.35 45.25 227.1 47.99 227.1 51.38 D |
2942 |
O |
2943 |
N |
2944 |
J |
2945 |
222.85 52.75 251.85 94.75 2 L |
2946 |
N |
2947 |
218.35 52.75 247.35 94.75 2 L |
2948 |
N |
2949 |
[1.042 5.209] 0 I |
2950 |
213.14 51.38 M |
2951 |
213.14 54.76 210.4 57.5 207.01 57.5 D |
2952 |
203.63 57.5 200.89 54.76 200.89 51.38 D |
2953 |
200.89 47.99 203.63 45.25 207.01 45.25 D |
2954 |
210.4 45.25 213.14 47.99 213.14 51.38 D |
2955 |
O |
2956 |
V |
2957 |
[1.042 5.209] 0 I |
2958 |
213.14 51.38 M |
2959 |
213.14 54.76 210.4 57.5 207.01 57.5 D |
2960 |
203.63 57.5 200.89 54.76 200.89 51.38 D |
2961 |
200.89 47.99 203.63 45.25 207.01 45.25 D |
2962 |
210.4 45.25 213.14 47.99 213.14 51.38 D |
2963 |
O |
2964 |
N |
2965 |
J |
2966 |
208.89 52.75 237.89 94.75 2 L |
2967 |
N |
2968 |
204.39 52.75 233.39 94.75 2 L |
2969 |
N |
2970 |
[1.042 5.209] 0 I |
2971 |
199.18 51.38 M |
2972 |
199.18 54.76 196.43 57.5 193.05 57.5 D |
2973 |
189.67 57.5 186.93 54.76 186.93 51.38 D |
2974 |
186.93 47.99 189.67 45.25 193.05 45.25 D |
2975 |
196.43 45.25 199.18 47.99 199.18 51.38 D |
2976 |
O |
2977 |
V |
2978 |
[1.042 5.209] 0 I |
2979 |
199.18 51.38 M |
2980 |
199.18 54.76 196.43 57.5 193.05 57.5 D |
2981 |
189.67 57.5 186.93 54.76 186.93 51.38 D |
2982 |
186.93 47.99 189.67 45.25 193.05 45.25 D |
2983 |
196.43 45.25 199.18 47.99 199.18 51.38 D |
2984 |
O |
2985 |
N |
2986 |
J |
2987 |
194.93 52.75 223.93 94.75 2 L |
2988 |
N |
2989 |
190.43 52.75 219.43 94.75 2 L |
2990 |
N |
2991 |
[1.042 5.209] 0 I |
2992 |
185.22 51.38 M |
2993 |
185.22 54.76 182.48 57.5 179.09 57.5 D |
2994 |
175.71 57.5 172.97 54.76 172.97 51.38 D |
2995 |
172.97 47.99 175.71 45.25 179.09 45.25 D |
2996 |
182.48 45.25 185.22 47.99 185.22 51.38 D |
2997 |
O |
2998 |
V |
2999 |
[1.042 5.209] 0 I |
3000 |
185.22 51.38 M |
3001 |
185.22 54.76 182.48 57.5 179.09 57.5 D |
3002 |
175.71 57.5 172.97 54.76 172.97 51.38 D |
3003 |
172.97 47.99 175.71 45.25 179.09 45.25 D |
3004 |
182.48 45.25 185.22 47.99 185.22 51.38 D |
3005 |
O |
3006 |
N |
3007 |
J |
3008 |
180.97 52.75 209.97 94.75 2 L |
3009 |
N |
3010 |
176.47 52.75 205.47 94.75 2 L |
3011 |
N |
3012 |
[1.042 5.209] 0 I |
3013 |
171.26 51.38 M |
3014 |
171.26 54.76 168.51 57.5 165.13 57.5 D |
3015 |
161.75 57.5 159.01 54.76 159.01 51.38 D |
3016 |
159.01 47.99 161.75 45.25 165.13 45.25 D |
3017 |
168.51 45.25 171.26 47.99 171.26 51.38 D |
3018 |
O |
3019 |
V |
3020 |
[1.042 5.209] 0 I |
3021 |
171.26 51.38 M |
3022 |
171.26 54.76 168.51 57.5 165.13 57.5 D |
3023 |
161.75 57.5 159.01 54.76 159.01 51.38 D |
3024 |
159.01 47.99 161.75 45.25 165.13 45.25 D |
3025 |
168.51 45.25 171.26 47.99 171.26 51.38 D |
3026 |
O |
3027 |
N |
3028 |
J |
3029 |
167.01 52.75 196.01 94.75 2 L |
3030 |
N |
3031 |
162.51 52.75 191.51 94.75 2 L |
3032 |
N |
3033 |
[1.042 5.209] 0 I |
3034 |
157.3 51.38 M |
3035 |
157.3 54.76 154.55 57.5 151.17 57.5 D |
3036 |
147.79 57.5 145.05 54.76 145.05 51.38 D |
3037 |
145.05 47.99 147.79 45.25 151.17 45.25 D |
3038 |
154.55 45.25 157.3 47.99 157.3 51.38 D |
3039 |
O |
3040 |
V |
3041 |
[1.042 5.209] 0 I |
3042 |
157.3 51.38 M |
3043 |
157.3 54.76 154.55 57.5 151.17 57.5 D |
3044 |
147.79 57.5 145.05 54.76 145.05 51.38 D |
3045 |
145.05 47.99 147.79 45.25 151.17 45.25 D |
3046 |
154.55 45.25 157.3 47.99 157.3 51.38 D |
3047 |
O |
3048 |
N |
3049 |
J |
3050 |
153.05 52.75 182.05 94.75 2 L |
3051 |
N |
3052 |
148.55 52.75 177.55 94.75 2 L |
3053 |
N |
3054 |
[1.042 5.209] 0 I |
3055 |
143.34 51.38 M |
3056 |
143.34 54.76 140.6 57.5 137.21 57.5 D |
3057 |
133.83 57.5 131.09 54.76 131.09 51.38 D |
3058 |
131.09 47.99 133.83 45.25 137.21 45.25 D |
3059 |
140.6 45.25 143.34 47.99 143.34 51.38 D |
3060 |
O |
3061 |
V |
3062 |
[1.042 5.209] 0 I |
3063 |
143.34 51.38 M |
3064 |
143.34 54.76 140.6 57.5 137.21 57.5 D |
3065 |
133.83 57.5 131.09 54.76 131.09 51.38 D |
3066 |
131.09 47.99 133.83 45.25 137.21 45.25 D |
3067 |
140.6 45.25 143.34 47.99 143.34 51.38 D |
3068 |
O |
3069 |
N |
3070 |
J |
3071 |
139.09 52.75 168.09 94.75 2 L |
3072 |
N |
3073 |
134.59 52.75 163.59 94.75 2 L |
3074 |
N |
3075 |
[1.042 5.209] 0 I |
3076 |
129.38 51.38 M |
3077 |
129.38 54.76 126.64 57.5 123.25 57.5 D |
3078 |
119.87 57.5 117.13 54.76 117.13 51.38 D |
3079 |
117.13 47.99 119.87 45.25 123.25 45.25 D |
3080 |
126.64 45.25 129.38 47.99 129.38 51.38 D |
3081 |
O |
3082 |
V |
3083 |
[1.042 5.209] 0 I |
3084 |
129.38 51.38 M |
3085 |
129.38 54.76 126.64 57.5 123.25 57.5 D |
3086 |
119.87 57.5 117.13 54.76 117.13 51.38 D |
3087 |
117.13 47.99 119.87 45.25 123.25 45.25 D |
3088 |
126.64 45.25 129.38 47.99 129.38 51.38 D |
3089 |
O |
3090 |
N |
3091 |
J |
3092 |
125.13 52.75 154.13 94.75 2 L |
3093 |
N |
3094 |
120.63 52.75 149.63 94.75 2 L |
3095 |
N |
3096 |
[1.042 5.209] 0 I |
3097 |
115.42 51.38 M |
3098 |
115.42 54.76 112.68 57.5 109.29 57.5 D |
3099 |
105.91 57.5 103.17 54.76 103.17 51.38 D |
3100 |
103.17 47.99 105.91 45.25 109.29 45.25 D |
3101 |
112.68 45.25 115.42 47.99 115.42 51.38 D |
3102 |
O |
3103 |
V |
3104 |
[1.042 5.209] 0 I |
3105 |
115.42 51.38 M |
3106 |
115.42 54.76 112.68 57.5 109.29 57.5 D |
3107 |
105.91 57.5 103.17 54.76 103.17 51.38 D |
3108 |
103.17 47.99 105.91 45.25 109.29 45.25 D |
3109 |
112.68 45.25 115.42 47.99 115.42 51.38 D |
3110 |
O |
3111 |
N |
3112 |
J |
3113 |
111.17 52.75 140.17 94.75 2 L |
3114 |
N |
3115 |
106.67 52.75 135.67 94.75 2 L |
3116 |
N |
3117 |
[1.042 5.209] 0 I |
3118 |
101.46 51.38 M |
3119 |
101.46 54.76 98.72 57.5 95.33 57.5 D |
3120 |
91.95 57.5 89.21 54.76 89.21 51.38 D |
3121 |
89.21 47.99 91.95 45.25 95.33 45.25 D |
3122 |
98.72 45.25 101.46 47.99 101.46 51.38 D |
3123 |
O |
3124 |
V |
3125 |
[1.042 5.209] 0 I |
3126 |
101.46 51.38 M |
3127 |
101.46 54.76 98.72 57.5 95.33 57.5 D |
3128 |
91.95 57.5 89.21 54.76 89.21 51.38 D |
3129 |
89.21 47.99 91.95 45.25 95.33 45.25 D |
3130 |
98.72 45.25 101.46 47.99 101.46 51.38 D |
3131 |
O |
3132 |
N |
3133 |
J |
3134 |
97.21 52.75 126.21 94.75 2 L |
3135 |
N |
3136 |
92.71 52.75 121.71 94.75 2 L |
3137 |
N |
3138 |
[1.042 5.209] 0 I |
3139 |
139.21 308.62 M |
3140 |
139.21 312.01 136.47 314.75 133.08 314.75 D |
3141 |
129.7 314.75 126.96 312.01 126.96 308.62 D |
3142 |
126.96 305.24 129.7 302.5 133.08 302.5 D |
3143 |
136.47 302.5 139.21 305.24 139.21 308.62 D |
3144 |
O |
3145 |
V |
3146 |
[1.042 5.209] 0 I |
3147 |
139.21 308.62 M |
3148 |
139.21 312.01 136.47 314.75 133.08 314.75 D |
3149 |
129.7 314.75 126.96 312.01 126.96 308.62 D |
3150 |
126.96 305.24 129.7 302.5 133.08 302.5 D |
3151 |
136.47 302.5 139.21 305.24 139.21 308.62 D |
3152 |
O |
3153 |
N |
3154 |
J |
3155 |
131.21 307.25 102.21 265.25 2 L |
3156 |
N |
3157 |
135.71 307.25 106.71 265.25 2 L |
3158 |
N |
3159 |
[1.042 5.209] 0 I |
3160 |
153.17 312.62 M |
3161 |
153.17 316.01 150.43 318.75 147.04 318.75 D |
3162 |
143.66 318.75 140.92 316.01 140.92 312.62 D |
3163 |
140.92 309.24 143.66 306.5 147.04 306.5 D |
3164 |
150.43 306.5 153.17 309.24 153.17 312.62 D |
3165 |
O |
3166 |
V |
3167 |
[1.042 5.209] 0 I |
3168 |
153.17 312.62 M |
3169 |
153.17 316.01 150.43 318.75 147.04 318.75 D |
3170 |
143.66 318.75 140.92 316.01 140.92 312.62 D |
3171 |
140.92 309.24 143.66 306.5 147.04 306.5 D |
3172 |
150.43 306.5 153.17 309.24 153.17 312.62 D |
3173 |
O |
3174 |
N |
3175 |
J |
3176 |
145.17 311.25 116.17 269.25 2 L |
3177 |
N |
3178 |
149.67 311.25 120.67 269.25 2 L |
3179 |
N |
3180 |
[1.042 5.209] 0 I |
3181 |
167.13 315.62 M |
3182 |
167.13 319.01 164.38 321.75 161 321.75 D |
3183 |
157.62 321.75 154.88 319.01 154.88 315.62 D |
3184 |
154.88 312.24 157.62 309.5 161 309.5 D |
3185 |
164.38 309.5 167.13 312.24 167.13 315.62 D |
3186 |
O |
3187 |
V |
3188 |
[1.042 5.209] 0 I |
3189 |
167.13 315.62 M |
3190 |
167.13 319.01 164.38 321.75 161 321.75 D |
3191 |
157.62 321.75 154.88 319.01 154.88 315.62 D |
3192 |
154.88 312.24 157.62 309.5 161 309.5 D |
3193 |
164.38 309.5 167.13 312.24 167.13 315.62 D |
3194 |
O |
3195 |
N |
3196 |
J |
3197 |
159.13 314.25 130.13 272.25 2 L |
3198 |
N |
3199 |
163.63 314.25 134.63 272.25 2 L |
3200 |
N |
3201 |
[1.042 5.209] 0 I |
3202 |
181.09 317.62 M |
3203 |
181.09 321.01 178.35 323.75 174.96 323.75 D |
3204 |
171.58 323.75 168.84 321.01 168.84 317.62 D |
3205 |
168.84 314.24 171.58 311.5 174.96 311.5 D |
3206 |
178.35 311.5 181.09 314.24 181.09 317.62 D |
3207 |
O |
3208 |
V |
3209 |
[1.042 5.209] 0 I |
3210 |
181.09 317.62 M |
3211 |
181.09 321.01 178.35 323.75 174.96 323.75 D |
3212 |
171.58 323.75 168.84 321.01 168.84 317.62 D |
3213 |
168.84 314.24 171.58 311.5 174.96 311.5 D |
3214 |
178.35 311.5 181.09 314.24 181.09 317.62 D |
3215 |
O |
3216 |
N |
3217 |
J |
3218 |
173.09 316.25 144.09 274.25 2 L |
3219 |
N |
3220 |
177.59 316.25 148.59 274.25 2 L |
3221 |
N |
3222 |
[1.042 5.209] 0 I |
3223 |
195.05 315.62 M |
3224 |
195.05 319.01 192.3 321.75 188.92 321.75 D |
3225 |
185.54 321.75 182.8 319.01 182.8 315.62 D |
3226 |
182.8 312.24 185.54 309.5 188.92 309.5 D |
3227 |
192.3 309.5 195.05 312.24 195.05 315.62 D |
3228 |
O |
3229 |
V |
3230 |
[1.042 5.209] 0 I |
3231 |
195.05 315.62 M |
3232 |
195.05 319.01 192.3 321.75 188.92 321.75 D |
3233 |
185.54 321.75 182.8 319.01 182.8 315.62 D |
3234 |
182.8 312.24 185.54 309.5 188.92 309.5 D |
3235 |
192.3 309.5 195.05 312.24 195.05 315.62 D |
3236 |
O |
3237 |
N |
3238 |
J |
3239 |
187.05 314.25 158.05 272.25 2 L |
3240 |
N |
3241 |
191.55 314.25 162.55 272.25 2 L |
3242 |
N |
3243 |
[1.042 5.209] 0 I |
3244 |
209.01 312.62 M |
3245 |
209.01 316.01 206.26 318.75 202.88 318.75 D |
3246 |
199.5 318.75 196.76 316.01 196.76 312.62 D |
3247 |
196.76 309.24 199.5 306.5 202.88 306.5 D |
3248 |
206.26 306.5 209.01 309.24 209.01 312.62 D |
3249 |
O |
3250 |
V |
3251 |
[1.042 5.209] 0 I |
3252 |
209.01 312.62 M |
3253 |
209.01 316.01 206.26 318.75 202.88 318.75 D |
3254 |
199.5 318.75 196.76 316.01 196.76 312.62 D |
3255 |
196.76 309.24 199.5 306.5 202.88 306.5 D |
3256 |
206.26 306.5 209.01 309.24 209.01 312.62 D |
3257 |
O |
3258 |
N |
3259 |
J |
3260 |
201.01 311.25 172.01 269.25 2 L |
3261 |
N |
3262 |
205.51 311.25 176.51 269.25 2 L |
3263 |
N |
3264 |
[1.042 5.209] 0 I |
3265 |
222.97 308.62 M |
3266 |
222.97 312.01 220.23 314.75 216.84 314.75 D |
3267 |
213.46 314.75 210.72 312.01 210.72 308.62 D |
3268 |
210.72 305.24 213.46 302.5 216.84 302.5 D |
3269 |
220.23 302.5 222.97 305.24 222.97 308.62 D |
3270 |
O |
3271 |
V |
3272 |
[1.042 5.209] 0 I |
3273 |
222.97 308.62 M |
3274 |
222.97 312.01 220.23 314.75 216.84 314.75 D |
3275 |
213.46 314.75 210.72 312.01 210.72 308.62 D |
3276 |
210.72 305.24 213.46 302.5 216.84 302.5 D |
3277 |
220.23 302.5 222.97 305.24 222.97 308.62 D |
3278 |
O |
3279 |
N |
3280 |
J |
3281 |
214.97 307.25 185.97 265.25 2 L |
3282 |
N |
3283 |
219.47 307.25 190.47 265.25 2 L |
3284 |
N |
3285 |
[1.042 5.209] 0 I |
3286 |
236.93 304.62 M |
3287 |
236.93 308.01 234.18 310.75 230.8 310.75 D |
3288 |
227.42 310.75 224.68 308.01 224.68 304.62 D |
3289 |
224.68 301.24 227.42 298.5 230.8 298.5 D |
3290 |
234.18 298.5 236.93 301.24 236.93 304.62 D |
3291 |
O |
3292 |
V |
3293 |
[1.042 5.209] 0 I |
3294 |
236.93 304.62 M |
3295 |
236.93 308.01 234.18 310.75 230.8 310.75 D |
3296 |
227.42 310.75 224.68 308.01 224.68 304.62 D |
3297 |
224.68 301.24 227.42 298.5 230.8 298.5 D |
3298 |
234.18 298.5 236.93 301.24 236.93 304.62 D |
3299 |
O |
3300 |
N |
3301 |
J |
3302 |
228.93 303.25 199.93 261.25 2 L |
3303 |
N |
3304 |
233.43 303.25 204.43 261.25 2 L |
3305 |
N |
3306 |
[1.042 5.209] 0 I |
3307 |
250.89 301.62 M |
3308 |
250.89 305.01 248.15 307.75 244.76 307.75 D |
3309 |
241.38 307.75 238.64 305.01 238.64 301.62 D |
3310 |
238.64 298.24 241.38 295.5 244.76 295.5 D |
3311 |
248.15 295.5 250.89 298.24 250.89 301.62 D |
3312 |
O |
3313 |
V |
3314 |
[1.042 5.209] 0 I |
3315 |
250.89 301.62 M |
3316 |
250.89 305.01 248.15 307.75 244.76 307.75 D |
3317 |
241.38 307.75 238.64 305.01 238.64 301.62 D |
3318 |
238.64 298.24 241.38 295.5 244.76 295.5 D |
3319 |
248.15 295.5 250.89 298.24 250.89 301.62 D |
3320 |
O |
3321 |
N |
3322 |
J |
3323 |
242.89 300.25 213.89 258.25 2 L |
3324 |
N |
3325 |
247.39 300.25 218.39 258.25 2 L |
3326 |
N |
3327 |
[1.042 5.209] 0 I |
3328 |
264.85 301.62 M |
3329 |
264.85 305.01 262.11 307.75 258.72 307.75 D |
3330 |
255.34 307.75 252.6 305.01 252.6 301.62 D |
3331 |
252.6 298.24 255.34 295.5 258.72 295.5 D |
3332 |
262.11 295.5 264.85 298.24 264.85 301.62 D |
3333 |
O |
3334 |
V |
3335 |
[1.042 5.209] 0 I |
3336 |
264.85 301.62 M |
3337 |
264.85 305.01 262.11 307.75 258.72 307.75 D |
3338 |
255.34 307.75 252.6 305.01 252.6 301.62 D |
3339 |
252.6 298.24 255.34 295.5 258.72 295.5 D |
3340 |
262.11 295.5 264.85 298.24 264.85 301.62 D |
3341 |
O |
3342 |
N |
3343 |
J |
3344 |
256.85 300.25 227.85 258.25 2 L |
3345 |
N |
3346 |
261.35 300.25 232.35 258.25 2 L |
3347 |
N |
3348 |
[1.042 5.209] 0 I |
3349 |
278.81 303.62 M |
3350 |
278.81 307.01 276.06 309.75 272.68 309.75 D |
3351 |
269.3 309.75 266.56 307.01 266.56 303.62 D |
3352 |
266.56 300.24 269.3 297.5 272.68 297.5 D |
3353 |
276.06 297.5 278.81 300.24 278.81 303.62 D |
3354 |
O |
3355 |
V |
3356 |
[1.042 5.209] 0 I |
3357 |
278.81 303.62 M |
3358 |
278.81 307.01 276.06 309.75 272.68 309.75 D |
3359 |
269.3 309.75 266.56 307.01 266.56 303.62 D |
3360 |
266.56 300.24 269.3 297.5 272.68 297.5 D |
3361 |
276.06 297.5 278.81 300.24 278.81 303.62 D |
3362 |
O |
3363 |
N |
3364 |
J |
3365 |
270.81 302.25 241.81 260.25 2 L |
3366 |
N |
3367 |
275.31 302.25 246.31 260.25 2 L |
3368 |
N |
3369 |
[1.042 5.209] 0 I |
3370 |
292.77 308.62 M |
3371 |
292.77 312.01 290.02 314.75 286.64 314.75 D |
3372 |
283.26 314.75 280.52 312.01 280.52 308.62 D |
3373 |
280.52 305.24 283.26 302.5 286.64 302.5 D |
3374 |
290.02 302.5 292.77 305.24 292.77 308.62 D |
3375 |
O |
3376 |
V |
3377 |
[1.042 5.209] 0 I |
3378 |
292.77 308.62 M |
3379 |
292.77 312.01 290.02 314.75 286.64 314.75 D |
3380 |
283.26 314.75 280.52 312.01 280.52 308.62 D |
3381 |
280.52 305.24 283.26 302.5 286.64 302.5 D |
3382 |
290.02 302.5 292.77 305.24 292.77 308.62 D |
3383 |
O |
3384 |
N |
3385 |
J |
3386 |
284.77 307.25 255.77 265.25 2 L |
3387 |
N |
3388 |
289.27 307.25 260.27 265.25 2 L |
3389 |
N |
3390 |
[1.042 5.209] 0 I |
3391 |
306.73 313.62 M |
3392 |
306.73 317.01 303.98 319.75 300.6 319.75 D |
3393 |
297.22 319.75 294.48 317.01 294.48 313.62 D |
3394 |
294.48 310.24 297.22 307.5 300.6 307.5 D |
3395 |
303.98 307.5 306.73 310.24 306.73 313.62 D |
3396 |
O |
3397 |
V |
3398 |
[1.042 5.209] 0 I |
3399 |
306.73 313.62 M |
3400 |
306.73 317.01 303.98 319.75 300.6 319.75 D |
3401 |
297.22 319.75 294.48 317.01 294.48 313.62 D |
3402 |
294.48 310.24 297.22 307.5 300.6 307.5 D |
3403 |
303.98 307.5 306.73 310.24 306.73 313.62 D |
3404 |
O |
3405 |
N |
3406 |
J |
3407 |
298.73 312.25 269.73 270.25 2 L |
3408 |
N |
3409 |
303.23 312.25 274.23 270.25 2 L |
3410 |
N |
3411 |
[1.042 5.209] 0 I |
3412 |
320.69 315.62 M |
3413 |
320.69 319.01 317.94 321.75 314.56 321.75 D |
3414 |
311.18 321.75 308.44 319.01 308.44 315.62 D |
3415 |
308.44 312.24 311.18 309.5 314.56 309.5 D |
3416 |
317.94 309.5 320.69 312.24 320.69 315.62 D |
3417 |
O |
3418 |
V |
3419 |
[1.042 5.209] 0 I |
3420 |
320.69 315.62 M |
3421 |
320.69 319.01 317.94 321.75 314.56 321.75 D |
3422 |
311.18 321.75 308.44 319.01 308.44 315.62 D |
3423 |
308.44 312.24 311.18 309.5 314.56 309.5 D |
3424 |
317.94 309.5 320.69 312.24 320.69 315.62 D |
3425 |
O |
3426 |
N |
3427 |
J |
3428 |
312.69 314.25 283.69 272.25 2 L |
3429 |
N |
3430 |
317.19 314.25 288.19 272.25 2 L |
3431 |
N |
3432 |
[1.042 5.209] 0 I |
3433 |
334.65 318.62 M |
3434 |
334.65 322.01 331.9 324.75 328.52 324.75 D |
3435 |
325.14 324.75 322.4 322.01 322.4 318.62 D |
3436 |
322.4 315.24 325.14 312.5 328.52 312.5 D |
3437 |
331.9 312.5 334.65 315.24 334.65 318.62 D |
3438 |
O |
3439 |
V |
3440 |
[1.042 5.209] 0 I |
3441 |
334.65 318.62 M |
3442 |
334.65 322.01 331.9 324.75 328.52 324.75 D |
3443 |
325.14 324.75 322.4 322.01 322.4 318.62 D |
3444 |
322.4 315.24 325.14 312.5 328.52 312.5 D |
3445 |
331.9 312.5 334.65 315.24 334.65 318.62 D |
3446 |
O |
3447 |
N |
3448 |
J |
3449 |
326.65 317.25 297.65 275.25 2 L |
3450 |
N |
3451 |
331.15 317.25 302.15 275.25 2 L |
3452 |
N |
3453 |
[1.042 5.209] 0 I |
3454 |
348.61 315.62 M |
3455 |
348.61 319.01 345.86 321.75 342.48 321.75 D |
3456 |
339.1 321.75 336.36 319.01 336.36 315.62 D |
3457 |
336.36 312.24 339.1 309.5 342.48 309.5 D |
3458 |
345.86 309.5 348.61 312.24 348.61 315.62 D |
3459 |
O |
3460 |
V |
3461 |
[1.042 5.209] 0 I |
3462 |
348.61 315.62 M |
3463 |
348.61 319.01 345.86 321.75 342.48 321.75 D |
3464 |
339.1 321.75 336.36 319.01 336.36 315.62 D |
3465 |
336.36 312.24 339.1 309.5 342.48 309.5 D |
3466 |
345.86 309.5 348.61 312.24 348.61 315.62 D |
3467 |
O |
3468 |
N |
3469 |
J |
3470 |
340.61 314.25 311.61 272.25 2 L |
3471 |
N |
3472 |
345.11 314.25 316.11 272.25 2 L |
3473 |
N |
3474 |
[1.042 5.209] 0 I |
3475 |
362.57 312.62 M |
3476 |
362.57 316.01 359.82 318.75 356.44 318.75 D |
3477 |
353.06 318.75 350.32 316.01 350.32 312.62 D |
3478 |
350.32 309.24 353.06 306.5 356.44 306.5 D |
3479 |
359.82 306.5 362.57 309.24 362.57 312.62 D |
3480 |
O |
3481 |
V |
3482 |
[1.042 5.209] 0 I |
3483 |
362.57 312.62 M |
3484 |
362.57 316.01 359.82 318.75 356.44 318.75 D |
3485 |
353.06 318.75 350.32 316.01 350.32 312.62 D |
3486 |
350.32 309.24 353.06 306.5 356.44 306.5 D |
3487 |
359.82 306.5 362.57 309.24 362.57 312.62 D |
3488 |
O |
3489 |
N |
3490 |
J |
3491 |
354.57 311.25 325.57 269.25 2 L |
3492 |
N |
3493 |
359.07 311.25 330.07 269.25 2 L |
3494 |
N |
3495 |
[1.042 5.209] 0 I |
3496 |
376.53 308.62 M |
3497 |
376.53 312.01 373.78 314.75 370.4 314.75 D |
3498 |
367.02 314.75 364.28 312.01 364.28 308.62 D |
3499 |
364.28 305.24 367.02 302.5 370.4 302.5 D |
3500 |
373.78 302.5 376.53 305.24 376.53 308.62 D |
3501 |
O |
3502 |
V |
3503 |
[1.042 5.209] 0 I |
3504 |
376.53 308.62 M |
3505 |
376.53 312.01 373.78 314.75 370.4 314.75 D |
3506 |
367.02 314.75 364.28 312.01 364.28 308.62 D |
3507 |
364.28 305.24 367.02 302.5 370.4 302.5 D |
3508 |
373.78 302.5 376.53 305.24 376.53 308.62 D |
3509 |
O |
3510 |
N |
3511 |
J |
3512 |
368.53 307.25 339.53 265.25 2 L |
3513 |
N |
3514 |
373.03 307.25 344.03 265.25 2 L |
3515 |
N |
3516 |
[1.042 5.209] 0 I |
3517 |
390.49 304.62 M |
3518 |
390.49 308.01 387.74 310.75 384.36 310.75 D |
3519 |
380.98 310.75 378.24 308.01 378.24 304.62 D |
3520 |
378.24 301.24 380.98 298.5 384.36 298.5 D |
3521 |
387.74 298.5 390.49 301.24 390.49 304.62 D |
3522 |
O |
3523 |
V |
3524 |
[1.042 5.209] 0 I |
3525 |
390.49 304.62 M |
3526 |
390.49 308.01 387.74 310.75 384.36 310.75 D |
3527 |
380.98 310.75 378.24 308.01 378.24 304.62 D |
3528 |
378.24 301.24 380.98 298.5 384.36 298.5 D |
3529 |
387.74 298.5 390.49 301.24 390.49 304.62 D |
3530 |
O |
3531 |
N |
3532 |
J |
3533 |
382.49 303.25 353.49 261.25 2 L |
3534 |
N |
3535 |
386.99 303.25 357.99 261.25 2 L |
3536 |
N |
3537 |
[1.042 5.209] 0 I |
3538 |
404.45 301.62 M |
3539 |
404.45 305.01 401.7 307.75 398.32 307.75 D |
3540 |
394.94 307.75 392.2 305.01 392.2 301.62 D |
3541 |
392.2 298.24 394.94 295.5 398.32 295.5 D |
3542 |
401.7 295.5 404.45 298.24 404.45 301.62 D |
3543 |
O |
3544 |
V |
3545 |
[1.042 5.209] 0 I |
3546 |
404.45 301.62 M |
3547 |
404.45 305.01 401.7 307.75 398.32 307.75 D |
3548 |
394.94 307.75 392.2 305.01 392.2 301.62 D |
3549 |
392.2 298.24 394.94 295.5 398.32 295.5 D |
3550 |
401.7 295.5 404.45 298.24 404.45 301.62 D |
3551 |
O |
3552 |
N |
3553 |
J |
3554 |
396.45 300.25 367.45 258.25 2 L |
3555 |
N |
3556 |
400.95 300.25 371.95 258.25 2 L |
3557 |
N |
3558 |
[1.042 5.209] 0 I |
3559 |
418.41 299.62 M |
3560 |
418.4 303.01 415.66 305.75 412.28 305.75 D |
3561 |
408.9 305.75 406.16 303.01 406.16 299.62 D |
3562 |
406.16 296.24 408.9 293.5 412.28 293.5 D |
3563 |
415.66 293.5 418.41 296.24 418.41 299.62 D |
3564 |
O |
3565 |
V |
3566 |
[1.042 5.209] 0 I |
3567 |
418.41 299.62 M |
3568 |
418.4 303.01 415.66 305.75 412.28 305.75 D |
3569 |
408.9 305.75 406.16 303.01 406.16 299.62 D |
3570 |
406.16 296.24 408.9 293.5 412.28 293.5 D |
3571 |
415.66 293.5 418.41 296.24 418.41 299.62 D |
3572 |
O |
3573 |
N |
3574 |
J |
3575 |
410.41 298.25 381.41 256.25 2 L |
3576 |
N |
3577 |
414.91 298.25 385.91 256.25 2 L |
3578 |
N |
3579 |
[1.042 5.209] 0 I |
3580 |
388.66 217.38 M |
3581 |
388.65 220.76 385.91 223.5 382.53 223.5 D |
3582 |
379.15 223.5 376.41 220.76 376.41 217.38 D |
3583 |
376.41 213.99 379.15 211.25 382.53 211.25 D |
3584 |
385.91 211.25 388.66 213.99 388.66 217.38 D |
3585 |
O |
3586 |
V |
3587 |
[1.042 5.209] 0 I |
3588 |
388.66 217.38 M |
3589 |
388.65 220.76 385.91 223.5 382.53 223.5 D |
3590 |
379.15 223.5 376.41 220.76 376.41 217.38 D |
3591 |
376.41 213.99 379.15 211.25 382.53 211.25 D |
3592 |
385.91 211.25 388.66 213.99 388.66 217.38 D |
3593 |
O |
3594 |
N |
3595 |
J |
3596 |
384.41 218.75 413.41 260.75 2 L |
3597 |
N |
3598 |
379.91 218.75 408.91 260.75 2 L |
3599 |
N |
3600 |
[1.042 5.209] 0 I |
3601 |
374.7 213.38 M |
3602 |
374.7 216.76 371.95 219.5 368.57 219.5 D |
3603 |
365.19 219.5 362.45 216.76 362.45 213.38 D |
3604 |
362.45 209.99 365.19 207.25 368.57 207.25 D |
3605 |
371.95 207.25 374.7 209.99 374.7 213.38 D |
3606 |
O |
3607 |
V |
3608 |
[1.042 5.209] 0 I |
3609 |
374.7 213.38 M |
3610 |
374.7 216.76 371.95 219.5 368.57 219.5 D |
3611 |
365.19 219.5 362.45 216.76 362.45 213.38 D |
3612 |
362.45 209.99 365.19 207.25 368.57 207.25 D |
3613 |
371.95 207.25 374.7 209.99 374.7 213.38 D |
3614 |
O |
3615 |
N |
3616 |
J |
3617 |
370.45 214.75 399.45 256.75 2 L |
3618 |
N |
3619 |
365.95 214.75 394.95 256.75 2 L |
3620 |
N |
3621 |
[1.042 5.209] 0 I |
3622 |
360.74 210.38 M |
3623 |
360.74 213.76 357.99 216.5 354.61 216.5 D |
3624 |
351.23 216.5 348.49 213.76 348.49 210.38 D |
3625 |
348.49 206.99 351.23 204.25 354.61 204.25 D |
3626 |
357.99 204.25 360.74 206.99 360.74 210.38 D |
3627 |
O |
3628 |
V |
3629 |
[1.042 5.209] 0 I |
3630 |
360.74 210.38 M |
3631 |
360.74 213.76 357.99 216.5 354.61 216.5 D |
3632 |
351.23 216.5 348.49 213.76 348.49 210.38 D |
3633 |
348.49 206.99 351.23 204.25 354.61 204.25 D |
3634 |
357.99 204.25 360.74 206.99 360.74 210.38 D |
3635 |
O |
3636 |
N |
3637 |
J |
3638 |
356.49 211.75 385.49 253.75 2 L |
3639 |
N |
3640 |
351.99 211.75 380.99 253.75 2 L |
3641 |
N |
3642 |
[1.042 5.209] 0 I |
3643 |
346.78 208.38 M |
3644 |
346.78 211.76 344.03 214.5 340.65 214.5 D |
3645 |
337.27 214.5 334.53 211.76 334.53 208.38 D |
3646 |
334.53 204.99 337.27 202.25 340.65 202.25 D |
3647 |
344.03 202.25 346.78 204.99 346.78 208.38 D |
3648 |
O |
3649 |
V |
3650 |
[1.042 5.209] 0 I |
3651 |
346.78 208.38 M |
3652 |
346.78 211.76 344.03 214.5 340.65 214.5 D |
3653 |
337.27 214.5 334.53 211.76 334.53 208.38 D |
3654 |
334.53 204.99 337.27 202.25 340.65 202.25 D |
3655 |
344.03 202.25 346.78 204.99 346.78 208.38 D |
3656 |
O |
3657 |
N |
3658 |
J |
3659 |
342.53 209.75 371.53 251.75 2 L |
3660 |
N |
3661 |
338.03 209.75 367.03 251.75 2 L |
3662 |
N |
3663 |
[1.042 5.209] 0 I |
3664 |
332.82 210.38 M |
3665 |
332.82 213.76 330.07 216.5 326.69 216.5 D |
3666 |
323.31 216.5 320.57 213.76 320.57 210.38 D |
3667 |
320.57 206.99 323.31 204.25 326.69 204.25 D |
3668 |
330.07 204.25 332.82 206.99 332.82 210.38 D |
3669 |
O |
3670 |
V |
3671 |
[1.042 5.209] 0 I |
3672 |
332.82 210.38 M |
3673 |
332.82 213.76 330.07 216.5 326.69 216.5 D |
3674 |
323.31 216.5 320.57 213.76 320.57 210.38 D |
3675 |
320.57 206.99 323.31 204.25 326.69 204.25 D |
3676 |
330.07 204.25 332.82 206.99 332.82 210.38 D |
3677 |
O |
3678 |
N |
3679 |
J |
3680 |
328.57 211.75 357.57 253.75 2 L |
3681 |
N |
3682 |
324.07 211.75 353.07 253.75 2 L |
3683 |
N |
3684 |
[1.042 5.209] 0 I |
3685 |
318.86 213.38 M |
3686 |
318.86 216.76 316.11 219.5 312.73 219.5 D |
3687 |
309.35 219.5 306.61 216.76 306.61 213.38 D |
3688 |
306.61 209.99 309.35 207.25 312.73 207.25 D |
3689 |
316.11 207.25 318.86 209.99 318.86 213.38 D |
3690 |
O |
3691 |
V |
3692 |
[1.042 5.209] 0 I |
3693 |
318.86 213.38 M |
3694 |
318.86 216.76 316.11 219.5 312.73 219.5 D |
3695 |
309.35 219.5 306.61 216.76 306.61 213.38 D |
3696 |
306.61 209.99 309.35 207.25 312.73 207.25 D |
3697 |
316.11 207.25 318.86 209.99 318.86 213.38 D |
3698 |
O |
3699 |
N |
3700 |
J |
3701 |
314.61 214.75 343.61 256.75 2 L |
3702 |
N |
3703 |
310.11 214.75 339.11 256.75 2 L |
3704 |
N |
3705 |
[1.042 5.209] 0 I |
3706 |
304.9 217.38 M |
3707 |
304.9 220.76 302.15 223.5 298.77 223.5 D |
3708 |
295.39 223.5 292.65 220.76 292.65 217.38 D |
3709 |
292.65 213.99 295.39 211.25 298.77 211.25 D |
3710 |
302.15 211.25 304.9 213.99 304.9 217.38 D |
3711 |
O |
3712 |
V |
3713 |
[1.042 5.209] 0 I |
3714 |
304.9 217.38 M |
3715 |
304.9 220.76 302.15 223.5 298.77 223.5 D |
3716 |
295.39 223.5 292.65 220.76 292.65 217.38 D |
3717 |
292.65 213.99 295.39 211.25 298.77 211.25 D |
3718 |
302.15 211.25 304.9 213.99 304.9 217.38 D |
3719 |
O |
3720 |
N |
3721 |
J |
3722 |
300.65 218.75 329.65 260.75 2 L |
3723 |
N |
3724 |
296.15 218.75 325.15 260.75 2 L |
3725 |
N |
3726 |
[1.042 5.209] 0 I |
3727 |
290.94 221.38 M |
3728 |
290.94 224.76 288.19 227.5 284.81 227.5 D |
3729 |
281.43 227.5 278.69 224.76 278.69 221.38 D |
3730 |
278.69 217.99 281.43 215.25 284.81 215.25 D |
3731 |
288.19 215.25 290.94 217.99 290.94 221.38 D |
3732 |
O |
3733 |
V |
3734 |
[1.042 5.209] 0 I |
3735 |
290.94 221.38 M |
3736 |
290.94 224.76 288.19 227.5 284.81 227.5 D |
3737 |
281.43 227.5 278.69 224.76 278.69 221.38 D |
3738 |
278.69 217.99 281.43 215.25 284.81 215.25 D |
3739 |
288.19 215.25 290.94 217.99 290.94 221.38 D |
3740 |
O |
3741 |
N |
3742 |
J |
3743 |
286.69 222.75 315.69 264.75 2 L |
3744 |
N |
3745 |
282.19 222.75 311.19 264.75 2 L |
3746 |
N |
3747 |
[1.042 5.209] 0 I |
3748 |
276.98 224.38 M |
3749 |
276.98 227.76 274.23 230.5 270.85 230.5 D |
3750 |
267.47 230.5 264.73 227.76 264.73 224.38 D |
3751 |
264.73 220.99 267.47 218.25 270.85 218.25 D |
3752 |
274.23 218.25 276.98 220.99 276.98 224.38 D |
3753 |
O |
3754 |
V |
3755 |
[1.042 5.209] 0 I |
3756 |
276.98 224.38 M |
3757 |
276.98 227.76 274.23 230.5 270.85 230.5 D |
3758 |
267.47 230.5 264.73 227.76 264.73 224.38 D |
3759 |
264.73 220.99 267.47 218.25 270.85 218.25 D |
3760 |
274.23 218.25 276.98 220.99 276.98 224.38 D |
3761 |
O |
3762 |
N |
3763 |
J |
3764 |
272.73 225.75 301.73 267.75 2 L |
3765 |
N |
3766 |
268.23 225.75 297.23 267.75 2 L |
3767 |
N |
3768 |
[1.042 5.209] 0 I |
3769 |
263.02 224.38 M |
3770 |
263.02 227.76 260.27 230.5 256.89 230.5 D |
3771 |
253.51 230.5 250.77 227.76 250.77 224.38 D |
3772 |
250.77 220.99 253.51 218.25 256.89 218.25 D |
3773 |
260.27 218.25 263.02 220.99 263.02 224.38 D |
3774 |
O |
3775 |
V |
3776 |
[1.042 5.209] 0 I |
3777 |
263.02 224.38 M |
3778 |
263.02 227.76 260.27 230.5 256.89 230.5 D |
3779 |
253.51 230.5 250.77 227.76 250.77 224.38 D |
3780 |
250.77 220.99 253.51 218.25 256.89 218.25 D |
3781 |
260.27 218.25 263.02 220.99 263.02 224.38 D |
3782 |
O |
3783 |
N |
3784 |
J |
3785 |
258.77 225.75 287.77 267.75 2 L |
3786 |
N |
3787 |
254.27 225.75 283.27 267.75 2 L |
3788 |
N |
3789 |
[1.042 5.209] 0 I |
3790 |
249.06 222.38 M |
3791 |
249.06 225.76 246.31 228.5 242.93 228.5 D |
3792 |
239.55 228.5 236.81 225.76 236.81 222.38 D |
3793 |
236.81 218.99 239.55 216.25 242.93 216.25 D |
3794 |
246.31 216.25 249.06 218.99 249.06 222.38 D |
3795 |
O |
3796 |
V |
3797 |
[1.042 5.209] 0 I |
3798 |
249.06 222.38 M |
3799 |
249.06 225.76 246.31 228.5 242.93 228.5 D |
3800 |
239.55 228.5 236.81 225.76 236.81 222.38 D |
3801 |
236.81 218.99 239.55 216.25 242.93 216.25 D |
3802 |
246.31 216.25 249.06 218.99 249.06 222.38 D |
3803 |
O |
3804 |
N |
3805 |
J |
3806 |
244.81 223.75 273.81 265.75 2 L |
3807 |
N |
3808 |
240.31 223.75 269.31 265.75 2 L |
3809 |
N |
3810 |
[1.042 5.209] 0 I |
3811 |
235.1 217.38 M |
3812 |
235.1 220.76 232.35 223.5 228.97 223.5 D |
3813 |
225.59 223.5 222.85 220.76 222.85 217.38 D |
3814 |
222.85 213.99 225.59 211.25 228.97 211.25 D |
3815 |
232.35 211.25 235.1 213.99 235.1 217.38 D |
3816 |
O |
3817 |
V |
3818 |
[1.042 5.209] 0 I |
3819 |
235.1 217.38 M |
3820 |
235.1 220.76 232.35 223.5 228.97 223.5 D |
3821 |
225.59 223.5 222.85 220.76 222.85 217.38 D |
3822 |
222.85 213.99 225.59 211.25 228.97 211.25 D |
3823 |
232.35 211.25 235.1 213.99 235.1 217.38 D |
3824 |
O |
3825 |
N |
3826 |
J |
3827 |
230.85 218.75 259.85 260.75 2 L |
3828 |
N |
3829 |
226.35 218.75 255.35 260.75 2 L |
3830 |
N |
3831 |
[1.042 5.209] 0 I |
3832 |
221.14 212.38 M |
3833 |
221.14 215.76 218.4 218.5 215.01 218.5 D |
3834 |
211.63 218.5 208.89 215.76 208.89 212.38 D |
3835 |
208.89 208.99 211.63 206.25 215.01 206.25 D |
3836 |
218.4 206.25 221.14 208.99 221.14 212.38 D |
3837 |
O |
3838 |
V |
3839 |
[1.042 5.209] 0 I |
3840 |
221.14 212.38 M |
3841 |
221.14 215.76 218.4 218.5 215.01 218.5 D |
3842 |
211.63 218.5 208.89 215.76 208.89 212.38 D |
3843 |
208.89 208.99 211.63 206.25 215.01 206.25 D |
3844 |
218.4 206.25 221.14 208.99 221.14 212.38 D |
3845 |
O |
3846 |
N |
3847 |
J |
3848 |
216.89 213.75 245.89 255.75 2 L |
3849 |
N |
3850 |
212.39 213.75 241.39 255.75 2 L |
3851 |
N |
3852 |
[1.042 5.209] 0 I |
3853 |
207.18 210.38 M |
3854 |
207.18 213.76 204.43 216.5 201.05 216.5 D |
3855 |
197.67 216.5 194.93 213.76 194.93 210.38 D |
3856 |
194.93 206.99 197.67 204.25 201.05 204.25 D |
3857 |
204.43 204.25 207.18 206.99 207.18 210.38 D |
3858 |
O |
3859 |
V |
3860 |
[1.042 5.209] 0 I |
3861 |
207.18 210.38 M |
3862 |
207.18 213.76 204.43 216.5 201.05 216.5 D |
3863 |
197.67 216.5 194.93 213.76 194.93 210.38 D |
3864 |
194.93 206.99 197.67 204.25 201.05 204.25 D |
3865 |
204.43 204.25 207.18 206.99 207.18 210.38 D |
3866 |
O |
3867 |
N |
3868 |
J |
3869 |
202.93 211.75 231.93 253.75 2 L |
3870 |
N |
3871 |
198.43 211.75 227.43 253.75 2 L |
3872 |
N |
3873 |
[1.042 5.209] 0 I |
3874 |
193.22 207.38 M |
3875 |
193.22 210.76 190.48 213.5 187.09 213.5 D |
3876 |
183.71 213.5 180.97 210.76 180.97 207.38 D |
3877 |
180.97 203.99 183.71 201.25 187.09 201.25 D |
3878 |
190.48 201.25 193.22 203.99 193.22 207.38 D |
3879 |
O |
3880 |
V |
3881 |
[1.042 5.209] 0 I |
3882 |
193.22 207.38 M |
3883 |
193.22 210.76 190.48 213.5 187.09 213.5 D |
3884 |
183.71 213.5 180.97 210.76 180.97 207.38 D |
3885 |
180.97 203.99 183.71 201.25 187.09 201.25 D |
3886 |
190.48 201.25 193.22 203.99 193.22 207.38 D |
3887 |
O |
3888 |
N |
3889 |
J |
3890 |
188.97 208.75 217.97 250.75 2 L |
3891 |
N |
3892 |
184.47 208.75 213.47 250.75 2 L |
3893 |
N |
3894 |
[1.042 5.209] 0 I |
3895 |
179.26 210.38 M |
3896 |
179.26 213.76 176.51 216.5 173.13 216.5 D |
3897 |
169.75 216.5 167.01 213.76 167.01 210.38 D |
3898 |
167.01 206.99 169.75 204.25 173.13 204.25 D |
3899 |
176.51 204.25 179.26 206.99 179.26 210.38 D |
3900 |
O |
3901 |
V |
3902 |
[1.042 5.209] 0 I |
3903 |
179.26 210.38 M |
3904 |
179.26 213.76 176.51 216.5 173.13 216.5 D |
3905 |
169.75 216.5 167.01 213.76 167.01 210.38 D |
3906 |
167.01 206.99 169.75 204.25 173.13 204.25 D |
3907 |
176.51 204.25 179.26 206.99 179.26 210.38 D |
3908 |
O |
3909 |
N |
3910 |
J |
3911 |
175.01 211.75 204.01 253.75 2 L |
3912 |
N |
3913 |
170.51 211.75 199.51 253.75 2 L |
3914 |
N |
3915 |
[1.042 5.209] 0 I |
3916 |
165.3 213.38 M |
3917 |
165.3 216.76 162.55 219.5 159.17 219.5 D |
3918 |
155.79 219.5 153.05 216.76 153.05 213.38 D |
3919 |
153.05 209.99 155.79 207.25 159.17 207.25 D |
3920 |
162.55 207.25 165.3 209.99 165.3 213.38 D |
3921 |
O |
3922 |
V |
3923 |
[1.042 5.209] 0 I |
3924 |
165.3 213.38 M |
3925 |
165.3 216.76 162.55 219.5 159.17 219.5 D |
3926 |
155.79 219.5 153.05 216.76 153.05 213.38 D |
3927 |
153.05 209.99 155.79 207.25 159.17 207.25 D |
3928 |
162.55 207.25 165.3 209.99 165.3 213.38 D |
3929 |
O |
3930 |
N |
3931 |
J |
3932 |
161.05 214.75 190.05 256.75 2 L |
3933 |
N |
3934 |
156.55 214.75 185.55 256.75 2 L |
3935 |
N |
3936 |
[1.042 5.209] 0 I |
3937 |
151.34 217.38 M |
3938 |
151.34 220.76 148.6 223.5 145.21 223.5 D |
3939 |
141.83 223.5 139.09 220.76 139.09 217.38 D |
3940 |
139.09 213.99 141.83 211.25 145.21 211.25 D |
3941 |
148.6 211.25 151.34 213.99 151.34 217.38 D |
3942 |
O |
3943 |
V |
3944 |
[1.042 5.209] 0 I |
3945 |
151.34 217.38 M |
3946 |
151.34 220.76 148.6 223.5 145.21 223.5 D |
3947 |
141.83 223.5 139.09 220.76 139.09 217.38 D |
3948 |
139.09 213.99 141.83 211.25 145.21 211.25 D |
3949 |
148.6 211.25 151.34 213.99 151.34 217.38 D |
3950 |
O |
3951 |
N |
3952 |
J |
3953 |
147.09 218.75 176.09 260.75 2 L |
3954 |
N |
3955 |
142.59 218.75 171.59 260.75 2 L |
3956 |
N |
3957 |
[1.042 5.209] 0 I |
3958 |
137.38 221.38 M |
3959 |
137.38 224.76 134.63 227.5 131.25 227.5 D |
3960 |
127.87 227.5 125.13 224.76 125.13 221.38 D |
3961 |
125.13 217.99 127.87 215.25 131.25 215.25 D |
3962 |
134.63 215.25 137.38 217.99 137.38 221.38 D |
3963 |
O |
3964 |
V |
3965 |
[1.042 5.209] 0 I |
3966 |
137.38 221.38 M |
3967 |
137.38 224.76 134.63 227.5 131.25 227.5 D |
3968 |
127.87 227.5 125.13 224.76 125.13 221.38 D |
3969 |
125.13 217.99 127.87 215.25 131.25 215.25 D |
3970 |
134.63 215.25 137.38 217.99 137.38 221.38 D |
3971 |
O |
3972 |
N |
3973 |
J |
3974 |
133.13 222.75 162.13 264.75 2 L |
3975 |
N |
3976 |
128.63 222.75 157.63 264.75 2 L |
3977 |
N |
3978 |
[1.042 5.209] 0 I |
3979 |
123.42 224.38 M |
3980 |
123.42 227.76 120.68 230.5 117.29 230.5 D |
3981 |
113.91 230.5 111.17 227.76 111.17 224.38 D |
3982 |
111.17 220.99 113.91 218.25 117.29 218.25 D |
3983 |
120.68 218.25 123.42 220.99 123.42 224.38 D |
3984 |
O |
3985 |
V |
3986 |
[1.042 5.209] 0 I |
3987 |
123.42 224.38 M |
3988 |
123.42 227.76 120.68 230.5 117.29 230.5 D |
3989 |
113.91 230.5 111.17 227.76 111.17 224.38 D |
3990 |
111.17 220.99 113.91 218.25 117.29 218.25 D |
3991 |
120.68 218.25 123.42 220.99 123.42 224.38 D |
3992 |
O |
3993 |
N |
3994 |
J |
3995 |
119.17 225.75 148.17 267.75 2 L |
3996 |
N |
3997 |
114.67 225.75 143.67 267.75 2 L |
3998 |
N |
3999 |
[1.042 5.209] 0 I |
4000 |
109.46 226.38 M |
4001 |
109.46 229.76 106.72 232.5 103.33 232.5 D |
4002 |
99.95 232.5 97.21 229.76 97.21 226.38 D |
4003 |
97.21 222.99 99.95 220.25 103.33 220.25 D |
4004 |
106.72 220.25 109.46 222.99 109.46 226.38 D |
4005 |
O |
4006 |
V |
4007 |
[1.042 5.209] 0 I |
4008 |
109.46 226.38 M |
4009 |
109.46 229.76 106.72 232.5 103.33 232.5 D |
4010 |
99.95 232.5 97.21 229.76 97.21 226.38 D |
4011 |
97.21 222.99 99.95 220.25 103.33 220.25 D |
4012 |
106.72 220.25 109.46 222.99 109.46 226.38 D |
4013 |
O |
4014 |
N |
4015 |
J |
4016 |
105.21 227.75 134.21 269.75 2 L |
4017 |
N |
4018 |
100.71 227.75 129.71 269.75 2 L |
4019 |
N |
4020 |
[1.042 5.209] 0 I |
4021 |
163.32 468.38 M |
4022 |
163.32 471.76 160.58 474.5 157.2 474.5 D |
4023 |
153.81 474.5 151.07 471.76 151.07 468.38 D |
4024 |
151.07 464.99 153.81 462.25 157.2 462.25 D |
4025 |
160.58 462.25 163.32 464.99 163.32 468.38 D |
4026 |
O |
4027 |
V |
4028 |
[1.042 5.209] 0 I |
4029 |
163.32 468.38 M |
4030 |
163.32 471.76 160.58 474.5 157.2 474.5 D |
4031 |
153.81 474.5 151.07 471.76 151.07 468.38 D |
4032 |
151.07 464.99 153.81 462.25 157.2 462.25 D |
4033 |
160.58 462.25 163.32 464.99 163.32 468.38 D |
4034 |
O |
4035 |
N |
4036 |
J |
4037 |
158.57 465 M |
4038 |
168.05 456.77 146.21 455.32 152.16 445.5 D |
4039 |
159.16 433.95 165.5 456.6 162.71 441 D |
4040 |
162.57 440.23 149.2 429.33 165.07 431.5 D |
4041 |
N |
4042 |
160.57 464 M |
4043 |
170.93 467.51 164.92 451.47 158.57 450.83 D |
4044 |
149.82 449.95 163.56 436.48 152.57 432 D |
4045 |
N |
4046 |
[1.042 5.209] 0 I |
4047 |
147.7 468.38 M |
4048 |
147.7 471.76 144.96 474.5 141.57 474.5 D |
4049 |
138.19 474.5 135.45 471.76 135.45 468.38 D |
4050 |
135.45 464.99 138.19 462.25 141.57 462.25 D |
4051 |
144.96 462.25 147.7 464.99 147.7 468.38 D |
4052 |
O |
4053 |
V |
4054 |
[1.042 5.209] 0 I |
4055 |
147.7 468.38 M |
4056 |
147.7 471.76 144.96 474.5 141.57 474.5 D |
4057 |
138.19 474.5 135.45 471.76 135.45 468.38 D |
4058 |
135.45 464.99 138.19 462.25 141.57 462.25 D |
4059 |
144.96 462.25 147.7 464.99 147.7 468.38 D |
4060 |
O |
4061 |
N |
4062 |
J |
4063 |
139.95 463.5 M |
4064 |
132.39 454.63 142.83 437.2 130.95 434 D |
4065 |
N |
4066 |
144.45 463.5 M |
4067 |
131.89 456.32 149.07 451.94 148.16 446 D |
4068 |
145.91 431.27 146.21 458.02 142.15 442.5 D |
4069 |
138.73 429.4 154.34 445.61 150.45 432.5 D |
4070 |
N |
4071 |
[1.042 5.209] 0 I |
4072 |
116.5 468.38 M |
4073 |
116.5 471.76 113.76 474.5 110.38 474.5 D |
4074 |
107 474.5 104.25 471.76 104.25 468.38 D |
4075 |
104.25 464.99 107 462.25 110.38 462.25 D |
4076 |
113.76 462.25 116.5 464.99 116.5 468.38 D |
4077 |
O |
4078 |
V |
4079 |
[1.042 5.209] 0 I |
4080 |
116.5 468.38 M |
4081 |
116.5 471.76 113.76 474.5 110.38 474.5 D |
4082 |
107 474.5 104.25 471.76 104.25 468.38 D |
4083 |
104.25 464.99 107 462.25 110.38 462.25 D |
4084 |
113.76 462.25 116.5 464.99 116.5 468.38 D |
4085 |
O |
4086 |
N |
4087 |
J |
4088 |
107.36 463 M |
4089 |
107.03 454.74 102.7 463 105.85 453.09 D |
4090 |
108.86 443.65 103.41 453.56 107.36 445.07 D |
4091 |
111.51 436.12 109.91 434.12 106.79 429.5 D |
4092 |
N |
4093 |
114.49 465.5 M |
4094 |
103.63 455.08 113.89 451.44 117.79 443.5 D |
4095 |
118.43 442.19 116.11 430.13 111.93 430.5 D |
4096 |
N |
4097 |
[1.042 5.209] 0 I |
4098 |
132.04 468.38 M |
4099 |
132.04 471.76 129.3 474.5 125.92 474.5 D |
4100 |
122.53 474.5 119.79 471.76 119.79 468.38 D |
4101 |
119.79 464.99 122.53 462.25 125.92 462.25 D |
4102 |
129.3 462.25 132.04 464.99 132.04 468.38 D |
4103 |
O |
4104 |
V |
4105 |
[1.042 5.209] 0 I |
4106 |
132.04 468.38 M |
4107 |
132.04 471.76 129.3 474.5 125.92 474.5 D |
4108 |
122.53 474.5 119.79 471.76 119.79 468.38 D |
4109 |
119.79 464.99 122.53 462.25 125.92 462.25 D |
4110 |
129.3 462.25 132.04 464.99 132.04 468.38 D |
4111 |
O |
4112 |
N |
4113 |
J |
4114 |
125.29 463 M |
4115 |
115.39 455.5 127.01 445.37 122.29 435.5 D |
4116 |
N |
4117 |
127.79 465.5 M |
4118 |
133.5 460.32 135.27 445.77 129.29 442 D |
4119 |
N |
4120 |
[1.042 5.209] 0 I |
4121 |
225.23 468.38 M |
4122 |
225.23 471.76 222.49 474.5 219.11 474.5 D |
4123 |
215.72 474.5 212.98 471.76 212.98 468.38 D |
4124 |
212.98 464.99 215.72 462.25 219.11 462.25 D |
4125 |
222.49 462.25 225.23 464.99 225.23 468.38 D |
4126 |
O |
4127 |
V |
4128 |
[1.042 5.209] 0 I |
4129 |
225.23 468.38 M |
4130 |
225.23 471.76 222.49 474.5 219.11 474.5 D |
4131 |
215.72 474.5 212.98 471.76 212.98 468.38 D |
4132 |
212.98 464.99 215.72 462.25 219.11 462.25 D |
4133 |
222.49 462.25 225.23 464.99 225.23 468.38 D |
4134 |
O |
4135 |
N |
4136 |
J |
4137 |
220.48 465 M |
4138 |
229.96 456.77 208.13 455.32 214.08 445.5 D |
4139 |
221.07 433.95 227.41 456.6 224.62 441 D |
4140 |
224.48 440.23 211.11 429.33 226.98 431.5 D |
4141 |
N |
4142 |
222.48 464 M |
4143 |
232.84 467.51 226.83 451.47 220.48 450.83 D |
4144 |
211.73 449.95 225.47 436.48 214.48 432 D |
4145 |
N |
4146 |
[1.042 5.209] 0 I |
4147 |
209.61 468.38 M |
4148 |
209.61 471.76 206.87 474.5 203.49 474.5 D |
4149 |
200.1 474.5 197.36 471.76 197.36 468.38 D |
4150 |
197.36 464.99 200.1 462.25 203.49 462.25 D |
4151 |
206.87 462.25 209.61 464.99 209.61 468.38 D |
4152 |
O |
4153 |
V |
4154 |
[1.042 5.209] 0 I |
4155 |
209.61 468.38 M |
4156 |
209.61 471.76 206.87 474.5 203.49 474.5 D |
4157 |
200.1 474.5 197.36 471.76 197.36 468.38 D |
4158 |
197.36 464.99 200.1 462.25 203.49 462.25 D |
4159 |
206.87 462.25 209.61 464.99 209.61 468.38 D |
4160 |
O |
4161 |
N |
4162 |
J |
4163 |
201.86 463.5 M |
4164 |
194.3 454.63 204.74 437.2 192.86 434 D |
4165 |
N |
4166 |
206.36 463.5 M |
4167 |
193.8 456.32 210.98 451.94 210.08 446 D |
4168 |
207.82 431.27 208.12 458.02 204.06 442.5 D |
4169 |
200.64 429.4 216.25 445.61 212.36 432.5 D |
4170 |
N |
4171 |
[1.042 5.209] 0 I |
4172 |
178.41 468.38 M |
4173 |
178.41 471.76 175.67 474.5 172.29 474.5 D |
4174 |
168.91 474.5 166.16 471.76 166.16 468.38 D |
4175 |
166.16 464.99 168.91 462.25 172.29 462.25 D |
4176 |
175.67 462.25 178.41 464.99 178.41 468.38 D |
4177 |
O |
4178 |
V |
4179 |
[1.042 5.209] 0 I |
4180 |
178.41 468.38 M |
4181 |
178.41 471.76 175.67 474.5 172.29 474.5 D |
4182 |
168.91 474.5 166.16 471.76 166.16 468.38 D |
4183 |
166.16 464.99 168.91 462.25 172.29 462.25 D |
4184 |
175.67 462.25 178.41 464.99 178.41 468.38 D |
4185 |
O |
4186 |
N |
4187 |
J |
4188 |
169.27 463 M |
4189 |
168.94 454.74 164.61 463 167.76 453.09 D |
4190 |
170.77 443.65 165.32 453.56 169.27 445.07 D |
4191 |
173.43 436.12 171.82 434.12 168.7 429.5 D |
4192 |
N |
4193 |
176.4 465.5 M |
4194 |
165.54 455.08 175.8 451.44 179.7 443.5 D |
4195 |
180.34 442.19 178.02 430.13 173.84 430.5 D |
4196 |
N |
4197 |
[1.042 5.209] 0 I |
4198 |
193.95 468.38 M |
4199 |
193.95 471.76 191.21 474.5 187.83 474.5 D |
4200 |
184.44 474.5 181.7 471.76 181.7 468.38 D |
4201 |
181.7 464.99 184.44 462.25 187.83 462.25 D |
4202 |
191.21 462.25 193.95 464.99 193.95 468.38 D |
4203 |
O |
4204 |
V |
4205 |
[1.042 5.209] 0 I |
4206 |
193.95 468.38 M |
4207 |
193.95 471.76 191.21 474.5 187.83 474.5 D |
4208 |
184.44 474.5 181.7 471.76 181.7 468.38 D |
4209 |
181.7 464.99 184.44 462.25 187.83 462.25 D |
4210 |
191.21 462.25 193.95 464.99 193.95 468.38 D |
4211 |
O |
4212 |
N |
4213 |
J |
4214 |
187.2 463 M |
4215 |
177.3 455.5 188.92 445.37 184.2 435.5 D |
4216 |
N |
4217 |
189.7 465.5 M |
4218 |
195.41 460.32 197.18 445.77 191.2 442 D |
4219 |
N |
4220 |
[1.042 5.209] 0 I |
4221 |
287.14 468.38 M |
4222 |
287.14 471.76 284.4 474.5 281.02 474.5 D |
4223 |
277.63 474.5 274.89 471.76 274.89 468.38 D |
4224 |
274.89 464.99 277.63 462.25 281.02 462.25 D |
4225 |
284.4 462.25 287.14 464.99 287.14 468.38 D |
4226 |
O |
4227 |
V |
4228 |
[1.042 5.209] 0 I |
4229 |
287.14 468.38 M |
4230 |
287.14 471.76 284.4 474.5 281.02 474.5 D |
4231 |
277.63 474.5 274.89 471.76 274.89 468.38 D |
4232 |
274.89 464.99 277.63 462.25 281.02 462.25 D |
4233 |
284.4 462.25 287.14 464.99 287.14 468.38 D |
4234 |
O |
4235 |
N |
4236 |
J |
4237 |
282.39 465 M |
4238 |
291.87 456.77 270.04 455.32 275.99 445.5 D |
4239 |
282.99 433.95 289.33 456.6 286.53 441 D |
4240 |
286.39 440.23 273.02 429.33 288.89 431.5 D |
4241 |
N |
4242 |
284.39 464 M |
4243 |
294.75 467.51 288.74 451.47 282.39 450.83 D |
4244 |
273.64 449.95 287.38 436.48 276.39 432 D |
4245 |
N |
4246 |
[1.042 5.209] 0 I |
4247 |
271.52 468.38 M |
4248 |
271.52 471.76 268.78 474.5 265.39 474.5 D |
4249 |
262.01 474.5 259.27 471.76 259.27 468.38 D |
4250 |
259.27 464.99 262.01 462.25 265.39 462.25 D |
4251 |
268.78 462.25 271.52 464.99 271.52 468.38 D |
4252 |
O |
4253 |
V |
4254 |
[1.042 5.209] 0 I |
4255 |
271.52 468.38 M |
4256 |
271.52 471.76 268.78 474.5 265.39 474.5 D |
4257 |
262.01 474.5 259.27 471.76 259.27 468.38 D |
4258 |
259.27 464.99 262.01 462.25 265.39 462.25 D |
4259 |
268.78 462.25 271.52 464.99 271.52 468.38 D |
4260 |
O |
4261 |
N |
4262 |
J |
4263 |
263.77 463.5 M |
4264 |
256.21 454.63 266.65 437.2 254.77 434 D |
4265 |
N |
4266 |
268.27 463.5 M |
4267 |
255.71 456.32 272.89 451.94 271.99 446 D |
4268 |
269.73 431.27 270.03 458.02 265.97 442.5 D |
4269 |
262.55 429.4 278.16 445.61 274.27 432.5 D |
4270 |
N |
4271 |
[1.042 5.209] 0 I |
4272 |
240.32 468.38 M |
4273 |
240.32 471.76 237.58 474.5 234.2 474.5 D |
4274 |
230.82 474.5 228.07 471.76 228.07 468.38 D |
4275 |
228.07 464.99 230.82 462.25 234.2 462.25 D |
4276 |
237.58 462.25 240.32 464.99 240.32 468.38 D |
4277 |
O |
4278 |
V |
4279 |
[1.042 5.209] 0 I |
4280 |
240.32 468.38 M |
4281 |
240.32 471.76 237.58 474.5 234.2 474.5 D |
4282 |
230.82 474.5 228.07 471.76 228.07 468.38 D |
4283 |
228.07 464.99 230.82 462.25 234.2 462.25 D |
4284 |
237.58 462.25 240.32 464.99 240.32 468.38 D |
4285 |
O |
4286 |
N |
4287 |
J |
4288 |
231.18 463 M |
4289 |
230.85 454.74 226.52 463 229.68 453.09 D |
4290 |
232.68 443.65 227.23 453.56 231.18 445.07 D |
4291 |
235.34 436.12 233.73 434.12 230.62 429.5 D |
4292 |
N |
4293 |
238.31 465.5 M |
4294 |
227.45 455.08 237.71 451.44 241.61 443.5 D |
4295 |
242.25 442.19 239.93 430.13 235.75 430.5 D |
4296 |
N |
4297 |
[1.042 5.209] 0 I |
4298 |
255.86 468.38 M |
4299 |
255.86 471.76 253.12 474.5 249.74 474.5 D |
4300 |
246.35 474.5 243.61 471.76 243.61 468.38 D |
4301 |
243.61 464.99 246.35 462.25 249.74 462.25 D |
4302 |
253.12 462.25 255.86 464.99 255.86 468.38 D |
4303 |
O |
4304 |
V |
4305 |
[1.042 5.209] 0 I |
4306 |
255.86 468.38 M |
4307 |
255.86 471.76 253.12 474.5 249.74 474.5 D |
4308 |
246.35 474.5 243.61 471.76 243.61 468.38 D |
4309 |
243.61 464.99 246.35 462.25 249.74 462.25 D |
4310 |
253.12 462.25 255.86 464.99 255.86 468.38 D |
4311 |
O |
4312 |
N |
4313 |
J |
4314 |
249.11 463 M |
4315 |
239.21 455.5 250.83 445.37 246.11 435.5 D |
4316 |
N |
4317 |
251.61 465.5 M |
4318 |
257.32 460.32 259.09 445.77 253.11 442 D |
4319 |
N |
4320 |
[1.042 5.209] 0 I |
4321 |
349.05 468.38 M |
4322 |
349.05 471.76 346.31 474.5 342.93 474.5 D |
4323 |
339.54 474.5 336.8 471.76 336.8 468.38 D |
4324 |
336.8 464.99 339.54 462.25 342.93 462.25 D |
4325 |
346.31 462.25 349.05 464.99 349.05 468.38 D |
4326 |
O |
4327 |
V |
4328 |
[1.042 5.209] 0 I |
4329 |
349.05 468.38 M |
4330 |
349.05 471.76 346.31 474.5 342.93 474.5 D |
4331 |
339.54 474.5 336.8 471.76 336.8 468.38 D |
4332 |
336.8 464.99 339.54 462.25 342.93 462.25 D |
4333 |
346.31 462.25 349.05 464.99 349.05 468.38 D |
4334 |
O |
4335 |
N |
4336 |
J |
4337 |
344.3 465 M |
4338 |
353.78 456.77 331.95 455.32 337.9 445.5 D |
4339 |
344.9 433.95 351.23 456.6 348.44 441 D |
4340 |
348.3 440.23 334.93 429.33 350.8 431.5 D |
4341 |
N |
4342 |
346.3 464 M |
4343 |
356.66 467.51 350.65 451.47 344.3 450.83 D |
4344 |
335.55 449.95 349.29 436.48 338.3 432 D |
4345 |
N |
4346 |
[1.042 5.209] 0 I |
4347 |
333.43 468.38 M |
4348 |
333.43 471.76 330.69 474.5 327.31 474.5 D |
4349 |
323.92 474.5 321.18 471.76 321.18 468.38 D |
4350 |
321.18 464.99 323.92 462.25 327.31 462.25 D |
4351 |
330.69 462.25 333.43 464.99 333.43 468.38 D |
4352 |
O |
4353 |
V |
4354 |
[1.042 5.209] 0 I |
4355 |
333.43 468.38 M |
4356 |
333.43 471.76 330.69 474.5 327.31 474.5 D |
4357 |
323.92 474.5 321.18 471.76 321.18 468.38 D |
4358 |
321.18 464.99 323.92 462.25 327.31 462.25 D |
4359 |
330.69 462.25 333.43 464.99 333.43 468.38 D |
4360 |
O |
4361 |
N |
4362 |
J |
4363 |
325.68 463.5 M |
4364 |
318.12 454.63 328.56 437.2 316.68 434 D |
4365 |
N |
4366 |
330.18 463.5 M |
4367 |
317.62 456.32 334.8 451.94 333.9 446 D |
4368 |
331.64 431.27 331.94 458.02 327.88 442.5 D |
4369 |
324.46 429.4 340.08 445.61 336.18 432.5 D |
4370 |
N |
4371 |
[1.042 5.209] 0 I |
4372 |
302.23 468.38 M |
4373 |
302.23 471.76 299.49 474.5 296.11 474.5 D |
4374 |
292.73 474.5 289.98 471.76 289.98 468.38 D |
4375 |
289.98 464.99 292.73 462.25 296.11 462.25 D |
4376 |
299.49 462.25 302.23 464.99 302.23 468.38 D |
4377 |
O |
4378 |
V |
4379 |
[1.042 5.209] 0 I |
4380 |
302.23 468.38 M |
4381 |
302.23 471.76 299.49 474.5 296.11 474.5 D |
4382 |
292.73 474.5 289.98 471.76 289.98 468.38 D |
4383 |
289.98 464.99 292.73 462.25 296.11 462.25 D |
4384 |
299.49 462.25 302.23 464.99 302.23 468.38 D |
4385 |
O |
4386 |
N |
4387 |
J |
4388 |
293.09 463 M |
4389 |
292.76 454.74 288.43 463 291.59 453.09 D |
4390 |
294.59 443.65 289.14 453.56 293.09 445.07 D |
4391 |
297.25 436.12 295.64 434.12 292.52 429.5 D |
4392 |
N |
4393 |
300.22 465.5 M |
4394 |
289.36 455.08 299.62 451.44 303.52 443.5 D |
4395 |
304.16 442.19 301.85 430.13 297.66 430.5 D |
4396 |
N |
4397 |
[1.042 5.209] 0 I |
4398 |
317.77 468.38 M |
4399 |
317.77 471.76 315.03 474.5 311.65 474.5 D |
4400 |
308.27 474.5 305.52 471.76 305.52 468.38 D |
4401 |
305.52 464.99 308.27 462.25 311.65 462.25 D |
4402 |
315.03 462.25 317.77 464.99 317.77 468.38 D |
4403 |
O |
4404 |
V |
4405 |
[1.042 5.209] 0 I |
4406 |
317.77 468.38 M |
4407 |
317.77 471.76 315.03 474.5 311.65 474.5 D |
4408 |
308.27 474.5 305.52 471.76 305.52 468.38 D |
4409 |
305.52 464.99 308.27 462.25 311.65 462.25 D |
4410 |
315.03 462.25 317.77 464.99 317.77 468.38 D |
4411 |
O |
4412 |
N |
4413 |
J |
4414 |
311.02 463 M |
4415 |
301.12 455.5 312.74 445.37 308.02 435.5 D |
4416 |
N |
4417 |
313.52 465.5 M |
4418 |
319.23 460.32 321 445.77 315.02 442 D |
4419 |
N |
4420 |
[1.042 5.209] 0 I |
4421 |
410.96 468.38 M |
4422 |
410.96 471.76 408.22 474.5 404.84 474.5 D |
4423 |
401.45 474.5 398.71 471.76 398.71 468.38 D |
4424 |
398.71 464.99 401.45 462.25 404.84 462.25 D |
4425 |
408.22 462.25 410.96 464.99 410.96 468.38 D |
4426 |
O |
4427 |
V |
4428 |
[1.042 5.209] 0 I |
4429 |
410.96 468.38 M |
4430 |
410.96 471.76 408.22 474.5 404.84 474.5 D |
4431 |
401.45 474.5 398.71 471.76 398.71 468.38 D |
4432 |
398.71 464.99 401.45 462.25 404.84 462.25 D |
4433 |
408.22 462.25 410.96 464.99 410.96 468.38 D |
4434 |
O |
4435 |
N |
4436 |
J |
4437 |
406.21 465 M |
4438 |
415.69 456.77 393.86 455.32 399.81 445.5 D |
4439 |
406.81 433.95 413.15 456.6 410.35 441 D |
4440 |
410.21 440.23 396.84 429.33 412.71 431.5 D |
4441 |
N |
4442 |
408.21 464 M |
4443 |
418.57 467.51 412.56 451.47 406.21 450.83 D |
4444 |
397.46 449.95 411.2 436.48 400.21 432 D |
4445 |
N |
4446 |
[1.042 5.209] 0 I |
4447 |
395.34 468.38 M |
4448 |
395.34 471.76 392.6 474.5 389.22 474.5 D |
4449 |
385.83 474.5 383.09 471.76 383.09 468.38 D |
4450 |
383.09 464.99 385.83 462.25 389.22 462.25 D |
4451 |
392.6 462.25 395.34 464.99 395.34 468.38 D |
4452 |
O |
4453 |
V |
4454 |
[1.042 5.209] 0 I |
4455 |
395.34 468.38 M |
4456 |
395.34 471.76 392.6 474.5 389.22 474.5 D |
4457 |
385.83 474.5 383.09 471.76 383.09 468.38 D |
4458 |
383.09 464.99 385.83 462.25 389.22 462.25 D |
4459 |
392.6 462.25 395.34 464.99 395.34 468.38 D |
4460 |
O |
4461 |
N |
4462 |
J |
4463 |
387.59 463.5 M |
4464 |
380.03 454.63 390.47 437.2 378.59 434 D |
4465 |
N |
4466 |
392.09 463.5 M |
4467 |
379.54 456.32 396.72 451.94 395.81 446 D |
4468 |
393.55 431.27 393.85 458.02 389.8 442.5 D |
4469 |
386.37 429.4 401.98 445.61 398.09 432.5 D |
4470 |
N |
4471 |
[1.042 5.209] 0 I |
4472 |
364.15 468.38 M |
4473 |
364.14 471.76 361.4 474.5 358.02 474.5 D |
4474 |
354.64 474.5 351.9 471.76 351.9 468.38 D |
4475 |
351.9 464.99 354.64 462.25 358.02 462.25 D |
4476 |
361.4 462.25 364.15 464.99 364.15 468.38 D |
4477 |
O |
4478 |
V |
4479 |
[1.042 5.209] 0 I |
4480 |
364.15 468.38 M |
4481 |
364.14 471.76 361.4 474.5 358.02 474.5 D |
4482 |
354.64 474.5 351.9 471.76 351.9 468.38 D |
4483 |
351.9 464.99 354.64 462.25 358.02 462.25 D |
4484 |
361.4 462.25 364.15 464.99 364.15 468.38 D |
4485 |
O |
4486 |
N |
4487 |
J |
4488 |
355 463 M |
4489 |
354.67 454.74 350.34 463 353.5 453.09 D |
4490 |
356.5 443.65 351.05 453.56 355 445.07 D |
4491 |
359.16 436.12 357.55 434.12 354.44 429.5 D |
4492 |
N |
4493 |
362.14 465.5 M |
4494 |
351.27 455.08 361.53 451.44 365.43 443.5 D |
4495 |
366.08 442.19 363.76 430.13 359.57 430.5 D |
4496 |
N |
4497 |
[1.042 5.209] 0 I |
4498 |
379.68 468.38 M |
4499 |
379.68 471.76 376.94 474.5 373.56 474.5 D |
4500 |
370.18 474.5 367.43 471.76 367.43 468.38 D |
4501 |
367.43 464.99 370.18 462.25 373.56 462.25 D |
4502 |
376.94 462.25 379.68 464.99 379.68 468.38 D |
4503 |
O |
4504 |
V |
4505 |
[1.042 5.209] 0 I |
4506 |
379.68 468.38 M |
4507 |
379.68 471.76 376.94 474.5 373.56 474.5 D |
4508 |
370.18 474.5 367.43 471.76 367.43 468.38 D |
4509 |
367.43 464.99 370.18 462.25 373.56 462.25 D |
4510 |
376.94 462.25 379.68 464.99 379.68 468.38 D |
4511 |
O |
4512 |
N |
4513 |
J |
4514 |
372.93 463 M |
4515 |
363.04 455.5 374.65 445.37 369.93 435.5 D |
4516 |
N |
4517 |
375.43 465.5 M |
4518 |
381.14 460.32 382.91 445.77 376.93 442 D |
4519 |
N |
4520 |
[1.042 5.209] 0 I |
4521 |
116.9 389.62 M |
4522 |
116.9 393.01 114.16 395.75 110.78 395.75 D |
4523 |
107.39 395.75 104.65 393.01 104.65 389.62 D |
4524 |
104.65 386.24 107.39 383.5 110.78 383.5 D |
4525 |
114.16 383.5 116.9 386.24 116.9 389.62 D |
4526 |
O |
4527 |
V |
4528 |
[1.042 5.209] 0 I |
4529 |
116.9 389.62 M |
4530 |
116.9 393.01 114.16 395.75 110.78 395.75 D |
4531 |
107.39 395.75 104.65 393.01 104.65 389.62 D |
4532 |
104.65 386.24 107.39 383.5 110.78 383.5 D |
4533 |
114.16 383.5 116.9 386.24 116.9 389.62 D |
4534 |
O |
4535 |
N |
4536 |
J |
4537 |
109.4 393 M |
4538 |
99.92 401.23 121.76 402.68 115.81 412.5 D |
4539 |
108.81 424.05 102.47 401.4 105.26 417 D |
4540 |
105.4 417.77 118.78 428.67 102.9 426.5 D |
4541 |
N |
4542 |
107.4 394 M |
4543 |
97.04 390.49 103.05 406.53 109.4 407.17 D |
4544 |
118.15 408.05 104.41 421.52 115.4 426 D |
4545 |
N |
4546 |
[1.042 5.209] 0 I |
4547 |
132.52 389.62 M |
4548 |
132.52 393.01 129.78 395.75 126.4 395.75 D |
4549 |
123.01 395.75 120.27 393.01 120.27 389.62 D |
4550 |
120.27 386.24 123.01 383.5 126.4 383.5 D |
4551 |
129.78 383.5 132.52 386.24 132.52 389.62 D |
4552 |
O |
4553 |
V |
4554 |
[1.042 5.209] 0 I |
4555 |
132.52 389.62 M |
4556 |
132.52 393.01 129.78 395.75 126.4 395.75 D |
4557 |
123.01 395.75 120.27 393.01 120.27 389.62 D |
4558 |
120.27 386.24 123.01 383.5 126.4 383.5 D |
4559 |
129.78 383.5 132.52 386.24 132.52 389.62 D |
4560 |
O |
4561 |
N |
4562 |
J |
4563 |
128.02 394.5 M |
4564 |
135.58 403.37 125.14 420.8 137.02 424 D |
4565 |
N |
4566 |
123.52 394.5 M |
4567 |
136.08 401.68 118.9 406.06 119.81 412 D |
4568 |
122.06 426.73 121.76 399.98 125.82 415.5 D |
4569 |
129.24 428.6 113.63 412.39 117.52 425.5 D |
4570 |
N |
4571 |
[1.042 5.209] 0 I |
4572 |
163.72 389.62 M |
4573 |
163.72 393.01 160.98 395.75 157.59 395.75 D |
4574 |
154.21 395.75 151.47 393.01 151.47 389.62 D |
4575 |
151.47 386.24 154.21 383.5 157.59 383.5 D |
4576 |
160.98 383.5 163.72 386.24 163.72 389.62 D |
4577 |
O |
4578 |
V |
4579 |
[1.042 5.209] 0 I |
4580 |
163.72 389.62 M |
4581 |
163.72 393.01 160.98 395.75 157.59 395.75 D |
4582 |
154.21 395.75 151.47 393.01 151.47 389.62 D |
4583 |
151.47 386.24 154.21 383.5 157.59 383.5 D |
4584 |
160.98 383.5 163.72 386.24 163.72 389.62 D |
4585 |
O |
4586 |
N |
4587 |
J |
4588 |
160.61 395 M |
4589 |
160.95 403.26 165.27 395 162.12 404.91 D |
4590 |
159.11 414.35 164.56 404.44 160.61 412.93 D |
4591 |
156.46 421.88 158.06 423.88 161.18 428.5 D |
4592 |
N |
4593 |
153.48 392.5 M |
4594 |
164.34 402.92 154.08 406.56 150.18 414.5 D |
4595 |
149.54 415.81 151.86 427.87 156.04 427.5 D |
4596 |
N |
4597 |
[1.042 5.209] 0 I |
4598 |
148.18 389.62 M |
4599 |
148.18 393.01 145.44 395.75 142.05 395.75 D |
4600 |
138.67 395.75 135.93 393.01 135.93 389.62 D |
4601 |
135.93 386.24 138.67 383.5 142.05 383.5 D |
4602 |
145.44 383.5 148.18 386.24 148.18 389.62 D |
4603 |
O |
4604 |
V |
4605 |
[1.042 5.209] 0 I |
4606 |
148.18 389.62 M |
4607 |
148.18 393.01 145.44 395.75 142.05 395.75 D |
4608 |
138.67 395.75 135.93 393.01 135.93 389.62 D |
4609 |
135.93 386.24 138.67 383.5 142.05 383.5 D |
4610 |
145.44 383.5 148.18 386.24 148.18 389.62 D |
4611 |
O |
4612 |
N |
4613 |
J |
4614 |
142.68 395 M |
4615 |
152.58 402.5 140.96 412.63 145.68 422.5 D |
4616 |
N |
4617 |
140.18 392.5 M |
4618 |
134.47 397.68 132.7 412.23 138.68 416 D |
4619 |
N |
4620 |
[1.042 5.209] 0 I |
4621 |
178.81 389.62 M |
4622 |
178.81 393.01 176.07 395.75 172.69 395.75 D |
4623 |
169.3 395.75 166.56 393.01 166.56 389.62 D |
4624 |
166.56 386.24 169.3 383.5 172.69 383.5 D |
4625 |
176.07 383.5 178.81 386.24 178.81 389.62 D |
4626 |
O |
4627 |
V |
4628 |
[1.042 5.209] 0 I |
4629 |
178.81 389.62 M |
4630 |
178.81 393.01 176.07 395.75 172.69 395.75 D |
4631 |
169.3 395.75 166.56 393.01 166.56 389.62 D |
4632 |
166.56 386.24 169.3 383.5 172.69 383.5 D |
4633 |
176.07 383.5 178.81 386.24 178.81 389.62 D |
4634 |
O |
4635 |
N |
4636 |
J |
4637 |
171.31 393 M |
4638 |
161.83 401.23 183.67 402.68 177.72 412.5 D |
4639 |
170.72 424.05 164.38 401.4 167.17 417 D |
4640 |
167.31 417.77 180.69 428.67 164.81 426.5 D |
4641 |
N |
4642 |
169.31 394 M |
4643 |
158.95 390.49 164.96 406.53 171.31 407.17 D |
4644 |
180.06 408.05 166.32 421.52 177.31 426 D |
4645 |
N |
4646 |
[1.042 5.209] 0 I |
4647 |
194.43 389.62 M |
4648 |
194.43 393.01 191.69 395.75 188.31 395.75 D |
4649 |
184.93 395.75 182.18 393.01 182.18 389.62 D |
4650 |
182.18 386.24 184.93 383.5 188.31 383.5 D |
4651 |
191.69 383.5 194.43 386.24 194.43 389.62 D |
4652 |
O |
4653 |
V |
4654 |
[1.042 5.209] 0 I |
4655 |
194.43 389.62 M |
4656 |
194.43 393.01 191.69 395.75 188.31 395.75 D |
4657 |
184.93 395.75 182.18 393.01 182.18 389.62 D |
4658 |
182.18 386.24 184.93 383.5 188.31 383.5 D |
4659 |
191.69 383.5 194.43 386.24 194.43 389.62 D |
4660 |
O |
4661 |
N |
4662 |
J |
4663 |
189.93 394.5 M |
4664 |
197.49 403.37 187.05 420.8 198.93 424 D |
4665 |
N |
4666 |
185.43 394.5 M |
4667 |
197.99 401.68 180.81 406.06 181.72 412 D |
4668 |
183.97 426.73 183.68 399.98 187.73 415.5 D |
4669 |
191.15 428.6 175.54 412.39 179.43 425.5 D |
4670 |
N |
4671 |
[1.042 5.209] 0 I |
4672 |
225.63 389.62 M |
4673 |
225.63 393.01 222.89 395.75 219.5 395.75 D |
4674 |
216.12 395.75 213.38 393.01 213.38 389.62 D |
4675 |
213.38 386.24 216.12 383.5 219.5 383.5 D |
4676 |
222.89 383.5 225.63 386.24 225.63 389.62 D |
4677 |
O |
4678 |
V |
4679 |
[1.042 5.209] 0 I |
4680 |
225.63 389.62 M |
4681 |
225.63 393.01 222.89 395.75 219.5 395.75 D |
4682 |
216.12 395.75 213.38 393.01 213.38 389.62 D |
4683 |
213.38 386.24 216.12 383.5 219.5 383.5 D |
4684 |
222.89 383.5 225.63 386.24 225.63 389.62 D |
4685 |
O |
4686 |
N |
4687 |
J |
4688 |
222.52 395 M |
4689 |
222.86 403.26 227.18 395 224.03 404.91 D |
4690 |
221.02 414.35 226.47 404.44 222.52 412.93 D |
4691 |
218.37 421.88 219.97 423.88 223.09 428.5 D |
4692 |
N |
4693 |
215.39 392.5 M |
4694 |
226.25 402.92 215.99 406.56 212.09 414.5 D |
4695 |
211.45 415.81 213.77 427.87 217.96 427.5 D |
4696 |
N |
4697 |
[1.042 5.209] 0 I |
4698 |
210.09 389.62 M |
4699 |
210.09 393.01 207.35 395.75 203.97 395.75 D |
4700 |
200.58 395.75 197.84 393.01 197.84 389.62 D |
4701 |
197.84 386.24 200.58 383.5 203.97 383.5 D |
4702 |
207.35 383.5 210.09 386.24 210.09 389.62 D |
4703 |
O |
4704 |
V |
4705 |
[1.042 5.209] 0 I |
4706 |
210.09 389.62 M |
4707 |
210.09 393.01 207.35 395.75 203.97 395.75 D |
4708 |
200.58 395.75 197.84 393.01 197.84 389.62 D |
4709 |
197.84 386.24 200.58 383.5 203.97 383.5 D |
4710 |
207.35 383.5 210.09 386.24 210.09 389.62 D |
4711 |
O |
4712 |
N |
4713 |
J |
4714 |
204.59 395 M |
4715 |
214.49 402.5 202.87 412.63 207.59 422.5 D |
4716 |
N |
4717 |
202.09 392.5 M |
4718 |
196.38 397.68 194.61 412.23 200.59 416 D |
4719 |
N |
4720 |
[1.042 5.209] 0 I |
4721 |
240.72 389.62 M |
4722 |
240.72 393.01 237.98 395.75 234.6 395.75 D |
4723 |
231.21 395.75 228.47 393.01 228.47 389.62 D |
4724 |
228.47 386.24 231.21 383.5 234.6 383.5 D |
4725 |
237.98 383.5 240.72 386.24 240.72 389.62 D |
4726 |
O |
4727 |
V |
4728 |
[1.042 5.209] 0 I |
4729 |
240.72 389.62 M |
4730 |
240.72 393.01 237.98 395.75 234.6 395.75 D |
4731 |
231.21 395.75 228.47 393.01 228.47 389.62 D |
4732 |
228.47 386.24 231.21 383.5 234.6 383.5 D |
4733 |
237.98 383.5 240.72 386.24 240.72 389.62 D |
4734 |
O |
4735 |
N |
4736 |
J |
4737 |
233.22 393 M |
4738 |
223.74 401.23 245.58 402.68 239.63 412.5 D |
4739 |
232.63 424.05 226.29 401.4 229.09 417 D |
4740 |
229.22 417.77 242.6 428.67 226.72 426.5 D |
4741 |
N |
4742 |
231.22 394 M |
4743 |
220.86 390.49 226.87 406.53 233.22 407.17 D |
4744 |
241.97 408.05 228.23 421.52 239.22 426 D |
4745 |
N |
4746 |
[1.042 5.209] 0 I |
4747 |
256.34 389.62 M |
4748 |
256.34 393.01 253.6 395.75 250.22 395.75 D |
4749 |
246.84 395.75 244.09 393.01 244.09 389.62 D |
4750 |
244.09 386.24 246.84 383.5 250.22 383.5 D |
4751 |
253.6 383.5 256.34 386.24 256.34 389.62 D |
4752 |
O |
4753 |
V |
4754 |
[1.042 5.209] 0 I |
4755 |
256.34 389.62 M |
4756 |
256.34 393.01 253.6 395.75 250.22 395.75 D |
4757 |
246.84 395.75 244.09 393.01 244.09 389.62 D |
4758 |
244.09 386.24 246.84 383.5 250.22 383.5 D |
4759 |
253.6 383.5 256.34 386.24 256.34 389.62 D |
4760 |
O |
4761 |
N |
4762 |
J |
4763 |
251.84 394.5 M |
4764 |
259.41 403.37 248.97 420.8 260.84 424 D |
4765 |
N |
4766 |
247.34 394.5 M |
4767 |
259.9 401.68 242.72 406.06 243.63 412 D |
4768 |
245.88 426.73 245.59 399.98 249.64 415.5 D |
4769 |
253.06 428.6 237.45 412.39 241.34 425.5 D |
4770 |
N |
4771 |
[1.042 5.209] 0 I |
4772 |
287.54 389.62 M |
4773 |
287.54 393.01 284.8 395.75 281.41 395.75 D |
4774 |
278.03 395.75 275.29 393.01 275.29 389.62 D |
4775 |
275.29 386.24 278.03 383.5 281.41 383.5 D |
4776 |
284.8 383.5 287.54 386.24 287.54 389.62 D |
4777 |
O |
4778 |
V |
4779 |
[1.042 5.209] 0 I |
4780 |
287.54 389.62 M |
4781 |
287.54 393.01 284.8 395.75 281.41 395.75 D |
4782 |
278.03 395.75 275.29 393.01 275.29 389.62 D |
4783 |
275.29 386.24 278.03 383.5 281.41 383.5 D |
4784 |
284.8 383.5 287.54 386.24 287.54 389.62 D |
4785 |
O |
4786 |
N |
4787 |
J |
4788 |
284.43 395 M |
4789 |
284.77 403.26 289.09 395 285.94 404.91 D |
4790 |
282.93 414.35 288.38 404.44 284.43 412.93 D |
4791 |
280.28 421.88 281.88 423.88 285 428.5 D |
4792 |
N |
4793 |
277.3 392.5 M |
4794 |
288.16 402.92 277.9 406.56 274 414.5 D |
4795 |
273.36 415.81 275.68 427.87 279.86 427.5 D |
4796 |
N |
4797 |
[1.042 5.209] 0 I |
4798 |
272 389.62 M |
4799 |
272 393.01 269.26 395.75 265.88 395.75 D |
4800 |
262.49 395.75 259.75 393.01 259.75 389.62 D |
4801 |
259.75 386.24 262.49 383.5 265.88 383.5 D |
4802 |
269.26 383.5 272 386.24 272 389.62 D |
4803 |
O |
4804 |
V |
4805 |
[1.042 5.209] 0 I |
4806 |
272 389.62 M |
4807 |
272 393.01 269.26 395.75 265.88 395.75 D |
4808 |
262.49 395.75 259.75 393.01 259.75 389.62 D |
4809 |
259.75 386.24 262.49 383.5 265.88 383.5 D |
4810 |
269.26 383.5 272 386.24 272 389.62 D |
4811 |
O |
4812 |
N |
4813 |
J |
4814 |
266.5 395 M |
4815 |
276.4 402.5 264.78 412.63 269.5 422.5 D |
4816 |
N |
4817 |
264 392.5 M |
4818 |
258.29 397.68 256.52 412.23 262.5 416 D |
4819 |
N |
4820 |
[1.042 5.209] 0 I |
4821 |
302.63 389.62 M |
4822 |
302.63 393.01 299.89 395.75 296.51 395.75 D |
4823 |
293.12 395.75 290.38 393.01 290.38 389.62 D |
4824 |
290.38 386.24 293.12 383.5 296.51 383.5 D |
4825 |
299.89 383.5 302.63 386.24 302.63 389.62 D |
4826 |
O |
4827 |
V |
4828 |
[1.042 5.209] 0 I |
4829 |
302.63 389.62 M |
4830 |
302.63 393.01 299.89 395.75 296.51 395.75 D |
4831 |
293.12 395.75 290.38 393.01 290.38 389.62 D |
4832 |
290.38 386.24 293.12 383.5 296.51 383.5 D |
4833 |
299.89 383.5 302.63 386.24 302.63 389.62 D |
4834 |
O |
4835 |
N |
4836 |
J |
4837 |
295.13 393 M |
4838 |
285.65 401.23 307.49 402.68 301.54 412.5 D |
4839 |
294.54 424.05 288.2 401.4 291 417 D |
4840 |
291.13 417.77 304.51 428.67 288.63 426.5 D |
4841 |
N |
4842 |
293.13 394 M |
4843 |
282.77 390.49 288.78 406.53 295.13 407.17 D |
4844 |
303.88 408.05 290.14 421.52 301.13 426 D |
4845 |
N |
4846 |
[1.042 5.209] 0 I |
4847 |
318.25 389.62 M |
4848 |
318.25 393.01 315.51 395.75 312.13 395.75 D |
4849 |
308.75 395.75 306 393.01 306 389.62 D |
4850 |
306 386.24 308.75 383.5 312.13 383.5 D |
4851 |
315.51 383.5 318.25 386.24 318.25 389.62 D |
4852 |
O |
4853 |
V |
4854 |
[1.042 5.209] 0 I |
4855 |
318.25 389.62 M |
4856 |
318.25 393.01 315.51 395.75 312.13 395.75 D |
4857 |
308.75 395.75 306 393.01 306 389.62 D |
4858 |
306 386.24 308.75 383.5 312.13 383.5 D |
4859 |
315.51 383.5 318.25 386.24 318.25 389.62 D |
4860 |
O |
4861 |
N |
4862 |
J |
4863 |
313.75 394.5 M |
4864 |
321.32 403.37 310.88 420.8 322.75 424 D |
4865 |
N |
4866 |
309.25 394.5 M |
4867 |
321.81 401.68 304.63 406.06 305.54 412 D |
4868 |
307.79 426.73 307.5 399.98 311.55 415.5 D |
4869 |
314.97 428.6 299.36 412.39 303.25 425.5 D |
4870 |
N |
4871 |
[1.042 5.209] 0 I |
4872 |
349.45 389.62 M |
4873 |
349.45 393.01 346.71 395.75 343.33 395.75 D |
4874 |
339.94 395.75 337.2 393.01 337.2 389.62 D |
4875 |
337.2 386.24 339.94 383.5 343.33 383.5 D |
4876 |
346.71 383.5 349.45 386.24 349.45 389.62 D |
4877 |
O |
4878 |
V |
4879 |
[1.042 5.209] 0 I |
4880 |
349.45 389.62 M |
4881 |
349.45 393.01 346.71 395.75 343.33 395.75 D |
4882 |
339.94 395.75 337.2 393.01 337.2 389.62 D |
4883 |
337.2 386.24 339.94 383.5 343.33 383.5 D |
4884 |
346.71 383.5 349.45 386.24 349.45 389.62 D |
4885 |
O |
4886 |
N |
4887 |
J |
4888 |
346.35 395 M |
4889 |
346.68 403.26 351 395 347.85 404.91 D |
4890 |
344.84 414.35 350.29 404.44 346.35 412.93 D |
4891 |
342.19 421.88 343.79 423.88 346.91 428.5 D |
4892 |
N |
4893 |
339.21 392.5 M |
4894 |
350.07 402.92 339.81 406.56 335.91 414.5 D |
4895 |
335.27 415.81 337.59 427.87 341.78 427.5 D |
4896 |
N |
4897 |
[1.042 5.209] 0 I |
4898 |
333.91 389.62 M |
4899 |
333.91 393.01 331.17 395.75 327.79 395.75 D |
4900 |
324.4 395.75 321.66 393.01 321.66 389.62 D |
4901 |
321.66 386.24 324.4 383.5 327.79 383.5 D |
4902 |
331.17 383.5 333.91 386.24 333.91 389.62 D |
4903 |
O |
4904 |
V |
4905 |
[1.042 5.209] 0 I |
4906 |
333.91 389.62 M |
4907 |
333.91 393.01 331.17 395.75 327.79 395.75 D |
4908 |
324.4 395.75 321.66 393.01 321.66 389.62 D |
4909 |
321.66 386.24 324.4 383.5 327.79 383.5 D |
4910 |
331.17 383.5 333.91 386.24 333.91 389.62 D |
4911 |
O |
4912 |
N |
4913 |
J |
4914 |
328.41 395 M |
4915 |
338.31 402.5 326.69 412.63 331.41 422.5 D |
4916 |
N |
4917 |
325.91 392.5 M |
4918 |
320.2 397.68 318.43 412.23 324.41 416 D |
4919 |
N |
4920 |
[1.042 5.209] 0 I |
4921 |
364.54 389.62 M |
4922 |
364.54 393.01 361.8 395.75 358.42 395.75 D |
4923 |
355.04 395.75 352.29 393.01 352.29 389.62 D |
4924 |
352.29 386.24 355.04 383.5 358.42 383.5 D |
4925 |
361.8 383.5 364.54 386.24 364.54 389.62 D |
4926 |
O |
4927 |
V |
4928 |
[1.042 5.209] 0 I |
4929 |
364.54 389.62 M |
4930 |
364.54 393.01 361.8 395.75 358.42 395.75 D |
4931 |
355.04 395.75 352.29 393.01 352.29 389.62 D |
4932 |
352.29 386.24 355.04 383.5 358.42 383.5 D |
4933 |
361.8 383.5 364.54 386.24 364.54 389.62 D |
4934 |
O |
4935 |
N |
4936 |
J |
4937 |
357.04 393 M |
4938 |
347.56 401.23 369.4 402.68 363.45 412.5 D |
4939 |
356.45 424.05 350.11 401.4 352.91 417 D |
4940 |
353.05 417.77 366.42 428.67 350.54 426.5 D |
4941 |
N |
4942 |
355.04 394 M |
4943 |
344.68 390.49 350.69 406.53 357.04 407.17 D |
4944 |
365.79 408.05 352.05 421.52 363.04 426 D |
4945 |
N |
4946 |
[1.042 5.209] 0 I |
4947 |
380.17 389.62 M |
4948 |
380.17 393.01 377.42 395.75 374.04 395.75 D |
4949 |
370.66 395.75 367.92 393.01 367.92 389.62 D |
4950 |
367.92 386.24 370.66 383.5 374.04 383.5 D |
4951 |
377.42 383.5 380.17 386.24 380.17 389.62 D |
4952 |
O |
4953 |
V |
4954 |
[1.042 5.209] 0 I |
4955 |
380.17 389.62 M |
4956 |
380.17 393.01 377.42 395.75 374.04 395.75 D |
4957 |
370.66 395.75 367.92 393.01 367.92 389.62 D |
4958 |
367.92 386.24 370.66 383.5 374.04 383.5 D |
4959 |
377.42 383.5 380.17 386.24 380.17 389.62 D |
4960 |
O |
4961 |
N |
4962 |
J |
4963 |
375.67 394.5 M |
4964 |
383.23 403.37 372.79 420.8 384.67 424 D |
4965 |
N |
4966 |
371.17 394.5 M |
4967 |
383.72 401.68 366.54 406.06 367.45 412 D |
4968 |
369.7 426.73 369.41 399.98 373.46 415.5 D |
4969 |
376.88 428.6 361.27 412.39 365.17 425.5 D |
4970 |
N |
4971 |
[1.042 5.209] 0 I |
4972 |
411.36 389.62 M |
4973 |
411.36 393.01 408.62 395.75 405.24 395.75 D |
4974 |
401.85 395.75 399.11 393.01 399.11 389.62 D |
4975 |
399.11 386.24 401.85 383.5 405.24 383.5 D |
4976 |
408.62 383.5 411.36 386.24 411.36 389.62 D |
4977 |
O |
4978 |
V |
4979 |
[1.042 5.209] 0 I |
4980 |
411.36 389.62 M |
4981 |
411.36 393.01 408.62 395.75 405.24 395.75 D |
4982 |
401.85 395.75 399.11 393.01 399.11 389.62 D |
4983 |
399.11 386.24 401.85 383.5 405.24 383.5 D |
4984 |
408.62 383.5 411.36 386.24 411.36 389.62 D |
4985 |
O |
4986 |
N |
4987 |
J |
4988 |
408.26 395 M |
4989 |
408.59 403.26 412.92 395 409.76 404.91 D |
4990 |
406.75 414.35 412.2 404.44 408.26 412.93 D |
4991 |
404.1 421.88 405.7 423.88 408.82 428.5 D |
4992 |
N |
4993 |
401.12 392.5 M |
4994 |
411.98 402.92 401.72 406.56 397.82 414.5 D |
4995 |
397.18 415.81 399.5 427.87 403.69 427.5 D |
4996 |
N |
4997 |
[1.042 5.209] 0 I |
4998 |
395.82 389.62 M |
4999 |
395.82 393.01 393.08 395.75 389.7 395.75 D |
5000 |
386.32 395.75 383.57 393.01 383.57 389.62 D |
5001 |
383.57 386.24 386.32 383.5 389.7 383.5 D |
5002 |
393.08 383.5 395.82 386.24 395.82 389.62 D |
5003 |
O |
5004 |
V |
5005 |
[1.042 5.209] 0 I |
5006 |
395.82 389.62 M |
5007 |
395.82 393.01 393.08 395.75 389.7 395.75 D |
5008 |
386.32 395.75 383.57 393.01 383.57 389.62 D |
5009 |
383.57 386.24 386.32 383.5 389.7 383.5 D |
5010 |
393.08 383.5 395.82 386.24 395.82 389.62 D |
5011 |
O |
5012 |
N |
5013 |
J |
5014 |
390.32 395 M |
5015 |
400.22 402.5 388.6 412.63 393.32 422.5 D |
5016 |
N |
5017 |
387.82 392.5 M |
5018 |
382.11 397.68 380.35 412.23 386.32 416 D |
5019 |
N |
5020 |
0 24 Q |
5021 |
(L) 475.75 420 T |
5022 |
1 18 Q |
5023 |
(a) 490.08 412.8 T |
5024 |
0 24 Q |
5025 |
(L) 474.87 88 T |
5026 |
1 18 Q |
5027 |
(b) 489.2 80.8 T |
5028 |
2 F |
5029 |
(') 499.08 80.8 T |
5030 |
0 24 Q |
5031 |
(P) 474.15 254 T |
5032 |
1 18 Q |
5033 |
(b) 489.73 246.8 T |
5034 |
2 F |
5035 |
(') 499.61 246.8 T |
5036 |
FMENDPAGE |
5037 |
%%EndPage: "1" 1 |
5038 |
%%Trailer |
5039 |
FMENDDOCUMENT |
5040 |
%%BoundingBox: 0 0 612 792 |
5041 |
%%PageOrder: Ascend |
5042 |
%%Pages: 1 |
5043 |
%%DocumentFonts: Times-Italic |
5044 |
%%+ Symbol |
5045 |
%%+ Times-Roman |
5046 |
%%DocumentNeedsFonts: Times-Italic |
5047 |
%%+ Symbol |
5048 |
%%+ Times-Roman |
5049 |
%%DocumentSuppliedFonts: |
5050 |
%%EOF |