(file) Return to hms_drift_map-HMS_DC_CELLS.eps CVS log (file) (dir) Up to [HallC] / Documents / Howtos

   1 saw   1.1 %!PS-Adobe-3.0 EPSF-2.0
   2           %%BoundingBox:  91 179 272 305 
   3           %%Title:  (HMS_DC_CELLS.eps) 
   4           %%Creator: Canvas 6.0 
   5           %%CreationDate:  (Thursday, June 24, 2004) 
   6           %%DocumentProcSets: Deneba_CanvasCustomColors 
   7           %%+ Deneba_CanvasGraphics 
   8           %%DocumentFonts:  Geneva
   9           %%DocumentNeededFonts:  Geneva
  10           %%DocumentProcessColors:  Black
  11           %% Copyright: (C) 1997-1998 Deneba Systems. All Rights Reserved 
  12           %%EndComments 
  13           %%BeginProlog 
  14           %%BeginResource: procset Deneba_CanvasGraphics
  15           %%Title: Deneba standard graphics
  16           %%Version: 1.0
  17           %%CreationDate: 10/1/94
  18           %%Copyright: (C) 1994 Deneba Systems. All Rights Reserved
  19           userdict /Deneba_CanvasGraphics 300 dict put
  20           Deneba_CanvasGraphics begin
  21           /invalidcolortable? true def   
  22 saw   1.1 /level2 /languagelevel where {pop languagelevel 2 ge}{false} ifelse def
  23           /initialize
  24           {Deneba_CanvasGraphics
  25           {dup xcheck{bind}if pop pop}forall
  26           currentscreen /_sp exch def /_sa exch def /_sf exch def
  27           /DefaultScreen{_sf _sa /_sp load}def
  28           /DefaultScreenProc{ /_sp load}def
  29           /setstrokeadjust where{pop true}{false}ifelse
  30           {/sa /setstrokeadjust load def
  31           /li /lineto load def
  32           /mt /moveto load def
  33           /ct /curveto load def
  34           /lh { currentpoint exch pop lineto}bind def
  35           /lv { currentpoint pop exch lineto}bind def}
  36           {/sa{{currentdict StrokeAdjustDict ne{StrokeAdjustDict begin}if}{ currentdict StrokeAdjustDict eq{end}if}ifelse} bind def
  37           userdict /StrokeAdjustDict 100 dict put
  38           StrokeAdjustDict begin
  39           /_xl
  40           {transform
  41           .25 sub round .25 add exch
  42           .25 sub round .25 add exch
  43 saw   1.1 itransform
  44           }bind def
  45           /li{ _xl lineto}bind def
  46           /mt{ _xl moveto}bind def
  47           /ct{ _xl curveto}bind def
  48           /lh { dup _xl pop currentpoint exch pop lineto}bind def
  49           /lv { dup _xl pop currentpoint pop exch lineto}bind def
  50           /rp{_xl/cv_b xdf/cv_r xdf
  51           _xl/cv_t xdf/cv_l xdf
  52           cv_l cv_t moveto
  53           cv_r cv_t lineto
  54           cv_r cv_b lineto
  55           cv_l cv_b lineto
  56           closepath
  57           }bind def
  58           end}ifelse}def
  59           /terminate
  60           {userdict /StrokeAdjustDict known {currentdict StrokeAdjustDict eq{end}if}if
  61           currentdict Deneba_CanvasGraphics eq{end}if}def
  62           /mxMax 64 def
  63           /mxStk [mxMax {matrix} repeat]def
  64 saw   1.1 /mxIdx 0 def
  65           /stm{mxStk mxIdx 0 lt {/mxIdx 0 store}if mxIdx get currentmatrix pop /mxIdx mxIdx 1 add store}def
  66           /rtm{mxIdx 1 ge {/mxIdx mxIdx 1 sub store mxStk mxIdx get setmatrix}if }def
  67           /scl { 72 div exch 72 div exch scale } def
  68           /scli { 72 exch div exch 72 exch div exch scale } def
  69           /_cvmtx matrix def
  70           /_txtmtx matrix def
  71           /_initmtx matrix def
  72           /xdf{exch def}def
  73           /min{2 copy gt{exch}if pop}def
  74           /max{2 copy lt{exch}if pop}def
  75           /CVvec 256 array def
  76           /T true def
  77           /F false def
  78           /_id 0 def
  79           /_encodindex 0 def
  80           /_encodArr 10 array def
  81           /_fd 0 def
  82           /_textSave null def
  83           /_letterSpace 0 def
  84           /_spaceXtra 0 def
  85 saw   1.1 /_PageSave null def
  86           /_penh 1.0 def
  87           /_penv 1.0 def
  88           /save0 null def
  89           /_w 0 def
  90           /_h 0 def
  91           /_ds 0 def
  92           /hct false def
  93           /pw 0 def
  94           /wdif 0 def
  95           /temp 0 def
  96           /currot 0 def
  97           /savehandler null def
  98           /ia 0 def
  99           /ix 0 def
 100           /ixn 1 def
 101           /MultipleDataSources false def 
 102           /debug
 103           {dup /$eps exch not def{/savehandler errordict /handleerror get def
 104           errordict
 105           /handleerror{$error begin
 106 saw   1.1 newerror{/newerror false def
 107           showpage
 108           72 72 scale
 109           /Helvetica findfont .2 scalefont setfont
 110           .25 9.6 moveto
 111           (Error: )show
 112           errorname
 113           {dup type/stringtype ne
 114           {(converted error name will end up in this string)cvs}if
 115           show}exec
 116           .25 9.4 moveto
 117           (Offending Command: )show
 118           /command load
 119           {dup type/stringtype ne
 120           {(converted command name will end up in this string)cvs}if
 121           show}exec
 122           .25 9.2 moveto
 123           (Stack: )show
 124           ostack
 125           {.25 currentpoint .2 sub exch pop moveto
 126           dup type/stringtype ne{dup type/integertype eq
 127 saw   1.1 1 index type/realtype eq or
 128           1 index type/nametype eq or
 129           not {type}if
 130           (converted stack will end up in this string)cvs}if
 131           show}forall
 132           showpage
 133           Deneba_CanvasGraphics /savehandler get exec}if
 134           end}put}if}def
 135           /lc{setlinecap}def
 136           /lj{setlinejoin}def
 137           /lm{setmiterlimit}def
 138           /lf{setflat}def
 139           /cp{closepath}def
 140           /np{newpath}def
 141           /$psz 30 array def
 142           /$pix 0 def
 143           /gs{gsave $psz dup $pix _penh put $pix 1 add _penv put /$pix $pix 2 add def}def
 144           /gr{grestore/$pix $pix 2 sub def $psz dup $pix get /_penh exch def $pix 1 add get /_penv exch def}def
 145           /li{lineto} def
 146           /lh{currentpoint exch pop lineto}def
 147           /lv{currentpoint pop exch lineto}def
 148 saw   1.1 /mt{moveto} def
 149           /_cv_mh{currentpoint exch pop moveto}def
 150           /_cv_mv{currentpoint pop exch moveto}def
 151           /ct{curveto} def
 152           /rt{4 -2 roll moveto
 153           dup 0 exch rlineto
 154           exch 0 rlineto
 155           neg 0 exch rlineto
 156           closepath}def
 157           /_hr
 158           {
 159           {/@err false def currentflat dup{gsave{eoclip}stopped{grestore 2 mul dup setflat dup 200 ge{(%% Canvas:Clip failed\r)print /@err true def pop exit}if}{grestore setflat exit}ifelse}loop @err not {eoclip}if setflat}
 160           {/@err false def currentflat dup{gsave{clip}stopped{grestore 2 mul dup setflat dup 200 ge{(%% Canvas:Clip failed\r)print /@err true def pop exit}if}{grestore setflat exit}ifelse}loop @err not {clip}if setflat}
 161           }def
 162           /_cs null def
 163           /fg{$eps{systemdict /setgray get exec}{setgray}ifelse}def
 164           /setcmykcolor where {pop true}{false}ifelse
 165           {/f4{ setcmykcolor}def}{/f4{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll}repeat setrgbcolor pop}def}ifelse
 166           /setcolorspace where {pop true}{false}ifelse
 167           {/scs{ dup setcolorspace /_cs exch def}def/f3{ _cs setcolorspace setcolor}def
 168           }{/f3{ setrgbcolor}def/scs{ pop}def}ifelse
 169 saw   1.1 /$cc 5 array def
 170           /findcmykcustomcolor where {pop true}{false}ifelse
 171           not {/findcmykcustomcolor{$cc astore}def}if
 172           /setcustomcolor where {pop true}{false}ifelse
 173           not{/setcustomcolor{exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop}def}if
 174           /fc{6 1 roll findcmykcustomcolor exch setcustomcolor}def
 175           /setseparationgray where {pop true}{false}ifelse
 176           not{/setseparationgray {systemdict /setgray get exec} def}if
 177           /sg{ setseparationgray}def
 178           /sp{/_penv xdf/_penh xdf}def
 179           /rp
 180           {/cv_b xdf/cv_r xdf
 181           /cv_t xdf/cv_l xdf
 182           cv_l cv_t moveto
 183           cv_r cv_t lineto
 184           cv_r cv_b lineto
 185           cv_l cv_b lineto
 186           closepath}def
 187           /rr{/yradius xdf
 188           /xradius xdf
 189           /cv_b xdf
 190 saw   1.1 /cv_r xdf
 191           /cv_t xdf
 192           /cv_l xdf
 193           cv_l xradius add cv_t moveto
 194           cv_r xradius sub cv_t lineto
 195           _cvmtx currentmatrix pop
 196           currentpoint translate
 197           xradius yradius scale
 198           1 0 1 1 1 arcto 4{pop}repeat
 199           _cvmtx setmatrix
 200           cv_r cv_b yradius sub lineto
 201           _cvmtx currentmatrix pop
 202           currentpoint translate
 203           xradius yradius scale
 204           0 1 -1 1 1 arcto 4{pop}repeat
 205           _cvmtx setmatrix
 206           cv_l xradius add cv_b lineto
 207           _cvmtx currentmatrix pop
 208           currentpoint translate
 209           xradius yradius scale
 210           -1 0 -1 -1 1 arcto 4{pop}repeat
 211 saw   1.1 _cvmtx setmatrix
 212           cv_l cv_t yradius add lineto
 213           _cvmtx currentmatrix pop
 214           currentpoint translate
 215           xradius yradius scale
 216           0 -1 1 -1 1 arcto 4{pop}repeat
 217           _cvmtx setmatrix
 218           closepath}def
 219           /ep{_cvmtx currentmatrix pop
 220           translate
 221           scale
 222           1 0 moveto
 223           0 0 1 0 360 arc
 224           closepath
 225           _cvmtx setmatrix}def
 226           /wd{_cvmtx currentmatrix pop
 227           translate
 228           scale
 229           0 0 moveto
 230           0 0 1 5 -2 roll arcn
 231           closepath
 232 saw   1.1 _cvmtx setmatrix}def
 233           /as{_cvmtx currentmatrix pop
 234           translate
 235           scale
 236           0 0 1 5 -2 roll arcn
 237           _cvmtx setmatrix}def
 238           /ds
 239           {_penv _penh ne dup{stm _penh dup 0 le{pop 1}if _penv dup 0 le{pop 1}if scale}{_penh setlinewidth}ifelse stroke {rtm}if}def
 240           /df{fill}def
 241           /de{eofill}def
 242           /_gstk 5 array def
 243           /_gstkc 0 def
 244           /_gst{ 9 dict begin level2{/_ccs currentcolorspace def /_cc [currentcolor] def}{/_cc [currentrgbcolor]def}ifelse {currentpoint}stopped {/_cp null def}{ 2 array astore /_cp exch def}ifelse /_cf currentfont def
 245           /_clw currentlinewidth def /_clc currentlinecap def /_clj currentlinejoin def /_cml currentmiterlimit def currentdict end}def
 246           /hs{newpath gsave stm}def
 247           /hc{/_hr load exch get exec newpath}def
 248           /he{_gstk _gstkc _gst put /_gstkc _gstkc 1 add store 
 249           grestore rtm /_gstkc _gstkc 1 sub store _gstk _gstkc get level2{dup /_ccs get setcolorspace dup /_cc get aload pop setcolor}{dup /_cc get aload pop setrgbcolor}ifelse dup /_cp get dup null eq 
 250           not{aload pop moveto}{pop}ifelse dup /_cf get setfont
 251           dup/_clw get setlinewidth dup/_clc get setlinecap dup/_clj get setlinejoin dup/_cml get setmiterlimit pop}def
 252           /id{ /_id xdf}def
 253 saw   1.1 /_imatrix{_w 0 0 _h _id 0 ne{neg 0 _h}{0 0}ifelse _cvmtx astore}def
 254           % Copyright (C) 1990, 1991 by Adobe Systems Incorporated.
 255           % All rights reserved.
 256           level2 { save /dontloadlevel1 xdf }if
 257           /startnoload{{/noload save def} if}def
 258           /endnoload{{noload restore}if }def
 259           /testsystemdict{where{systemdict eq{true}{false}ifelse}{false}ifelse}def
 260           /ncolors 1 def
 261           /colorimage where{pop true}{false}ifelse{/ncolors 0
 262           statusdict begin 
 263           /processcolors where{pop pop processcolors}{/deviceinfo where{pop deviceinfo /Colors known
 264           {pop {deviceinfo /Colors get}}if}if}ifelse end def
 265           ncolors 0 ne{/colorimage testsystemdict
 266           /setcolortransfer testsystemdict
 267           /currentcolortransfer testsystemdict
 268           /currentcmykcolor testsystemdict
 269           and and and not{/ncolors 0 def}if}if}if
 270           ncolors dup 1 ne exch dup 3 ne exch 4 ne and and {/ncolors 0 def}if
 271           ncolors 1 eq dup dup not startnoload
 272           {/doclutimage{[{255 mul round cvi bwclut exch get 255 div} /exec load dup currenttransfer exch] 
 273           cvx bind settransfer _w _h 8 _imatrix _ds image}def}if
 274 saw   1.1 not endnoload
 275           ncolors dup 3 eq exch 4 eq or
 276           dup dup not startnoload
 277           {/nullproc{{}}def/concatutil{/exec load
 278           7 -1 roll /exec load}def
 279           /defsubclut
 280           {1 add getinterval def}def
 281           /spconcattransfer   
 282           {/Dclut exch def/Cclut exch def/Bclut exch def/Aclut exch def/ncompute exch ld
 283           currentcolortransfer
 284           [{Aclut ncompute}concatutil] cvx
 285           [{Bclut ncompute}concatutil] cvx
 286           [{Cclut ncompute}concatutil] cvx
 287           [{Dclut ncompute}concatutil] cvx
 288           setcolortransfer}def
 289           /setuprgbcluts
 290           {/bit3x rgbclut length 3 sub def
 291           /bit1x bit3x 3 idiv def/rclut rgbclut def
 292           /gclut rclut 1 bit3x defsubclut/bclut rclut 2 bit3x defsubclut}def}if not  
 293           endnoload ncolors 3 eq dup dup not startnoload
 294           {/3compute{exch bit3x mul
 295 saw   1.1 round cvi get 255 div}def
 296           /doclutimage{%/rgbclut xdf pop 
 297           setuprgbcluts/3compute rclut gclut bclut dup
 298           spconcattransfer _w _h 8 _imatrix
 299           [/_ds load /exec load /dup load dup]cvx
 300           nullproc nullproc true 3 colorimage}def}if not endnoload ncolors 4 eq dup dup not startnoload
 301           {/stuffclut{cmykindex 3 -1 roll put}def
 302           /ftoint{1 exch sub 255 mul round cvi}def
 303           /4compute { exch bit4x mul round cvi get 255 div } def
 304           /computecmykclut{setuprgbcluts/bit4x rgbclut length 3 idiv 4 mul 4 sub def
 305           /cmykclut bit4x 4 add string def
 306           /cclut cmykclut def
 307           /mclut cclut 1 bit4x defsubclut
 308           /yclut cclut 2 bit4x defsubclut
 309           /kclut cclut 3 bit4x defsubclut
 310           /cmykindex 0 def
 311           0 1 bit1x
 312           {dup /cmykindex exch bit1x exch sub 4 mul def
 313           3 mul dup rclut exch get 255 div exch dup gclut exch get 255 div
 314           exch bclut exch get 255 div
 315           setrgbcolor currentcmykcolor
 316 saw   1.1 ftoint kclut stuffclut
 317           ftoint yclut stuffclut
 318           ftoint mclut stuffclut
 319           ftoint cclut stuffclut
 320           }for}def
 321           /doclutimage{invalidcolortable?{computecmykclut}if
 322           /4compute cclut mclut yclut kclut spconcattransfer
 323           _w _h 8 _imatrix[/_ds load /exec load/dup load dup dup] cvx 
 324           nullproc nullproc nullproc true 4 colorimage}def}if
 325           not endnoload
 326           ncolors 0 eq
 327           dup dup not startnoload
 328           {/colorexpand{mystringexp 0 rgbclut
 329           3 copy
 330           7 -1 roll
 331           {3 mul 3 getinterval putinterval exch 3 add exch 3 copy}forall
 332           pop pop pop pop pop}def
 333           /createexpandstr{/mystringexp exch st0 length mul string def}def
 334           /doclutimage{/rgbclut xdf pop 3 createexpandstr _w _h 8 _imatrix
 335           [/_ds load /exec load /colorexpand load /exec load] cvx
 336           false 3 colorimage}def}if not endnoload
 337 saw   1.1 level2 { dontloadlevel1 restore }if
 338           level2 not{ save /dontloadlevel2 xdf }if
 339           /rgbclut 0 def
 340           /doclutimage{/hival 255 def 
 341           [/Indexed /DeviceRGB hival rgbclut] setcolorspace
 342           _imagedict dup begin 
 343           /Width _w def 
 344           /Height _h def  
 345           /Decode [0 hival] def  
 346           /ImageMatrix _imatrix def
 347           /BitsPerComponent 8 def 
 348           /Interpolate false def
 349           end image}def
 350           level2 not{ dontloadlevel2 restore }if
 351           %%EndProcSet
 352           /_imagedict 15 dict begin /ImageType 1 def/BitsPerComponent 8 def/Interpolate false def currentdict end def
 353           /hascolor true def
 354           /level2 systemdict /languagelevel known
 355           {languagelevel 2 ge}{false}ifelse def
 356           /foureq {4 index eq 8 1 roll
 357           4 index eq 8 1 roll
 358 saw   1.1 4 index eq 8 1 roll
 359           4 index eq 8 1 roll
 360           pop pop pop pop and and and} def
 361           /setupbands{gsave
 362           /_settransfer systemdict /settransfer get def
 363           /_currenttransfer systemdict /currenttransfer get def
 364           /_image systemdict /image get def
 365           /blank 0 _currenttransfer exec
 366           1 _currenttransfer exec eq def
 367           /negative blank{0 _currenttransfer exec 0.5 lt}
 368           {0 _currenttransfer exec 1 _currenttransfer exec gt}ifelse def
 369           /inverted? negative def
 370           /_currentgray systemdict /currentgray get def
 371           hascolor{/$b 0 def} {/$b 5 def} ifelse
 372           /setcmykcolor where{pop 1 0 0 0 setcmykcolor _currentgray 1 exch sub
 373           0 1 0 0 setcmykcolor _currentgray 1 exch sub
 374           0 0 1 0 setcmykcolor _currentgray 1 exch sub
 375           0 0 0 1 setcmykcolor _currentgray 1 exch sub
 376           4 {4 copy} repeat
 377           1 0 0 0 foureq{/$b 1 store}if
 378           0 1 0 0 foureq{/$b 2 store}if
 379 saw   1.1 0 0 1 0 foureq{/$b 3 store}if
 380           0 0 0 1 foureq{/$b 4 store}if
 381           0 0 0 0 foureq{/$b 6 store}if}if
 382           blank{/$b 6 store}if
 383           $b 0 eq $b 5 eq or{/$dt 0 def}if/$dt -1 def grestore}def
 384           /doimage{
 385           level2{image}{begin
 386           Width Height BitsPerComponent ImageMatrix
 387           Decode length 2 eq
 388           {/DataSource load end image}{
 389           Decode length 6 eq
 390           {MultipleDataSources{DataSource 0 get DataSource 1 get DataSource 2 get}{/DataSource load}ifelse
 391           MultipleDataSources 3 end DSIColorImage}{
 392           Decode length 8 eq{MultipleDataSources{DataSource 0 get DataSource 1 get
 393           DataSource 2 get DataSource 3 get}{/DataSource load}ifelse
 394           MultipleDataSources 4 end DSIColorImage}if}ifelse
 395           }ifelse
 396           }ifelse}def
 397           /dt{/rgbclut xdf /bwclut xdf}def
 398           /cl{$i setmatrix translate scale
 399           /_w _imagedict /Width get def
 400 saw   1.1 /_h _imagedict /Height get def
 401           /_ds _imagedict /DataSource get def
 402           doclutimage} def
 403           /cd{$i setmatrix translate scale
 404           level2{_imagedict /ColorSpace get setcolorspace}if
 405           /_w _imagedict /Width get def
 406           /_h _imagedict /Height get def
 407           /_ds _imagedict /DataSource get def
 408           _imagedict begin
 409           /ImageMatrix _imatrix def
 410           currentdict end
 411           doimage} def
 412           /im{$i setmatrix translate scale 
 413           level2{/DeviceGray setcolorspace 0 setgray}if
 414           /_w _imagedict /Width get def
 415           /_h _imagedict /Height get def
 416           /_ds _imagedict /DataSource get def
 417           _imagedict begin
 418           %/Decode [0 1] def  
 419           %/Width _w def
 420           %/Height _h def
 421 saw   1.1 /ImageMatrix _imatrix def
 422           currentdict end 
 423           doimage }def
 424           /colorimage where{pop/DSIColorImage {colorimage} def}{/DSIColorImage{
 425           /$nc xdf pop /proc0 xdf 3 index 2 index mul 7 add 8 div cvi string /st1 xdf
 426           $nc 3 eq{{proc0 dup/st0 xdf 0 exch 3 exch length 3 sub
 427           {dup st0 exch get .3 mul 1 index 1 add st0 exch get .59 mul add 1 index 2 add st0 exch get .11 mul add
 428           cvi exch 3 div cvi exch st1 3 1 roll put}for st1}}{{proc0 dup/st0 xdf 0 exch 4 exch length 4 sub{dup
 429           st0 exch get .3 mul
 430           1 index 1 add st0 exch get .59 mul add
 431           1 index 2 add st0 exch get .11 mul add
 432           1 index 3 add st0 exch get add dup 255.0 gt{pop 255.0}if
 433           255.0 exch sub cvi
 434           exch 4 div cvi exch
 435           st1 3 1 roll put}for st1}}ifelse
 436           image}def}ifelse
 437           /OPIimage{image}def
 438           /$i matrix def
 439           /bi{scale translate $i currentmatrix pop translate scale setupbands}def
 440           /ei{$i setmatrix}def
 441           /ik{$i setmatrix translate scale 
 442 saw   1.1 /_w _imagedict /Width get def
 443           /_h _imagedict /Height get def
 444           /_ds _imagedict /DataSource get def
 445           _w _h false _imatrix 5 -1 roll _ds imagemask}def
 446           /rs{2 copy translate
 447           3 -1 roll neg rotate
 448           neg exch neg exch translate
 449           }def
 450           /cs{_cvmtx astore concat} def
 451           /fd{/_fd xdf}def
 452           /_fontMatrix{1 0 0 _fd 0 ne{-1 0 0}{1 0 0}ifelse _cvmtx astore}def
 453           /$cvfontdict 150 dict begin  /Symbol {/Symbol /Symbol /Symbol -1} def currentdict end def
 454           /rfp{/_encodindex xdf
 455           FontDirectory 3 index known
 456           not{
 457           dup FontDirectory exch known{exch pop}{pop}ifelse
 458            findfont dup length 1 add dict begin{1 index/FID ne{def}{pop pop}ifelse}forall
 459           dup /FontName exch def FontType 0 ne{/Encoding Encoding 256 array copy def
 460           _encodindex 0 ge{0 _encodArr _encodindex get{dup type/nametype eq{Encoding 2 index 2 index put pop 1 add}
 461           {exch pop}ifelse}forall pop}if}if
 462           dup
 463 saw   1.1 currentdict end
 464           definefont pop}{pop pop}ifelse} def
 465           /rf{3 index 6 1 roll
 466           counttomark array astore cvx exch pop
 467           $cvfontdict 3 1 roll put}def
 468           /cvsf{$cvfontdict exch get exec rfp findfont ftSize 0 0 ftSize _fd 0 ne{-1 mul}if 0 0 _cvmtx astore 
 469           makefont setfont}def
 470           /mf{3 -1 roll $cvfontdict exch get exec rfp
 471           findfont 3 1 roll exch ftSize mul exch ftSize mul 0 exch 0 exch _fd 0 ne{-1 mul}if 0 0 _cvmtx astore makefont setfont}def
 472           /wrk1 ( ) def
 473           /wdict 16 dict def
 474           /Work75 75 string def
 475           /Nmk{Work75 cvs dup}def
 476           /Npt{put cvn}def
 477           /dhOdh{Nmk 2 79 Npt}def
 478           /dhBdh{Nmk 2 111 Npt}def
 479           /dhSdh{Nmk 2 83 Npt}def
 480           /sfWidth{gsave 0 0 moveto 0 0 lineto 0 0 lineto 0 0 lineto closepath clip stringwidth grestore}def
 481           /fts{/ftSize exch def}def
 482           /mkFT{dup/FontType get 0 eq{dup maxlength dict begin
 483           {1 index/FID ne 2 index /UniqueID ne and{def}{pop pop}ifelse}forall
 484 saw   1.1 currentdict end
 485           dup/FDepVector 2 copy get
 486           [exch 6 index exch 6 index exch{mkFT 3 1 roll}forall pop pop] put dup}{/tempFT 12 dict def
 487           tempFT begin
 488           /FontMatrix [1 0 0 1 0 0] def
 489           /FontType 3 def
 490           dup/Encoding get/Encoding exch def
 491           /proc2 2 index def
 492           dup/ft1 exch def
 493           /ft2 1 array def
 494           /FontBBox [0 0 1 1] def
 495           /BuildChar{Deneba_CanvasGraphics begin
 496           exch dup/ftdt xdf begin
 497           wdict begin
 498           /chr xdf/chrst wrk1 dup 0 chr put def
 499           ft2 0 get null eq{ft1 dup length 2 add dict begin
 500           {1 index/FID ne 2 index /UniqueID ne and{def}{pop pop}ifelse}forall
 501           /PaintType 2 def/StrokeWidth .024 0 FontMatrix idtransform pop def
 502           currentdict end
 503           /q exch definefont
 504           ft2 exch 0 exch put}if
 505 saw   1.1 ftdt/proc2 get exec end end end}def end tempFT}ifelse
 506           3 index exch
 507           definefont exch pop}def
 508           /mb{dup dhBdh
 509           FontDirectory 1 index known 1 index $cvfontdict exch known and
 510           {exch pop}{dup 2 index
 511           $cvfontdict exch get
 512           exec
 513           rfp
 514           findfont{boldproc}exch
 515           mkFT
 516           pop pop pop
 517           dup 3 -1 roll
 518           mark 3 1 roll dup -1
 519           counttomark array astore cvx
 520           exch pop
 521           $cvfontdict
 522           exch 2 index exch put}ifelse}def
 523           /mo{dup dhOdh
 524           FontDirectory 1 index known 1 index $cvfontdict exch known and
 525           {exch pop}{dup 2 index
 526 saw   1.1 $cvfontdict exch get
 527           exec
 528           rfp
 529           findfont{outproc} exch
 530           mkFT pop pop pop
 531           dup 3 -1 roll
 532           mark 3 1 roll dup -1
 533           counttomark array astore cvx 		
 534           exch pop
 535           $cvfontdict 
 536           exch 2 index exch put}ifelse}def
 537           /ms{
 538           dup dhSdh
 539           FontDirectory 1 index known 1 index $cvfontdict exch known and
 540           {exch pop}{dup 2 index
 541           $cvfontdict exch get
 542           exec
 543           rfp
 544           findfont{ShadChar} exch
 545           mkFT
 546           pop pop pop
 547 saw   1.1 dup 3 -1 roll
 548           mark 3 1 roll dup -1
 549           counttomark array astore cvx 		
 550           exch pop
 551           $cvfontdict 
 552           exch 2 index exch put}ifelse}def
 553           /outproc{ft1 setfont
 554           gsave chrst sfWidth grestore
 555           setcharwidth dblsh}def
 556           /boldproc{ft1 setfont
 557           gsave
 558           chrst sfWidth 1 index 0 ne{exch .05 add exch}if
 559           grestore
 560           setcharwidth
 561           ft1 /PaintType get 2 ne
 562           {0 0 moveto gsave ft2 0 get setfont chrst show grestore chrst show}
 563           {0 0 moveto gsave chrst show grestore .05 0 moveto chrst show}ifelse}def
 564           /dblsh{currentcolor currentcolorspace 1.0 setgray
 565           chrst 0 0 moveto show setcolorspace setcolor
 566           ft2 0 get setfont chrst 0 0 moveto show}def
 567           /ShadChar{
 568 saw   1.1 ft1 setfont
 569           gsave
 570           chrst sfWidth 1 index 0 ne{exch .05 add exch}if
 571           grestore
 572           setcharwidth
 573           chrst .06 0 moveto show
 574           0 .05 translate dblsh}def
 575           /ts{show}def
 576           /ta{/_letterSpace xdf/_spaceXtra xdf}def
 577           /tf{/_textWidth xdf
 578           /_numSpaces xdf
 579           /_stringLength xdf
 580           dup	stringwidth pop
 581           _letterSpace _stringLength 1 sub mul add
 582           _spaceXtra _numSpaces mul add
 583           _textWidth exch sub /wdif xdf
 584           _spaceXtra 0 32
 585           wdif _stringLength div
 586           _letterSpace add
 587           0 6 -1 roll awidthshow}def
 588           /pb{/_PageSave save def/showpage{}def}def
 589 saw   1.1 /pe{_PageSave restore}def
 590           /pm{_pm currentmatrix pop}def
 591           /_pm matrix def
 592           /ps{showpage _pm setmatrix}def
 593           level2{/ef {gsave 6 array astore concat dup execform grestore}def}
 594           {/ef{gsave 6 array astore concat newpath dup begin Matrix concat
 595           BBox dup dup 0 get exch 1 get moveto
 596           dup dup 0 get exch 3 get lineto
 597           dup dup 2 get exch 3 get lineto
 598           dup 2 get exch 1 get lineto closepath
 599           clip newpath PaintProc end grestore}def}ifelse
 600           /bc{save 11 1 roll 10 dict begin /BBox 5 1 roll 4 array astore def
 601           /Matrix 7 1 roll 6 array astore def /FormType 1 def/PaintProc{/pp get exec}def}def
 602           /ec{pop restore}def
 603           /printvm{1 vmreclaim vmstatus pop exch pop (                         )cvs print (\n)print flush}def
 604           /setoverprint where {pop}{/setoverprint{pop}def}ifelse
 605           /initfonts{level2{$cvfontdict dup { pop 1 index exch undef}forall pop}if
 606           $cvfontdict begin /Symbol {/Symbol /Symbol /Symbol -1}def end}def
 607           /sstr { /$sstrs exch def /$sstr exch def /$sstry exch def /$sstrx exch def /Courier findfont $sstrs 
 608           scalefont setfont $sstrx $sstry mt stm 1 -1 scale $sstr show rtm } def
 609           
 610 saw   1.1 /DSIBeginPaintProc{/pp mark{currentfile token not{}if dup/DSIEndPaintProc
 611           	eq{pop counttomark array astore cvx bind /exec load]cvx def DSIEndPaintProc exit}
 612           	{counttomark 300 gt{counttomark array astore cvx bind /exec load}if}ifelse}loop}def
 613           /DSIEndPaintProc{currentdict end}def
 614           /DSIBeginPaintSubProc {save 11 1 roll 10 dict dup /pD exch def begin 
 615           	/BBox 5 1 roll 4 array astore def /Matrix 7 1 roll 6 array astore def 
 616           	/FormType 1 def /PaintProc { /pp get exec } def /pp} def
 617           /DSIEndPaintSubProc {bind def end pD} def
 618           
 619           /iaa {/ix ix ixn add def} def
 620           /ias2 {/igap exch def /_st0 ia ix igap add get def _st0} def
 621           /ias {/st0 ia ix get def iaa st0} def
 622           /i85s {0 ias2 /ASCII85Decode filter st0 readstring pop iaa} def
 623           /irles {0 ias2 /ASCII85Decode filter /RunLengthDecode filter st0 readstring pop iaa} def
 624           
 625           
 626           initialize
 627           end
 628           %%EndResource
 629           %%IncludeFont: Geneva
 630           Deneba_CanvasGraphics begin
 631 saw   1.1 
 632           _encodArr 0
 633           [
 634           39/quotesingle 96/grave
 635           128/bullet/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/bullet/bullet
 636           /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark
 637           /scaron
 638           /guilsinglright/oe/bullet/bullet/Ydieresis
 639           /bullet/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
 640           /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
 641           /Agrave/Aacute/Acircumflex/Atilde/Adieresis
 642           /Aring
 643           /AE/Ccedilla/Egrave/Eacute/Egrave/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
 644           /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
 645           /agrave/aacute/acircumflex/atilde/adieresis
 646           /aring
 647           /ae/ccedilla/egrave/eacute/ecircumflex/edieresis
 648           /igrave
 649           /iacute
 650           /icircumflex
 651           /idieresis
 652 saw   1.1 /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis
 653           ] put
 654           
 655           _encodArr 1
 656           [
 657           39/quotesingle 96/grave
 658           128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
 659           /agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
 660           /ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
 661           /ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
 662           /dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
 663           /registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
 664           /infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
 665           /product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash
 666           /questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
 667           /guillemotright/ellipsis/blank/Agrave/Atilde/Otilde/OE/oe
 668           /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
 669           /ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
 670           /daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand/Acircumflex/Ecircumflex/Aacute
 671           /Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
 672           /apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
 673 saw   1.1 /macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron
 674           ] put
 675           mark /___FN1 /Helvetica dup dup findfont dup /CharStrings known {begin CharStrings /Adieresis known { 1 }{-1} ifelse end} {pop -1} ifelse rf
 676           F debug
 677           0 id
 678           1 fd
 679           0 484 translate
 680           300 -300 scli
 681           %%EndSetup 
 682           /DeviceCMYK scs
 683           0.8359 0.7188 0.7188 0.9297 f4
 684           0.1250 0.1250 sp
 685            1 lc
 686           50.0 lm
 687            0 lj
 688           T sa
 689           stm
 690           %% DSIBeginObject: # 1 - Ref: 17, Rectangle
 691           0 0 0 0.0977 f4
 692           np
 693           760.0006 765.8336 941.2509 947.0839 rp
 694 saw   1.1 de
 695           0 0 0 1. f4
 696            0 lc
 697           np
 698           760.0006 765.8336 941.2509 947.0839 rp
 699           ds
 700           %%DSIEndObject
 701           rtm
 702           stm
 703           %% DSIBeginObject: # 2 - Ref: 20, Rectangle
 704           0 0 0 0.0977 f4
 705           np
 706           397.5002 765.8336 578.7504 947.0839 rp
 707           de
 708           0 0 0 1. f4
 709           np
 710           397.5002 765.8336 578.7504 947.0839 rp
 711           ds
 712           %%DSIEndObject
 713           rtm
 714           stm
 715 saw   1.1 %% DSIBeginObject: # 3 - Ref: 3, Special
 716           0 0 0 0 f4
 717           np
 718           399.5849 752.9171 mt
 719           412.5765 775.4194 li
 720           386.5936 775.4194 li
 721           399.5849 752.9171 li
 722           cp
 723           de
 724           0 0 0 1. f4
 725           4.1667 4.1667 sp
 726           11.5 lm
 727            0 lj
 728           np
 729           399.5849 752.9171 mt
 730           412.5765 775.4194 li
 731           386.5936 775.4194 li
 732           399.5849 752.9171 li
 733           cp
 734           ds
 735           %%DSIEndObject
 736 saw   1.1 rtm
 737           stm
 738           %% DSIBeginObject: # 4 - Ref: 4, Oval
 739           0 0 0 0 f4
 740           np
 741           15. 15. 489.5837 767.9171 ep
 742           de
 743           0 0 0 1. f4
 744           np
 745           15. 15. 489.5837 767.9171 ep
 746           ds
 747           %%DSIEndObject
 748           rtm
 749           stm
 750           %% DSIBeginObject: # 5 - Ref: 26, Special
 751           0 0 0 0 f4
 752           np
 753           579.5851 752.9171 mt
 754           592.5767 775.4194 li
 755           566.5937 775.4194 li
 756           579.5851 752.9171 li
 757 saw   1.1 cp
 758           de
 759           0 0 0 1. f4
 760           np
 761           579.5851 752.9171 mt
 762           592.5767 775.4194 li
 763           566.5937 775.4194 li
 764           579.5851 752.9171 li
 765           cp
 766           ds
 767           %%DSIEndObject
 768           rtm
 769           stm
 770           %% DSIBeginObject: # 6 - Ref: 27, Oval
 771           0 0 0 0 f4
 772           np
 773           15. 15. 669.5839 767.9171 ep
 774           de
 775           0 0 0 1. f4
 776           np
 777           15. 15. 669.5839 767.9171 ep
 778 saw   1.1 ds
 779           %%DSIEndObject
 780           rtm
 781           stm
 782           %% DSIBeginObject: # 7 - Ref: 28, Special
 783           0 0 0 0 f4
 784           np
 785           759.5852 752.9171 mt
 786           772.5768 775.4194 li
 787           746.5939 775.4194 li
 788           759.5852 752.9171 li
 789           cp
 790           de
 791           0 0 0 1. f4
 792           np
 793           759.5852 752.9171 mt
 794           772.5768 775.4194 li
 795           746.5939 775.4194 li
 796           759.5852 752.9171 li
 797           cp
 798           ds
 799 saw   1.1 %%DSIEndObject
 800           rtm
 801           stm
 802           %% DSIBeginObject: # 8 - Ref: 29, Oval
 803           0 0 0 0 f4
 804           np
 805           15. 15. 849.584 767.9171 ep
 806           de
 807           0 0 0 1. f4
 808           np
 809           15. 15. 849.584 767.9171 ep
 810           ds
 811           %%DSIEndObject
 812           rtm
 813           stm
 814           %% DSIBeginObject: # 9 - Ref: 30, Special
 815           0 0 0 0 f4
 816           np
 817           939.5854 752.9171 mt
 818           952.577 775.4194 li
 819           926.594 775.4194 li
 820 saw   1.1 939.5854 752.9171 li
 821           cp
 822           de
 823           0 0 0 1. f4
 824           np
 825           939.5854 752.9171 mt
 826           952.577 775.4194 li
 827           926.594 775.4194 li
 828           939.5854 752.9171 li
 829           cp
 830           ds
 831           %%DSIEndObject
 832           rtm
 833           stm
 834           %% DSIBeginObject: # 10 - Ref: 31, Oval
 835           0 0 0 0 f4
 836           np
 837           15. 15. 1029.5841 767.9171 ep
 838           de
 839           0 0 0 1. f4
 840           np
 841 saw   1.1 15. 15. 1029.5841 767.9171 ep
 842           ds
 843           %%DSIEndObject
 844           rtm
 845           stm
 846           %% DSIBeginObject: # 11 - Ref: 32, Special
 847           0 0 0 0 f4
 848           np
 849           1119.5855 752.9171 mt
 850           1132.5771 775.4194 li
 851           1106.5942 775.4194 li
 852           1119.5855 752.9171 li
 853           cp
 854           de
 855           0 0 0 1. f4
 856           np
 857           1119.5855 752.9171 mt
 858           1132.5771 775.4194 li
 859           1106.5942 775.4194 li
 860           1119.5855 752.9171 li
 861           cp
 862 saw   1.1 ds
 863           %%DSIEndObject
 864           rtm
 865           stm
 866           %% DSIBeginObject: # 12 - Ref: 18, Rectangle
 867           0 0 0 0 f4
 868           np
 869           384.5836 842.9171 414.5836 872.9172 rp
 870           de
 871           0 0 0 1. f4
 872           np
 873           384.5836 842.9171 414.5836 872.9172 rp
 874           ds
 875           %%DSIEndObject
 876           rtm
 877           stm
 878           %% DSIBeginObject: # 13 - Ref: 35, Rectangle
 879           0 0 0 0 f4
 880           np
 881           564.5838 842.9171 594.5838 872.9172 rp
 882           de
 883 saw   1.1 0 0 0 1. f4
 884           np
 885           564.5838 842.9171 594.5838 872.9172 rp
 886           ds
 887           %%DSIEndObject
 888           rtm
 889           stm
 890           %% DSIBeginObject: # 14 - Ref: 34, Rectangle
 891           0 0 0 0 f4
 892           np
 893           744.5839 842.9171 774.5839 872.9172 rp
 894           de
 895           0 0 0 1. f4
 896           np
 897           744.5839 842.9171 774.5839 872.9172 rp
 898           ds
 899           %%DSIEndObject
 900           rtm
 901           stm
 902           %% DSIBeginObject: # 15 - Ref: 36, Rectangle
 903           0 0 0 0 f4
 904 saw   1.1 np
 905           924.5841 842.9171 954.5841 872.9172 rp
 906           de
 907           0 0 0 1. f4
 908           np
 909           924.5841 842.9171 954.5841 872.9172 rp
 910           ds
 911           %%DSIEndObject
 912           rtm
 913           stm
 914           %% DSIBeginObject: # 16 - Ref: 37, Rectangle
 915           0 0 0 0 f4
 916           np
 917           1104.5842 842.9171 1134.5842 872.9172 rp
 918           de
 919           0 0 0 1. f4
 920           np
 921           1104.5842 842.9171 1134.5842 872.9172 rp
 922           ds
 923           %%DSIEndObject
 924           rtm
 925 saw   1.1 stm
 926           %% DSIBeginObject: # 17 - Ref: 42, Special
 927           0 0 0 0 f4
 928           np
 929           399.5849 932.9172 mt
 930           412.5765 955.4195 li
 931           386.5936 955.4195 li
 932           399.5849 932.9172 li
 933           cp
 934           de
 935           0 0 0 1. f4
 936           np
 937           399.5849 932.9172 mt
 938           412.5765 955.4195 li
 939           386.5936 955.4195 li
 940           399.5849 932.9172 li
 941           cp
 942           ds
 943           %%DSIEndObject
 944           rtm
 945           stm
 946 saw   1.1 %% DSIBeginObject: # 18 - Ref: 43, Oval
 947           0 0 0 0 f4
 948           np
 949           15. 15. 489.5837 947.9172 ep
 950           de
 951           0 0 0 1. f4
 952           np
 953           15. 15. 489.5837 947.9172 ep
 954           ds
 955           %%DSIEndObject
 956           rtm
 957           stm
 958           %% DSIBeginObject: # 19 - Ref: 44, Special
 959           0 0 0 0 f4
 960           np
 961           579.5851 932.9172 mt
 962           592.5767 955.4195 li
 963           566.5937 955.4195 li
 964           579.5851 932.9172 li
 965           cp
 966           de
 967 saw   1.1 0 0 0 1. f4
 968           np
 969           579.5851 932.9172 mt
 970           592.5767 955.4195 li
 971           566.5937 955.4195 li
 972           579.5851 932.9172 li
 973           cp
 974           ds
 975           %%DSIEndObject
 976           rtm
 977           stm
 978           %% DSIBeginObject: # 20 - Ref: 45, Oval
 979           0 0 0 0 f4
 980           np
 981           15. 15. 669.5839 947.9172 ep
 982           de
 983           0 0 0 1. f4
 984           np
 985           15. 15. 669.5839 947.9172 ep
 986           ds
 987           %%DSIEndObject
 988 saw   1.1 rtm
 989           stm
 990           %% DSIBeginObject: # 21 - Ref: 46, Special
 991           0 0 0 0 f4
 992           np
 993           759.5852 932.9172 mt
 994           772.5768 955.4195 li
 995           746.5939 955.4195 li
 996           759.5852 932.9172 li
 997           cp
 998           de
 999           0 0 0 1. f4
1000           np
1001           759.5852 932.9172 mt
1002           772.5768 955.4195 li
1003           746.5939 955.4195 li
1004           759.5852 932.9172 li
1005           cp
1006           ds
1007           %%DSIEndObject
1008           rtm
1009 saw   1.1 stm
1010           %% DSIBeginObject: # 22 - Ref: 47, Oval
1011           0 0 0 0 f4
1012           np
1013           15. 15. 849.584 947.9172 ep
1014           de
1015           0 0 0 1. f4
1016           np
1017           15. 15. 849.584 947.9172 ep
1018           ds
1019           %%DSIEndObject
1020           rtm
1021           stm
1022           %% DSIBeginObject: # 23 - Ref: 48, Special
1023           0 0 0 0 f4
1024           np
1025           939.5854 932.9172 mt
1026           952.577 955.4195 li
1027           926.594 955.4195 li
1028           939.5854 932.9172 li
1029           cp
1030 saw   1.1 de
1031           0 0 0 1. f4
1032           np
1033           939.5854 932.9172 mt
1034           952.577 955.4195 li
1035           926.594 955.4195 li
1036           939.5854 932.9172 li
1037           cp
1038           ds
1039           %%DSIEndObject
1040           rtm
1041           stm
1042           %% DSIBeginObject: # 24 - Ref: 49, Oval
1043           0 0 0 0 f4
1044           np
1045           15. 15. 1029.5841 947.9172 ep
1046           de
1047           0 0 0 1. f4
1048           np
1049           15. 15. 1029.5841 947.9172 ep
1050           ds
1051 saw   1.1 %%DSIEndObject
1052           rtm
1053           stm
1054           %% DSIBeginObject: # 25 - Ref: 50, Special
1055           0 0 0 0 f4
1056           np
1057           1119.5855 932.9172 mt
1058           1132.5771 955.4195 li
1059           1106.5942 955.4195 li
1060           1119.5855 932.9172 li
1061           cp
1062           de
1063           0 0 0 1. f4
1064           np
1065           1119.5855 932.9172 mt
1066           1132.5771 955.4195 li
1067           1106.5942 955.4195 li
1068           1119.5855 932.9172 li
1069           cp
1070           ds
1071           %%DSIEndObject
1072 saw   1.1 rtm
1073           stm
1074           %% DSIBeginObject: # 26 - Ref: 5, Special
1075           0 0 0 0 f4
1076           np
1077           489.585 842.9171 mt
1078           492.0208 852.0378 li
1079           500.1924 847.3108 li
1080           495.4655 855.4824 li
1081           504.5863 857.918 li
1082           495.4657 860.354 li
1083           500.193 868.5255 li
1084           492.0212 863.7989 li
1085           489.5859 872.9198 li
1086           487.1496 863.7992 li
1087           478.9782 868.5268 li
1088           483.7046 860.3548 li
1089           474.5837 857.9199 li
1090           483.7042 855.4833 li
1091           478.9764 847.312 li
1092           487.1485 852.0382 li
1093 saw   1.1 489.585 842.9171 li
1094           cp
1095           de
1096           0 0 0 1. f4
1097           np
1098           489.585 842.9171 mt
1099           492.0208 852.0378 li
1100           500.1924 847.3108 li
1101           495.4655 855.4824 li
1102           504.5863 857.918 li
1103           495.4657 860.354 li
1104           500.193 868.5255 li
1105           492.0212 863.7989 li
1106           489.5859 872.9198 li
1107           487.1496 863.7992 li
1108           478.9782 868.5268 li
1109           483.7046 860.3548 li
1110           474.5837 857.9199 li
1111           483.7042 855.4833 li
1112           478.9764 847.312 li
1113           487.1485 852.0382 li
1114 saw   1.1 489.585 842.9171 li
1115           cp
1116           ds
1117           %%DSIEndObject
1118           rtm
1119           stm
1120           %% DSIBeginObject: # 27 - Ref: 53, Special
1121           0 0 0 0 f4
1122           np
1123           669.5852 842.9171 mt
1124           672.0209 852.0378 li
1125           680.1926 847.3108 li
1126           675.4656 855.4824 li
1127           684.5865 857.918 li
1128           675.4658 860.354 li
1129           680.1931 868.5255 li
1130           672.0214 863.7989 li
1131           669.586 872.9198 li
1132           667.1498 863.7992 li
1133           658.9784 868.5268 li
1134           663.7048 860.3548 li
1135 saw   1.1 654.5838 857.9199 li
1136           663.7043 855.4833 li
1137           658.9765 847.312 li
1138           667.1486 852.0382 li
1139           669.5852 842.9171 li
1140           cp
1141           de
1142           0 0 0 1. f4
1143           np
1144           669.5852 842.9171 mt
1145           672.0209 852.0378 li
1146           680.1926 847.3108 li
1147           675.4656 855.4824 li
1148           684.5865 857.918 li
1149           675.4658 860.354 li
1150           680.1931 868.5255 li
1151           672.0214 863.7989 li
1152           669.586 872.9198 li
1153           667.1498 863.7992 li
1154           658.9784 868.5268 li
1155           663.7048 860.3548 li
1156 saw   1.1 654.5838 857.9199 li
1157           663.7043 855.4833 li
1158           658.9765 847.312 li
1159           667.1486 852.0382 li
1160           669.5852 842.9171 li
1161           cp
1162           ds
1163           %%DSIEndObject
1164           rtm
1165           stm
1166           %% DSIBeginObject: # 28 - Ref: 23, Special
1167           0 0 0 0 f4
1168           np
1169           849.5853 842.9171 mt
1170           852.021 852.0378 li
1171           860.1927 847.3108 li
1172           855.4658 855.4824 li
1173           864.5866 857.918 li
1174           855.466 860.354 li
1175           860.1933 868.5255 li
1176           852.0215 863.7989 li
1177 saw   1.1 849.5862 872.9198 li
1178           847.1499 863.7992 li
1179           838.9785 868.5268 li
1180           843.7049 860.3548 li
1181           834.584 857.9199 li
1182           843.7045 855.4833 li
1183           838.9767 847.312 li
1184           847.1488 852.0382 li
1185           849.5853 842.9171 li
1186           cp
1187           de
1188           0 0 0 1. f4
1189           np
1190           849.5853 842.9171 mt
1191           852.021 852.0378 li
1192           860.1927 847.3108 li
1193           855.4658 855.4824 li
1194           864.5866 857.918 li
1195           855.466 860.354 li
1196           860.1933 868.5255 li
1197           852.0215 863.7989 li
1198 saw   1.1 849.5862 872.9198 li
1199           847.1499 863.7992 li
1200           838.9785 868.5268 li
1201           843.7049 860.3548 li
1202           834.584 857.9199 li
1203           843.7045 855.4833 li
1204           838.9767 847.312 li
1205           847.1488 852.0382 li
1206           849.5853 842.9171 li
1207           cp
1208           ds
1209           %%DSIEndObject
1210           rtm
1211           stm
1212           %% DSIBeginObject: # 29 - Ref: 22, Special
1213           0 0 0 0 f4
1214           np
1215           1029.5854 842.9171 mt
1216           1032.0212 852.0378 li
1217           1040.1929 847.3108 li
1218           1035.4659 855.4824 li
1219 saw   1.1 1044.5868 857.918 li
1220           1035.4661 860.354 li
1221           1040.1934 868.5255 li
1222           1032.0216 863.7989 li
1223           1029.5863 872.9198 li
1224           1027.1501 863.7992 li
1225           1018.9787 868.5268 li
1226           1023.7051 860.3548 li
1227           1014.5841 857.9199 li
1228           1023.7046 855.4833 li
1229           1018.9768 847.312 li
1230           1027.1489 852.0382 li
1231           1029.5854 842.9171 li
1232           cp
1233           de
1234           0 0 0 1. f4
1235           np
1236           1029.5854 842.9171 mt
1237           1032.0212 852.0378 li
1238           1040.1929 847.3108 li
1239           1035.4659 855.4824 li
1240 saw   1.1 1044.5868 857.918 li
1241           1035.4661 860.354 li
1242           1040.1934 868.5255 li
1243           1032.0216 863.7989 li
1244           1029.5863 872.9198 li
1245           1027.1501 863.7992 li
1246           1018.9787 868.5268 li
1247           1023.7051 860.3548 li
1248           1014.5841 857.9199 li
1249           1023.7046 855.4833 li
1250           1018.9768 847.312 li
1251           1027.1489 852.0382 li
1252           1029.5854 842.9171 li
1253           cp
1254           ds
1255           %%DSIEndObject
1256           rtm
1257           stm
1258           %% DSIBeginObject: # 30 - Ref: 38, Special
1259           0 0 0 0 f4
1260           np
1261 saw   1.1 429.585 1052.9173 mt
1262           442.5766 1075.4196 li
1263           416.5936 1075.4196 li
1264           429.585 1052.9173 li
1265           cp
1266           de
1267           0 0 0 1. f4
1268           np
1269           429.585 1052.9173 mt
1270           442.5766 1075.4196 li
1271           416.5936 1075.4196 li
1272           429.585 1052.9173 li
1273           cp
1274           ds
1275           %%DSIEndObject
1276           rtm
1277           stm
1278           %% DSIBeginObject: # 31 - Ref: 39, Oval
1279           0 0 0 0 f4
1280           np
1281           15. 15. 429.5837 1127.9174 ep
1282 saw   1.1 de
1283           0 0 0 1. f4
1284           np
1285           15. 15. 429.5837 1127.9174 ep
1286           ds
1287           %%DSIEndObject
1288           rtm
1289           stm
1290           %% DSIBeginObject: # 32 - Ref: 40, Rectangle
1291           0 0 0 0 f4
1292           np
1293           414.5836 1172.9174 444.5837 1202.9174 rp
1294           de
1295           0 0 0 1. f4
1296           np
1297           414.5836 1172.9174 444.5837 1202.9174 rp
1298           ds
1299           %%DSIEndObject
1300           rtm
1301           stm
1302           %% DSIBeginObject: # 33 - Ref: 24, Special
1303 saw   1.1 0 0 0 0 f4
1304           np
1305           429.585 1232.9174 mt
1306           432.0207 1242.0381 li
1307           440.1924 1237.3111 li
1308           435.4655 1245.4828 li
1309           444.5863 1247.9183 li
1310           435.4656 1250.3543 li
1311           440.193 1258.5259 li
1312           432.0212 1253.7992 li
1313           429.5859 1262.9201 li
1314           427.1496 1253.7995 li
1315           418.9782 1258.5271 li
1316           423.7046 1250.3551 li
1317           414.5836 1247.9202 li
1318           423.7042 1245.4836 li
1319           418.9763 1237.3123 li
1320           427.1485 1242.0385 li
1321           429.585 1232.9174 li
1322           cp
1323           de
1324 saw   1.1 0 0 0 1. f4
1325           np
1326           429.585 1232.9174 mt
1327           432.0207 1242.0381 li
1328           440.1924 1237.3111 li
1329           435.4655 1245.4828 li
1330           444.5863 1247.9183 li
1331           435.4656 1250.3543 li
1332           440.193 1258.5259 li
1333           432.0212 1253.7992 li
1334           429.5859 1262.9201 li
1335           427.1496 1253.7995 li
1336           418.9782 1258.5271 li
1337           423.7046 1250.3551 li
1338           414.5836 1247.9202 li
1339           423.7042 1245.4836 li
1340           418.9763 1237.3123 li
1341           427.1485 1242.0385 li
1342           429.585 1232.9174 li
1343           cp
1344           ds
1345 saw   1.1 %%DSIEndObject
1346           rtm
1347           stm
1348           %% DSIBeginObject: # 34 - Ref: 51, Text
1349           0 0 0 1. f4
1350           0.1250 0.1250 sp
1351           0 0 0 1. f4
1352           stm
1353           37.5 fts
1354           /___FN1 cvsf
1355           0 0 0 1. f4
1356           F sa
1357           471.1566 1080.0007 mt
1358           0 0.3398 ta
1359           (TRIANGLE) 8 0 178.35 tf
1360           T sa
1361           rtm
1362           %%DSIEndObject
1363           rtm
1364           stm
1365           %% DSIBeginObject: # 35 - Ref: 25, Text
1366 saw   1.1 0 0 0 1. f4
1367           0 0 0 1. f4
1368           stm
1369           37.5 fts
1370           /___FN1 cvsf
1371           0 0 0 1. f4
1372           F sa
1373           471.1566 1140.8341 mt
1374           0 0.331 ta
1375           (CIRCLE) 6 0 124.09 tf
1376           T sa
1377           rtm
1378           %%DSIEndObject
1379           rtm
1380           stm
1381           %% DSIBeginObject: # 36 - Ref: 41, Text
1382           0 0 0 1. f4
1383           0 0 0 1. f4
1384           stm
1385           37.5 fts
1386           /___FN1 cvsf
1387 saw   1.1 0 0 0 1. f4
1388           F sa
1389           471.1566 1201.2508 mt
1390           0 0.3916 ta
1391           (SQUARE) 6 0 146.83 tf
1392           T sa
1393           rtm
1394           %%DSIEndObject
1395           rtm
1396           stm
1397           %% DSIBeginObject: # 37 - Ref: 21, Text
1398           0 0 0 1. f4
1399           0 0 0 1. f4
1400           stm
1401           37.5 fts
1402           /___FN1 cvsf
1403           0 0 0 1. f4
1404           F sa
1405           471.1566 1261.6676 mt
1406           0 0.3234 ta
1407           (SENSE-WIRE) 10 0 218.23 tf
1408 saw   1.1 T sa
1409           rtm
1410           %%DSIEndObject
1411           rtm
1412           terminate
1413           showpage

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0