cg
changeset 59:c46f8f975f7c
.
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/singlegene_example_1334_Ets1_post_lat_vis_gray.eps Sun Apr 19 14:19:52 2009 -0700
1.3 @@ -0,0 +1,789 @@
1.4 +%!PS-Adobe-2.0 EPSF-2.0
1.5 +%%Title: singlegene_example_1334_Ets1_post_lat_vis_gray.eps
1.6 +%%Creator: gnuplot 4.2 patchlevel 2
1.7 +%%CreationDate: Sun Apr 19 14:08:42 2009
1.8 +%%DocumentFonts: (atend)
1.9 +%%BoundingBox: 50 50 410 302
1.10 +%%EndComments
1.11 +%%BeginProlog
1.12 +/gnudict 256 dict def
1.13 +gnudict begin
1.14 +%
1.15 +% The following 6 true/false flags may be edited by hand if required
1.16 +% The unit line width may also be changed
1.17 +%
1.18 +/Color true def
1.19 +/Blacktext false def
1.20 +/Solid true def
1.21 +/Dashlength 1 def
1.22 +/Landscape false def
1.23 +/Level1 false def
1.24 +/Rounded false def
1.25 +/TransparentPatterns false def
1.26 +/gnulinewidth 5.000 def
1.27 +/userlinewidth gnulinewidth def
1.28 +%
1.29 +/vshift -46 def
1.30 +/dl1 {
1.31 + 10.0 Dashlength mul mul
1.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
1.33 +} def
1.34 +/dl2 {
1.35 + 10.0 Dashlength mul mul
1.36 + Rounded { currentlinewidth 0.75 mul add } if
1.37 +} def
1.38 +/hpt_ 31.5 def
1.39 +/vpt_ 31.5 def
1.40 +/hpt hpt_ def
1.41 +/vpt vpt_ def
1.42 +Level1 {} {
1.43 +/SDict 10 dict def
1.44 +systemdict /pdfmark known not {
1.45 + userdict /pdfmark systemdict /cleartomark get put
1.46 +} if
1.47 +SDict begin [
1.48 + /Title (singlegene_example_1334_Ets1_post_lat_vis_gray.eps)
1.49 + /Subject (gnuplot plot)
1.50 + /Creator (gnuplot 4.2 patchlevel 2 )
1.51 + /Author (Bayle Shanks,,,)
1.52 +% /Producer (gnuplot)
1.53 +% /Keywords ()
1.54 + /CreationDate (Sun Apr 19 14:08:42 2009)
1.55 + /DOCINFO pdfmark
1.56 +end
1.57 +} ifelse
1.58 +%
1.59 +% Gnuplot Prolog Version 4.2 (August 2006)
1.60 +%
1.61 +/M {moveto} bind def
1.62 +/L {lineto} bind def
1.63 +/R {rmoveto} bind def
1.64 +/V {rlineto} bind def
1.65 +/N {newpath moveto} bind def
1.66 +/Z {closepath} bind def
1.67 +/C {setrgbcolor} bind def
1.68 +/f {rlineto fill} bind def
1.69 +/vpt2 vpt 2 mul def
1.70 +/hpt2 hpt 2 mul def
1.71 +/Lshow {currentpoint stroke M 0 vshift R
1.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
1.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
1.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
1.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
1.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
1.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
1.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
1.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
1.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
1.81 +/BL {stroke userlinewidth 2 mul setlinewidth
1.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
1.83 +/AL {stroke userlinewidth 2 div setlinewidth
1.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
1.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
1.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
1.87 +/PL {stroke userlinewidth setlinewidth
1.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
1.89 +% Default Line colors
1.90 +/LCw {1 1 1} def
1.91 +/LCb {0 0 0} def
1.92 +/LCa {0 0 0} def
1.93 +/LC0 {1 0 0} def
1.94 +/LC1 {0 1 0} def
1.95 +/LC2 {0 0 1} def
1.96 +/LC3 {1 0 1} def
1.97 +/LC4 {0 1 1} def
1.98 +/LC5 {1 1 0} def
1.99 +/LC6 {0 0 0} def
1.100 +/LC7 {1 0.3 0} def
1.101 +/LC8 {0.5 0.5 0.5} def
1.102 +% Default Line Types
1.103 +/LTw {PL [] 1 setgray} def
1.104 +/LTb {BL [] LCb DL} def
1.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
1.106 +/LT0 {PL [] LC0 DL} def
1.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
1.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
1.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
1.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
1.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
1.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
1.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
1.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
1.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
1.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
1.117 + hpt neg vpt neg V hpt vpt neg V
1.118 + hpt vpt V hpt neg vpt V closepath stroke
1.119 + Pnt} def
1.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
1.121 + currentpoint stroke M
1.122 + hpt neg vpt neg R hpt2 0 V stroke
1.123 + } def
1.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
1.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
1.126 + hpt2 neg 0 V closepath stroke
1.127 + Pnt} def
1.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
1.129 + hpt2 vpt2 neg V currentpoint stroke M
1.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
1.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
1.132 + hpt neg vpt -1.62 mul V
1.133 + hpt 2 mul 0 V
1.134 + hpt neg vpt 1.62 mul V closepath stroke
1.135 + Pnt} def
1.136 +/Star {2 copy Pls Crs} def
1.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
1.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
1.139 + hpt2 neg 0 V closepath fill} def
1.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
1.141 + hpt neg vpt -1.62 mul V
1.142 + hpt 2 mul 0 V
1.143 + hpt neg vpt 1.62 mul V closepath fill} def
1.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
1.145 + hpt neg vpt 1.62 mul V
1.146 + hpt 2 mul 0 V
1.147 + hpt neg vpt -1.62 mul V closepath stroke
1.148 + Pnt} def
1.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
1.150 + hpt neg vpt 1.62 mul V
1.151 + hpt 2 mul 0 V
1.152 + hpt neg vpt -1.62 mul V closepath fill} def
1.153 +/DiaF {stroke [] 0 setdash vpt add M
1.154 + hpt neg vpt neg V hpt vpt neg V
1.155 + hpt vpt V hpt neg vpt V closepath fill} def
1.156 +/Pent {stroke [] 0 setdash 2 copy gsave
1.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
1.158 + closepath stroke grestore Pnt} def
1.159 +/PentF {stroke [] 0 setdash gsave
1.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
1.161 + closepath fill grestore} def
1.162 +/Circle {stroke [] 0 setdash 2 copy
1.163 + hpt 0 360 arc stroke Pnt} def
1.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
1.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
1.166 +/C1 {BL [] 0 setdash 2 copy moveto
1.167 + 2 copy vpt 0 90 arc closepath fill
1.168 + vpt 0 360 arc closepath} bind def
1.169 +/C2 {BL [] 0 setdash 2 copy moveto
1.170 + 2 copy vpt 90 180 arc closepath fill
1.171 + vpt 0 360 arc closepath} bind def
1.172 +/C3 {BL [] 0 setdash 2 copy moveto
1.173 + 2 copy vpt 0 180 arc closepath fill
1.174 + vpt 0 360 arc closepath} bind def
1.175 +/C4 {BL [] 0 setdash 2 copy moveto
1.176 + 2 copy vpt 180 270 arc closepath fill
1.177 + vpt 0 360 arc closepath} bind def
1.178 +/C5 {BL [] 0 setdash 2 copy moveto
1.179 + 2 copy vpt 0 90 arc
1.180 + 2 copy moveto
1.181 + 2 copy vpt 180 270 arc closepath fill
1.182 + vpt 0 360 arc} bind def
1.183 +/C6 {BL [] 0 setdash 2 copy moveto
1.184 + 2 copy vpt 90 270 arc closepath fill
1.185 + vpt 0 360 arc closepath} bind def
1.186 +/C7 {BL [] 0 setdash 2 copy moveto
1.187 + 2 copy vpt 0 270 arc closepath fill
1.188 + vpt 0 360 arc closepath} bind def
1.189 +/C8 {BL [] 0 setdash 2 copy moveto
1.190 + 2 copy vpt 270 360 arc closepath fill
1.191 + vpt 0 360 arc closepath} bind def
1.192 +/C9 {BL [] 0 setdash 2 copy moveto
1.193 + 2 copy vpt 270 450 arc closepath fill
1.194 + vpt 0 360 arc closepath} bind def
1.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
1.196 + 2 copy moveto
1.197 + 2 copy vpt 90 180 arc closepath fill
1.198 + vpt 0 360 arc closepath} bind def
1.199 +/C11 {BL [] 0 setdash 2 copy moveto
1.200 + 2 copy vpt 0 180 arc closepath fill
1.201 + 2 copy moveto
1.202 + 2 copy vpt 270 360 arc closepath fill
1.203 + vpt 0 360 arc closepath} bind def
1.204 +/C12 {BL [] 0 setdash 2 copy moveto
1.205 + 2 copy vpt 180 360 arc closepath fill
1.206 + vpt 0 360 arc closepath} bind def
1.207 +/C13 {BL [] 0 setdash 2 copy moveto
1.208 + 2 copy vpt 0 90 arc closepath fill
1.209 + 2 copy moveto
1.210 + 2 copy vpt 180 360 arc closepath fill
1.211 + vpt 0 360 arc closepath} bind def
1.212 +/C14 {BL [] 0 setdash 2 copy moveto
1.213 + 2 copy vpt 90 360 arc closepath fill
1.214 + vpt 0 360 arc} bind def
1.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
1.216 + vpt 0 360 arc closepath} bind def
1.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
1.218 + neg 0 rlineto closepath} bind def
1.219 +/Square {dup Rec} bind def
1.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
1.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
1.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
1.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
1.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
1.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
1.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
1.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
1.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
1.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
1.230 + 2 copy vpt Square fill Bsquare} bind def
1.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
1.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
1.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
1.234 + Bsquare} bind def
1.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
1.236 + Bsquare} bind def
1.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
1.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
1.239 + 2 copy vpt Square fill Bsquare} bind def
1.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
1.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
1.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
1.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
1.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
1.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
1.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
1.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
1.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
1.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
1.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
1.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
1.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
1.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
1.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
1.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
1.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
1.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
1.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
1.259 +/DiaE {stroke [] 0 setdash vpt add M
1.260 + hpt neg vpt neg V hpt vpt neg V
1.261 + hpt vpt V hpt neg vpt V closepath stroke} def
1.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
1.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
1.264 + hpt2 neg 0 V closepath stroke} def
1.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
1.266 + hpt neg vpt -1.62 mul V
1.267 + hpt 2 mul 0 V
1.268 + hpt neg vpt 1.62 mul V closepath stroke} def
1.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
1.270 + hpt neg vpt 1.62 mul V
1.271 + hpt 2 mul 0 V
1.272 + hpt neg vpt -1.62 mul V closepath stroke} def
1.273 +/PentE {stroke [] 0 setdash gsave
1.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
1.275 + closepath stroke grestore} def
1.276 +/CircE {stroke [] 0 setdash
1.277 + hpt 0 360 arc stroke} def
1.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
1.279 +/DiaW {stroke [] 0 setdash vpt add M
1.280 + hpt neg vpt neg V hpt vpt neg V
1.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
1.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
1.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
1.284 + hpt2 neg 0 V Opaque stroke} def
1.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
1.286 + hpt neg vpt -1.62 mul V
1.287 + hpt 2 mul 0 V
1.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
1.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
1.290 + hpt neg vpt 1.62 mul V
1.291 + hpt 2 mul 0 V
1.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
1.293 +/PentW {stroke [] 0 setdash gsave
1.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
1.295 + Opaque stroke grestore} def
1.296 +/CircW {stroke [] 0 setdash
1.297 + hpt 0 360 arc Opaque stroke} def
1.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
1.299 +/Density {
1.300 + /Fillden exch def
1.301 + currentrgbcolor
1.302 + /ColB exch def /ColG exch def /ColR exch def
1.303 + /ColR ColR Fillden mul Fillden sub 1 add def
1.304 + /ColG ColG Fillden mul Fillden sub 1 add def
1.305 + /ColB ColB Fillden mul Fillden sub 1 add def
1.306 + ColR ColG ColB setrgbcolor} def
1.307 +/BoxColFill {gsave Rec PolyFill} def
1.308 +/PolyFill {gsave Density fill grestore grestore} def
1.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
1.310 +%
1.311 +% PostScript Level 1 Pattern Fill routine for rectangles
1.312 +% Usage: x y w h s a XX PatternFill
1.313 +% x,y = lower left corner of box to be filled
1.314 +% w,h = width and height of box
1.315 +% a = angle in degrees between lines and x-axis
1.316 +% XX = 0/1 for no/yes cross-hatch
1.317 +%
1.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
1.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
1.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
1.321 + gsave 1 setgray fill grestore clip
1.322 + currentlinewidth 0.5 mul setlinewidth
1.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
1.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
1.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
1.326 + {PFa 4 get mul 0 M 0 PFs V} for
1.327 + 0 PFa 6 get ne {
1.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
1.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
1.330 + } if
1.331 + stroke grestore} def
1.332 +%
1.333 +/languagelevel where
1.334 + {pop languagelevel} {1} ifelse
1.335 + 2 lt
1.336 + {/InterpretLevel1 true def}
1.337 + {/InterpretLevel1 Level1 def}
1.338 + ifelse
1.339 +%
1.340 +% PostScript level 2 pattern fill definitions
1.341 +%
1.342 +/Level2PatternFill {
1.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
1.344 + bind def
1.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
1.346 +<< Tile8x8
1.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
1.348 +>> matrix makepattern
1.349 +/Pat1 exch def
1.350 +<< Tile8x8
1.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
1.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
1.353 +>> matrix makepattern
1.354 +/Pat2 exch def
1.355 +<< Tile8x8
1.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
1.357 + 8 8 L 8 0 L 0 0 L fill}
1.358 +>> matrix makepattern
1.359 +/Pat3 exch def
1.360 +<< Tile8x8
1.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
1.362 + 0 12 M 12 0 L stroke}
1.363 +>> matrix makepattern
1.364 +/Pat4 exch def
1.365 +<< Tile8x8
1.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
1.367 + 0 -4 M 12 8 L stroke}
1.368 +>> matrix makepattern
1.369 +/Pat5 exch def
1.370 +<< Tile8x8
1.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
1.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
1.373 +>> matrix makepattern
1.374 +/Pat6 exch def
1.375 +<< Tile8x8
1.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
1.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
1.378 +>> matrix makepattern
1.379 +/Pat7 exch def
1.380 +<< Tile8x8
1.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
1.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
1.383 +>> matrix makepattern
1.384 +/Pat8 exch def
1.385 +<< Tile8x8
1.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
1.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
1.388 +>> matrix makepattern
1.389 +/Pat9 exch def
1.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
1.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
1.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
1.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
1.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
1.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
1.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
1.397 +} def
1.398 +%
1.399 +%
1.400 +%End of PostScript Level 2 code
1.401 +%
1.402 +/PatternBgnd {
1.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
1.404 +} def
1.405 +%
1.406 +% Substitute for Level 2 pattern fill codes with
1.407 +% grayscale if Level 2 support is not selected.
1.408 +%
1.409 +/Level1PatternFill {
1.410 +/Pattern1 {0.250 Density} bind def
1.411 +/Pattern2 {0.500 Density} bind def
1.412 +/Pattern3 {0.750 Density} bind def
1.413 +/Pattern4 {0.125 Density} bind def
1.414 +/Pattern5 {0.375 Density} bind def
1.415 +/Pattern6 {0.625 Density} bind def
1.416 +/Pattern7 {0.875 Density} bind def
1.417 +} def
1.418 +%
1.419 +% Now test for support of Level 2 code
1.420 +%
1.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
1.422 +%
1.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
1.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
1.425 +currentdict end definefont pop
1.426 +/MFshow {
1.427 + { dup 5 get 3 ge
1.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
1.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
1.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
1.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
1.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
1.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
1.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
1.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
1.436 + pop aload pop M} ifelse }ifelse }ifelse }
1.437 + ifelse }
1.438 + forall} bind def
1.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
1.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
1.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
1.442 +/MLshow { currentpoint stroke M
1.443 + 0 exch R
1.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
1.445 +/MRshow { currentpoint stroke M
1.446 + exch dup MFwidth neg 3 -1 roll R
1.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
1.448 +/MCshow { currentpoint stroke M
1.449 + exch dup MFwidth -2 div 3 -1 roll R
1.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
1.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
1.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
1.453 +end
1.454 +%%EndProlog
1.455 +gnudict begin
1.456 +gsave
1.457 +50 50 translate
1.458 +0.050 0.050 scale
1.459 +0 setgray
1.460 +newpath
1.461 +(Helvetica) findfont 140 scalefont setfont
1.462 +gsave % colour palette begin
1.463 +/maxcolors 64 def
1.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
1.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
1.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
1.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
1.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
1.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
1.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
1.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
1.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
1.473 + } ifelse} def
1.474 +/Constrain {
1.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
1.476 +/YIQ2RGB {
1.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
1.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
1.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
1.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
1.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
1.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
1.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
1.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
1.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
1.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
1.487 + if} ifelse} ifelse} ifelse} def
1.488 +/InterpolatedColor true def
1.489 +/grayindex {/gidx 0 def
1.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
1.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
1.492 + GrayA gidx get sub div} def
1.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
1.494 + RedA gidx get sub dgdxval mul add} def
1.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
1.496 + GreenA gidx get sub dgdxval mul add} def
1.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
1.498 + BlueA gidx get sub dgdxval mul add} def
1.499 +/interpolate {
1.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
1.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
1.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
1.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
1.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
1.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
1.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
1.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
1.508 + .9524 .9683 .9841 1 ] def
1.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
1.510 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
1.511 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
1.512 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
1.513 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
1.514 + .9524 .9683 .9841 1 ] def
1.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
1.516 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
1.517 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
1.518 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
1.519 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
1.520 + .9524 .9683 .9841 1 ] def
1.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
1.522 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
1.523 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
1.524 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
1.525 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
1.526 + .9524 .9683 .9841 1 ] def
1.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
1.528 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
1.529 +/pm3dGamma 1.0 1.5 div def
1.530 +/ColorSpace (RGB) def
1.531 +Color true and { % COLOUR vs. GRAY map
1.532 + InterpolatedColor { %% Interpolation vs. RGB-Formula
1.533 + /g {stroke pm3dround /grayv exch def interpolate
1.534 + SelectSpace setrgbcolor} bind def
1.535 + }{
1.536 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
1.537 + SelectSpace setrgbcolor} bind def
1.538 + } ifelse
1.539 +}{
1.540 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
1.541 +} ifelse
1.542 +1.000 UP
1.543 +1.000 UL
1.544 +LTb
1.545 +1.000 UL
1.546 +LT0
1.547 +LTb
1.548 +%%%%BeginImage
1.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
1.550 +InterpretLevel1 {
1.551 + %% Construct a box instead of image
1.552 + LTb
1.553 + 876 4852 M
1.554 + 5292 0 V
1.555 + 0 -4429 V
1.556 + -5292 0 V
1.557 + 876 4852 L
1.558 + 40 -110 R
1.559 + (PS level 2 image) Lshow
1.560 + % Read data but ignore it
1.561 + /imagebuf 14376 string def
1.562 + currentfile imagebuf readstring
1.563 +} {
1.564 +gsave
1.565 +876 4852 translate
1.566 +5292 -4429 scale
1.567 +%%%%BeginPalette
1.568 +[ /Indexed
1.569 + /DeviceRGB 63
1.570 + <
1.571 + 000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
1.572 + 202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
1.573 + 414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
1.574 + 616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
1.575 + 828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
1.576 + a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
1.577 + c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
1.578 + e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
1.579 + >
1.580 +] setcolorspace
1.581 +%%%%EndPalette
1.582 +<<
1.583 + /ImageType 1
1.584 + /Width 135
1.585 + /Height 113
1.586 + /BitsPerComponent 8
1.587 + /ImageMatrix [ 135 0 0 113 0 0 ]
1.588 + /Decode [ 0 255 ]
1.589 + /DataSource currentfile /ASCII85Decode filter
1.590 + /MultipleDataSources false
1.591 + /Interpolate false
1.592 +>>
1.593 +image
1.594 +} ifelse
1.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
1.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
1.597 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
1.598 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
1.599 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
1.600 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
1.601 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzz!<<*"zzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzz!!!$#
1.602 +zzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzz!!`K(zzzzzzzz
1.603 +zzzz!!!$"zzzzzzzzzzzzz!!"W(zzzzz!!!!)#RCD1zzzzzzzzzzzz!<<*"zzzzzzzzzzzzz!%ol(z
1.604 +zzzz!!!<2#QOi)zzzzzzzzzzzzzzzzzzzzzzzzzz/hR,)zzzzz#m^eB#RCD1zzzzzz!!WW3"98E%zz
1.605 +zzzzzzzzzzzzzzz!!!!O/cYkP!<<*"zzz!!!!+#m^eB#RUP3!!!!(#RLb@zzzz"pP56!s/K)zz!!*'
1.606 +"zzzzzzzzzzzzzz!!"W(!!!$#!WW3#!<N6$zz!"'&?#m^bA$4@1J#R1M?#m^_>zzz!!!!'"pP55!Wi
1.607 +E)!WW3#z!<<*"zzzzzzzzzzzzzz!%ol(!!!'$!<<-%!s/T/"98E%!!!!+$47+H#m^eF%1<CC"9Sf4"
1.608 +U>8;#64`(zz!!``6"U,#2!WrK*!WW3#!!**$zzzzzzzzzzzzzzz/hR,(!!!$#!<<-%!s8`2"pb2/!"
1.609 +0/@$4."F$471O%1ECA"9JQ)"UGA=#64`(zz#6tJ<"U"o/!s8T+!WW6%!<E0#zzzzzzzzzzzzzz!!!!
1.610 +O/cYkOz!!!$$"9o):#RLhG$OR4J$47.K$OR=O#mUS6!<<-'"pbG<"pP&-!!!3-!!!6/#R:P;"9\i0!
1.611 +s8T+!<E3%zzzzzzzzzzzzzzz!!"W(zz!!*-("U>8>$47.K$OR4K$O[@N$k*OM#6P&/!s/Z3#R:S="p
1.612 +P89"pP89#6tM?#R:P;"U"r1!s/N*!<E0#zzzzzzzzzzzzzzz!%ol(zz!<N?,"pYA=$47.K$O[@N$Od
1.613 +FS&.K'S#R(>9"pkSA#RCY>"pP89"pP8:#7(S?"pP89"U,#3!s8T*zzzzzzzzzzzzzzzz/hR,(z!!!!
1.614 +"!<WK0#RC\A#mq%J$k3RT%1Ws`%LrsT$4RCQ$jm:H#mUY="pP89"pYA<#RCY?"pY>9"U,#2!s&B%zz
1.615 +zzzzzzzzzzzzz!!!!O/cYkOz!!!!"!X&Z2#7(SA$4I:N%grmV%MKEb&J#E`%hB*Y$OR4I#R:S>#6kA
1.616 +;#6tJ>#6tJ=#6kA9"U"o/!<<*"zzzzzzzzzzzzzzz!!"W(zz!!!$#!X/`4#6tPA$4I@Q$P3p_$5=$_
1.617 +&.fBa&.]6[$4."F#R:V?#6tJ=#7(S?#6tJ="pP56!s/N(zzzzzzzzzzzzzzzz!%ol(zz!!!$#!s8]1
1.618 +"pYG@$k3US'+tid#R:eN%h]Ec%hK3Z$OR4I#RC\A#RC\A#RC\@#6tG;"U,#1!<E0#zz!<E3%zz!!!!
1.619 +"zzzzzzzzzz/hR,(zz!!!!"!<N<*":#5>$k3[Z&J>`i'+trl',(uj&.]0X$O[:K#mgnE#RC\A#RC\@
1.620 +#6kA9"9S]+zz!<E3%!W`<&zz!!**&zzzzzzzzz!!!!O/cYkOzz!!!!"!<N<*":#)8$k<p`'GM8q'bh
1.621 +>s'bh;n%h9$W$O[:K$4."F#RC\A#R:S="U,#2!W`<%z!!!$#!WiE)!W`<&z!!!!"!WrK.#RCe<zzzz
1.622 +zzzz!!"W(zzzz!<<0&"U##9$4RX^()Rl*(Dmo'().Am%h/sU$OR7K#mgnD#RCY?"pG,4!s8T*!<<*"
1.623 +z!<E3&!s/Q+!W`<&z!<E6'"9\o8$O[CQ&-)\1zzzzzzz!%ol(zzzz!!*-&!sAc5#n%=X(`+#,(`=/,
1.624 +'GD&i%h/mR#mgkD#m^eB#6tG;"9S`-!<E3$z!!!$#!<N<)!s/N)!<E3%!<E3%!sJf5#RLhG$k3XW'b
1.625 +LEGzzzzzzz/hR,(zzzz!!**$!WrT0#n7@U(Ddu-)&F&&&J,E]$k!@J#6tM>#6tJ<"pG,3!WiE(!<<*
1.626 +"z!<E6'!WrN,!WiB'!<E3%!<E6)"ptYE%h0'\&.]0X%LrI=zzzzzz!!!!O/cYkOzzzz!!!$#!WiE-"
1.627 +ptkT&Jl2t'b_)g%13CJ#m^b@#6kD;"pP57"9JW+!<<*"z!!!$#!WiE)!s/N*!W`<&!<E3&!sJo9$Om
1.628 +RV&J>Wd&.T0Z$O[CD&J5QSzzzzz!!"W(zzzzz!!!!"!<E6*"UGJF$kNsZ$k!LN#R:P=#6kA8"9Sc0"
1.629 +9\f/!W`<&zz!<E6'!WrN+!WiE(!<E3%!<NB,#RUtM%hTEf'+toh&.]6\&.K9a%1NaV%1NXN'*&"4zz
1.630 +z!%ol(zzzzz!!!!"!<E6)"UGD?#RLeD#6tG:"U,&5"9S`.!WrK*!WiE(zz!!!!"!<N<(!WiE)!<E3%
1.631 +!<E6'"9o/?%M'-a'GV>s',2#j&J5Na%M03_%LimS$P3^[)?9a;zzz/hR,(zzzzzz!!**%"9o&6"pG/
1.632 +6"p>&2!WiE*!WiB'!<E3%!<<*"zz!!!$#!WiE)!WiB'!<E3%!X&Z2#7M"N&ePlq(D[c$'bh8m&eY`c
1.633 +%hK9`%L`XP'Ftiq(B=F8zz!!!!O/cYkOzzzzzz!<E3&!WrN-!WrK*!WiH*!W`<%zzzzz!!!$#!<N<'
1.634 +!<E3%!<E6("pPDD%M06e()@c)(`4#('bh>p',(um&eYfj&.JpV$47IS%MTHazz!!"W(zzzzzz!!!$#
1.635 +!<E3%!<E6&!!**#!<E3%zzzzzz!!!$#!<E3%!<E3%!WrT2#RV(T',;<#)B0S4)&O/*(DRZ#(D[i&',
1.636 +)#k&J#<Y$4R:R&If3Xzz!%ol(zz!<<*"z!!!$#!<E3$!<E3%!<E3%!<<*"zzzzzzzz!!!!"!<E3%!<
1.637 +E9)"U>>A$kEpa'c@r0)]K_7)&O2,(Ddi'(`4))'bh;n&J,BY$4-k@$k!FLzz/hR,(z!!!$#!<E3$!!
1.638 +!$"!<E9(!WiB'!<E3%!<E3$zzzzzzzzzz!<E3&!X&Z2#mq(N&/5ls)]Kb:*#fh8)&X>0)&X>0)&O2,
1.639 +'bh;o%L`[N#mLS;$jd.Dz!!!!O/cYkOz!!**$!<E3%!WiE*!s8Z.!s/N*!WiE(!<E0#zzzzzzzzz!!
1.640 +!$#!<N?+"pYJC$k3^\'c%],*#oq<*#on;*??.@*#fh9)As>+'bV,h$k3RN"U>DA#m:PBz!!"W(zz!W
1.641 +iE)!WiE*!X&Z0"9Si2"9\i0!W`<&!<E0#zzzzzzzzz!<E3'!sJl8$471O%h]Nl)&aG7*$$%@*$$+C+
1.642 +!)FC*??+=)As>+'+tid$kEp[#6k>:"U554z!%ol(z!!!!#!WrN,!sAc2#6b88"U529"pG,2!W`<&!<
1.643 +E0#zzzzzzzz!<E3%!WrQ."pPA@$P![Z'c%]+*$$(A*ZlLI+<VgN+WqjK*ZQ+;)&O,('+tie$jmXT#6
1.644 +kD<"pFu,z/hR,(z!!!*'"9\l2"pG5<#RC_A#6tM?"pG)2!s/N*!WiB'zzzzzzz!!!!"!<NB-"U52:#
1.645 +RUtM%hKEi)&jS:+!2UJ+<VgO+X/*S+WqjJ*#fe6(D[`"&eGQ`$OI(D#mUY="onW'!!!!O/cYkOz!!<
1.646 +?."pY><#71bG$OR4J$P!UO#mge?"U"u3!s/N*!<<*"!!!!"!<E3%!!!$"!<E0$z!!**$!<E6("U,&6
1.647 +"pYD@%1NjZ',;H,*?cOK+sS9U+sJ3U+sJ0Q+!)C@)]BS2(D[\t&.f?[#mU\@#mU_A#QOi)!!"W(zz#
1.648 +6tMA#n%(K%LijV%gidV%M0-Z$j[+D#6kA:!sA`.!s&H(!<N9'!WiB'!<E3%!<N9'!<E3%!WiE*!s8]
1.649 +3"pbG@$OdFR&JPrq*$-.H,U=QZ,:"KY,9nEW+<M^H*#on8)&O2-(D[Yr&.]0U#m^kF#mptGz!%ol(z
1.650 +z#n%4O%h0$^%hB0_&eGWd&J5Na$O[:K#71Y@"U+u2"Tnl0"9\f/!s/N*!<N<(!X&T-!WrQ-"9\i1#6
1.651 +tPB$4RCR%hTHf()S,9,:+Za-71)e,paf],9\3Q*Zc:?)AsD1(`4&)'GD&i%L`aQ#mgqG$47+Iz/hR,
1.652 +(z!!!K=&.fKe'GhAo&J>]l()%Dp&eYff%LigT$k!CI#RCV?"pY;9#6b87"9\f/"9\l3"9eu5"U529"
1.653 +U#&8#RUtN%hTEh'c.f2-RL2e-71,h-mpAh,pXZX+<DRD*#fe6)&O5/(`=)''+kff%L`^P#mq"H$47+
1.654 +?!!!!O/cYkOz!!!`I'c@c)*#BG/(`=52)&O,'',))p&eGQa$k3OP$jd=J$Od=K#6tJ>"pYA;#R:S=#
1.655 +m^hC#RUhB$4.%G%h9*]'c@o3+sJHc.k</$.Olkq-mp>g,9\0O*?6%<)AsD1)&X;0)&F#%&ePW`$k!C
1.656 +L$47+I$O[=B!!"W(zz'bqQ()&s_A+!;[K+<2:<)]fn;)&O2.',2,m&ebii%ho]l&IJpU$47+I#n%"J
1.657 +$k3[W$4RIS$k3US$P*pa'GD9")&sbE/1rS10J=t-.Olkr-m^)\+!)FB)B'M4)&X;0)&X;.(DIPq&.T
1.658 +-X$jm:I$OR4J$4Hn7!%ol(z!!!!8)B0Y>,:4W\,pjuc,9S6S,p4ER*?QOH*$-7@*$6+@+WMR?(D7Ak
1.659 +%M00c%hB9f'G_Dp'GD&g'GD&p'cRr+)]BV;+t"lp0ekC:/hJV(.OcYh+s7pH*#fh8)B'M4)B'J2)&F
1.660 +&''+tid%Ls$]%1NXO$47+H$NL/,/hR,(z!!!uY*$?IP-7:/g.46Dl.P!,,.PN\,-nHkt/2&b10Jb43
1.661 +0IeCo,T@aD)B9S7)&jG2*Z>n6(`4#,*#]e8*??+B,paif/1rY41G^gA/hAIr+WhgJ*#fh9)B'M4)B0
1.662 +S5)&X;/()7Jq&J#?\$k3aT$jd7J$47(I!!!!O/cYkOz!$E1"+<i'Y-n-Vp/1rS11Gq0P4$5A_2E3KM
1.663 +2)mNR2`3EH0.\M!,pFKT+<hmI+<_mP*uuIE*?Q@H+<VgO+XJE\-nR&*1G^jE2)?p:,U"3M*#]_5)As
1.664 +D2)B'M5)]K\6(`*u('GD)j%LrpV$OR7M$47+H#mgqG!!"W(zz*Zc=B+!`3^-7CK#/h/V51cdZ\4[)"
1.665 +k4?GSa3&ENN1GCC2-RL&_+sS?Y,9nH[,pXc`-70u`,psub-6soa-n$Sr0/57?2)dEO1+X^s*?#e5(`
1.666 ++#,)&X;1)]Kb9)]9J.'bh>p&J5Qb%M&pT$471L$47(G#mq">!%ol(z!!!!A(`=57+<`!T-nHu&/1W8
1.667 +*3]f/Y3&NcW3]AuT1+k74-R^8b+WqmN+XJH],paia-71)g-n-Vp.Ocbn-RU;k.k<5+1c@<R3&`E;-6
1.668 +=*D(D[`$()Rl+)B0V7)]K_7)&O/('+toi&J,Kd&e#3Y$OdIQ$4@.I$4m1;/hR,(z!!!rU'+u0$)B'V
1.669 +A,pXWb0/54=2E!?J2)I'D1,(C9/LDkl+X%sK+!)RK,:"T^,pjoc-71&g.4Qeq-RL/d-7:,h.P3;/2)
1.670 +@-L0.8(f(Ddf"'GM<!)&aD4)]Th;*#fe5(D[`"'GV8r'G:uf%M9<_$k3[U$k!IO%LrIk/cYkOz!#$"
1.671 +Z&eYfi&KW#9*Z,h=/LW/.3&NQL0eP%//hS\',9\-N*$$";*??:G+sJ6S,Tn<T+WqpR+sA3W+s\EZ,9
1.672 +nQd.3g)b-7C2e+W_@3',)&p'c%]+)]Th;*#on:)AsA.(Ddo*)]T\3'c%Gt'G(``&.fB`&.T0[&caO:
1.673 +zz%hB'X%1EXW'GhW))&*f*+<W3d.P*5+-RL5h.NorY*#TV4()Rf*)&sS7)]BY4)B0Y7)]Kk?*?#n=+
1.674 +<hgK*[W*W+sA$M*Z?%<'GD,m',23")B9_:*$$%>*#fh9)]K\8*?6%?*ZZ1:)B0P.'+u#p().Dn&J5T
1.675 +h&M>[9z!!!!*#mgkC#Rh+N%1a!W%M9?h&ec<,*@)dM*$$%B'GM9!&eYrl'+bWd%hfTl()%;m',D?#(
1.676 +).Q"'c%T$)&aD5+!)XK*ZH%;'c%Mu',)#n'c%Z,*?H7C*ZZ7A*?H:C+!2UJ+<V^H*ZZ:A)]KV1(E")
1.677 +.)&=#('G;)m/hR,(z!!!0+"pP8;#7(VB#6k>:#R_"I$PO*_&IoK`&J>Qd$OdCO#n7+E$4$qF$k<aY%
1.678 +L`dU&.]?_&.fEe&ePch&f2>s'cIu0(Dmo$&ebol',),u)B9b=*ZlIF*ZcCH+<i!R+X&!P+<_jL*ZQ+
1.679 +;)]BS3(`=20(`4,-'bh?7/cYkOz!!<<+"U5,6"U5,6"U,)6#6b;9"pbG@#RLbC#6kA:"9ei2"9JZ."
1.680 +U,/:#7(SD$47%F#RC_G$k3^W%1N^T%M90^'bhDs'G;#k',)#n'c.]**$-1D+<_jO+sJ6V,9e<T+Wqm
1.681 +M+<V[C(`F82)&O/.)AsD1)&X8,'EBa<zz!s8Z0"U"r2"9\f/"9Sc/!sA`0"pP56"Tni/!WiB'!W`<&
1.682 +!<E6'!s8Z0"pG8:"pG28#6kJ@#mptF#mgqG$k!LS%h9*^&J>cl'bqH!(E4>7+<_pQ,UF`_,U=TZ+sJ
1.683 +-O*Zc=@(`4#('c@l,(`4)-)&X8.(`4&'!%ol(z!!!!#!sA`0!s8W-!s8W-"9\f/!WrN.!WiH*!W`<&
1.684 +!<E3%!<E0$!!**$!WiH+"9Sc/"9\i2"9o&5#6tG<"pbMA#n7:O%M'-a',MH$(Ddo+*$$(F,:+]b-mp
1.685 +;d,9e6P*Zc7?*#f_1'c%W()&=#+(Dmu'(Ddl*)&3,O/hR,(z!!!'%!s8W-!s8W-!s/Q,!s8T,!s8T+
1.686 +!WiE(!<E3%!<E0#z!!**$!<N<(!WiH+!s8W-"9\f0"U,)7#7(SC%1EXU&/5ip*#on9)&X>8,pt)i.4
1.687 +Qbo-7'l\*Zc=@)]BV4(D[`#(Dn&.(`4&*(Ddi$()@`%('"=e/cYkOz!!33(!s8W-!sAc2"9S`.!s8W
1.688 +-!WiB(!W`<&!<E3%!<E3$!!!!"!<E3%!<N<(!WiE)!WiE)!s8Z/"9o&9#7(bJ$k*a^)&aG5)]K\7*$
1.689 +$.J.P!#!.k2tp,pONR*#fh8)&X5,'bhH%)&aA0(`4),(Dmr()AX%f!!"W(zz!<N?*"9eo2"9eu5"pP
1.690 +26"9\i/!WiE*!s/N*!WrN+!WiB'!<E3%!<E3%!WiE)!WiE)!WiE*!s8Z0"pYA=#S%:Q()Rl+)B'P6*
1.691 +#oq>,UY#l/1W8&.OZYj,9S!H)]BS2(D[`#()Ii+)&F)+(`4),(`4&)'G:BG!%ol(z!!!!#!WrQ/"U,
1.692 +&6"U,&5"pG/7"pP89"9er4"U+u2"U5,6"9\f/!s8W,!WrK*!WrN,!s/Q+!s8W."U,)8$4@1K%M0<m)
1.693 +&O2.*??.C+<VmX.4Qo#/1`>$-m^)]+<2==)&X8.(DRZ!'c%W'(D[c&(`=/,(_m\s&c_n3/hR,(z!!!
1.694 +'&!sAf4"pYA;"pP59#RCY?#7(SA#6tJ=#6tD:#7(S>#7(M<"9\l2"9Sc/!sA]/!s8W."U##5#RLhJ%
1.695 +M'6d(E4;0)B0Y=+=8B[,Uk2n/1`A)/1`8!-6jWT*ZH"9)&a>0(D[f&()@W!'GVE$(Ddl'',(rX!!!!
1.696 +O/cYkOz!!!*)"U52:#RL_A#m^eB#RC\A#mgqG$4.%H$4@+J$4@1K$OI+H#7(M<"U,#3"U,)6#R(G<#
1.697 +RC\C%Ls-d'bqE&)]BS8*Zl[T.4HYn.4Zr$/M8Y-/1N(q,pOTT*?Q=@)]9P3)&F&(().Dq',22u()@S
1.698 +s&J>'D!!"W(zz!sAc3#6tJ>#R:V@#7(SB#mq"H$O[=M$O[@P%1WjX%hT<`&Io<Z%1*@K#mpnC#mptH
1.699 +$4@7L$4m^[&JZ*!'c%c0*$$4J,Ub)l.kE2$/1iJ,/hS_+.k)kn,pX]\,9S$K*$#q6()@Z#'+tok',2
1.700 +/r'b_2lz!%ol(zz"9eu8#m^eC#m^bA#mgtI$k!IP$k*RS%Ls!\&.oKf'G_H"().Js'+bZa%hK0[%h8
1.701 +sU%1WjW'+u&q(`+#+)BBtD+=/?_.4Qi!/M/S-/M8\//hS\).4HYm-RU;i,U=Z^+rhL;()I]!&eYfk'
1.702 +bqGt'G:uXz/hR,(z!!!!%"pYD>#m^hE#mgqG$O[@P%LijV%1WmZ&J5Zi'GM8s(Dmu*(Dmr''GM2n'+
1.703 +tlg&.]9_&.oNh'c%W))&aJ9,9e9T,q(5n.kE8(0/,%30/"q1/M8V*.Olnt.k<,$-n-Pk,p4$B)&O,'
1.704 +'GM8s()7Mr&J+pB!!!!O/cYkOz!!!0+#7(VB#mgqF$O[=O%1NdW%h9*\%hK?d'c%Q#()@]&(`4)-)&
1.705 +O/+'c%Jt'GD)l'+trl'GVE$)]Kb9*??:J+X/-[.k)qt/1iJ-0J>%2/hSb./hJV*/1iG,/M/P*/1N"n
1.706 ++s7gD)&F)*()@Z$().Dp%fcS0!!"W(zz!!!3.#RLhF$474O$k3aY'+b`f%hK<c'GVB")&F)+(Ddo*(
1.707 +`4,.(`4&*()7Q!'GM5q'GV>u(`=52*$$%@+!VsR,:b;p.4H_s/1iG,/hS_-/M8Y./h\h10JG15/hS_
1.708 +,/1Dhh,U=QS)]9M1(Ddl''bqD_z!%ol(zz!!WZ6#n%+K%1`s^&JZ#s'G_H")&X5/)B0\;*?#n;)&X;
1.709 +/(`+#*(D[c%'bqGu'bqK"(Dn#.)B9\:*??7H,U4T_/M/D$.P!##/M/P+/M/J(/h\k30eb=:0JG160.
1.710 +e_*.4HVj-6aNO)]K\4()I`%('"=7z/hR,(zz!!W]8%LijW',2<#*?-1A*#ot@+W_sS+XA<W+!;^M)B
1.711 +'M2()@Z!'GD/p'bqH!(E"#,)B9\8+!2RG+<r3],q1;r/M&G'.k</&/1W5$.k<2(0ekC<1,C[?0ek@9
1.712 +0.eb*-mg8h-6XBM*?H.9(`F4kz!!!!O/cYkOzz#71hL'+bfq*$?=N/1i(l,U4N]-n?i#/Li1u,pXZV
1.713 +)]BP.'GM/m&eYil'c.Z')]BY9*??4E+sS<Y-S$Yq0/"q0/M&D&.P!#".Olnt/2&b71G^jF1G^gC0ek
1.714 +=7/M&D#-71,g,U"3N+<2:=(`35Qz!!"W(zz!!!!(%1s3k(E+MC-712n/M&G&-mpAk.kE5&/Lr:u,U"
1.715 +3I)Aj2&&ePZe&J>`m(`4/2*ZuXK+s\H_-n-\t/hJ\00J>%1/1W2"/1E"t.k3#$0JbOD2)[<K1c$pA0
1.716 +.e\*.k2no-71,c+WhaI*uu.9)?9a;z!%ol(zz!!!?<'c.c/-7C>m.Olu%0J>"..4HYo.4?Mo.4?Me*
1.717 +ZQ+9().An&.]<a&ec&u)B9_=,:"T_-R^Do/1iJ-0/,+70/"n-.Ocbq.4H_t.kE>/1Gq'K2Dm?I0ek7
1.718 +2-mpDj-71&d-RU/`+sS3S,8M'qzz/hR,(zz#7V7^)^$FR-n6Pm-n?i"/h8:r,UFZ\,9S'R+s.^A(`*
1.719 +r$&/#Ka%M'*`',MN)*ZlON-71,i.kE5(/h\n40JP:8/h8D#.4?\r.k<5(/ho+;2)I-E0eP"-.O6>c-
1.720 +71#a,paib,U=W[+<qjA(*ik[z!!!!O/cYkOz!!!!*%hoj$+X/3X,p+?R-mg&W)&O,*()Ir/()%8r'+
1.721 +bWg&/5]e%h9'Y$kEj]'c@o0+<i*Y-R^Am/1`A)/h\k20eb11.Olkr.P!&$/M8Y00etRA/het0.jHAe
1.722 ++!2OH+X&'S,9\-Q,9nBU+rM1@-ia5Iz!!"W(zz!!!B7'c@o2+s7sJ()\#-)&3eu&eYch&.]?`%1EaW
1.723 +$OR=O$k*LN$OR7L%1Wp]',MT-+=&3[-7:2l.k)nu/1`>(/hJS(.Olnu/1iG*.kE8(0.ee+/h81q)]T
1.724 +k:)]BY9*?H4B*??7E+<DOB(`+,>zz!%ol(zz!"BAO(_ml-()@Vt(DRMq&J>`j'GM,j%1N^R$47+H#m
1.725 +gqF$47+I$47.L%1Wp]'GqZ,+Wr$S,U=cc,UFcc.4Hbt/1W5%/1`>'/M&G$.Olu",U=WZ+Wh[?)&F)+
1.726 +(`=/2)AjD4+<D@9)AsA*(*Ft)zz/hR,(zz%Ls'b((q>n&J5Nc&/#Qh)&3l$)&aA+&e><U#mpqD/hSb
1.727 +//hSb/$O[@P%1a!_'bqQ**$64D+!;dP,9nN_-RpVu/1`>'/1`A)-RU8h-Rg5Y+!2@;)\s5+()I]!'G
1.728 +_As',;5r'bqDs'b_&j*rl9@z!!!!O/cYkOz!!!!-$kX!^%1`pZ%hB6c(`FG=*?ugT-6O9E'+>3S#mr
1.729 +9k#mgqG$OdFr/e&7"%hK<d'c%T')]Kb;*[)^O+seTa-n6`!/1W5%/M/Cp+X89U+;l%:)&*f$'GV>t'
1.730 +GD&l&eGQ`%M'']&J>cm%1j3kzz!!"W(zz!"KAI&If*U$kO'e'HA&8,pt&^+sn]c,9.L6&e#-T/d_mk
1.731 +$4@7O%h:3%&.]<_&el&q'c%W))]Kb<+<i$T,UOog.P!)%.k3"t-m'NR)&j>.'c.`%'G_Du'c%Pu'b_
1.732 +8p&J#<Z$OdFP%MT6Z'-.&Qzz!%ol(zz%LW^X$k!FP)]Kh@,9nN_,pjui.juen,8_+0'atI&$OR4K%1
1.733 +Ne"/eAR+&eYfl'bqH!(E")0*$-1G,UFca-R^Al.46So.3]iU()Ii$'G;)p'GM5s()Ri((`=,,(Ddf!
1.734 +%h9'X%1<RQ%1F$d)&WDSzz/hR,(z!!"VX#mgnG$P!jj+XA<Y,q(5j-S?r$.jlYi+Vtk/&2"=u$O[=O
1.735 +%M'+'&J>]i'GM8s'c%T')]Ke=+<`!V,pjrc-mp>`*[)[M(D[Pn&eY]c&eP`i'c%T')]Tb7)&jG3)&O
1.736 +)%&eGK\$4."F$4md]&HDe2z!!!!O/cYkOz/dX-8"pk_J&fMi8,UOld.4Qbr,pt,i-7C/`)&O,A/di$
1.737 +p$O[CQ%M01(&J>`k'bqH!(Dn&0*$-1E+sJ9Y,U=T\,Tn$D(DdVo%h0'^%h9*]&J>cp*$#t=*ZcFF*Z
1.738 +lFD*?,e0&e>EW"ptS?#7Ck=zz!!"W(z!!!!O$n_bh#7D%P(a("J-7:,f-R^Dm.Olkr,p=<L)&<f:/d
1.739 +r*p$4@:P%M'+'/eSg4'c%T%)&X>3*?QCH+X/-R+W_aI*>]D&&If0Y%M'!X%hB3b'Gql4*?H:F+<_jM
1.740 ++<M[G)]BJ+&J#6U#Qt87"pt>1zz!%ol(z!!!!O#mgeA$k3gg+<_pR-6soa-6sf_,pXWT)]B\4&IpE'
1.741 +$jm=K$4@7O%Lrs\/eSa/'G_E"()[r/*?Q=D+<M[G)]BP+',2#f%1N^V%LimY&J5g"*ZlII+<_jM+!)
1.742 +IE*ZZ4?)As8(&.JsP!s\u7%fcS0zz/hR,(zz$OR1K&eu6+*[;pT,U4KV*#]\1'b_/n'+kle$SDel#R
1.743 +:V@#7:eF$k*RU/eAO*&/#Zk()@c*)]Tb9)&aD2(DIDj%hK6]%M''Z&.fBf'c\59+<VaI*$$%?)]Tb8
1.744 +)]BP3(`3u#%13CF"pG,0zz!!!!O/cYkOz!!!!-$O[=Q)BKtE+s\?V+s7mD'bh8m&.T0[%1EOq#7(J;
1.745 +"U"u4#7(SA$471o%1WjX%hKBg'c%Q$(`4#''GV5o&.f<\%M''\%hB0_&JH!")]]tB*uu:?)&F,((_m
1.746 +f%(_m`$(DRPm$O?q?"98E%zz!!"W(zz!!!!-$kO$f*[2^L,U+HU(`F2,'b_,h/hSb//hR>4"p>&3!s
1.747 +A`0"9er6#RE$i#Rh+M$kEm]&ekum'+kff%hB0\%M'']&J5Wg&J5Wg(Dn&1*$-+>)Aj5*'G;&m'G;&k
1.748 +',VN((D@Dh#6tJ;zzz!%ol(zz!!!!/&JH$#*?$+I+WVF8'b_8p()&;4%Lrq##6kA9"9S`.!s8W-"9e
1.749 +r5"pQ[b$4/<l$SDo"%hK3\%1WmX%1WmZ&/#Wj&f)2q',;5u(`4/.)]9J.'GM,j%M'$[&.oHf*#fb3'
1.750 ++bNW#R:>0zzz/hR,(zz!!!QA&el6#,UFZY)A3\p&.fEc/hReL&.AmO"pP86"9S],!WrN,"9\i2"pQ\
1.751 +4/hSb//hRJ>$k*OQ%1E[U%M'0c(Ddo*(`*r(()@]%(`!i&().>k%LiaR%1a'b',)6#((q8q&ISmL"o
1.752 +nW'zz!!!!O/cYkOzz!!!WG(E=G@,p=0@&Io<]&J5Tg/eJ[)$OR1G#R:J8!WiE)!WrN,!sA`1"U-L`#
1.753 +7)pg/dVjl$OdIS%Ls!]&el#t)&X8.(`4&)()7Q!',(rg%h/mR#mq+O%h90`(D.Gp%1j*\$O-_6zzz!
1.754 +!"W(zzz!#$"a*$ZdV+rh@0%LrsW%h0"$/e&3s$4."E"U"o0!WiE)!WrN,"9\i2"U52:#7(S@/dVmn$
1.755 +kEm[&/#]n(Dn#.)&X8.(D[`!&J5Q`%h/mS#m^eD#mphD#7V(O$OmFN%Li^L"p=o+zzz!%ol(zzz!#?
1.756 +V",UOZV(_@/e$k3ON$48Bk$4-tD#6tD8!s8T+!WiE)!s8W-"9\i2"pP8:#7(Sf#n%1P%hK?e'c.Z&(
1.757 +`4,-(`!l&'GD#i%1E[Q#RCV="pY;6!s8Z0#71_C#Rq.M%13:Azzzz/hR,(zzz!$*1.,U+'=%h9*[%1
1.758 +3=E/d;L`"U,)6"9S`.!s/N*!WiE)!WrN-"9\i2"U5/8#7(Sf$k<aX&/#Wj()Ic'()@Su'bh2j&.AmQ
1.759 +#RL\="9S`/!s8W-!sA`0"9o,9#7(V@"p>#.zzz!!!!O/cYkOzzz!$EI2*Z#@t%LrsY$jJ=:"9\i0!s
1.760 +8W-!WrN+!<E3%!WiE)!WrN,">0f\"U-L`#;->k$P!^[&ebom()7Pu'bh8n%LrmU#R:V>"U,#2!!!!$
1.761 +"9o#4"9\f0"9eo4"pP57!s8N'zzz!!"W(zzzz+<r*R((Ui`%LijU$O89e!s/N*!<N<'!<E3%!<E3%!
1.762 +<N9'!WiEU""l2Y/hSb/#7(VD%1Wp]&ebol&eYch%h9'Z#mUV<"Tni/!s8N'z!!NH,!s8W,!s8]0"U"
1.763 +o0zzzz!%ol(zzzz!$<9r$k*OR$k*LM#VH8`!s8T+!W`<&zz!<E3%!<N<T">0cY!s:.[#RCbE$k<dZ&
1.764 +J#Ea%M'$W$OR(A"U,#2!s8N'zz"9S],!WiE)!WrN,!s/N(zzzz/hR,(zzzz!$;j`$OdFO$4$k@"YKo
1.765 +\"9S`-zzz!!!!"!<N9S/cl(U!s8Z0"U>A@$k*US$k3XR$jd4F#R(A8"9\f,zzz!s/N*!WiE)!WiH*!
1.766 +WW3#zzz!!!!O/cYkOzzzz!#Z:T$47(E"pYA:/d2@\!WW3#zzzz!%ol)!<E3&!WiH+"9eu8#RLeE#RU
1.767 +kC#6b87"U"r2zzz!!!!#!WiE)!WiE)!WiB&zzzz!!"W(zzzzz&e#*Q#R:S="pG,4/cu1V!!*'"zzz!
1.768 +!!!O/cYkO!!**$!<N<)"9eo5#6tJ>"pYA:zzzzzz!WiE)!WiE)!W`9$zzzz!%ol(zzzzz!!!6."U"u
1.769 +3"9ScZ!W`<&zzzz!!!!O!!!!O/hSb/!<E6'!X&W0"U,#2"TSN&zzzzz!!!!#!WiB'!WiE)zzzzz/hR
1.770 +,(zzzzz!!!3+!s8T*!<E6S!<E3$zzzz!!!!O/hR,(!!!!O!!**#!<N<)!s8W*zzzzzz!!!!#!W`<'!
1.771 +Wi?%zzzz!!!!O/cYkOzzzzz!!NK,!<E0$!<<-Qz!!!!O/hSb//hSaV!!"W(/c[L(/c[LV/hR,(!<<*
1.772 +#zzzzzzzz!!!!"!<E3&!WW3#zzzz!!"W(zzzzzz"p4o-!!!!"!!!!Oz/hR,(z!!"W(/cYkO/c[L(/c
1.773 +YkOzzzzzzzzzz!!!$#!<E6%zzzzz!%ol(zzzzz!!!!O!<E0#z!!"VO!!"VOzz!!"VOzzzzzzzzzzzz
1.774 +zzzzzzzz/hR,(zzzzz!%n:)zz!!"VO/cYkOzzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//
1.775 +hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb
1.776 +//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
1.777 +InterpretLevel1 not {
1.778 + grestore
1.779 +} if
1.780 +grestore
1.781 +%%%%EndImage
1.782 +1.000 UL
1.783 +LTb
1.784 +1.000 UP
1.785 +1.000 UL
1.786 +LTb
1.787 +stroke
1.788 +grestore
1.789 +end
1.790 +showpage
1.791 +%%Trailer
1.792 +%%DocumentFonts: Helvetica
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/singlegene_example_1334_Ets1_post_lat_vis_jet.eps Sun Apr 19 14:19:52 2009 -0700
2.3 @@ -0,0 +1,783 @@
2.4 +%!PS-Adobe-2.0 EPSF-2.0
2.5 +%%Title: singlegene_example_1334_Ets1_post_lat_vis_jet.eps
2.6 +%%Creator: gnuplot 4.2 patchlevel 2
2.7 +%%CreationDate: Sun Apr 19 14:08:42 2009
2.8 +%%DocumentFonts: (atend)
2.9 +%%BoundingBox: 50 50 410 302
2.10 +%%EndComments
2.11 +%%BeginProlog
2.12 +/gnudict 256 dict def
2.13 +gnudict begin
2.14 +%
2.15 +% The following 6 true/false flags may be edited by hand if required
2.16 +% The unit line width may also be changed
2.17 +%
2.18 +/Color true def
2.19 +/Blacktext false def
2.20 +/Solid true def
2.21 +/Dashlength 1 def
2.22 +/Landscape false def
2.23 +/Level1 false def
2.24 +/Rounded false def
2.25 +/TransparentPatterns false def
2.26 +/gnulinewidth 5.000 def
2.27 +/userlinewidth gnulinewidth def
2.28 +%
2.29 +/vshift -46 def
2.30 +/dl1 {
2.31 + 10.0 Dashlength mul mul
2.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
2.33 +} def
2.34 +/dl2 {
2.35 + 10.0 Dashlength mul mul
2.36 + Rounded { currentlinewidth 0.75 mul add } if
2.37 +} def
2.38 +/hpt_ 31.5 def
2.39 +/vpt_ 31.5 def
2.40 +/hpt hpt_ def
2.41 +/vpt vpt_ def
2.42 +Level1 {} {
2.43 +/SDict 10 dict def
2.44 +systemdict /pdfmark known not {
2.45 + userdict /pdfmark systemdict /cleartomark get put
2.46 +} if
2.47 +SDict begin [
2.48 + /Title (singlegene_example_1334_Ets1_post_lat_vis_jet.eps)
2.49 + /Subject (gnuplot plot)
2.50 + /Creator (gnuplot 4.2 patchlevel 2 )
2.51 + /Author (Bayle Shanks,,,)
2.52 +% /Producer (gnuplot)
2.53 +% /Keywords ()
2.54 + /CreationDate (Sun Apr 19 14:08:42 2009)
2.55 + /DOCINFO pdfmark
2.56 +end
2.57 +} ifelse
2.58 +%
2.59 +% Gnuplot Prolog Version 4.2 (August 2006)
2.60 +%
2.61 +/M {moveto} bind def
2.62 +/L {lineto} bind def
2.63 +/R {rmoveto} bind def
2.64 +/V {rlineto} bind def
2.65 +/N {newpath moveto} bind def
2.66 +/Z {closepath} bind def
2.67 +/C {setrgbcolor} bind def
2.68 +/f {rlineto fill} bind def
2.69 +/vpt2 vpt 2 mul def
2.70 +/hpt2 hpt 2 mul def
2.71 +/Lshow {currentpoint stroke M 0 vshift R
2.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
2.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
2.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
2.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
2.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
2.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
2.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
2.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
2.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
2.81 +/BL {stroke userlinewidth 2 mul setlinewidth
2.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
2.83 +/AL {stroke userlinewidth 2 div setlinewidth
2.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
2.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
2.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
2.87 +/PL {stroke userlinewidth setlinewidth
2.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
2.89 +% Default Line colors
2.90 +/LCw {1 1 1} def
2.91 +/LCb {0 0 0} def
2.92 +/LCa {0 0 0} def
2.93 +/LC0 {1 0 0} def
2.94 +/LC1 {0 1 0} def
2.95 +/LC2 {0 0 1} def
2.96 +/LC3 {1 0 1} def
2.97 +/LC4 {0 1 1} def
2.98 +/LC5 {1 1 0} def
2.99 +/LC6 {0 0 0} def
2.100 +/LC7 {1 0.3 0} def
2.101 +/LC8 {0.5 0.5 0.5} def
2.102 +% Default Line Types
2.103 +/LTw {PL [] 1 setgray} def
2.104 +/LTb {BL [] LCb DL} def
2.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
2.106 +/LT0 {PL [] LC0 DL} def
2.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
2.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
2.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
2.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
2.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
2.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
2.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
2.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
2.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
2.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
2.117 + hpt neg vpt neg V hpt vpt neg V
2.118 + hpt vpt V hpt neg vpt V closepath stroke
2.119 + Pnt} def
2.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
2.121 + currentpoint stroke M
2.122 + hpt neg vpt neg R hpt2 0 V stroke
2.123 + } def
2.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
2.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
2.126 + hpt2 neg 0 V closepath stroke
2.127 + Pnt} def
2.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
2.129 + hpt2 vpt2 neg V currentpoint stroke M
2.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
2.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
2.132 + hpt neg vpt -1.62 mul V
2.133 + hpt 2 mul 0 V
2.134 + hpt neg vpt 1.62 mul V closepath stroke
2.135 + Pnt} def
2.136 +/Star {2 copy Pls Crs} def
2.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
2.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
2.139 + hpt2 neg 0 V closepath fill} def
2.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
2.141 + hpt neg vpt -1.62 mul V
2.142 + hpt 2 mul 0 V
2.143 + hpt neg vpt 1.62 mul V closepath fill} def
2.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
2.145 + hpt neg vpt 1.62 mul V
2.146 + hpt 2 mul 0 V
2.147 + hpt neg vpt -1.62 mul V closepath stroke
2.148 + Pnt} def
2.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
2.150 + hpt neg vpt 1.62 mul V
2.151 + hpt 2 mul 0 V
2.152 + hpt neg vpt -1.62 mul V closepath fill} def
2.153 +/DiaF {stroke [] 0 setdash vpt add M
2.154 + hpt neg vpt neg V hpt vpt neg V
2.155 + hpt vpt V hpt neg vpt V closepath fill} def
2.156 +/Pent {stroke [] 0 setdash 2 copy gsave
2.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
2.158 + closepath stroke grestore Pnt} def
2.159 +/PentF {stroke [] 0 setdash gsave
2.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
2.161 + closepath fill grestore} def
2.162 +/Circle {stroke [] 0 setdash 2 copy
2.163 + hpt 0 360 arc stroke Pnt} def
2.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
2.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
2.166 +/C1 {BL [] 0 setdash 2 copy moveto
2.167 + 2 copy vpt 0 90 arc closepath fill
2.168 + vpt 0 360 arc closepath} bind def
2.169 +/C2 {BL [] 0 setdash 2 copy moveto
2.170 + 2 copy vpt 90 180 arc closepath fill
2.171 + vpt 0 360 arc closepath} bind def
2.172 +/C3 {BL [] 0 setdash 2 copy moveto
2.173 + 2 copy vpt 0 180 arc closepath fill
2.174 + vpt 0 360 arc closepath} bind def
2.175 +/C4 {BL [] 0 setdash 2 copy moveto
2.176 + 2 copy vpt 180 270 arc closepath fill
2.177 + vpt 0 360 arc closepath} bind def
2.178 +/C5 {BL [] 0 setdash 2 copy moveto
2.179 + 2 copy vpt 0 90 arc
2.180 + 2 copy moveto
2.181 + 2 copy vpt 180 270 arc closepath fill
2.182 + vpt 0 360 arc} bind def
2.183 +/C6 {BL [] 0 setdash 2 copy moveto
2.184 + 2 copy vpt 90 270 arc closepath fill
2.185 + vpt 0 360 arc closepath} bind def
2.186 +/C7 {BL [] 0 setdash 2 copy moveto
2.187 + 2 copy vpt 0 270 arc closepath fill
2.188 + vpt 0 360 arc closepath} bind def
2.189 +/C8 {BL [] 0 setdash 2 copy moveto
2.190 + 2 copy vpt 270 360 arc closepath fill
2.191 + vpt 0 360 arc closepath} bind def
2.192 +/C9 {BL [] 0 setdash 2 copy moveto
2.193 + 2 copy vpt 270 450 arc closepath fill
2.194 + vpt 0 360 arc closepath} bind def
2.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
2.196 + 2 copy moveto
2.197 + 2 copy vpt 90 180 arc closepath fill
2.198 + vpt 0 360 arc closepath} bind def
2.199 +/C11 {BL [] 0 setdash 2 copy moveto
2.200 + 2 copy vpt 0 180 arc closepath fill
2.201 + 2 copy moveto
2.202 + 2 copy vpt 270 360 arc closepath fill
2.203 + vpt 0 360 arc closepath} bind def
2.204 +/C12 {BL [] 0 setdash 2 copy moveto
2.205 + 2 copy vpt 180 360 arc closepath fill
2.206 + vpt 0 360 arc closepath} bind def
2.207 +/C13 {BL [] 0 setdash 2 copy moveto
2.208 + 2 copy vpt 0 90 arc closepath fill
2.209 + 2 copy moveto
2.210 + 2 copy vpt 180 360 arc closepath fill
2.211 + vpt 0 360 arc closepath} bind def
2.212 +/C14 {BL [] 0 setdash 2 copy moveto
2.213 + 2 copy vpt 90 360 arc closepath fill
2.214 + vpt 0 360 arc} bind def
2.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
2.216 + vpt 0 360 arc closepath} bind def
2.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
2.218 + neg 0 rlineto closepath} bind def
2.219 +/Square {dup Rec} bind def
2.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
2.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
2.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
2.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
2.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
2.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
2.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
2.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
2.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
2.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
2.230 + 2 copy vpt Square fill Bsquare} bind def
2.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
2.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
2.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
2.234 + Bsquare} bind def
2.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
2.236 + Bsquare} bind def
2.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
2.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
2.239 + 2 copy vpt Square fill Bsquare} bind def
2.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
2.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
2.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
2.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
2.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
2.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
2.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
2.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
2.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
2.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
2.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
2.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
2.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
2.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
2.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
2.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
2.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
2.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
2.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
2.259 +/DiaE {stroke [] 0 setdash vpt add M
2.260 + hpt neg vpt neg V hpt vpt neg V
2.261 + hpt vpt V hpt neg vpt V closepath stroke} def
2.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
2.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
2.264 + hpt2 neg 0 V closepath stroke} def
2.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
2.266 + hpt neg vpt -1.62 mul V
2.267 + hpt 2 mul 0 V
2.268 + hpt neg vpt 1.62 mul V closepath stroke} def
2.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
2.270 + hpt neg vpt 1.62 mul V
2.271 + hpt 2 mul 0 V
2.272 + hpt neg vpt -1.62 mul V closepath stroke} def
2.273 +/PentE {stroke [] 0 setdash gsave
2.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
2.275 + closepath stroke grestore} def
2.276 +/CircE {stroke [] 0 setdash
2.277 + hpt 0 360 arc stroke} def
2.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
2.279 +/DiaW {stroke [] 0 setdash vpt add M
2.280 + hpt neg vpt neg V hpt vpt neg V
2.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
2.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
2.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
2.284 + hpt2 neg 0 V Opaque stroke} def
2.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
2.286 + hpt neg vpt -1.62 mul V
2.287 + hpt 2 mul 0 V
2.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
2.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
2.290 + hpt neg vpt 1.62 mul V
2.291 + hpt 2 mul 0 V
2.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
2.293 +/PentW {stroke [] 0 setdash gsave
2.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
2.295 + Opaque stroke grestore} def
2.296 +/CircW {stroke [] 0 setdash
2.297 + hpt 0 360 arc Opaque stroke} def
2.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
2.299 +/Density {
2.300 + /Fillden exch def
2.301 + currentrgbcolor
2.302 + /ColB exch def /ColG exch def /ColR exch def
2.303 + /ColR ColR Fillden mul Fillden sub 1 add def
2.304 + /ColG ColG Fillden mul Fillden sub 1 add def
2.305 + /ColB ColB Fillden mul Fillden sub 1 add def
2.306 + ColR ColG ColB setrgbcolor} def
2.307 +/BoxColFill {gsave Rec PolyFill} def
2.308 +/PolyFill {gsave Density fill grestore grestore} def
2.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
2.310 +%
2.311 +% PostScript Level 1 Pattern Fill routine for rectangles
2.312 +% Usage: x y w h s a XX PatternFill
2.313 +% x,y = lower left corner of box to be filled
2.314 +% w,h = width and height of box
2.315 +% a = angle in degrees between lines and x-axis
2.316 +% XX = 0/1 for no/yes cross-hatch
2.317 +%
2.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
2.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
2.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
2.321 + gsave 1 setgray fill grestore clip
2.322 + currentlinewidth 0.5 mul setlinewidth
2.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
2.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
2.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
2.326 + {PFa 4 get mul 0 M 0 PFs V} for
2.327 + 0 PFa 6 get ne {
2.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
2.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
2.330 + } if
2.331 + stroke grestore} def
2.332 +%
2.333 +/languagelevel where
2.334 + {pop languagelevel} {1} ifelse
2.335 + 2 lt
2.336 + {/InterpretLevel1 true def}
2.337 + {/InterpretLevel1 Level1 def}
2.338 + ifelse
2.339 +%
2.340 +% PostScript level 2 pattern fill definitions
2.341 +%
2.342 +/Level2PatternFill {
2.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
2.344 + bind def
2.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
2.346 +<< Tile8x8
2.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
2.348 +>> matrix makepattern
2.349 +/Pat1 exch def
2.350 +<< Tile8x8
2.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
2.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
2.353 +>> matrix makepattern
2.354 +/Pat2 exch def
2.355 +<< Tile8x8
2.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
2.357 + 8 8 L 8 0 L 0 0 L fill}
2.358 +>> matrix makepattern
2.359 +/Pat3 exch def
2.360 +<< Tile8x8
2.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
2.362 + 0 12 M 12 0 L stroke}
2.363 +>> matrix makepattern
2.364 +/Pat4 exch def
2.365 +<< Tile8x8
2.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
2.367 + 0 -4 M 12 8 L stroke}
2.368 +>> matrix makepattern
2.369 +/Pat5 exch def
2.370 +<< Tile8x8
2.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
2.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
2.373 +>> matrix makepattern
2.374 +/Pat6 exch def
2.375 +<< Tile8x8
2.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
2.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
2.378 +>> matrix makepattern
2.379 +/Pat7 exch def
2.380 +<< Tile8x8
2.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
2.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
2.383 +>> matrix makepattern
2.384 +/Pat8 exch def
2.385 +<< Tile8x8
2.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
2.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
2.388 +>> matrix makepattern
2.389 +/Pat9 exch def
2.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
2.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
2.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
2.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
2.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
2.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
2.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
2.397 +} def
2.398 +%
2.399 +%
2.400 +%End of PostScript Level 2 code
2.401 +%
2.402 +/PatternBgnd {
2.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
2.404 +} def
2.405 +%
2.406 +% Substitute for Level 2 pattern fill codes with
2.407 +% grayscale if Level 2 support is not selected.
2.408 +%
2.409 +/Level1PatternFill {
2.410 +/Pattern1 {0.250 Density} bind def
2.411 +/Pattern2 {0.500 Density} bind def
2.412 +/Pattern3 {0.750 Density} bind def
2.413 +/Pattern4 {0.125 Density} bind def
2.414 +/Pattern5 {0.375 Density} bind def
2.415 +/Pattern6 {0.625 Density} bind def
2.416 +/Pattern7 {0.875 Density} bind def
2.417 +} def
2.418 +%
2.419 +% Now test for support of Level 2 code
2.420 +%
2.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
2.422 +%
2.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
2.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
2.425 +currentdict end definefont pop
2.426 +/MFshow {
2.427 + { dup 5 get 3 ge
2.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
2.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
2.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
2.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
2.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
2.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
2.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
2.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
2.436 + pop aload pop M} ifelse }ifelse }ifelse }
2.437 + ifelse }
2.438 + forall} bind def
2.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
2.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
2.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
2.442 +/MLshow { currentpoint stroke M
2.443 + 0 exch R
2.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
2.445 +/MRshow { currentpoint stroke M
2.446 + exch dup MFwidth neg 3 -1 roll R
2.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
2.448 +/MCshow { currentpoint stroke M
2.449 + exch dup MFwidth -2 div 3 -1 roll R
2.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
2.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
2.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
2.453 +end
2.454 +%%EndProlog
2.455 +gnudict begin
2.456 +gsave
2.457 +50 50 translate
2.458 +0.050 0.050 scale
2.459 +0 setgray
2.460 +newpath
2.461 +(Helvetica) findfont 140 scalefont setfont
2.462 +gsave % colour palette begin
2.463 +/maxcolors 64 def
2.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
2.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
2.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
2.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
2.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
2.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
2.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
2.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
2.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
2.473 + } ifelse} def
2.474 +/Constrain {
2.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
2.476 +/YIQ2RGB {
2.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
2.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
2.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
2.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
2.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
2.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
2.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
2.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
2.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
2.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
2.487 + if} ifelse} ifelse} ifelse} def
2.488 +/InterpolatedColor true def
2.489 +/grayindex {/gidx 0 def
2.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
2.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
2.492 + GrayA gidx get sub div} def
2.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
2.494 + RedA gidx get sub dgdxval mul add} def
2.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
2.496 + GreenA gidx get sub dgdxval mul add} def
2.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
2.498 + BlueA gidx get sub dgdxval mul add} def
2.499 +/interpolate {
2.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
2.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
2.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
2.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
2.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
2.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
2.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
2.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
2.508 + .9524 .9683 .9841 1 ] def
2.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508
2.510 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127
2.511 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627
2.512 + .5635 .5 ] def
2.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524
2.514 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1
2.515 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254
2.516 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
2.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1
2.518 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413
2.519 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2.520 + 0 0 ] def
2.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
2.522 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
2.523 +/pm3dGamma 1.0 1.5 div def
2.524 +/ColorSpace (RGB) def
2.525 +Color true and { % COLOUR vs. GRAY map
2.526 + InterpolatedColor { %% Interpolation vs. RGB-Formula
2.527 + /g {stroke pm3dround /grayv exch def interpolate
2.528 + SelectSpace setrgbcolor} bind def
2.529 + }{
2.530 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
2.531 + SelectSpace setrgbcolor} bind def
2.532 + } ifelse
2.533 +}{
2.534 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
2.535 +} ifelse
2.536 +1.000 UP
2.537 +1.000 UL
2.538 +LTb
2.539 +1.000 UL
2.540 +LT0
2.541 +LTb
2.542 +%%%%BeginImage
2.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
2.544 +InterpretLevel1 {
2.545 + %% Construct a box instead of image
2.546 + LTb
2.547 + 876 4852 M
2.548 + 5292 0 V
2.549 + 0 -4429 V
2.550 + -5292 0 V
2.551 + 876 4852 L
2.552 + 40 -110 R
2.553 + (PS level 2 image) Lshow
2.554 + % Read data but ignore it
2.555 + /imagebuf 14376 string def
2.556 + currentfile imagebuf readstring
2.557 +} {
2.558 +gsave
2.559 +876 4852 translate
2.560 +5292 -4429 scale
2.561 +%%%%BeginPalette
2.562 +[ /Indexed
2.563 + /DeviceRGB 63
2.564 + <
2.565 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
2.566 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
2.567 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
2.568 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
2.569 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
2.570 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
2.571 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
2.572 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
2.573 + >
2.574 +] setcolorspace
2.575 +%%%%EndPalette
2.576 +<<
2.577 + /ImageType 1
2.578 + /Width 135
2.579 + /Height 113
2.580 + /BitsPerComponent 8
2.581 + /ImageMatrix [ 135 0 0 113 0 0 ]
2.582 + /Decode [ 0 255 ]
2.583 + /DataSource currentfile /ASCII85Decode filter
2.584 + /MultipleDataSources false
2.585 + /Interpolate false
2.586 +>>
2.587 +image
2.588 +} ifelse
2.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
2.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
2.591 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
2.592 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
2.593 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
2.594 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
2.595 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzz!<<*"zzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzz!!!$#
2.596 +zzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzz!!`K(zzzzzzzz
2.597 +zzzz!!!$"zzzzzzzzzzzzz!!"W(zzzzz!!!!)#RCD1zzzzzzzzzzzz!<<*"zzzzzzzzzzzzz!%ol(z
2.598 +zzzz!!!<2#QOi)zzzzzzzzzzzzzzzzzzzzzzzzzz/hR,)zzzzz#m^eB#RCD1zzzzzz!!WW3"98E%zz
2.599 +zzzzzzzzzzzzzzz!!!!O/cYkP!<<*"zzz!!!!+#m^eB#RUP3!!!!(#RLb@zzzz"pP56!s/K)zz!!*'
2.600 +"zzzzzzzzzzzzzz!!"W(!!!$#!WW3#!<N6$zz!"'&?#m^bA$4@1J#R1M?#m^_>zzz!!!!'"pP55!Wi
2.601 +E)!WW3#z!<<*"zzzzzzzzzzzzzz!%ol(!!!'$!<<-%!s/T/"98E%!!!!+$47+H#m^eF%1<CC"9Sf4"
2.602 +U>8;#64`(zz!!``6"U,#2!WrK*!WW3#!!**$zzzzzzzzzzzzzzz/hR,(!!!$#!<<-%!s8`2"pb2/!"
2.603 +0/@$4."F$471O%1ECA"9JQ)"UGA=#64`(zz#6tJ<"U"o/!s8T+!WW6%!<E0#zzzzzzzzzzzzzz!!!!
2.604 +O/cYkOz!!!$$"9o):#RLhG$OR4J$47.K$OR=O#mUS6!<<-'"pbG<"pP&-!!!3-!!!6/#R:P;"9\i0!
2.605 +s8T+!<E3%zzzzzzzzzzzzzzz!!"W(zz!!*-("U>8>$47.K$OR4K$O[@N$k*OM#6P&/!s/Z3#R:S="p
2.606 +P89"pP89#6tM?#R:P;"U"r1!s/N*!<E0#zzzzzzzzzzzzzzz!%ol(zz!<N?,"pYA=$47.K$O[@N$Od
2.607 +FS&.K'S#R(>9"pkSA#RCY>"pP89"pP8:#7(S?"pP89"U,#3!s8T*zzzzzzzzzzzzzzzz/hR,(z!!!!
2.608 +"!<WK0#RC\A#mq%J$k3RT%1Ws`%LrsT$4RCQ$jm:H#mUY="pP89"pYA<#RCY?"pY>9"U,#2!s&B%zz
2.609 +zzzzzzzzzzzzz!!!!O/cYkOz!!!!"!X&Z2#7(SA$4I:N%grmV%MKEb&J#E`%hB*Y$OR4I#R:S>#6kA
2.610 +;#6tJ>#6tJ=#6kA9"U"o/!<<*"zzzzzzzzzzzzzzz!!"W(zz!!!$#!X/`4#6tPA$4I@Q$P3p_$5=$_
2.611 +&.fBa&.]6[$4."F#R:V?#6tJ=#7(S?#6tJ="pP56!s/N(zzzzzzzzzzzzzzzz!%ol(zz!!!$#!s8]1
2.612 +"pYG@$k3US'+tid#R:eN%h]Ec%hK3Z$OR4I#RC\A#RC\A#RC\@#6tG;"U,#1!<E0#zz!<E3%zz!!!!
2.613 +"zzzzzzzzzz/hR,(zz!!!!"!<N<*":#5>$k3[Z&J>`i'+trl',(uj&.]0X$O[:K#mgnE#RC\A#RC\@
2.614 +#6kA9"9S]+zz!<E3%!W`<&zz!!**&zzzzzzzzz!!!!O/cYkOzz!!!!"!<N<*":#)8$k<p`'GM8q'bh
2.615 +>s'bh;n%h9$W$O[:K$4."F#RC\A#R:S="U,#2!W`<%z!!!$#!WiE)!W`<&z!!!!"!WrK.#RCe<zzzz
2.616 +zzzz!!"W(zzzz!<<0&"U##9$4RX^()Rl*(Dmo'().Am%h/sU$OR7K#mgnD#RCY?"pG,4!s8T*!<<*"
2.617 +z!<E3&!s/Q+!W`<&z!<E6'"9\o8$O[CQ&-)\1zzzzzzz!%ol(zzzz!!*-&!sAc5#n%=X(`+#,(`=/,
2.618 +'GD&i%h/mR#mgkD#m^eB#6tG;"9S`-!<E3$z!!!$#!<N<)!s/N)!<E3%!<E3%!sJf5#RLhG$k3XW'b
2.619 +LEGzzzzzzz/hR,(zzzz!!**$!WrT0#n7@U(Ddu-)&F&&&J,E]$k!@J#6tM>#6tJ<"pG,3!WiE(!<<*
2.620 +"z!<E6'!WrN,!WiB'!<E3%!<E6)"ptYE%h0'\&.]0X%LrI=zzzzzz!!!!O/cYkOzzzz!!!$#!WiE-"
2.621 +ptkT&Jl2t'b_)g%13CJ#m^b@#6kD;"pP57"9JW+!<<*"z!!!$#!WiE)!s/N*!W`<&!<E3&!sJo9$Om
2.622 +RV&J>Wd&.T0Z$O[CD&J5QSzzzzz!!"W(zzzzz!!!!"!<E6*"UGJF$kNsZ$k!LN#R:P=#6kA8"9Sc0"
2.623 +9\f/!W`<&zz!<E6'!WrN+!WiE(!<E3%!<NB,#RUtM%hTEf'+toh&.]6\&.K9a%1NaV%1NXN'*&"4zz
2.624 +z!%ol(zzzzz!!!!"!<E6)"UGD?#RLeD#6tG:"U,&5"9S`.!WrK*!WiE(zz!!!!"!<N<(!WiE)!<E3%
2.625 +!<E6'"9o/?%M'-a'GV>s',2#j&J5Na%M03_%LimS$P3^[)?9a;zzz/hR,(zzzzzz!!**%"9o&6"pG/
2.626 +6"p>&2!WiE*!WiB'!<E3%!<<*"zz!!!$#!WiE)!WiB'!<E3%!X&Z2#7M"N&ePlq(D[c$'bh8m&eY`c
2.627 +%hK9`%L`XP'Ftiq(B=F8zz!!!!O/cYkOzzzzzz!<E3&!WrN-!WrK*!WiH*!W`<%zzzzz!!!$#!<N<'
2.628 +!<E3%!<E6("pPDD%M06e()@c)(`4#('bh>p',(um&eYfj&.JpV$47IS%MTHazz!!"W(zzzzzz!!!$#
2.629 +!<E3%!<E6&!!**#!<E3%zzzzzz!!!$#!<E3%!<E3%!WrT2#RV(T',;<#)B0S4)&O/*(DRZ#(D[i&',
2.630 +)#k&J#<Y$4R:R&If3Xzz!%ol(zz!<<*"z!!!$#!<E3$!<E3%!<E3%!<<*"zzzzzzzz!!!!"!<E3%!<
2.631 +E9)"U>>A$kEpa'c@r0)]K_7)&O2,(Ddi'(`4))'bh;n&J,BY$4-k@$k!FLzz/hR,(z!!!$#!<E3$!!
2.632 +!$"!<E9(!WiB'!<E3%!<E3$zzzzzzzzzz!<E3&!X&Z2#mq(N&/5ls)]Kb:*#fh8)&X>0)&X>0)&O2,
2.633 +'bh;o%L`[N#mLS;$jd.Dz!!!!O/cYkOz!!**$!<E3%!WiE*!s8Z.!s/N*!WiE(!<E0#zzzzzzzzz!!
2.634 +!$#!<N?+"pYJC$k3^\'c%],*#oq<*#on;*??.@*#fh9)As>+'bV,h$k3RN"U>DA#m:PBz!!"W(zz!W
2.635 +iE)!WiE*!X&Z0"9Si2"9\i0!W`<&!<E0#zzzzzzzzz!<E3'!sJl8$471O%h]Nl)&aG7*$$%@*$$+C+
2.636 +!)FC*??+=)As>+'+tid$kEp[#6k>:"U554z!%ol(z!!!!#!WrN,!sAc2#6b88"U529"pG,2!W`<&!<
2.637 +E0#zzzzzzzz!<E3%!WrQ."pPA@$P![Z'c%]+*$$(A*ZlLI+<VgN+WqjK*ZQ+;)&O,('+tie$jmXT#6
2.638 +kD<"pFu,z/hR,(z!!!*'"9\l2"pG5<#RC_A#6tM?"pG)2!s/N*!WiB'zzzzzzz!!!!"!<NB-"U52:#
2.639 +RUtM%hKEi)&jS:+!2UJ+<VgO+X/*S+WqjJ*#fe6(D[`"&eGQ`$OI(D#mUY="onW'!!!!O/cYkOz!!<
2.640 +?."pY><#71bG$OR4J$P!UO#mge?"U"u3!s/N*!<<*"!!!!"!<E3%!!!$"!<E0$z!!**$!<E6("U,&6
2.641 +"pYD@%1NjZ',;H,*?cOK+sS9U+sJ3U+sJ0Q+!)C@)]BS2(D[\t&.f?[#mU\@#mU_A#QOi)!!"W(zz#
2.642 +6tMA#n%(K%LijV%gidV%M0-Z$j[+D#6kA:!sA`.!s&H(!<N9'!WiB'!<E3%!<N9'!<E3%!WiE*!s8]
2.643 +3"pbG@$OdFR&JPrq*$-.H,U=QZ,:"KY,9nEW+<M^H*#on8)&O2-(D[Yr&.]0U#m^kF#mptGz!%ol(z
2.644 +z#n%4O%h0$^%hB0_&eGWd&J5Na$O[:K#71Y@"U+u2"Tnl0"9\f/!s/N*!<N<(!X&T-!WrQ-"9\i1#6
2.645 +tPB$4RCR%hTHf()S,9,:+Za-71)e,paf],9\3Q*Zc:?)AsD1(`4&)'GD&i%L`aQ#mgqG$47+Iz/hR,
2.646 +(z!!!K=&.fKe'GhAo&J>]l()%Dp&eYff%LigT$k!CI#RCV?"pY;9#6b87"9\f/"9\l3"9eu5"U529"
2.647 +U#&8#RUtN%hTEh'c.f2-RL2e-71,h-mpAh,pXZX+<DRD*#fe6)&O5/(`=)''+kff%L`^P#mq"H$47+
2.648 +?!!!!O/cYkOz!!!`I'c@c)*#BG/(`=52)&O,'',))p&eGQa$k3OP$jd=J$Od=K#6tJ>"pYA;#R:S=#
2.649 +m^hC#RUhB$4.%G%h9*]'c@o3+sJHc.k</$.Olkq-mp>g,9\0O*?6%<)AsD1)&X;0)&F#%&ePW`$k!C
2.650 +L$47+I$O[=B!!"W(zz'bqQ()&s_A+!;[K+<2:<)]fn;)&O2.',2,m&ebii%ho]l&IJpU$47+I#n%"J
2.651 +$k3[W$4RIS$k3US$P*pa'GD9")&sbE/1rS10J=t-.Olkr-m^)\+!)FB)B'M4)&X;0)&X;.(DIPq&.T
2.652 +-X$jm:I$OR4J$4Hn7!%ol(z!!!!8)B0Y>,:4W\,pjuc,9S6S,p4ER*?QOH*$-7@*$6+@+WMR?(D7Ak
2.653 +%M00c%hB9f'G_Dp'GD&g'GD&p'cRr+)]BV;+t"lp0ekC:/hJV(.OcYh+s7pH*#fh8)B'M4)B'J2)&F
2.654 +&''+tid%Ls$]%1NXO$47+H$NL/,/hR,(z!!!uY*$?IP-7:/g.46Dl.P!,,.PN\,-nHkt/2&b10Jb43
2.655 +0IeCo,T@aD)B9S7)&jG2*Z>n6(`4#,*#]e8*??+B,paif/1rY41G^gA/hAIr+WhgJ*#fh9)B'M4)B0
2.656 +S5)&X;/()7Jq&J#?\$k3aT$jd7J$47(I!!!!O/cYkOz!$E1"+<i'Y-n-Vp/1rS11Gq0P4$5A_2E3KM
2.657 +2)mNR2`3EH0.\M!,pFKT+<hmI+<_mP*uuIE*?Q@H+<VgO+XJE\-nR&*1G^jE2)?p:,U"3M*#]_5)As
2.658 +D2)B'M5)]K\6(`*u('GD)j%LrpV$OR7M$47+H#mgqG!!"W(zz*Zc=B+!`3^-7CK#/h/V51cdZ\4[)"
2.659 +k4?GSa3&ENN1GCC2-RL&_+sS?Y,9nH[,pXc`-70u`,psub-6soa-n$Sr0/57?2)dEO1+X^s*?#e5(`
2.660 ++#,)&X;1)]Kb9)]9J.'bh>p&J5Qb%M&pT$471L$47(G#mq">!%ol(z!!!!A(`=57+<`!T-nHu&/1W8
2.661 +*3]f/Y3&NcW3]AuT1+k74-R^8b+WqmN+XJH],paia-71)g-n-Vp.Ocbn-RU;k.k<5+1c@<R3&`E;-6
2.662 +=*D(D[`$()Rl+)B0V7)]K_7)&O/('+toi&J,Kd&e#3Y$OdIQ$4@.I$4m1;/hR,(z!!!rU'+u0$)B'V
2.663 +A,pXWb0/54=2E!?J2)I'D1,(C9/LDkl+X%sK+!)RK,:"T^,pjoc-71&g.4Qeq-RL/d-7:,h.P3;/2)
2.664 +@-L0.8(f(Ddf"'GM<!)&aD4)]Th;*#fe5(D[`"'GV8r'G:uf%M9<_$k3[U$k!IO%LrIk/cYkOz!#$"
2.665 +Z&eYfi&KW#9*Z,h=/LW/.3&NQL0eP%//hS\',9\-N*$$";*??:G+sJ6S,Tn<T+WqpR+sA3W+s\EZ,9
2.666 +nQd.3g)b-7C2e+W_@3',)&p'c%]+)]Th;*#on:)AsA.(Ddo*)]T\3'c%Gt'G(``&.fB`&.T0[&caO:
2.667 +zz%hB'X%1EXW'GhW))&*f*+<W3d.P*5+-RL5h.NorY*#TV4()Rf*)&sS7)]BY4)B0Y7)]Kk?*?#n=+
2.668 +<hgK*[W*W+sA$M*Z?%<'GD,m',23")B9_:*$$%>*#fh9)]K\8*?6%?*ZZ1:)B0P.'+u#p().Dn&J5T
2.669 +h&M>[9z!!!!*#mgkC#Rh+N%1a!W%M9?h&ec<,*@)dM*$$%B'GM9!&eYrl'+bWd%hfTl()%;m',D?#(
2.670 +).Q"'c%T$)&aD5+!)XK*ZH%;'c%Mu',)#n'c%Z,*?H7C*ZZ7A*?H:C+!2UJ+<V^H*ZZ:A)]KV1(E")
2.671 +.)&=#('G;)m/hR,(z!!!0+"pP8;#7(VB#6k>:#R_"I$PO*_&IoK`&J>Qd$OdCO#n7+E$4$qF$k<aY%
2.672 +L`dU&.]?_&.fEe&ePch&f2>s'cIu0(Dmo$&ebol',),u)B9b=*ZlIF*ZcCH+<i!R+X&!P+<_jL*ZQ+
2.673 +;)]BS3(`=20(`4,-'bh?7/cYkOz!!<<+"U5,6"U5,6"U,)6#6b;9"pbG@#RLbC#6kA:"9ei2"9JZ."
2.674 +U,/:#7(SD$47%F#RC_G$k3^W%1N^T%M90^'bhDs'G;#k',)#n'c.]**$-1D+<_jO+sJ6V,9e<T+Wqm
2.675 +M+<V[C(`F82)&O/.)AsD1)&X8,'EBa<zz!s8Z0"U"r2"9\f/"9Sc/!sA`0"pP56"Tni/!WiB'!W`<&
2.676 +!<E6'!s8Z0"pG8:"pG28#6kJ@#mptF#mgqG$k!LS%h9*^&J>cl'bqH!(E4>7+<_pQ,UF`_,U=TZ+sJ
2.677 +-O*Zc=@(`4#('c@l,(`4)-)&X8.(`4&'!%ol(z!!!!#!sA`0!s8W-!s8W-"9\f/!WrN.!WiH*!W`<&
2.678 +!<E3%!<E0$!!**$!WiH+"9Sc/"9\i2"9o&5#6tG<"pbMA#n7:O%M'-a',MH$(Ddo+*$$(F,:+]b-mp
2.679 +;d,9e6P*Zc7?*#f_1'c%W()&=#+(Dmu'(Ddl*)&3,O/hR,(z!!!'%!s8W-!s8W-!s/Q,!s8T,!s8T+
2.680 +!WiE(!<E3%!<E0#z!!**$!<N<(!WiH+!s8W-"9\f0"U,)7#7(SC%1EXU&/5ip*#on9)&X>8,pt)i.4
2.681 +Qbo-7'l\*Zc=@)]BV4(D[`#(Dn&.(`4&*(Ddi$()@`%('"=e/cYkOz!!33(!s8W-!sAc2"9S`.!s8W
2.682 +-!WiB(!W`<&!<E3%!<E3$!!!!"!<E3%!<N<(!WiE)!WiE)!s8Z/"9o&9#7(bJ$k*a^)&aG5)]K\7*$
2.683 +$.J.P!#!.k2tp,pONR*#fh8)&X5,'bhH%)&aA0(`4),(Dmr()AX%f!!"W(zz!<N?*"9eo2"9eu5"pP
2.684 +26"9\i/!WiE*!s/N*!WrN+!WiB'!<E3%!<E3%!WiE)!WiE)!WiE*!s8Z0"pYA=#S%:Q()Rl+)B'P6*
2.685 +#oq>,UY#l/1W8&.OZYj,9S!H)]BS2(D[`#()Ii+)&F)+(`4),(`4&)'G:BG!%ol(z!!!!#!WrQ/"U,
2.686 +&6"U,&5"pG/7"pP89"9er4"U+u2"U5,6"9\f/!s8W,!WrK*!WrN,!s/Q+!s8W."U,)8$4@1K%M0<m)
2.687 +&O2.*??.C+<VmX.4Qo#/1`>$-m^)]+<2==)&X8.(DRZ!'c%W'(D[c&(`=/,(_m\s&c_n3/hR,(z!!!
2.688 +'&!sAf4"pYA;"pP59#RCY?#7(SA#6tJ=#6tD:#7(S>#7(M<"9\l2"9Sc/!sA]/!s8W."U##5#RLhJ%
2.689 +M'6d(E4;0)B0Y=+=8B[,Uk2n/1`A)/1`8!-6jWT*ZH"9)&a>0(D[f&()@W!'GVE$(Ddl'',(rX!!!!
2.690 +O/cYkOz!!!*)"U52:#RL_A#m^eB#RC\A#mgqG$4.%H$4@+J$4@1K$OI+H#7(M<"U,#3"U,)6#R(G<#
2.691 +RC\C%Ls-d'bqE&)]BS8*Zl[T.4HYn.4Zr$/M8Y-/1N(q,pOTT*?Q=@)]9P3)&F&(().Dq',22u()@S
2.692 +s&J>'D!!"W(zz!sAc3#6tJ>#R:V@#7(SB#mq"H$O[=M$O[@P%1WjX%hT<`&Io<Z%1*@K#mpnC#mptH
2.693 +$4@7L$4m^[&JZ*!'c%c0*$$4J,Ub)l.kE2$/1iJ,/hS_+.k)kn,pX]\,9S$K*$#q6()@Z#'+tok',2
2.694 +/r'b_2lz!%ol(zz"9eu8#m^eC#m^bA#mgtI$k!IP$k*RS%Ls!\&.oKf'G_H"().Js'+bZa%hK0[%h8
2.695 +sU%1WjW'+u&q(`+#+)BBtD+=/?_.4Qi!/M/S-/M8\//hS\).4HYm-RU;i,U=Z^+rhL;()I]!&eYfk'
2.696 +bqGt'G:uXz/hR,(z!!!!%"pYD>#m^hE#mgqG$O[@P%LijV%1WmZ&J5Zi'GM8s(Dmu*(Dmr''GM2n'+
2.697 +tlg&.]9_&.oNh'c%W))&aJ9,9e9T,q(5n.kE8(0/,%30/"q1/M8V*.Olnt.k<,$-n-Pk,p4$B)&O,'
2.698 +'GM8s()7Mr&J+pB!!!!O/cYkOz!!!0+#7(VB#mgqF$O[=O%1NdW%h9*\%hK?d'c%Q#()@]&(`4)-)&
2.699 +O/+'c%Jt'GD)l'+trl'GVE$)]Kb9*??:J+X/-[.k)qt/1iJ-0J>%2/hSb./hJV*/1iG,/M/P*/1N"n
2.700 ++s7gD)&F)*()@Z$().Dp%fcS0!!"W(zz!!!3.#RLhF$474O$k3aY'+b`f%hK<c'GVB")&F)+(Ddo*(
2.701 +`4,.(`4&*()7Q!'GM5q'GV>u(`=52*$$%@+!VsR,:b;p.4H_s/1iG,/hS_-/M8Y./h\h10JG15/hS_
2.702 +,/1Dhh,U=QS)]9M1(Ddl''bqD_z!%ol(zz!!WZ6#n%+K%1`s^&JZ#s'G_H")&X5/)B0\;*?#n;)&X;
2.703 +/(`+#*(D[c%'bqGu'bqK"(Dn#.)B9\:*??7H,U4T_/M/D$.P!##/M/P+/M/J(/h\k30eb=:0JG160.
2.704 +e_*.4HVj-6aNO)]K\4()I`%('"=7z/hR,(zz!!W]8%LijW',2<#*?-1A*#ot@+W_sS+XA<W+!;^M)B
2.705 +'M2()@Z!'GD/p'bqH!(E"#,)B9\8+!2RG+<r3],q1;r/M&G'.k</&/1W5$.k<2(0ekC<1,C[?0ek@9
2.706 +0.eb*-mg8h-6XBM*?H.9(`F4kz!!!!O/cYkOzz#71hL'+bfq*$?=N/1i(l,U4N]-n?i#/Li1u,pXZV
2.707 +)]BP.'GM/m&eYil'c.Z')]BY9*??4E+sS<Y-S$Yq0/"q0/M&D&.P!#".Olnt/2&b71G^jF1G^gC0ek
2.708 +=7/M&D#-71,g,U"3N+<2:=(`35Qz!!"W(zz!!!!(%1s3k(E+MC-712n/M&G&-mpAk.kE5&/Lr:u,U"
2.709 +3I)Aj2&&ePZe&J>`m(`4/2*ZuXK+s\H_-n-\t/hJ\00J>%1/1W2"/1E"t.k3#$0JbOD2)[<K1c$pA0
2.710 +.e\*.k2no-71,c+WhaI*uu.9)?9a;z!%ol(zz!!!?<'c.c/-7C>m.Olu%0J>"..4HYo.4?Mo.4?Me*
2.711 +ZQ+9().An&.]<a&ec&u)B9_=,:"T_-R^Do/1iJ-0/,+70/"n-.Ocbq.4H_t.kE>/1Gq'K2Dm?I0ek7
2.712 +2-mpDj-71&d-RU/`+sS3S,8M'qzz/hR,(zz#7V7^)^$FR-n6Pm-n?i"/h8:r,UFZ\,9S'R+s.^A(`*
2.713 +r$&/#Ka%M'*`',MN)*ZlON-71,i.kE5(/h\n40JP:8/h8D#.4?\r.k<5(/ho+;2)I-E0eP"-.O6>c-
2.714 +71#a,paib,U=W[+<qjA(*ik[z!!!!O/cYkOz!!!!*%hoj$+X/3X,p+?R-mg&W)&O,*()Ir/()%8r'+
2.715 +bWg&/5]e%h9'Y$kEj]'c@o0+<i*Y-R^Am/1`A)/h\k20eb11.Olkr.P!&$/M8Y00etRA/het0.jHAe
2.716 ++!2OH+X&'S,9\-Q,9nBU+rM1@-ia5Iz!!"W(zz!!!B7'c@o2+s7sJ()\#-)&3eu&eYch&.]?`%1EaW
2.717 +$OR=O$k*LN$OR7L%1Wp]',MT-+=&3[-7:2l.k)nu/1`>(/hJS(.Olnu/1iG*.kE8(0.ee+/h81q)]T
2.718 +k:)]BY9*?H4B*??7E+<DOB(`+,>zz!%ol(zz!"BAO(_ml-()@Vt(DRMq&J>`j'GM,j%1N^R$47+H#m
2.719 +gqF$47+I$47.L%1Wp]'GqZ,+Wr$S,U=cc,UFcc.4Hbt/1W5%/1`>'/M&G$.Olu",U=WZ+Wh[?)&F)+
2.720 +(`=/2)AjD4+<D@9)AsA*(*Ft)zz/hR,(zz%Ls'b((q>n&J5Nc&/#Qh)&3l$)&aA+&e><U#mpqD/hSb
2.721 +//hSb/$O[@P%1a!_'bqQ**$64D+!;dP,9nN_-RpVu/1`>'/1`A)-RU8h-Rg5Y+!2@;)\s5+()I]!'G
2.722 +_As',;5r'bqDs'b_&j*rl9@z!!!!O/cYkOz!!!!-$kX!^%1`pZ%hB6c(`FG=*?ugT-6O9E'+>3S#mr
2.723 +9k#mgqG$OdFr/e&7"%hK<d'c%T')]Kb;*[)^O+seTa-n6`!/1W5%/M/Cp+X89U+;l%:)&*f$'GV>t'
2.724 +GD&l&eGQ`%M'']&J>cm%1j3kzz!!"W(zz!"KAI&If*U$kO'e'HA&8,pt&^+sn]c,9.L6&e#-T/d_mk
2.725 +$4@7O%h:3%&.]<_&el&q'c%W))]Kb<+<i$T,UOog.P!)%.k3"t-m'NR)&j>.'c.`%'G_Du'c%Pu'b_
2.726 +8p&J#<Z$OdFP%MT6Z'-.&Qzz!%ol(zz%LW^X$k!FP)]Kh@,9nN_,pjui.juen,8_+0'atI&$OR4K%1
2.727 +Ne"/eAR+&eYfl'bqH!(E")0*$-1G,UFca-R^Al.46So.3]iU()Ii$'G;)p'GM5s()Ri((`=,,(Ddf!
2.728 +%h9'X%1<RQ%1F$d)&WDSzz/hR,(z!!"VX#mgnG$P!jj+XA<Y,q(5j-S?r$.jlYi+Vtk/&2"=u$O[=O
2.729 +%M'+'&J>]i'GM8s'c%T')]Ke=+<`!V,pjrc-mp>`*[)[M(D[Pn&eY]c&eP`i'c%T')]Tb7)&jG3)&O
2.730 +)%&eGK\$4."F$4md]&HDe2z!!!!O/cYkOz/dX-8"pk_J&fMi8,UOld.4Qbr,pt,i-7C/`)&O,A/di$
2.731 +p$O[CQ%M01(&J>`k'bqH!(Dn&0*$-1E+sJ9Y,U=T\,Tn$D(DdVo%h0'^%h9*]&J>cp*$#t=*ZcFF*Z
2.732 +lFD*?,e0&e>EW"ptS?#7Ck=zz!!"W(z!!!!O$n_bh#7D%P(a("J-7:,f-R^Dm.Olkr,p=<L)&<f:/d
2.733 +r*p$4@:P%M'+'/eSg4'c%T%)&X>3*?QCH+X/-R+W_aI*>]D&&If0Y%M'!X%hB3b'Gql4*?H:F+<_jM
2.734 ++<M[G)]BJ+&J#6U#Qt87"pt>1zz!%ol(z!!!!O#mgeA$k3gg+<_pR-6soa-6sf_,pXWT)]B\4&IpE'
2.735 +$jm=K$4@7O%Lrs\/eSa/'G_E"()[r/*?Q=D+<M[G)]BP+',2#f%1N^V%LimY&J5g"*ZlII+<_jM+!)
2.736 +IE*ZZ4?)As8(&.JsP!s\u7%fcS0zz/hR,(zz$OR1K&eu6+*[;pT,U4KV*#]\1'b_/n'+kle$SDel#R
2.737 +:V@#7:eF$k*RU/eAO*&/#Zk()@c*)]Tb9)&aD2(DIDj%hK6]%M''Z&.fBf'c\59+<VaI*$$%?)]Tb8
2.738 +)]BP3(`3u#%13CF"pG,0zz!!!!O/cYkOz!!!!-$O[=Q)BKtE+s\?V+s7mD'bh8m&.T0[%1EOq#7(J;
2.739 +"U"u4#7(SA$471o%1WjX%hKBg'c%Q$(`4#''GV5o&.f<\%M''\%hB0_&JH!")]]tB*uu:?)&F,((_m
2.740 +f%(_m`$(DRPm$O?q?"98E%zz!!"W(zz!!!!-$kO$f*[2^L,U+HU(`F2,'b_,h/hSb//hR>4"p>&3!s
2.741 +A`0"9er6#RE$i#Rh+M$kEm]&ekum'+kff%hB0\%M'']&J5Wg&J5Wg(Dn&1*$-+>)Aj5*'G;&m'G;&k
2.742 +',VN((D@Dh#6tJ;zzz!%ol(zz!!!!/&JH$#*?$+I+WVF8'b_8p()&;4%Lrq##6kA9"9S`.!s8W-"9e
2.743 +r5"pQ[b$4/<l$SDo"%hK3\%1WmX%1WmZ&/#Wj&f)2q',;5u(`4/.)]9J.'GM,j%M'$[&.oHf*#fb3'
2.744 ++bNW#R:>0zzz/hR,(zz!!!QA&el6#,UFZY)A3\p&.fEc/hReL&.AmO"pP86"9S],!WrN,"9\i2"pQ\
2.745 +4/hSb//hRJ>$k*OQ%1E[U%M'0c(Ddo*(`*r(()@]%(`!i&().>k%LiaR%1a'b',)6#((q8q&ISmL"o
2.746 +nW'zz!!!!O/cYkOzz!!!WG(E=G@,p=0@&Io<]&J5Tg/eJ[)$OR1G#R:J8!WiE)!WrN,!sA`1"U-L`#
2.747 +7)pg/dVjl$OdIS%Ls!]&el#t)&X8.(`4&)()7Q!',(rg%h/mR#mq+O%h90`(D.Gp%1j*\$O-_6zzz!
2.748 +!"W(zzz!#$"a*$ZdV+rh@0%LrsW%h0"$/e&3s$4."E"U"o0!WiE)!WrN,"9\i2"U52:#7(S@/dVmn$
2.749 +kEm[&/#]n(Dn#.)&X8.(D[`!&J5Q`%h/mS#m^eD#mphD#7V(O$OmFN%Li^L"p=o+zzz!%ol(zzz!#?
2.750 +V",UOZV(_@/e$k3ON$48Bk$4-tD#6tD8!s8T+!WiE)!s8W-"9\i2"pP8:#7(Sf#n%1P%hK?e'c.Z&(
2.751 +`4,-(`!l&'GD#i%1E[Q#RCV="pY;6!s8Z0#71_C#Rq.M%13:Azzzz/hR,(zzz!$*1.,U+'=%h9*[%1
2.752 +3=E/d;L`"U,)6"9S`.!s/N*!WiE)!WrN-"9\i2"U5/8#7(Sf$k<aX&/#Wj()Ic'()@Su'bh2j&.AmQ
2.753 +#RL\="9S`/!s8W-!sA`0"9o,9#7(V@"p>#.zzz!!!!O/cYkOzzz!$EI2*Z#@t%LrsY$jJ=:"9\i0!s
2.754 +8W-!WrN+!<E3%!WiE)!WrN,">0f\"U-L`#;->k$P!^[&ebom()7Pu'bh8n%LrmU#R:V>"U,#2!!!!$
2.755 +"9o#4"9\f0"9eo4"pP57!s8N'zzz!!"W(zzzz+<r*R((Ui`%LijU$O89e!s/N*!<N<'!<E3%!<E3%!
2.756 +<N9'!WiEU""l2Y/hSb/#7(VD%1Wp]&ebol&eYch%h9'Z#mUV<"Tni/!s8N'z!!NH,!s8W,!s8]0"U"
2.757 +o0zzzz!%ol(zzzz!$<9r$k*OR$k*LM#VH8`!s8T+!W`<&zz!<E3%!<N<T">0cY!s:.[#RCbE$k<dZ&
2.758 +J#Ea%M'$W$OR(A"U,#2!s8N'zz"9S],!WiE)!WrN,!s/N(zzzz/hR,(zzzz!$;j`$OdFO$4$k@"YKo
2.759 +\"9S`-zzz!!!!"!<N9S/cl(U!s8Z0"U>A@$k*US$k3XR$jd4F#R(A8"9\f,zzz!s/N*!WiE)!WiH*!
2.760 +WW3#zzz!!!!O/cYkOzzzz!#Z:T$47(E"pYA:/d2@\!WW3#zzzz!%ol)!<E3&!WiH+"9eu8#RLeE#RU
2.761 +kC#6b87"U"r2zzz!!!!#!WiE)!WiE)!WiB&zzzz!!"W(zzzzz&e#*Q#R:S="pG,4/cu1V!!*'"zzz!
2.762 +!!!O/cYkO!!**$!<N<)"9eo5#6tJ>"pYA:zzzzzz!WiE)!WiE)!W`9$zzzz!%ol(zzzzz!!!6."U"u
2.763 +3"9ScZ!W`<&zzzz!!!!O!!!!O/hSb/!<E6'!X&W0"U,#2"TSN&zzzzz!!!!#!WiB'!WiE)zzzzz/hR
2.764 +,(zzzzz!!!3+!s8T*!<E6S!<E3$zzzz!!!!O/hR,(!!!!O!!**#!<N<)!s8W*zzzzzz!!!!#!W`<'!
2.765 +Wi?%zzzz!!!!O/cYkOzzzzz!!NK,!<E0$!<<-Qz!!!!O/hSb//hSaV!!"W(/c[L(/c[LV/hR,(!<<*
2.766 +#zzzzzzzz!!!!"!<E3&!WW3#zzzz!!"W(zzzzzz"p4o-!!!!"!!!!Oz/hR,(z!!"W(/cYkO/c[L(/c
2.767 +YkOzzzzzzzzzz!!!$#!<E6%zzzzz!%ol(zzzzz!!!!O!<E0#z!!"VO!!"VOzz!!"VOzzzzzzzzzzzz
2.768 +zzzzzzzz/hR,(zzzzz!%n:)zz!!"VO/cYkOzzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//
2.769 +hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb
2.770 +//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
2.771 +InterpretLevel1 not {
2.772 + grestore
2.773 +} if
2.774 +grestore
2.775 +%%%%EndImage
2.776 +1.000 UL
2.777 +LTb
2.778 +1.000 UP
2.779 +1.000 UL
2.780 +LTb
2.781 +stroke
2.782 +grestore
2.783 +end
2.784 +showpage
2.785 +%%Trailer
2.786 +%%DocumentFonts: Helvetica
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/singlegene_example_2682_Pitx2_SS_gray.eps Sun Apr 19 14:19:52 2009 -0700
3.3 @@ -0,0 +1,800 @@
3.4 +%!PS-Adobe-2.0 EPSF-2.0
3.5 +%%Title: singlegene_example_2682_Pitx2_SS_gray.eps
3.6 +%%Creator: gnuplot 4.2 patchlevel 2
3.7 +%%CreationDate: Sun Apr 19 14:08:05 2009
3.8 +%%DocumentFonts: (atend)
3.9 +%%BoundingBox: 50 50 410 302
3.10 +%%EndComments
3.11 +%%BeginProlog
3.12 +/gnudict 256 dict def
3.13 +gnudict begin
3.14 +%
3.15 +% The following 6 true/false flags may be edited by hand if required
3.16 +% The unit line width may also be changed
3.17 +%
3.18 +/Color true def
3.19 +/Blacktext false def
3.20 +/Solid true def
3.21 +/Dashlength 1 def
3.22 +/Landscape false def
3.23 +/Level1 false def
3.24 +/Rounded false def
3.25 +/TransparentPatterns false def
3.26 +/gnulinewidth 5.000 def
3.27 +/userlinewidth gnulinewidth def
3.28 +%
3.29 +/vshift -46 def
3.30 +/dl1 {
3.31 + 10.0 Dashlength mul mul
3.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
3.33 +} def
3.34 +/dl2 {
3.35 + 10.0 Dashlength mul mul
3.36 + Rounded { currentlinewidth 0.75 mul add } if
3.37 +} def
3.38 +/hpt_ 31.5 def
3.39 +/vpt_ 31.5 def
3.40 +/hpt hpt_ def
3.41 +/vpt vpt_ def
3.42 +Level1 {} {
3.43 +/SDict 10 dict def
3.44 +systemdict /pdfmark known not {
3.45 + userdict /pdfmark systemdict /cleartomark get put
3.46 +} if
3.47 +SDict begin [
3.48 + /Title (singlegene_example_2682_Pitx2_SS_gray.eps)
3.49 + /Subject (gnuplot plot)
3.50 + /Creator (gnuplot 4.2 patchlevel 2 )
3.51 + /Author (Bayle Shanks,,,)
3.52 +% /Producer (gnuplot)
3.53 +% /Keywords ()
3.54 + /CreationDate (Sun Apr 19 14:08:05 2009)
3.55 + /DOCINFO pdfmark
3.56 +end
3.57 +} ifelse
3.58 +%
3.59 +% Gnuplot Prolog Version 4.2 (August 2006)
3.60 +%
3.61 +/M {moveto} bind def
3.62 +/L {lineto} bind def
3.63 +/R {rmoveto} bind def
3.64 +/V {rlineto} bind def
3.65 +/N {newpath moveto} bind def
3.66 +/Z {closepath} bind def
3.67 +/C {setrgbcolor} bind def
3.68 +/f {rlineto fill} bind def
3.69 +/vpt2 vpt 2 mul def
3.70 +/hpt2 hpt 2 mul def
3.71 +/Lshow {currentpoint stroke M 0 vshift R
3.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
3.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
3.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
3.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
3.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
3.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
3.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
3.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
3.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
3.81 +/BL {stroke userlinewidth 2 mul setlinewidth
3.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
3.83 +/AL {stroke userlinewidth 2 div setlinewidth
3.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
3.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
3.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
3.87 +/PL {stroke userlinewidth setlinewidth
3.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
3.89 +% Default Line colors
3.90 +/LCw {1 1 1} def
3.91 +/LCb {0 0 0} def
3.92 +/LCa {0 0 0} def
3.93 +/LC0 {1 0 0} def
3.94 +/LC1 {0 1 0} def
3.95 +/LC2 {0 0 1} def
3.96 +/LC3 {1 0 1} def
3.97 +/LC4 {0 1 1} def
3.98 +/LC5 {1 1 0} def
3.99 +/LC6 {0 0 0} def
3.100 +/LC7 {1 0.3 0} def
3.101 +/LC8 {0.5 0.5 0.5} def
3.102 +% Default Line Types
3.103 +/LTw {PL [] 1 setgray} def
3.104 +/LTb {BL [] LCb DL} def
3.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
3.106 +/LT0 {PL [] LC0 DL} def
3.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
3.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
3.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
3.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
3.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
3.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
3.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
3.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
3.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
3.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
3.117 + hpt neg vpt neg V hpt vpt neg V
3.118 + hpt vpt V hpt neg vpt V closepath stroke
3.119 + Pnt} def
3.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
3.121 + currentpoint stroke M
3.122 + hpt neg vpt neg R hpt2 0 V stroke
3.123 + } def
3.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
3.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
3.126 + hpt2 neg 0 V closepath stroke
3.127 + Pnt} def
3.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
3.129 + hpt2 vpt2 neg V currentpoint stroke M
3.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
3.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
3.132 + hpt neg vpt -1.62 mul V
3.133 + hpt 2 mul 0 V
3.134 + hpt neg vpt 1.62 mul V closepath stroke
3.135 + Pnt} def
3.136 +/Star {2 copy Pls Crs} def
3.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
3.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
3.139 + hpt2 neg 0 V closepath fill} def
3.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
3.141 + hpt neg vpt -1.62 mul V
3.142 + hpt 2 mul 0 V
3.143 + hpt neg vpt 1.62 mul V closepath fill} def
3.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
3.145 + hpt neg vpt 1.62 mul V
3.146 + hpt 2 mul 0 V
3.147 + hpt neg vpt -1.62 mul V closepath stroke
3.148 + Pnt} def
3.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
3.150 + hpt neg vpt 1.62 mul V
3.151 + hpt 2 mul 0 V
3.152 + hpt neg vpt -1.62 mul V closepath fill} def
3.153 +/DiaF {stroke [] 0 setdash vpt add M
3.154 + hpt neg vpt neg V hpt vpt neg V
3.155 + hpt vpt V hpt neg vpt V closepath fill} def
3.156 +/Pent {stroke [] 0 setdash 2 copy gsave
3.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
3.158 + closepath stroke grestore Pnt} def
3.159 +/PentF {stroke [] 0 setdash gsave
3.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
3.161 + closepath fill grestore} def
3.162 +/Circle {stroke [] 0 setdash 2 copy
3.163 + hpt 0 360 arc stroke Pnt} def
3.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
3.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
3.166 +/C1 {BL [] 0 setdash 2 copy moveto
3.167 + 2 copy vpt 0 90 arc closepath fill
3.168 + vpt 0 360 arc closepath} bind def
3.169 +/C2 {BL [] 0 setdash 2 copy moveto
3.170 + 2 copy vpt 90 180 arc closepath fill
3.171 + vpt 0 360 arc closepath} bind def
3.172 +/C3 {BL [] 0 setdash 2 copy moveto
3.173 + 2 copy vpt 0 180 arc closepath fill
3.174 + vpt 0 360 arc closepath} bind def
3.175 +/C4 {BL [] 0 setdash 2 copy moveto
3.176 + 2 copy vpt 180 270 arc closepath fill
3.177 + vpt 0 360 arc closepath} bind def
3.178 +/C5 {BL [] 0 setdash 2 copy moveto
3.179 + 2 copy vpt 0 90 arc
3.180 + 2 copy moveto
3.181 + 2 copy vpt 180 270 arc closepath fill
3.182 + vpt 0 360 arc} bind def
3.183 +/C6 {BL [] 0 setdash 2 copy moveto
3.184 + 2 copy vpt 90 270 arc closepath fill
3.185 + vpt 0 360 arc closepath} bind def
3.186 +/C7 {BL [] 0 setdash 2 copy moveto
3.187 + 2 copy vpt 0 270 arc closepath fill
3.188 + vpt 0 360 arc closepath} bind def
3.189 +/C8 {BL [] 0 setdash 2 copy moveto
3.190 + 2 copy vpt 270 360 arc closepath fill
3.191 + vpt 0 360 arc closepath} bind def
3.192 +/C9 {BL [] 0 setdash 2 copy moveto
3.193 + 2 copy vpt 270 450 arc closepath fill
3.194 + vpt 0 360 arc closepath} bind def
3.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
3.196 + 2 copy moveto
3.197 + 2 copy vpt 90 180 arc closepath fill
3.198 + vpt 0 360 arc closepath} bind def
3.199 +/C11 {BL [] 0 setdash 2 copy moveto
3.200 + 2 copy vpt 0 180 arc closepath fill
3.201 + 2 copy moveto
3.202 + 2 copy vpt 270 360 arc closepath fill
3.203 + vpt 0 360 arc closepath} bind def
3.204 +/C12 {BL [] 0 setdash 2 copy moveto
3.205 + 2 copy vpt 180 360 arc closepath fill
3.206 + vpt 0 360 arc closepath} bind def
3.207 +/C13 {BL [] 0 setdash 2 copy moveto
3.208 + 2 copy vpt 0 90 arc closepath fill
3.209 + 2 copy moveto
3.210 + 2 copy vpt 180 360 arc closepath fill
3.211 + vpt 0 360 arc closepath} bind def
3.212 +/C14 {BL [] 0 setdash 2 copy moveto
3.213 + 2 copy vpt 90 360 arc closepath fill
3.214 + vpt 0 360 arc} bind def
3.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
3.216 + vpt 0 360 arc closepath} bind def
3.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
3.218 + neg 0 rlineto closepath} bind def
3.219 +/Square {dup Rec} bind def
3.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
3.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
3.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
3.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
3.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
3.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
3.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
3.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
3.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
3.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
3.230 + 2 copy vpt Square fill Bsquare} bind def
3.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
3.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
3.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
3.234 + Bsquare} bind def
3.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
3.236 + Bsquare} bind def
3.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
3.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
3.239 + 2 copy vpt Square fill Bsquare} bind def
3.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
3.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
3.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
3.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
3.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
3.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
3.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
3.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
3.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
3.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
3.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
3.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
3.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
3.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
3.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
3.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
3.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
3.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
3.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
3.259 +/DiaE {stroke [] 0 setdash vpt add M
3.260 + hpt neg vpt neg V hpt vpt neg V
3.261 + hpt vpt V hpt neg vpt V closepath stroke} def
3.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
3.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
3.264 + hpt2 neg 0 V closepath stroke} def
3.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
3.266 + hpt neg vpt -1.62 mul V
3.267 + hpt 2 mul 0 V
3.268 + hpt neg vpt 1.62 mul V closepath stroke} def
3.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
3.270 + hpt neg vpt 1.62 mul V
3.271 + hpt 2 mul 0 V
3.272 + hpt neg vpt -1.62 mul V closepath stroke} def
3.273 +/PentE {stroke [] 0 setdash gsave
3.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
3.275 + closepath stroke grestore} def
3.276 +/CircE {stroke [] 0 setdash
3.277 + hpt 0 360 arc stroke} def
3.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
3.279 +/DiaW {stroke [] 0 setdash vpt add M
3.280 + hpt neg vpt neg V hpt vpt neg V
3.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
3.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
3.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
3.284 + hpt2 neg 0 V Opaque stroke} def
3.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
3.286 + hpt neg vpt -1.62 mul V
3.287 + hpt 2 mul 0 V
3.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
3.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
3.290 + hpt neg vpt 1.62 mul V
3.291 + hpt 2 mul 0 V
3.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
3.293 +/PentW {stroke [] 0 setdash gsave
3.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
3.295 + Opaque stroke grestore} def
3.296 +/CircW {stroke [] 0 setdash
3.297 + hpt 0 360 arc Opaque stroke} def
3.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
3.299 +/Density {
3.300 + /Fillden exch def
3.301 + currentrgbcolor
3.302 + /ColB exch def /ColG exch def /ColR exch def
3.303 + /ColR ColR Fillden mul Fillden sub 1 add def
3.304 + /ColG ColG Fillden mul Fillden sub 1 add def
3.305 + /ColB ColB Fillden mul Fillden sub 1 add def
3.306 + ColR ColG ColB setrgbcolor} def
3.307 +/BoxColFill {gsave Rec PolyFill} def
3.308 +/PolyFill {gsave Density fill grestore grestore} def
3.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
3.310 +%
3.311 +% PostScript Level 1 Pattern Fill routine for rectangles
3.312 +% Usage: x y w h s a XX PatternFill
3.313 +% x,y = lower left corner of box to be filled
3.314 +% w,h = width and height of box
3.315 +% a = angle in degrees between lines and x-axis
3.316 +% XX = 0/1 for no/yes cross-hatch
3.317 +%
3.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
3.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
3.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
3.321 + gsave 1 setgray fill grestore clip
3.322 + currentlinewidth 0.5 mul setlinewidth
3.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
3.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
3.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
3.326 + {PFa 4 get mul 0 M 0 PFs V} for
3.327 + 0 PFa 6 get ne {
3.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
3.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
3.330 + } if
3.331 + stroke grestore} def
3.332 +%
3.333 +/languagelevel where
3.334 + {pop languagelevel} {1} ifelse
3.335 + 2 lt
3.336 + {/InterpretLevel1 true def}
3.337 + {/InterpretLevel1 Level1 def}
3.338 + ifelse
3.339 +%
3.340 +% PostScript level 2 pattern fill definitions
3.341 +%
3.342 +/Level2PatternFill {
3.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
3.344 + bind def
3.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
3.346 +<< Tile8x8
3.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
3.348 +>> matrix makepattern
3.349 +/Pat1 exch def
3.350 +<< Tile8x8
3.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
3.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
3.353 +>> matrix makepattern
3.354 +/Pat2 exch def
3.355 +<< Tile8x8
3.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
3.357 + 8 8 L 8 0 L 0 0 L fill}
3.358 +>> matrix makepattern
3.359 +/Pat3 exch def
3.360 +<< Tile8x8
3.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
3.362 + 0 12 M 12 0 L stroke}
3.363 +>> matrix makepattern
3.364 +/Pat4 exch def
3.365 +<< Tile8x8
3.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
3.367 + 0 -4 M 12 8 L stroke}
3.368 +>> matrix makepattern
3.369 +/Pat5 exch def
3.370 +<< Tile8x8
3.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
3.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
3.373 +>> matrix makepattern
3.374 +/Pat6 exch def
3.375 +<< Tile8x8
3.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
3.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
3.378 +>> matrix makepattern
3.379 +/Pat7 exch def
3.380 +<< Tile8x8
3.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
3.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
3.383 +>> matrix makepattern
3.384 +/Pat8 exch def
3.385 +<< Tile8x8
3.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
3.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
3.388 +>> matrix makepattern
3.389 +/Pat9 exch def
3.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
3.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
3.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
3.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
3.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
3.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
3.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
3.397 +} def
3.398 +%
3.399 +%
3.400 +%End of PostScript Level 2 code
3.401 +%
3.402 +/PatternBgnd {
3.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
3.404 +} def
3.405 +%
3.406 +% Substitute for Level 2 pattern fill codes with
3.407 +% grayscale if Level 2 support is not selected.
3.408 +%
3.409 +/Level1PatternFill {
3.410 +/Pattern1 {0.250 Density} bind def
3.411 +/Pattern2 {0.500 Density} bind def
3.412 +/Pattern3 {0.750 Density} bind def
3.413 +/Pattern4 {0.125 Density} bind def
3.414 +/Pattern5 {0.375 Density} bind def
3.415 +/Pattern6 {0.625 Density} bind def
3.416 +/Pattern7 {0.875 Density} bind def
3.417 +} def
3.418 +%
3.419 +% Now test for support of Level 2 code
3.420 +%
3.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
3.422 +%
3.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
3.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
3.425 +currentdict end definefont pop
3.426 +/MFshow {
3.427 + { dup 5 get 3 ge
3.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
3.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
3.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
3.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
3.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
3.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
3.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
3.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
3.436 + pop aload pop M} ifelse }ifelse }ifelse }
3.437 + ifelse }
3.438 + forall} bind def
3.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
3.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
3.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
3.442 +/MLshow { currentpoint stroke M
3.443 + 0 exch R
3.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
3.445 +/MRshow { currentpoint stroke M
3.446 + exch dup MFwidth neg 3 -1 roll R
3.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
3.448 +/MCshow { currentpoint stroke M
3.449 + exch dup MFwidth -2 div 3 -1 roll R
3.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
3.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
3.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
3.453 +end
3.454 +%%EndProlog
3.455 +gnudict begin
3.456 +gsave
3.457 +50 50 translate
3.458 +0.050 0.050 scale
3.459 +0 setgray
3.460 +newpath
3.461 +(Helvetica) findfont 140 scalefont setfont
3.462 +gsave % colour palette begin
3.463 +/maxcolors 64 def
3.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
3.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
3.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
3.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
3.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
3.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
3.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
3.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
3.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
3.473 + } ifelse} def
3.474 +/Constrain {
3.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
3.476 +/YIQ2RGB {
3.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
3.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
3.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
3.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
3.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
3.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
3.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
3.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
3.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
3.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
3.487 + if} ifelse} ifelse} ifelse} def
3.488 +/InterpolatedColor true def
3.489 +/grayindex {/gidx 0 def
3.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
3.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
3.492 + GrayA gidx get sub div} def
3.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
3.494 + RedA gidx get sub dgdxval mul add} def
3.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
3.496 + GreenA gidx get sub dgdxval mul add} def
3.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
3.498 + BlueA gidx get sub dgdxval mul add} def
3.499 +/interpolate {
3.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
3.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
3.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
3.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
3.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
3.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
3.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
3.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
3.508 + .9524 .9683 .9841 1 ] def
3.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
3.510 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
3.511 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
3.512 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
3.513 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
3.514 + .9524 .9683 .9841 1 ] def
3.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
3.516 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
3.517 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
3.518 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
3.519 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
3.520 + .9524 .9683 .9841 1 ] def
3.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
3.522 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
3.523 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
3.524 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
3.525 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
3.526 + .9524 .9683 .9841 1 ] def
3.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
3.528 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
3.529 +/pm3dGamma 1.0 1.5 div def
3.530 +/ColorSpace (RGB) def
3.531 +Color true and { % COLOUR vs. GRAY map
3.532 + InterpolatedColor { %% Interpolation vs. RGB-Formula
3.533 + /g {stroke pm3dround /grayv exch def interpolate
3.534 + SelectSpace setrgbcolor} bind def
3.535 + }{
3.536 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
3.537 + SelectSpace setrgbcolor} bind def
3.538 + } ifelse
3.539 +}{
3.540 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
3.541 +} ifelse
3.542 +1.000 UP
3.543 +1.000 UL
3.544 +LTb
3.545 +1.000 UL
3.546 +LT0
3.547 +LTb
3.548 +%%%%BeginImage
3.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
3.550 +InterpretLevel1 {
3.551 + %% Construct a box instead of image
3.552 + LTb
3.553 + 876 4852 M
3.554 + 5292 0 V
3.555 + 0 -4429 V
3.556 + -5292 0 V
3.557 + 876 4852 L
3.558 + 40 -110 R
3.559 + (PS level 2 image) Lshow
3.560 + % Read data but ignore it
3.561 + /imagebuf 15215 string def
3.562 + currentfile imagebuf readstring
3.563 +} {
3.564 +gsave
3.565 +876 4852 translate
3.566 +5292 -4429 scale
3.567 +%%%%BeginPalette
3.568 +[ /Indexed
3.569 + /DeviceRGB 63
3.570 + <
3.571 + 000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
3.572 + 202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
3.573 + 414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
3.574 + 616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
3.575 + 828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
3.576 + a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
3.577 + c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
3.578 + e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
3.579 + >
3.580 +] setcolorspace
3.581 +%%%%EndPalette
3.582 +<<
3.583 + /ImageType 1
3.584 + /Width 135
3.585 + /Height 113
3.586 + /BitsPerComponent 8
3.587 + /ImageMatrix [ 135 0 0 113 0 0 ]
3.588 + /Decode [ 0 255 ]
3.589 + /DataSource currentfile /ASCII85Decode filter
3.590 + /MultipleDataSources false
3.591 + /Interpolate false
3.592 +>>
3.593 +image
3.594 +} ifelse
3.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
3.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
3.597 +hSb//hSb//hSb/!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzzzzz
3.598 +zzzzzzzzzzz/hR/)zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cbqPzzzzzzzzzzzzzzzzzzzz
3.599 +zzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzz
3.600 +zzzzzzzzzzzzzz/hR2*zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cl"Qzzzzzzzzzzzzzzzzz
3.601 +zzzzzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzz!!30("98E%zzzzzzzzzzzz!%ol(zzzzzzzz
3.602 +zzzzzzzzzzz!s/T.zzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!!3+!sK#3zzzzzzzzzzzz!!!!
3.603 +O/cc%Szzzzz!#Yb:zzzzzzzzzzzz!!`]1":+u-zzzzzzzzzzzz!!"W(!<E<'zzzz!!!!@*uk7\zzzz
3.604 +zzzzzzz!!!!*#R:J8":5&.zzzzzzzzzzzz!%ol)!<WE(zzzz!!"/c*rl9@zzzzzzzzzzz!"92@#R:M
3.605 +:%hJ^@zzzzzzzzzzzz/hR,-!s/`<zzzz,9nEV+<UXazzzzzz!"]bX'EA+5zzz%h&dO#R:P=&-)\1zz
3.606 +zzzzzzzzz!!!!O/cYkW#R_+U'`\46zz!!!!@+<r'S+<1@]!!!!2&J>cnzzzz%hKBg&eP`izz!##qT%
3.607 +1<ON#RLqJzzzzzzzzzzzz!!"W(!!!<3%h]Tt,U!-fzz!$WO(+<`!S*>]G*'+b`f&el)szzz!!!!0&e
3.608 +Yll&JGfo(]XO9z'G:rg%h&jQ#RLnLzzzzzzzzzzzz!%ol(!!!EG'GhW0)^$=L-ia5I!!!!G-6F<O+<
3.609 +i$N(`!bs&.8sY%h]]q('"=7zz!"]\T'GM2n',23!)?9a;!#64a&eYcf%LijS$OmX\zzzzzzzzzzzz/
3.610 +hR,(!!",\)B:%I*?uaZ0.m5)!$`^8,9e9R+sJ'G(D[Yq%giIJ&Jc/u(B=F8zz&J5]l'bh;o',23#)#
3.611 +tNk(Ddl%'+tlg%h9'Y$Om[^'EA+5zzzzzzzzzz!!!!O/cYkO!!";h+=AZh.4H_t/h8Ft,U4NZ,9e6R
3.612 ++X.sG(DRMk"pG8C'Gqc,)&iPU!!!`I!!!]H'c%T#().Jt()[u.)AsD0(`!f!&eP]e&.]<^%1<OO&HD
3.613 +e2zzzzzzzzzz!!"W(z!!"Am.4Qr'/1N/#.P)qk+!`*T+s@sJ+<DXA'b:`Z%1<jc*#p"?*ZQ.<)Aa/(
3.614 +'GVB!()Rl*(Ddl)(`F;0(`4)*()7Ms&ePZd&.fB`$OdFRzzzzzzzzzzz!%ol(z!%03E/ho%6/h\n3/
3.615 +1Vne+X%sQ+WqdJ+<hmD((h)m'-%u5*ZcCF*ZZ4=)Aj;,()If*)&X;0)&X>1)]BS4)&O,*'bqAq&eP]
3.616 +f&.fB_%1EUPzzzzzzzzzzz/hR,(z-n$]'2)6pC0JP46/L;M`+Wr!O+s7sJ+X/!E)'0h?*?6+A+!2OE
3.617 +*?6":)&O2-(`=20)B0V7*#fk;*#fn=*#TS/().Dq&eYii&J>Wb$k3[Tzzzzzzzzzz!!!!O/cYkO!!!
3.618 +!I.krn=2E!HM1G:C1-6aWX*[;^J+r_UI+!DjO+<VaJ*Zc@D*??+>)]BV4)&O5/)&X>2)]Ke;*??.@+
3.619 +<VaI*?#e4'c%Js&ebli&J#<Y$OmOSzzzzzzzzzz!!"W(z!!";p0Jk^I3&WWK0JG"--R0cV+X%jK'c\
3.620 +A;+<D[L+<M[I*ZQ4A*?6":)&aA1)&X;0)&X>2*#ot?*ZlLK+sS<U*?5q6(DRZ!'GM2o&.K$U$k!@Mz
3.621 +zzzzzzzzz!%ol(z!!";p0fCsL3&WQJ0J=q+-6OET+<DRB',)<,*[)RH*Zc@B*#oq;)]BV4)&X;0)&O
3.622 +2.)&X;2*$$+D+XA<Z,pX][+<;@;(`*r&'GV;p%LidQ$471Pzzzzzzzzzz/hR,(z!$ER?1H%-L2Dm?I
3.623 +1+t./,U4NW+<_pL*$?@J+s7sL*??(=)]K\5)AsD1)&X8.(`=2/)&X;1*$6:I,UFca-7'o^*ZQ%7(`*
3.624 +u''bh8l%1N[Q$4.%Jzzzzzzzzz!!!!O/cYkOz+=Jir1c@6M2Dm?I1+k76.OlVb+sS3O+WqmO+WqjJ*
3.625 +?6%=*#fe7)&X;/(`*r((`+#+(`=53*[2dQ-71)f,pXcZ*ul4;(`4&('G:uh%LidR#mgnG$47.@zzzz
3.626 +zzzz!!"W(zz,:bN)2)[BP2E!EL0etI:0.nV$-RC,d+sS3R+WqjJ*?6%=)]BV4(`*u''bqH!()@]'(`
3.627 +=;8+sJ3X-RgJm,pji^+<2@=(`*o$&ePWb%1N[P#mgqG$4@4L$NL/,zzzzzzz!%ol(z!!!!B-SI542`
3.628 +EZS2E!BK1,C[?0et=5-n6Ym-mKr]+<M[I*ZQ+;)Aj8,()7Mt',)#n()@]%(`OP?+sJ9[.4Qes.46Jd
3.629 +*ZZ.9(D[Ys&J5Qc%1<ON$47+J$O[:L%1<.9zzzzzzz/hR,(z!$NX;0JkUF2`EZR2Dm<J1c$pD1,1I:
3.630 +.Olem-RU5d+sA$N*#fb5(D[c#'GD,m&eP`j'G_H$)]^(F+s\Td.k</%.k)bf*?,k5'bqAq&J5Qa%1E
3.631 +UP$k*OQ%1ERN$46b5zzzzzz!!!!O/cYkOz,U=fj1H%3O2`EZR2)I0I1G^jD1bpd<0e=n,.4HMe+s.j
3.632 +H)]9J/()7Ms',(uk&J>]i'c%W(*?QFK,:=oj/M/P*.O?2X*#TP.'bqDq&.]6[$k*OQ%1WgV%1<LM#m
3.633 +^h;$k*XHzzzzz!!"W(z!!!!G-7U`-2`E]U2`<NM1c7*G1c70K2)I0H1bgX9.O?;^*uu=>(`*r%'+to
3.634 +j&eP]f&J>]j'GhZ,*ZlRQ-7:;p/M/P*-6jQO)&F&(().An%h9'Z%1NaV%LrsW$k*LO$OI1J%1Wje,9
3.635 +mg*#ljr*zzz!%ol(z!!"Dq-n[863&iiT2)I0J1bpgC2)R9M2`ETN2)$^8,pa`V*?,n5().Gr&J5Qc&
3.636 +.oKc&.oNg(+pIE*?ldV-n6c".Ouno+WMF>)&O,)'+kff%hB0\%hB0\%LrpV$k!FN#mq(N%i$#s((LZ
3.637 +[(B=F8zzz/hR,(z!!"As0/YXH2`EWQ2)R6K1,C^B1c.'J2)I0I1G::,,Tn'H(`4#('b_2k%hB0]%hB
3.638 +3_&.oO-/hS%[*$HOP-RUAm.4$2^+<2=>)&F#$&eYff&.]<`&.fB`%LijT$O[:J#n%:U'GM5s&JQ*!*
3.639 +rl9@zz!!!!O/cYkOz!%]TM1,_$K2)[<K2Dm9G1,LdC1GgjB0JkR@/hJ@n+<2=;(`!f!&J,H_%h9'[%
3.640 +hC9F/hRbL'.tmT(E=J@,UXrd,U4HT*uu7:(`4&('GD,n&J,Nd&J,K`%1EXQ$OdCP$l'Ks(D@,b&eG^
3.641 +)+!i9bzz!!"W(zz0.AM-1G^mF2)@'E1G^gB1,LaB1,1F91,:R8.OQG^*#]Y1'b_2l%hB-[%PB@d/e9
3.642 +QG&.oKd&eZfL(`OVA+s.mK+<VgM*#]_6)&X5+()@Ps',(uj&J,H^$k*LP%LipZ',q])*Z,S'().l7(
3.643 +a:I[zz!%ol(z!!!!P.k35-1,1O=0JP780JYC>1GUaA0ekI>0eOn',p+-H)&O)&'+kd./hSb/%hC9'%
3.644 +hB0]%hK6]%hK:)'cS)5*$-.C+<V^G)]Te:*#]S0()@W"',(uj&.T-X$k*RT%M''_',)3"(`OG?,UFT
3.645 +_-Qacbzz/hR,(z!!"Z"-S@#*0/,%50.nb-/h\q71,LdB1,:R:.jlVe*?5t7(D[\u&eGQa/e8I&%Lrs
3.646 +Y%LrpX%LrpW%M'.(&JQ&u)BU%B*Zc@C*uuCA)]BS2(DRZ!'GD&h%LigS$O[CP%1s9h(De,/-6so]+"
3.647 +&?X,:>#nz!!!!O/cYkOz!&#]L/1rM,/1`A'.P!&%0/54:1,:O?1GCF3-R0cR)]0A-'b_5n&2"M)%Lr
3.648 +sZ%LrpX%1EUQ%1NaW%h('$&.oZn(`OG8*ZuUJ+<VdK*?#e3(D[\u&ePZc%hB-\%1WjX&f2H&*[iEg.
3.649 +P`>"+<r!X.46\rz!!"W(zz-n$Gl/1`>&/1W2#.P*#%/hSe31,UpG0eOn$+W_R?(`*r&',)uN&.]9]%
3.650 +LrsX%1N^T$O[:K$k*IM$4AHs&eYrs)&aJ:+X&!Q+X8*N*#fb3'bh;p&J,Ka%h9*\%hB9i(E=SM/i#4
3.651 +80/bX@-R^/X-n-GBz!%ol(z!!!!I,UOuj.k2ts-n-Pm.Oco#/2&\51c$sB/1;_c*ZH"8(`!i=/eJX*
3.652 +%h9'Z%1N^T$k*LO$47(G$47(G#qcSq&/#]q)&jV>+X83W,9\*I)&O/)'GM5p&ePWa%Ls![&JcB4+"]
3.653 +<*2`NTQ.4?Jr0e=Up.O"imz/hR,(z!!"2g,Ub&i.4HYm-71&f.P!#"/hf%:0et=0,U"3K)Aj;,'eU.
3.654 +3&.f?^%LijV$k*OP$O[:J#mgnD#mgnE#qcVs&eu6$)BBqF,U=Z]+W_XB(DRVu'GD,n&eYce&/#Qi)B
3.655 +gO\2DdBO3&WQH.P3>/1GC=//-#YM!!!!O/cYkOz!%]?@,pk#f-mp>f,pjuf-n$Mr/1`D)-n$Ab*ZQ(
3.656 +8()@St/eJX*%LrpW%1EXQ$OR7K$4."F#m^eB#RC\B/dr1!',DH))]g1K,UFZY+<279(D[]!'bhAt'G
3.657 +_E!(`=G?,:bN/4?PYa2Dd6F0J5%60eb75/cYkO!!"W(zz-n$;c-71)d,U=T[,UXoc-RL2i.Ouqo+sJ
3.658 +*K)&O)&'+uo0&.]9]%LigT$k!FN$4.%G#mgnE#mgkD#mgqk$OmUV',VW+*ZuXP,9e9Q*Z5b0()@W#(
3.659 +`!r,*Zl@F,9\<a2)dQZ5!D(g3]&cN1,(C90J5"1z!%ol(zz+sA*T,:+T[,9e?W,UOf`,pt,i-mp5_*
3.660 +uc%5().Dp&M=V*%LrsX$k*OP$O[:K#mgnE#mgnE#mgnE#mgqk$OdIU'G_Q++<_mP+sA'M)]BS2(`4)
3.661 +-)^-:H,U+K[-ndD73BTDf5!:th3]8lO/1`D,/hJY,z/hR,(z!!",a*[)XN+sA-S+sJ3T,UF]_-RU;h
3.662 +-R0`S)As>,'b_34&J,H`%LijU$k*LO$47(G#mgnE#mgnE$47+I$47+m$OdLW'G_K(*[)^N*uu@A*#T
3.663 +Y6)B0b@+s\K_-R^Go0/bdP4?Yei4?GP_2)?s=.kNA*/M&IR!!!!O/cYkOz!!!rZ*ZcFG*ZuOH+<M^L
3.664 +,9nK^-R^5b,U"0H)&F&''J:"1&J,H_%1EXR$O[:K#mgnE#mgnE#mgnF$47+J$47+m%1Wm]'G_T.+s\
3.665 +BX+<_dI*#ot=+<i'V-RgGm.k<;12E<i\4$,Ja3&riO0JG(//M&J(/1W4N!!"W(zz)B'P6*Zc=B*?6%
3.666 +>*?QFK,9nN_,pOZ\+W_R?(D[];'+tlh&.]9\$k*LO$OI+F#RC\A#mgnE#mq"G$4."G#mgtl%Ls$`(E
3.667 +=PA,:"KY+s7mH*?QFL,UY#i/1W;)/MJt>3BB,[2`EZQ2)-U5-nQr!.P*,%-n#&q!%ol(z!!!!9)&X;
3.668 +3*#fk:)]K_9*?Q@I+s\H\,9n<R*#TP/'eV*O&J,Ha%h9$W$OR4H#RCY?#6tJ>#RC_C#m^hC#RLeD#m
3.669 +gtl%M9Hp*?cUP-71#`+sA0V,9nK^.4m,)0J>+81GgsI2`<KM1c.!A.O6&V+!)p_/1`;#,ldoF/hR,(
3.670 +z!!!oS(`F>4)]K_8)B0Y8*$-.B+WqgM+<DL>'bh8m&2"M($k3XS$47(F#RC\@"pP89"pYA<#RC\A#6
3.671 +tM?#RC\B$4@:q&f)?(*?ZIM,pjre-n-Pl-RUDq0/#%71,:U?1G^jD1c.!D0eb:2.iBHW-S$_u.k<,!
3.672 +!!!!O/cYkOz!#cUi)&aG5)]BV5)B'P6*$$%@*ZQ1=(_mc!&eGR+%1<ON$4."F#m^eA#6tG;"U,)7"p
3.673 +YA<#6tJ=#6tM?#71_E$P"d&(`=>6*?c[V.kE2#.Ocbp.P*/)0JG1:1GLU=0f1^C1Ggg>/1i>#.4ZYf
3.674 +.P*,%.k</%!!"W(zz(`4),)&jM6)]K\5)B9\9*?6%>*#]\3((q/i%h1-"$OR1H#mgnD#RCY>"pP57"
3.675 +U,&6"pP;;#6tJ=#RC\A$47.L&/$T1(`F>7+snci/1`;$.Ochu/M8\21G^jD1GCL9/hJ_20eOq+-mU2
3.676 +i-m^&b.4Zr"/1N(K!%ol(z!!!!;'c.]+)]Kb:)]K\6)]Tk=*#ot=)]BP-&eGQ`/dr*q$4."F#mgkC#
3.677 +R1J;"U,&5"U,)7"pYA<#RC\B$47+I%1NaV&2"\9*?67N.4Zr$/1`;#.P*,%0etRC2)I-E0/"q0.k2u
3.678 +#.k2ng*@N3X-R0c\.jlhs.N\Wj/hR,(z!!!lQ(Dn&0*#ot=*#ot=*#ot>)]Te7)&X5(%h:3E$k!CL$
3.679 +4."G#mghA#6k>8"U,&5"U5/8#6tJ>#mgnF$474P%1NdY/hS%_,:+W`.4Qet.Olnu/MAe51Gq'K2)I$
3.680 +</1N(s,pOc],9e?\,9IjI,9e9V-R^>j+X$h</cYkOz!#HFf(`F;4*??.@*?H7D*ZlID*#fb5(DRSq/
3.681 +hRSA$O[=L$4."F#RCY?"pP57"U5/8"pYA=#RLeD$47.K%1WgV&J>^/()\;C.46Ji-n-So.4Qo%0/,.
3.682 +<2)[BN1+t1--6jWS)]Bb=+<;OB)':"I+!2UM,:+W[*WRfFzz(Ddf%)&jS:*ZcCE*ZuRK+X%pK*?5q7
3.683 +()/AR%h9!U$k!CL$4."E#R:S="pP89"pP8:#6tM?#mgqG$O[CR%Ls*c'GE)9)''tN-RC)d-R^Dn/1i
3.684 +M.0JbRE2`<KI.O?5Y)B0S3(`4/2)&F/1*$#q9)B9hD+sJ!H(+q3>z!!!!8'bhB#)BBh>+!;[L+X&!R
3.685 +,U4HT*uZ"5(+p42&.T-X$k*LO$47(G#R:S="pP8:#6tJ=#7(SA$4.(J$k<aW%M]]n'G`;=*?lgV,U=
3.686 +T\-RgMs/hSe30f([E0eOn',9@a@(Dmu*(`4)+()If*)&X5-)''b?+<2:3/hR,(z!!!ZE',DB&)]Tk@
3.687 ++sJ-P+sS?Y,pOTV*ZQ"L()%8k&.T-Y%1EXQ$47%E#6tJ<#6tJ=#6tJ>#RLeD#mq%K%1Wm\'G_As(+p
3.688 +LF+<r0X+sJ<].P*,%/M8\21,1F4-mg)Z*#]\3(Ddl((`4#('GhQ&(`+&.*$$%?*>TDC/cYkOz!"KJO
3.689 +'GhW+)B^4J+s8!Q,U=Z^,U+ES*%i'D'G:rg%h9'Y$k!CK#m^eA#6tJ=#6tM?#RC\A#RLeE$4@:Q%hB
3.690 +9e()7Q$)D3'S,:+W\+X8<_/1`>(/M8\..k2bg+W_XC)Aj;.(`*u*(`*u$)&X;-(E",2*??+<(B?'?z
3.691 +z%1Ng^()Ro-*[2dP+WqpR,UF`_+sJ*K/f,38&ePZc%LijU$OR4I#RC\@#7(P?#RC\A#RC\B#mgqH$k
3.692 +3^Y&/#]o()7T%/hS4h,:"KX+X\`j/1`;%.k)kk+sJ'M*?6":)&X8.(Ddl((D[f()&X5-)B'V:*#on5
3.693 +!%ol(z!!!!+$kEsd)&aG7+<hpO+<_sT,UF`]*uusN()%>m&.]9\$k*OO$4."E#6tM?#RC_C#mgnD#m
3.694 +gnF$471M%1a!]&Jc)q'G_N<*?ZON,9e<U,Ub/n.k2qp+sA*M*?#h7)B'G0)&O2,(Ddi%'c7c*)Aa51
3.695 +)]]q>*>nhW/hR,(z!!!?5&JGlq)B'S=+s7sM+<i$U,pa]U*%i!@'G:rf%h9$W$k*IM#m^eA#6tM@#m
3.696 +gnE#mgnF#mq"H$OdIR%M''^'G;&n/hS"]*ZuUK+!DgS-n6Vm,p=EO)]Te8(`=/-(`*u((D[f'()7Jt
3.697 +(D[l*(E=>5*$$(?)uosk/cYkOz!!`i@&JQ$"*$$(C+<M[K+X/-U,U+?`/f#-6&ePZb%LrpV$k!CK#m
3.698 +^eA#RC_C#mgqG$47+I$4@4M$k3XU%M'-`/hSak()\)5+<hpM+X89]-RL#\*ZQ+;)AsA/(Ddl((D[c%
3.699 +(Ddi$'GD/q(`4).)]Kb;*$$"!!!"W(zz"UYVK'c.f1*Zc@D*??7F+X/*T+WqgY(D@Dn&J,H^%LidS$
3.700 +OR1H#RC\A#RLeD#mgnE#mgqG$4@7N$k3[U%M16(&ebom(E"26+<_jL,UOi`,9\$G)AsD1)&F))()I`
3.701 +%()@Z$()7Pu'GhT')&aD3)]Tk>*#\eW!%ol(z!!!!'"q(kN',V]0*ZZ=B*?H=G+<_mN+"eHJ'b_,i&
3.702 +.]6\%1EXQ$4."E#RC\A#RC\B#mgkD#RLeD#n.4N$k*RT/hR\H&ebur)&jV?+sA'S-7'l[*?6"9)&O2
3.703 +,(Ddl((Ddi&()@Z#'c%N!(E",0)B0Y:*$$%<)?9a;/hR,(z!!!3/#n.=V'Gqc1*$$%>*#p(D+X%s\/
3.704 +f>H?&eGTb%h9'Y%1<ON#m^eA#7(S@#RC\A#RC\@#7(SA$4@4L$OdFR/eAR,',;<")&s_B,9nBX,U4B
3.705 +N)]BS3(`4),(Ddl((Ddi&()7Q!'c%W))]Te9*??.A*??$u!!!!O/cYkOz!!!94%M03a(E420'bqT**
3.706 +$67F+X%p[)Aj5)'+YTa%hB-Z$O[:J#RCY?#7(S?#RCY?"pY>:#6tPA#mq"H$k!Ir&.]<a',;?&*?QI
3.707 +M,9e<U+<DOB)AsD1)&O5.(`=/,(`*u(()I`$()Rr0*?H7C*Zc=A*#nqY!!"W(zz"pbPE%hT?g)]BY5
3.708 +)&=22*?H:F+<N3V)AX,'&eGTc%hB*W$jm=J#RCY?#R:S>#6kA9"U,&6"pP>>#mq%J/hR\H%hK?e'c@
3.709 +r2*[2jT+sJ3Q*ul4<)B'J3)B'J2)&X8.(`=2.(`!i')B9e>*Zc@D*?6";z!%ol(zz#7(YJ&eY`j(De
3.710 +,3()[r-(`aV<*ZcpP(_m\s&.fB`%LigS$OR.F#R:S>#6kD;"pG/6"U,&6"thM\/hSab$k<gZ&/,cs)
3.711 +]Tk?+=&0V+sJ0O*?5t9)B0V6)B'M4)B'M4)&aA1(D[i+*$-1B*?H4?*#]^qz/hR,(z!!!!'#R_+S'b
3.712 +M)o'GD5q()Ri((`=83/fPZE'+tlg%hB0\%1EUO#m^b@#6tJ="pP88"U,&5"U,)_/dVjl/di's&J5Nb
3.713 +'H%u8+<_mO,U=WZ,9\*J*#on:)B0S5)B'M4)B'J2)&X;/(`=85*??+>)]KV2(E!2Q!!!!O/cYkOz!!
3.714 +!91$OmX\'b_8p',2)o(Ddl))&aDG)&O,'&J,H`%hB-Y$k!CJ#6tJ=#6kA:"pP57"U,&5"U6Ra$47.K
3.715 +$k*[[&.fEn+<DUI+X&'X-7'o^-6aKN*#fh9)B'M4)B'M4)AsG2)&X;0)]K_8)]9M3(Ddo)'`\46!!"
3.716 +W(zz!!!<5%1j0f(`!i!'+trn'c.]()D3WZ(DRVs&.]<_%h9!V$OR.E#6tJ="pP89"pG/6"U,&6/dVj
3.717 +l$k*OR%h]Kd&fi/<*$-4H,:"]d-RC&c+s%^C)]BV5)B'J3)&X;0)&X>1)&X>3)Aj8,(Ddl'()I_dz!
3.718 +%ol(zz!!ruA%M9Bj(Ddc!&ebup()If*)D2jC().Do&.fB`%1EXQ$47%D#RCY>"pP88"pG28#6ujf#n
3.719 +.4O%1Ws_'GD,q,9n0L+X/6[-n-_t-mg8f*?5t8)&aA1)&X;0)&X;0)&X8-(`F2-(Dmu*()I`&(B=F8
3.720 +z/hR,(zz!!ioA&/,`m()@Su'bqN#(Dn&0/f>QD'b_2l&.f?_%1E[R$OI(F#RCY?"pP8:#7(P@/hRM>
3.721 +%hB3^&JGor'G_N2+rqaM,q(/j/2&M&-6scU)B'J2)&X;/(`=2-)&X;.(Ddl))&X5-)B0P1(E"%iz!!
3.722 +!!O/cYkOzz#7:qP&el&t(`!i'(`=/.)B0Y9/hSb/()%<5/hSae%LrmT$OR4I#m^eA#7(S@$4.%l$k3
3.723 +^Y&el#q(E+/,*?cXK+<i*Z.Ocu(0.SFs*uu:=)&X;/(`4&*(Ddi(()@]&(Dn&0*#]\8*ul.9)&N>Rz
3.724 +!!"W(zz!!!!($4[X]'c.c-(`+,0(`F>5*??.@)]K\J/hRhN&eZfL%hB'W$OR4I#mgnD#m^hE$SDr!&
3.725 +JGiq(`484*?5tC,U+<U-7LDq.5E\6/h&+f)]Kb6(`*u)()@Z#'c%T%(Ddo*(E"24*#p%E+rhLB*WQ0
3.726 +?z!%ol(zz!!!62%M09h)B9e:)B9\6*#ot?+!2OE*#feK'bqJt&eYd//e&7!$O[:K$47(H$4@1n&.oT
3.727 +j()If+*??.?*$$1F+<W!\/1iP21c-p<-6jNK)B0G-(DRZ!'bqH!(Dmu+(`4),)&aD3)]]k<*Z5jrzz
3.728 +/hR,(zz"UGGF&/5s"*$6.=)]BV6*?H:F+<V^F*#on6(Ddi#',2#j/hRVC$k!FN$OdCO%5'7F'G_N(*
3.729 +$-1D+!)IG+<_mP,Uk5q/i#7@1G:.$*uZ"8*#0/$'GD/p'G_K%()@]&(`4,/)]K_9*#on8)'8hYz!!!
3.730 +!O/cYkOz!!!!&#n.:U'Gh]/+!2C?)B9e@+sS?W+sJ'L+!)I@)]BP.()%>p&2#Rf%LimX%h0!Y/eJd5
3.731 +(E4;5*ZlOL+<i$U,:4fe/1iM/1,CaC/0c5V(`450',)&n',;2r()I`&(Ddo*(`FA6*??.A*uZ%?+TM
3.732 +KBz!!"W(zz!!!3-$kEsb(E=M?+W_XF+!DpW-R^>g-70l\+sJ'L*?5n5(_mc#&J>X-%hK6`/hR\f'G_
3.733 +Q()]Tk@+X/3W,UOic-n?f"/hf"71,:R9,Tn'E)&3i!'GD,n'bhE"(D[f'(Dn#.)]Th<*ZlIE)]BkCz
3.734 +z!%ol(zz!!``=&JGip+!`'T*?H@I,UFcb-n-Vr.4HMf,:"HR*#on9(`*u&'GD-4/hSai&hXk6()Ru1
3.735 +*?QFK,:4`a-R^Do/hJS)/ho%70eXt!*?,q8',)#l'+trn'GV>u()Ic()&aG5)]^"C+WqjF)BpC+zz/
3.736 +hR,(zz#RCqR'G_Q0,UFWV+X/-W,UFcb-n-Vr.OZPe+sJ!H*#fe6(Ddi&().Jt/e\p5'c%W')B9b=+!
3.737 +DmT,pald-RgPu/1N,#/h\q7.3p&[*?5h.',)#l&eu)p'GV>u(Ddo+)]Kb;*ZlLK,9IaD+TMKBz!!!!
3.738 +O/cYkOz!!!!*#n[jd(`OVD-7'l[+<_pQ,9nEY,UOld-7'l[+<MRB)]KV2(Ddi&'bqDt'GM8t(Dn#.*
3.739 +$$(B+<r-X,:+]a-7:5m.Ocl#0/5(,-R9fO(_dVs',2)m',)#n'bqK"(Dn#.*$$(B+!;^O*Z?:Ozz!!
3.740 +"W(zz!!rr?&Ju<$)^$@N,9@mI*??.E,9nEX-71&b,pXWT*?5t9)&F&('c%Q#'bqGu'bqH!(Dn&1*$$
3.741 +%B+sS<U+X86W,pt/l.4[#'/g_nn+WV@6'bh>q'+trl',)#p'bqH!(Dn&0*$-.C+<haG*$P@_zz!%ol
3.742 +(zz#mq(T)As>-(`a_?)B'M6*?6(@+X/*T,pai^+Wh^D)B'J0'bqGu'bqGu'GM5q'GM8t(`=51*#fh>
3.743 ++<VgM+X80T,pk)k.k2qq,paiX)As;*'GM5p&eYfj&ebuo'GM8t(`4,0*??4E+W_mL,U<?izz/hR,(z
3.744 +!!!!+$Ommj)AX)'(Dn,1(`4,.*?-%A+s\K],U4ES*#fb5)&F&''GM5p'GD/o',2)n'GV>t(Dn#.)&a
3.745 +P;*ZuOH+sJ-P+=/B`-RU5d,pF<K(`*o$'GD,m&eblk',)#m'GM8t()@c,)]TqA+!DaT-ia5Iz!!!!O
3.746 +/cYkOz!"0/E&/H*"(D[`"'c%W%(`!o,+!;aQ-6scY*ZuXL)AsP4()7Jr',)#m'GD)m',)#n'GM5r(D
3.747 +dl))&jP:*?H4C+<VgN,:+`d-RU5g,p49I()7Mt'GM2o',)&n',2)n',)&o'c.W'(`se>*??4%zz!!"
3.748 +W(zz%M'!\',D?"()7Mu()I]$(Dn#0*$-4G+X%sN,9RpC*$#q5().Dr',2)m&eYfi&J>`j',)&o()If
3.749 +))&aJ7*??.A+X83X-7LAl.4?Pg+WV@8'c%Q"'GM5s'GhQ$'bqDs',)&n'GM<")]0J6'I!MWzz!%ol(
3.750 +z!!!!1%M9<e()I]$'bh>s()7T$(`FA7*ZuUM+WqmL*#]\5)&<u&',)#l'+toj&eP]e&J5Tf&eboo()
3.751 +Rl+)B'S9*uu@E+seQb.4HYp.4->`*#TP2(`*r)(`+#,(Ddi%'c%Q!'GM2o',;2q'HA)6+ohTCzz/hR
3.752 +,(zz'bhAu()Ri'(_mf'()If+*ZuXP-RgMk,pjfW*#fb3'bqAp&eYfi&eYfh&J5Qc&.fEd',22t(Dn#
3.753 +-)B0\=+!2[P-7LGq.k3"s-RU)W)]K_6(Dn&/)]BV2)&O8/(`+#)()@Ps&ebup)&X:lzz!!!!O/cYkO
3.754 +z!!!!8()Ic&'c.]&(E").)AsJ9+s\Wi/h\h,.OZD]*ZGt4()7Jr&eYcg&J5Te&J5Qc&.oNg'bqK#(`
3.755 +=52)]^"C+s\Nb.P*,%.k3"r,TRpG*#]b6)]BV6)]Th>*$#t9)&X>1(DRSs'GD)p'`\46zz!!"W(zz!
3.756 +!!!:)&X;,'GhN#)&aG7+s/!U-nHu*1,:I5.jH/Y*ZGq5(DIPs'+toj&J5Wf&J5Te&J>]i'G_K%)&aG
3.757 +7+!DdQ-7C>p/1iG*.k)hl+W_[D*#fk;)]Th<*ZlIE)]Te8)&=&''GM2n&J5Zizzz!%ol(zz!!!!:)A
3.758 +sA/()e&/)]U%J,q(/m.kWM.0eY+/,U"9Q*#fe6(DRVu'+toj&eYfi&J5Tf&eYil()If+*$$%B+seTc
3.759 +.kNA,/MA_,.4?Gd+!2OF*??.A+!)OJ+WqmL*#]_4'bqK!'b_2l&eb6Fzzz/hR,(zz!!!oU)B'G2)As
3.760 +J6+t4rk.4Zr%0.nh//hSY%+sJ0M*#f_3(_mc"',2,o'+toi&eYfi'GV?!(`FG;*[)aR-7CDt0ekF=0
3.761 +J>"/-6s`Y+!;XH*ZlLJ+X/*R+!)C?)Aa5-(`F2*'bV,k&HDe2zz!!!!O/cYkOzz!!!oU)B'M4)]g1N
3.762 +.ki\/.OZi#0/"q1/1;eg+<_^E)AsD0(D[c$'bqDr',2,n',)&o()Il/*$?IQ,paog/M8\41,:R<0J>
3.763 +",,U=QX+WhgL+<i$S+sA'N*ZH(9'cS#1*Zc79'+tlWzzz!!"W(zzz!#cao)B'P7*[)j]0ek10.P!)(
3.764 +0/,"/-R9lZ*uu@@)&X8-()@Z#'bqGu'bh>s'c%Q%)&aV@,Uk/j.P*8/1GUaA1,1I;0/"h(-R9r_+sJ
3.765 +6V,9nBU+!)RG+<2CA+!)LH*ul.7'+t9Fzzz!%ol(zzz!#cdq)]KnC,qUi+0JOt'-n6_u0.e\&-6s`V
3.766 +*ZZ1<)&O/*()I`%()Rl(()Ri'(Dn&1*?Z^Y.P!,*1,C^B1c$pC0etL=0.SM"-RU/b,U=W[,9e9S+X&
3.767 +!P+WhdK+W_dM*uc(5zzzz/hR,(zzz!#ljr*?HOW/ho"3/hSOt.4H\n-71)c+s.mK*ZZ4=)&F)*(D[c
3.768 +&)&X;0)&aG5)^$=O-RgMp.kWP31G^gC1c$mB1,:O;/h/>"-mg5c,9e<U+X&!O+<M^M,9n<U+sJ3S*?
3.769 +5stzzz!!!!O/cYkOzzz!#ljt,:+or0J5%1/1Del-m^/a+sJ3S+WhdI*#]\4(`4)+(Dn#,)&aG5*$$"
3.770 +A+XAB_.P*2)0JYC?1GgpF1GU^@0ek=4.4Qbn,paf\!!!!B+WhaH+<_pQ,U4T\,U4HT+<CL_zzz!!"W
3.771 +(zzzz)]]qA-S@220eY%-.k<"q-6sf[+WqmK)]Tk;)&X;.(Ddl))&O2.)&aG7*?Q@H,UFff/MAe61G^
3.772 +jE2)R3H1GU^?/L`%r.4$5b,U39hz!$34)+X/*Y-RL,c,U=KUzzzz!%ol(zzzz!$NL80f(U@/L`&!.O
3.773 +c_m-7:&a,9.XA)]BP2'c%Q#(Ddo*(`=21)]Ke>+sJ6X,pt2q0/>=>1GgsH1c.!D0eOn&-RU;h,pWHj
3.774 +zz+!2[N+sSHb-71&c,pai;zzzz/hR,(zzzz!$NdD1G^^:-m^)b-6jc`.4?Mg)&=#*()@W!'bhAs()I
3.775 +`')&aJ8*ZcCI,paoe.kWG.1,:XB1c7*H1GLR8/L`(s-RU5@zzz*[2jS,V(Dp-RU;j.0'>Jzzz!!!!O
3.776 +/cYkOzzzz!$NgI0eY"%,9e9U,:+W^+<;I?(`*l#'+trk'+trm'c%T&)&jP9*ZuUO-71/l/M8_31,C^
3.777 +B1,C[>0.SP%.4?Smzzz!!!!?+=&3Y.P!"s.P*+Nzzzz!!"W(zzzzz+t,&q.jcSf+s.sP+sS9Q)]TY.
3.778 +',2&k&J5Tf&J5Zk'c%T&)B'P8*ZuXP,q(/l/MA_21,1L=0/,(2zzzzzz+seNb/hJM'/M7#'zzzz!%o
3.779 +l(zzzzz!!"Jt,pFKT*uuII+<;IA)]'5+'G1le%hK9`&J5Wh'GVAt)&O>4*ZuXP-7:2j.kWD+/h\e*/
3.780 +H>bNzzzzz!!!!F-6t<"/1N>,zzzzz/hR,(zzzzz!!"Dn+s7mE)B9h?*#on8(Ddl'&ebcf&.fBb&J>c
3.781 +m'GV;t(`=53*?QFK,U=`^,q:Aq/1N(Kzzzzzz!!!!F,r./(/2.&(zzzz!!!!O/cYkOzzzzz!$ij6*Z
3.782 +>n7)]BY6(`*r(()7Mt',)#m&eYfi'GV>u'c%Pb)&aIpz,U4N[zzzzzzzz!!!!D0JFq,0)ttPzzzz!!
3.783 +"W(zzzzzz+<r$N(`4/1)&X5-()@]%'`\46z!!!!5zzzzzzzzzzzzz!!"5q.kE1Nzzzzz!%ol(zzzzz
3.784 +!!!!>+<MR?(`+#+(Ddi%'bp]Kzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!!!rY*Z>n6(`<;i().Gs
3.785 +'EA+5zzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
3.786 +hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb
3.787 +//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
3.788 +InterpretLevel1 not {
3.789 + grestore
3.790 +} if
3.791 +grestore
3.792 +%%%%EndImage
3.793 +1.000 UL
3.794 +LTb
3.795 +1.000 UP
3.796 +1.000 UL
3.797 +LTb
3.798 +stroke
3.799 +grestore
3.800 +end
3.801 +showpage
3.802 +%%Trailer
3.803 +%%DocumentFonts: Helvetica
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
4.2 +++ b/singlegene_example_2682_Pitx2_SS_jet.eps Sun Apr 19 14:19:52 2009 -0700
4.3 @@ -0,0 +1,794 @@
4.4 +%!PS-Adobe-2.0 EPSF-2.0
4.5 +%%Title: singlegene_example_2682_Pitx2_SS_jet.eps
4.6 +%%Creator: gnuplot 4.2 patchlevel 2
4.7 +%%CreationDate: Sun Apr 19 14:08:05 2009
4.8 +%%DocumentFonts: (atend)
4.9 +%%BoundingBox: 50 50 410 302
4.10 +%%EndComments
4.11 +%%BeginProlog
4.12 +/gnudict 256 dict def
4.13 +gnudict begin
4.14 +%
4.15 +% The following 6 true/false flags may be edited by hand if required
4.16 +% The unit line width may also be changed
4.17 +%
4.18 +/Color true def
4.19 +/Blacktext false def
4.20 +/Solid true def
4.21 +/Dashlength 1 def
4.22 +/Landscape false def
4.23 +/Level1 false def
4.24 +/Rounded false def
4.25 +/TransparentPatterns false def
4.26 +/gnulinewidth 5.000 def
4.27 +/userlinewidth gnulinewidth def
4.28 +%
4.29 +/vshift -46 def
4.30 +/dl1 {
4.31 + 10.0 Dashlength mul mul
4.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
4.33 +} def
4.34 +/dl2 {
4.35 + 10.0 Dashlength mul mul
4.36 + Rounded { currentlinewidth 0.75 mul add } if
4.37 +} def
4.38 +/hpt_ 31.5 def
4.39 +/vpt_ 31.5 def
4.40 +/hpt hpt_ def
4.41 +/vpt vpt_ def
4.42 +Level1 {} {
4.43 +/SDict 10 dict def
4.44 +systemdict /pdfmark known not {
4.45 + userdict /pdfmark systemdict /cleartomark get put
4.46 +} if
4.47 +SDict begin [
4.48 + /Title (singlegene_example_2682_Pitx2_SS_jet.eps)
4.49 + /Subject (gnuplot plot)
4.50 + /Creator (gnuplot 4.2 patchlevel 2 )
4.51 + /Author (Bayle Shanks,,,)
4.52 +% /Producer (gnuplot)
4.53 +% /Keywords ()
4.54 + /CreationDate (Sun Apr 19 14:08:05 2009)
4.55 + /DOCINFO pdfmark
4.56 +end
4.57 +} ifelse
4.58 +%
4.59 +% Gnuplot Prolog Version 4.2 (August 2006)
4.60 +%
4.61 +/M {moveto} bind def
4.62 +/L {lineto} bind def
4.63 +/R {rmoveto} bind def
4.64 +/V {rlineto} bind def
4.65 +/N {newpath moveto} bind def
4.66 +/Z {closepath} bind def
4.67 +/C {setrgbcolor} bind def
4.68 +/f {rlineto fill} bind def
4.69 +/vpt2 vpt 2 mul def
4.70 +/hpt2 hpt 2 mul def
4.71 +/Lshow {currentpoint stroke M 0 vshift R
4.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
4.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
4.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
4.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
4.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
4.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
4.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
4.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
4.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
4.81 +/BL {stroke userlinewidth 2 mul setlinewidth
4.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
4.83 +/AL {stroke userlinewidth 2 div setlinewidth
4.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
4.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
4.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
4.87 +/PL {stroke userlinewidth setlinewidth
4.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
4.89 +% Default Line colors
4.90 +/LCw {1 1 1} def
4.91 +/LCb {0 0 0} def
4.92 +/LCa {0 0 0} def
4.93 +/LC0 {1 0 0} def
4.94 +/LC1 {0 1 0} def
4.95 +/LC2 {0 0 1} def
4.96 +/LC3 {1 0 1} def
4.97 +/LC4 {0 1 1} def
4.98 +/LC5 {1 1 0} def
4.99 +/LC6 {0 0 0} def
4.100 +/LC7 {1 0.3 0} def
4.101 +/LC8 {0.5 0.5 0.5} def
4.102 +% Default Line Types
4.103 +/LTw {PL [] 1 setgray} def
4.104 +/LTb {BL [] LCb DL} def
4.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
4.106 +/LT0 {PL [] LC0 DL} def
4.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
4.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
4.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
4.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
4.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
4.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
4.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
4.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
4.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
4.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
4.117 + hpt neg vpt neg V hpt vpt neg V
4.118 + hpt vpt V hpt neg vpt V closepath stroke
4.119 + Pnt} def
4.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
4.121 + currentpoint stroke M
4.122 + hpt neg vpt neg R hpt2 0 V stroke
4.123 + } def
4.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
4.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
4.126 + hpt2 neg 0 V closepath stroke
4.127 + Pnt} def
4.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
4.129 + hpt2 vpt2 neg V currentpoint stroke M
4.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
4.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
4.132 + hpt neg vpt -1.62 mul V
4.133 + hpt 2 mul 0 V
4.134 + hpt neg vpt 1.62 mul V closepath stroke
4.135 + Pnt} def
4.136 +/Star {2 copy Pls Crs} def
4.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
4.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
4.139 + hpt2 neg 0 V closepath fill} def
4.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
4.141 + hpt neg vpt -1.62 mul V
4.142 + hpt 2 mul 0 V
4.143 + hpt neg vpt 1.62 mul V closepath fill} def
4.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
4.145 + hpt neg vpt 1.62 mul V
4.146 + hpt 2 mul 0 V
4.147 + hpt neg vpt -1.62 mul V closepath stroke
4.148 + Pnt} def
4.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
4.150 + hpt neg vpt 1.62 mul V
4.151 + hpt 2 mul 0 V
4.152 + hpt neg vpt -1.62 mul V closepath fill} def
4.153 +/DiaF {stroke [] 0 setdash vpt add M
4.154 + hpt neg vpt neg V hpt vpt neg V
4.155 + hpt vpt V hpt neg vpt V closepath fill} def
4.156 +/Pent {stroke [] 0 setdash 2 copy gsave
4.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
4.158 + closepath stroke grestore Pnt} def
4.159 +/PentF {stroke [] 0 setdash gsave
4.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
4.161 + closepath fill grestore} def
4.162 +/Circle {stroke [] 0 setdash 2 copy
4.163 + hpt 0 360 arc stroke Pnt} def
4.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
4.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
4.166 +/C1 {BL [] 0 setdash 2 copy moveto
4.167 + 2 copy vpt 0 90 arc closepath fill
4.168 + vpt 0 360 arc closepath} bind def
4.169 +/C2 {BL [] 0 setdash 2 copy moveto
4.170 + 2 copy vpt 90 180 arc closepath fill
4.171 + vpt 0 360 arc closepath} bind def
4.172 +/C3 {BL [] 0 setdash 2 copy moveto
4.173 + 2 copy vpt 0 180 arc closepath fill
4.174 + vpt 0 360 arc closepath} bind def
4.175 +/C4 {BL [] 0 setdash 2 copy moveto
4.176 + 2 copy vpt 180 270 arc closepath fill
4.177 + vpt 0 360 arc closepath} bind def
4.178 +/C5 {BL [] 0 setdash 2 copy moveto
4.179 + 2 copy vpt 0 90 arc
4.180 + 2 copy moveto
4.181 + 2 copy vpt 180 270 arc closepath fill
4.182 + vpt 0 360 arc} bind def
4.183 +/C6 {BL [] 0 setdash 2 copy moveto
4.184 + 2 copy vpt 90 270 arc closepath fill
4.185 + vpt 0 360 arc closepath} bind def
4.186 +/C7 {BL [] 0 setdash 2 copy moveto
4.187 + 2 copy vpt 0 270 arc closepath fill
4.188 + vpt 0 360 arc closepath} bind def
4.189 +/C8 {BL [] 0 setdash 2 copy moveto
4.190 + 2 copy vpt 270 360 arc closepath fill
4.191 + vpt 0 360 arc closepath} bind def
4.192 +/C9 {BL [] 0 setdash 2 copy moveto
4.193 + 2 copy vpt 270 450 arc closepath fill
4.194 + vpt 0 360 arc closepath} bind def
4.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
4.196 + 2 copy moveto
4.197 + 2 copy vpt 90 180 arc closepath fill
4.198 + vpt 0 360 arc closepath} bind def
4.199 +/C11 {BL [] 0 setdash 2 copy moveto
4.200 + 2 copy vpt 0 180 arc closepath fill
4.201 + 2 copy moveto
4.202 + 2 copy vpt 270 360 arc closepath fill
4.203 + vpt 0 360 arc closepath} bind def
4.204 +/C12 {BL [] 0 setdash 2 copy moveto
4.205 + 2 copy vpt 180 360 arc closepath fill
4.206 + vpt 0 360 arc closepath} bind def
4.207 +/C13 {BL [] 0 setdash 2 copy moveto
4.208 + 2 copy vpt 0 90 arc closepath fill
4.209 + 2 copy moveto
4.210 + 2 copy vpt 180 360 arc closepath fill
4.211 + vpt 0 360 arc closepath} bind def
4.212 +/C14 {BL [] 0 setdash 2 copy moveto
4.213 + 2 copy vpt 90 360 arc closepath fill
4.214 + vpt 0 360 arc} bind def
4.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
4.216 + vpt 0 360 arc closepath} bind def
4.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
4.218 + neg 0 rlineto closepath} bind def
4.219 +/Square {dup Rec} bind def
4.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
4.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
4.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
4.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
4.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
4.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
4.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
4.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
4.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
4.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
4.230 + 2 copy vpt Square fill Bsquare} bind def
4.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
4.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
4.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
4.234 + Bsquare} bind def
4.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
4.236 + Bsquare} bind def
4.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
4.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
4.239 + 2 copy vpt Square fill Bsquare} bind def
4.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
4.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
4.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
4.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
4.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
4.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
4.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
4.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
4.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
4.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
4.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
4.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
4.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
4.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
4.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
4.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
4.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
4.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
4.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
4.259 +/DiaE {stroke [] 0 setdash vpt add M
4.260 + hpt neg vpt neg V hpt vpt neg V
4.261 + hpt vpt V hpt neg vpt V closepath stroke} def
4.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
4.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
4.264 + hpt2 neg 0 V closepath stroke} def
4.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
4.266 + hpt neg vpt -1.62 mul V
4.267 + hpt 2 mul 0 V
4.268 + hpt neg vpt 1.62 mul V closepath stroke} def
4.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
4.270 + hpt neg vpt 1.62 mul V
4.271 + hpt 2 mul 0 V
4.272 + hpt neg vpt -1.62 mul V closepath stroke} def
4.273 +/PentE {stroke [] 0 setdash gsave
4.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
4.275 + closepath stroke grestore} def
4.276 +/CircE {stroke [] 0 setdash
4.277 + hpt 0 360 arc stroke} def
4.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
4.279 +/DiaW {stroke [] 0 setdash vpt add M
4.280 + hpt neg vpt neg V hpt vpt neg V
4.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
4.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
4.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
4.284 + hpt2 neg 0 V Opaque stroke} def
4.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
4.286 + hpt neg vpt -1.62 mul V
4.287 + hpt 2 mul 0 V
4.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
4.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
4.290 + hpt neg vpt 1.62 mul V
4.291 + hpt 2 mul 0 V
4.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
4.293 +/PentW {stroke [] 0 setdash gsave
4.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
4.295 + Opaque stroke grestore} def
4.296 +/CircW {stroke [] 0 setdash
4.297 + hpt 0 360 arc Opaque stroke} def
4.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
4.299 +/Density {
4.300 + /Fillden exch def
4.301 + currentrgbcolor
4.302 + /ColB exch def /ColG exch def /ColR exch def
4.303 + /ColR ColR Fillden mul Fillden sub 1 add def
4.304 + /ColG ColG Fillden mul Fillden sub 1 add def
4.305 + /ColB ColB Fillden mul Fillden sub 1 add def
4.306 + ColR ColG ColB setrgbcolor} def
4.307 +/BoxColFill {gsave Rec PolyFill} def
4.308 +/PolyFill {gsave Density fill grestore grestore} def
4.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
4.310 +%
4.311 +% PostScript Level 1 Pattern Fill routine for rectangles
4.312 +% Usage: x y w h s a XX PatternFill
4.313 +% x,y = lower left corner of box to be filled
4.314 +% w,h = width and height of box
4.315 +% a = angle in degrees between lines and x-axis
4.316 +% XX = 0/1 for no/yes cross-hatch
4.317 +%
4.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
4.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
4.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
4.321 + gsave 1 setgray fill grestore clip
4.322 + currentlinewidth 0.5 mul setlinewidth
4.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
4.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
4.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
4.326 + {PFa 4 get mul 0 M 0 PFs V} for
4.327 + 0 PFa 6 get ne {
4.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
4.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
4.330 + } if
4.331 + stroke grestore} def
4.332 +%
4.333 +/languagelevel where
4.334 + {pop languagelevel} {1} ifelse
4.335 + 2 lt
4.336 + {/InterpretLevel1 true def}
4.337 + {/InterpretLevel1 Level1 def}
4.338 + ifelse
4.339 +%
4.340 +% PostScript level 2 pattern fill definitions
4.341 +%
4.342 +/Level2PatternFill {
4.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
4.344 + bind def
4.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
4.346 +<< Tile8x8
4.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
4.348 +>> matrix makepattern
4.349 +/Pat1 exch def
4.350 +<< Tile8x8
4.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
4.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
4.353 +>> matrix makepattern
4.354 +/Pat2 exch def
4.355 +<< Tile8x8
4.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
4.357 + 8 8 L 8 0 L 0 0 L fill}
4.358 +>> matrix makepattern
4.359 +/Pat3 exch def
4.360 +<< Tile8x8
4.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
4.362 + 0 12 M 12 0 L stroke}
4.363 +>> matrix makepattern
4.364 +/Pat4 exch def
4.365 +<< Tile8x8
4.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
4.367 + 0 -4 M 12 8 L stroke}
4.368 +>> matrix makepattern
4.369 +/Pat5 exch def
4.370 +<< Tile8x8
4.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
4.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
4.373 +>> matrix makepattern
4.374 +/Pat6 exch def
4.375 +<< Tile8x8
4.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
4.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
4.378 +>> matrix makepattern
4.379 +/Pat7 exch def
4.380 +<< Tile8x8
4.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
4.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
4.383 +>> matrix makepattern
4.384 +/Pat8 exch def
4.385 +<< Tile8x8
4.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
4.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
4.388 +>> matrix makepattern
4.389 +/Pat9 exch def
4.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
4.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
4.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
4.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
4.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
4.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
4.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
4.397 +} def
4.398 +%
4.399 +%
4.400 +%End of PostScript Level 2 code
4.401 +%
4.402 +/PatternBgnd {
4.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
4.404 +} def
4.405 +%
4.406 +% Substitute for Level 2 pattern fill codes with
4.407 +% grayscale if Level 2 support is not selected.
4.408 +%
4.409 +/Level1PatternFill {
4.410 +/Pattern1 {0.250 Density} bind def
4.411 +/Pattern2 {0.500 Density} bind def
4.412 +/Pattern3 {0.750 Density} bind def
4.413 +/Pattern4 {0.125 Density} bind def
4.414 +/Pattern5 {0.375 Density} bind def
4.415 +/Pattern6 {0.625 Density} bind def
4.416 +/Pattern7 {0.875 Density} bind def
4.417 +} def
4.418 +%
4.419 +% Now test for support of Level 2 code
4.420 +%
4.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
4.422 +%
4.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
4.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
4.425 +currentdict end definefont pop
4.426 +/MFshow {
4.427 + { dup 5 get 3 ge
4.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
4.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
4.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
4.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
4.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
4.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
4.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
4.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
4.436 + pop aload pop M} ifelse }ifelse }ifelse }
4.437 + ifelse }
4.438 + forall} bind def
4.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
4.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
4.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
4.442 +/MLshow { currentpoint stroke M
4.443 + 0 exch R
4.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
4.445 +/MRshow { currentpoint stroke M
4.446 + exch dup MFwidth neg 3 -1 roll R
4.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
4.448 +/MCshow { currentpoint stroke M
4.449 + exch dup MFwidth -2 div 3 -1 roll R
4.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
4.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
4.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
4.453 +end
4.454 +%%EndProlog
4.455 +gnudict begin
4.456 +gsave
4.457 +50 50 translate
4.458 +0.050 0.050 scale
4.459 +0 setgray
4.460 +newpath
4.461 +(Helvetica) findfont 140 scalefont setfont
4.462 +gsave % colour palette begin
4.463 +/maxcolors 64 def
4.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
4.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
4.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
4.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
4.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
4.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
4.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
4.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
4.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
4.473 + } ifelse} def
4.474 +/Constrain {
4.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
4.476 +/YIQ2RGB {
4.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
4.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
4.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
4.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
4.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
4.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
4.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
4.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
4.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
4.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
4.487 + if} ifelse} ifelse} ifelse} def
4.488 +/InterpolatedColor true def
4.489 +/grayindex {/gidx 0 def
4.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
4.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
4.492 + GrayA gidx get sub div} def
4.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
4.494 + RedA gidx get sub dgdxval mul add} def
4.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
4.496 + GreenA gidx get sub dgdxval mul add} def
4.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
4.498 + BlueA gidx get sub dgdxval mul add} def
4.499 +/interpolate {
4.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
4.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
4.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
4.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
4.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
4.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
4.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
4.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
4.508 + .9524 .9683 .9841 1 ] def
4.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508
4.510 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127
4.511 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627
4.512 + .5635 .5 ] def
4.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524
4.514 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1
4.515 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254
4.516 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
4.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1
4.518 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413
4.519 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4.520 + 0 0 ] def
4.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
4.522 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
4.523 +/pm3dGamma 1.0 1.5 div def
4.524 +/ColorSpace (RGB) def
4.525 +Color true and { % COLOUR vs. GRAY map
4.526 + InterpolatedColor { %% Interpolation vs. RGB-Formula
4.527 + /g {stroke pm3dround /grayv exch def interpolate
4.528 + SelectSpace setrgbcolor} bind def
4.529 + }{
4.530 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
4.531 + SelectSpace setrgbcolor} bind def
4.532 + } ifelse
4.533 +}{
4.534 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
4.535 +} ifelse
4.536 +1.000 UP
4.537 +1.000 UL
4.538 +LTb
4.539 +1.000 UL
4.540 +LT0
4.541 +LTb
4.542 +%%%%BeginImage
4.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
4.544 +InterpretLevel1 {
4.545 + %% Construct a box instead of image
4.546 + LTb
4.547 + 876 4852 M
4.548 + 5292 0 V
4.549 + 0 -4429 V
4.550 + -5292 0 V
4.551 + 876 4852 L
4.552 + 40 -110 R
4.553 + (PS level 2 image) Lshow
4.554 + % Read data but ignore it
4.555 + /imagebuf 15215 string def
4.556 + currentfile imagebuf readstring
4.557 +} {
4.558 +gsave
4.559 +876 4852 translate
4.560 +5292 -4429 scale
4.561 +%%%%BeginPalette
4.562 +[ /Indexed
4.563 + /DeviceRGB 63
4.564 + <
4.565 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
4.566 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
4.567 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
4.568 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
4.569 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
4.570 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
4.571 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
4.572 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
4.573 + >
4.574 +] setcolorspace
4.575 +%%%%EndPalette
4.576 +<<
4.577 + /ImageType 1
4.578 + /Width 135
4.579 + /Height 113
4.580 + /BitsPerComponent 8
4.581 + /ImageMatrix [ 135 0 0 113 0 0 ]
4.582 + /Decode [ 0 255 ]
4.583 + /DataSource currentfile /ASCII85Decode filter
4.584 + /MultipleDataSources false
4.585 + /Interpolate false
4.586 +>>
4.587 +image
4.588 +} ifelse
4.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
4.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
4.591 +hSb//hSb//hSb/!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzzzzz
4.592 +zzzzzzzzzzz/hR/)zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cbqPzzzzzzzzzzzzzzzzzzzz
4.593 +zzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzz
4.594 +zzzzzzzzzzzzzz/hR2*zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cl"Qzzzzzzzzzzzzzzzzz
4.595 +zzzzzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzz!!30("98E%zzzzzzzzzzzz!%ol(zzzzzzzz
4.596 +zzzzzzzzzzz!s/T.zzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!!3+!sK#3zzzzzzzzzzzz!!!!
4.597 +O/cc%Szzzzz!#Yb:zzzzzzzzzzzz!!`]1":+u-zzzzzzzzzzzz!!"W(!<E<'zzzz!!!!@*uk7\zzzz
4.598 +zzzzzzz!!!!*#R:J8":5&.zzzzzzzzzzzz!%ol)!<WE(zzzz!!"/c*rl9@zzzzzzzzzzz!"92@#R:M
4.599 +:%hJ^@zzzzzzzzzzzz/hR,-!s/`<zzzz,9nEV+<UXazzzzzz!"]bX'EA+5zzz%h&dO#R:P=&-)\1zz
4.600 +zzzzzzzzz!!!!O/cYkW#R_+U'`\46zz!!!!@+<r'S+<1@]!!!!2&J>cnzzzz%hKBg&eP`izz!##qT%
4.601 +1<ON#RLqJzzzzzzzzzzzz!!"W(!!!<3%h]Tt,U!-fzz!$WO(+<`!S*>]G*'+b`f&el)szzz!!!!0&e
4.602 +Yll&JGfo(]XO9z'G:rg%h&jQ#RLnLzzzzzzzzzzzz!%ol(!!!EG'GhW0)^$=L-ia5I!!!!G-6F<O+<
4.603 +i$N(`!bs&.8sY%h]]q('"=7zz!"]\T'GM2n',23!)?9a;!#64a&eYcf%LijS$OmX\zzzzzzzzzzzz/
4.604 +hR,(!!",\)B:%I*?uaZ0.m5)!$`^8,9e9R+sJ'G(D[Yq%giIJ&Jc/u(B=F8zz&J5]l'bh;o',23#)#
4.605 +tNk(Ddl%'+tlg%h9'Y$Om[^'EA+5zzzzzzzzzz!!!!O/cYkO!!";h+=AZh.4H_t/h8Ft,U4NZ,9e6R
4.606 ++X.sG(DRMk"pG8C'Gqc,)&iPU!!!`I!!!]H'c%T#().Jt()[u.)AsD0(`!f!&eP]e&.]<^%1<OO&HD
4.607 +e2zzzzzzzzzz!!"W(z!!"Am.4Qr'/1N/#.P)qk+!`*T+s@sJ+<DXA'b:`Z%1<jc*#p"?*ZQ.<)Aa/(
4.608 +'GVB!()Rl*(Ddl)(`F;0(`4)*()7Ms&ePZd&.fB`$OdFRzzzzzzzzzzz!%ol(z!%03E/ho%6/h\n3/
4.609 +1Vne+X%sQ+WqdJ+<hmD((h)m'-%u5*ZcCF*ZZ4=)Aj;,()If*)&X;0)&X>1)]BS4)&O,*'bqAq&eP]
4.610 +f&.fB_%1EUPzzzzzzzzzzz/hR,(z-n$]'2)6pC0JP46/L;M`+Wr!O+s7sJ+X/!E)'0h?*?6+A+!2OE
4.611 +*?6":)&O2-(`=20)B0V7*#fk;*#fn=*#TS/().Dq&eYii&J>Wb$k3[Tzzzzzzzzzz!!!!O/cYkO!!!
4.612 +!I.krn=2E!HM1G:C1-6aWX*[;^J+r_UI+!DjO+<VaJ*Zc@D*??+>)]BV4)&O5/)&X>2)]Ke;*??.@+
4.613 +<VaI*?#e4'c%Js&ebli&J#<Y$OmOSzzzzzzzzzz!!"W(z!!";p0Jk^I3&WWK0JG"--R0cV+X%jK'c\
4.614 +A;+<D[L+<M[I*ZQ4A*?6":)&aA1)&X;0)&X>2*#ot?*ZlLK+sS<U*?5q6(DRZ!'GM2o&.K$U$k!@Mz
4.615 +zzzzzzzzz!%ol(z!!";p0fCsL3&WQJ0J=q+-6OET+<DRB',)<,*[)RH*Zc@B*#oq;)]BV4)&X;0)&O
4.616 +2.)&X;2*$$+D+XA<Z,pX][+<;@;(`*r&'GV;p%LidQ$471Pzzzzzzzzzz/hR,(z!$ER?1H%-L2Dm?I
4.617 +1+t./,U4NW+<_pL*$?@J+s7sL*??(=)]K\5)AsD1)&X8.(`=2/)&X;1*$6:I,UFca-7'o^*ZQ%7(`*
4.618 +u''bh8l%1N[Q$4.%Jzzzzzzzzz!!!!O/cYkOz+=Jir1c@6M2Dm?I1+k76.OlVb+sS3O+WqmO+WqjJ*
4.619 +?6%=*#fe7)&X;/(`*r((`+#+(`=53*[2dQ-71)f,pXcZ*ul4;(`4&('G:uh%LidR#mgnG$47.@zzzz
4.620 +zzzz!!"W(zz,:bN)2)[BP2E!EL0etI:0.nV$-RC,d+sS3R+WqjJ*?6%=)]BV4(`*u''bqH!()@]'(`
4.621 +=;8+sJ3X-RgJm,pji^+<2@=(`*o$&ePWb%1N[P#mgqG$4@4L$NL/,zzzzzzz!%ol(z!!!!B-SI542`
4.622 +EZS2E!BK1,C[?0et=5-n6Ym-mKr]+<M[I*ZQ+;)Aj8,()7Mt',)#n()@]%(`OP?+sJ9[.4Qes.46Jd
4.623 +*ZZ.9(D[Ys&J5Qc%1<ON$47+J$O[:L%1<.9zzzzzzz/hR,(z!$NX;0JkUF2`EZR2Dm<J1c$pD1,1I:
4.624 +.Olem-RU5d+sA$N*#fb5(D[c#'GD,m&eP`j'G_H$)]^(F+s\Td.k</%.k)bf*?,k5'bqAq&J5Qa%1E
4.625 +UP$k*OQ%1ERN$46b5zzzzzz!!!!O/cYkOz,U=fj1H%3O2`EZR2)I0I1G^jD1bpd<0e=n,.4HMe+s.j
4.626 +H)]9J/()7Ms',(uk&J>]i'c%W(*?QFK,:=oj/M/P*.O?2X*#TP.'bqDq&.]6[$k*OQ%1WgV%1<LM#m
4.627 +^h;$k*XHzzzzz!!"W(z!!!!G-7U`-2`E]U2`<NM1c7*G1c70K2)I0H1bgX9.O?;^*uu=>(`*r%'+to
4.628 +j&eP]f&J>]j'GhZ,*ZlRQ-7:;p/M/P*-6jQO)&F&(().An%h9'Z%1NaV%LrsW$k*LO$OI1J%1Wje,9
4.629 +mg*#ljr*zzz!%ol(z!!"Dq-n[863&iiT2)I0J1bpgC2)R9M2`ETN2)$^8,pa`V*?,n5().Gr&J5Qc&
4.630 +.oKc&.oNg(+pIE*?ldV-n6c".Ouno+WMF>)&O,)'+kff%hB0\%hB0\%LrpV$k!FN#mq(N%i$#s((LZ
4.631 +[(B=F8zzz/hR,(z!!"As0/YXH2`EWQ2)R6K1,C^B1c.'J2)I0I1G::,,Tn'H(`4#('b_2k%hB0]%hB
4.632 +3_&.oO-/hS%[*$HOP-RUAm.4$2^+<2=>)&F#$&eYff&.]<`&.fB`%LijT$O[:J#n%:U'GM5s&JQ*!*
4.633 +rl9@zz!!!!O/cYkOz!%]TM1,_$K2)[<K2Dm9G1,LdC1GgjB0JkR@/hJ@n+<2=;(`!f!&J,H_%h9'[%
4.634 +hC9F/hRbL'.tmT(E=J@,UXrd,U4HT*uu7:(`4&('GD,n&J,Nd&J,K`%1EXQ$OdCP$l'Ks(D@,b&eG^
4.635 +)+!i9bzz!!"W(zz0.AM-1G^mF2)@'E1G^gB1,LaB1,1F91,:R8.OQG^*#]Y1'b_2l%hB-[%PB@d/e9
4.636 +QG&.oKd&eZfL(`OVA+s.mK+<VgM*#]_6)&X5+()@Ps',(uj&J,H^$k*LP%LipZ',q])*Z,S'().l7(
4.637 +a:I[zz!%ol(z!!!!P.k35-1,1O=0JP780JYC>1GUaA0ekI>0eOn',p+-H)&O)&'+kd./hSb/%hC9'%
4.638 +hB0]%hK6]%hK:)'cS)5*$-.C+<V^G)]Te:*#]S0()@W"',(uj&.T-X$k*RT%M''_',)3"(`OG?,UFT
4.639 +_-Qacbzz/hR,(z!!"Z"-S@#*0/,%50.nb-/h\q71,LdB1,:R:.jlVe*?5t7(D[\u&eGQa/e8I&%Lrs
4.640 +Y%LrpX%LrpW%M'.(&JQ&u)BU%B*Zc@C*uuCA)]BS2(DRZ!'GD&h%LigS$O[CP%1s9h(De,/-6so]+"
4.641 +&?X,:>#nz!!!!O/cYkOz!&#]L/1rM,/1`A'.P!&%0/54:1,:O?1GCF3-R0cR)]0A-'b_5n&2"M)%Lr
4.642 +sZ%LrpX%1EUQ%1NaW%h('$&.oZn(`OG8*ZuUJ+<VdK*?#e3(D[\u&ePZc%hB-\%1WjX&f2H&*[iEg.
4.643 +P`>"+<r!X.46\rz!!"W(zz-n$Gl/1`>&/1W2#.P*#%/hSe31,UpG0eOn$+W_R?(`*r&',)uN&.]9]%
4.644 +LrsX%1N^T$O[:K$k*IM$4AHs&eYrs)&aJ:+X&!Q+X8*N*#fb3'bh;p&J,Ka%h9*\%hB9i(E=SM/i#4
4.645 +80/bX@-R^/X-n-GBz!%ol(z!!!!I,UOuj.k2ts-n-Pm.Oco#/2&\51c$sB/1;_c*ZH"8(`!i=/eJX*
4.646 +%h9'Z%1N^T$k*LO$47(G$47(G#qcSq&/#]q)&jV>+X83W,9\*I)&O/)'GM5p&ePWa%Ls![&JcB4+"]
4.647 +<*2`NTQ.4?Jr0e=Up.O"imz/hR,(z!!"2g,Ub&i.4HYm-71&f.P!#"/hf%:0et=0,U"3K)Aj;,'eU.
4.648 +3&.f?^%LijV$k*OP$O[:J#mgnD#mgnE#qcVs&eu6$)BBqF,U=Z]+W_XB(DRVu'GD,n&eYce&/#Qi)B
4.649 +gO\2DdBO3&WQH.P3>/1GC=//-#YM!!!!O/cYkOz!%]?@,pk#f-mp>f,pjuf-n$Mr/1`D)-n$Ab*ZQ(
4.650 +8()@St/eJX*%LrpW%1EXQ$OR7K$4."F#m^eB#RC\B/dr1!',DH))]g1K,UFZY+<279(D[]!'bhAt'G
4.651 +_E!(`=G?,:bN/4?PYa2Dd6F0J5%60eb75/cYkO!!"W(zz-n$;c-71)d,U=T[,UXoc-RL2i.Ouqo+sJ
4.652 +*K)&O)&'+uo0&.]9]%LigT$k!FN$4.%G#mgnE#mgkD#mgqk$OmUV',VW+*ZuXP,9e9Q*Z5b0()@W#(
4.653 +`!r,*Zl@F,9\<a2)dQZ5!D(g3]&cN1,(C90J5"1z!%ol(zz+sA*T,:+T[,9e?W,UOf`,pt,i-mp5_*
4.654 +uc%5().Dp&M=V*%LrsX$k*OP$O[:K#mgnE#mgnE#mgnE#mgqk$OdIU'G_Q++<_mP+sA'M)]BS2(`4)
4.655 +-)^-:H,U+K[-ndD73BTDf5!:th3]8lO/1`D,/hJY,z/hR,(z!!",a*[)XN+sA-S+sJ3T,UF]_-RU;h
4.656 +-R0`S)As>,'b_34&J,H`%LijU$k*LO$47(G#mgnE#mgnE$47+I$47+m$OdLW'G_K(*[)^N*uu@A*#T
4.657 +Y6)B0b@+s\K_-R^Go0/bdP4?Yei4?GP_2)?s=.kNA*/M&IR!!!!O/cYkOz!!!rZ*ZcFG*ZuOH+<M^L
4.658 +,9nK^-R^5b,U"0H)&F&''J:"1&J,H_%1EXR$O[:K#mgnE#mgnE#mgnF$47+J$47+m%1Wm]'G_T.+s\
4.659 +BX+<_dI*#ot=+<i'V-RgGm.k<;12E<i\4$,Ja3&riO0JG(//M&J(/1W4N!!"W(zz)B'P6*Zc=B*?6%
4.660 +>*?QFK,9nN_,pOZ\+W_R?(D[];'+tlh&.]9\$k*LO$OI+F#RC\A#mgnE#mq"G$4."G#mgtl%Ls$`(E
4.661 +=PA,:"KY+s7mH*?QFL,UY#i/1W;)/MJt>3BB,[2`EZQ2)-U5-nQr!.P*,%-n#&q!%ol(z!!!!9)&X;
4.662 +3*#fk:)]K_9*?Q@I+s\H\,9n<R*#TP/'eV*O&J,Ha%h9$W$OR4H#RCY?#6tJ>#RC_C#m^hC#RLeD#m
4.663 +gtl%M9Hp*?cUP-71#`+sA0V,9nK^.4m,)0J>+81GgsI2`<KM1c.!A.O6&V+!)p_/1`;#,ldoF/hR,(
4.664 +z!!!oS(`F>4)]K_8)B0Y8*$-.B+WqgM+<DL>'bh8m&2"M($k3XS$47(F#RC\@"pP89"pYA<#RC\A#6
4.665 +tM?#RC\B$4@:q&f)?(*?ZIM,pjre-n-Pl-RUDq0/#%71,:U?1G^jD1c.!D0eb:2.iBHW-S$_u.k<,!
4.666 +!!!!O/cYkOz!#cUi)&aG5)]BV5)B'P6*$$%@*ZQ1=(_mc!&eGR+%1<ON$4."F#m^eA#6tG;"U,)7"p
4.667 +YA<#6tJ=#6tM?#71_E$P"d&(`=>6*?c[V.kE2#.Ocbp.P*/)0JG1:1GLU=0f1^C1Ggg>/1i>#.4ZYf
4.668 +.P*,%.k</%!!"W(zz(`4),)&jM6)]K\5)B9\9*?6%>*#]\3((q/i%h1-"$OR1H#mgnD#RCY>"pP57"
4.669 +U,&6"pP;;#6tJ=#RC\A$47.L&/$T1(`F>7+snci/1`;$.Ochu/M8\21G^jD1GCL9/hJ_20eOq+-mU2
4.670 +i-m^&b.4Zr"/1N(K!%ol(z!!!!;'c.]+)]Kb:)]K\6)]Tk=*#ot=)]BP-&eGQ`/dr*q$4."F#mgkC#
4.671 +R1J;"U,&5"U,)7"pYA<#RC\B$47+I%1NaV&2"\9*?67N.4Zr$/1`;#.P*,%0etRC2)I-E0/"q0.k2u
4.672 +#.k2ng*@N3X-R0c\.jlhs.N\Wj/hR,(z!!!lQ(Dn&0*#ot=*#ot=*#ot>)]Te7)&X5(%h:3E$k!CL$
4.673 +4."G#mghA#6k>8"U,&5"U5/8#6tJ>#mgnF$474P%1NdY/hS%_,:+W`.4Qet.Olnu/MAe51Gq'K2)I$
4.674 +</1N(s,pOc],9e?\,9IjI,9e9V-R^>j+X$h</cYkOz!#HFf(`F;4*??.@*?H7D*ZlID*#fb5(DRSq/
4.675 +hRSA$O[=L$4."F#RCY?"pP57"U5/8"pYA=#RLeD$47.K%1WgV&J>^/()\;C.46Ji-n-So.4Qo%0/,.
4.676 +<2)[BN1+t1--6jWS)]Bb=+<;OB)':"I+!2UM,:+W[*WRfFzz(Ddf%)&jS:*ZcCE*ZuRK+X%pK*?5q7
4.677 +()/AR%h9!U$k!CL$4."E#R:S="pP89"pP8:#6tM?#mgqG$O[CR%Ls*c'GE)9)''tN-RC)d-R^Dn/1i
4.678 +M.0JbRE2`<KI.O?5Y)B0S3(`4/2)&F/1*$#q9)B9hD+sJ!H(+q3>z!!!!8'bhB#)BBh>+!;[L+X&!R
4.679 +,U4HT*uZ"5(+p42&.T-X$k*LO$47(G#R:S="pP8:#6tJ=#7(SA$4.(J$k<aW%M]]n'G`;=*?lgV,U=
4.680 +T\-RgMs/hSe30f([E0eOn',9@a@(Dmu*(`4)+()If*)&X5-)''b?+<2:3/hR,(z!!!ZE',DB&)]Tk@
4.681 ++sJ-P+sS?Y,pOTV*ZQ"L()%8k&.T-Y%1EXQ$47%E#6tJ<#6tJ=#6tJ>#RLeD#mq%K%1Wm\'G_As(+p
4.682 +LF+<r0X+sJ<].P*,%/M8\21,1F4-mg)Z*#]\3(Ddl((`4#('GhQ&(`+&.*$$%?*>TDC/cYkOz!"KJO
4.683 +'GhW+)B^4J+s8!Q,U=Z^,U+ES*%i'D'G:rg%h9'Y$k!CK#m^eA#6tJ=#6tM?#RC\A#RLeE$4@:Q%hB
4.684 +9e()7Q$)D3'S,:+W\+X8<_/1`>(/M8\..k2bg+W_XC)Aj;.(`*u*(`*u$)&X;-(E",2*??+<(B?'?z
4.685 +z%1Ng^()Ro-*[2dP+WqpR,UF`_+sJ*K/f,38&ePZc%LijU$OR4I#RC\@#7(P?#RC\A#RC\B#mgqH$k
4.686 +3^Y&/#]o()7T%/hS4h,:"KX+X\`j/1`;%.k)kk+sJ'M*?6":)&X8.(Ddl((D[f()&X5-)B'V:*#on5
4.687 +!%ol(z!!!!+$kEsd)&aG7+<hpO+<_sT,UF`]*uusN()%>m&.]9\$k*OO$4."E#6tM?#RC_C#mgnD#m
4.688 +gnF$471M%1a!]&Jc)q'G_N<*?ZON,9e<U,Ub/n.k2qp+sA*M*?#h7)B'G0)&O2,(Ddi%'c7c*)Aa51
4.689 +)]]q>*>nhW/hR,(z!!!?5&JGlq)B'S=+s7sM+<i$U,pa]U*%i!@'G:rf%h9$W$k*IM#m^eA#6tM@#m
4.690 +gnE#mgnF#mq"H$OdIR%M''^'G;&n/hS"]*ZuUK+!DgS-n6Vm,p=EO)]Te8(`=/-(`*u((D[f'()7Jt
4.691 +(D[l*(E=>5*$$(?)uosk/cYkOz!!`i@&JQ$"*$$(C+<M[K+X/-U,U+?`/f#-6&ePZb%LrpV$k!CK#m
4.692 +^eA#RC_C#mgqG$47+I$4@4M$k3XU%M'-`/hSak()\)5+<hpM+X89]-RL#\*ZQ+;)AsA/(Ddl((D[c%
4.693 +(Ddi$'GD/q(`4).)]Kb;*$$"!!!"W(zz"UYVK'c.f1*Zc@D*??7F+X/*T+WqgY(D@Dn&J,H^%LidS$
4.694 +OR1H#RC\A#RLeD#mgnE#mgqG$4@7N$k3[U%M16(&ebom(E"26+<_jL,UOi`,9\$G)AsD1)&F))()I`
4.695 +%()@Z$()7Pu'GhT')&aD3)]Tk>*#\eW!%ol(z!!!!'"q(kN',V]0*ZZ=B*?H=G+<_mN+"eHJ'b_,i&
4.696 +.]6\%1EXQ$4."E#RC\A#RC\B#mgkD#RLeD#n.4N$k*RT/hR\H&ebur)&jV?+sA'S-7'l[*?6"9)&O2
4.697 +,(Ddl((Ddi&()@Z#'c%N!(E",0)B0Y:*$$%<)?9a;/hR,(z!!!3/#n.=V'Gqc1*$$%>*#p(D+X%s\/
4.698 +f>H?&eGTb%h9'Y%1<ON#m^eA#7(S@#RC\A#RC\@#7(SA$4@4L$OdFR/eAR,',;<")&s_B,9nBX,U4B
4.699 +N)]BS3(`4),(Ddl((Ddi&()7Q!'c%W))]Te9*??.A*??$u!!!!O/cYkOz!!!94%M03a(E420'bqT**
4.700 +$67F+X%p[)Aj5)'+YTa%hB-Z$O[:J#RCY?#7(S?#RCY?"pY>:#6tPA#mq"H$k!Ir&.]<a',;?&*?QI
4.701 +M,9e<U+<DOB)AsD1)&O5.(`=/,(`*u(()I`$()Rr0*?H7C*Zc=A*#nqY!!"W(zz"pbPE%hT?g)]BY5
4.702 +)&=22*?H:F+<N3V)AX,'&eGTc%hB*W$jm=J#RCY?#R:S>#6kA9"U,&6"pP>>#mq%J/hR\H%hK?e'c@
4.703 +r2*[2jT+sJ3Q*ul4<)B'J3)B'J2)&X8.(`=2.(`!i')B9e>*Zc@D*?6";z!%ol(zz#7(YJ&eY`j(De
4.704 +,3()[r-(`aV<*ZcpP(_m\s&.fB`%LigS$OR.F#R:S>#6kD;"pG/6"U,&6"thM\/hSab$k<gZ&/,cs)
4.705 +]Tk?+=&0V+sJ0O*?5t9)B0V6)B'M4)B'M4)&aA1(D[i+*$-1B*?H4?*#]^qz/hR,(z!!!!'#R_+S'b
4.706 +M)o'GD5q()Ri((`=83/fPZE'+tlg%hB0\%1EUO#m^b@#6tJ="pP88"U,&5"U,)_/dVjl/di's&J5Nb
4.707 +'H%u8+<_mO,U=WZ,9\*J*#on:)B0S5)B'M4)B'J2)&X;/(`=85*??+>)]KV2(E!2Q!!!!O/cYkOz!!
4.708 +!91$OmX\'b_8p',2)o(Ddl))&aDG)&O,'&J,H`%hB-Y$k!CJ#6tJ=#6kA:"pP57"U,&5"U6Ra$47.K
4.709 +$k*[[&.fEn+<DUI+X&'X-7'o^-6aKN*#fh9)B'M4)B'M4)AsG2)&X;0)]K_8)]9M3(Ddo)'`\46!!"
4.710 +W(zz!!!<5%1j0f(`!i!'+trn'c.]()D3WZ(DRVs&.]<_%h9!V$OR.E#6tJ="pP89"pG/6"U,&6/dVj
4.711 +l$k*OR%h]Kd&fi/<*$-4H,:"]d-RC&c+s%^C)]BV5)B'J3)&X;0)&X>1)&X>3)Aj8,(Ddl'()I_dz!
4.712 +%ol(zz!!ruA%M9Bj(Ddc!&ebup()If*)D2jC().Do&.fB`%1EXQ$47%D#RCY>"pP88"pG28#6ujf#n
4.713 +.4O%1Ws_'GD,q,9n0L+X/6[-n-_t-mg8f*?5t8)&aA1)&X;0)&X;0)&X8-(`F2-(Dmu*()I`&(B=F8
4.714 +z/hR,(zz!!ioA&/,`m()@Su'bqN#(Dn&0/f>QD'b_2l&.f?_%1E[R$OI(F#RCY?"pP8:#7(P@/hRM>
4.715 +%hB3^&JGor'G_N2+rqaM,q(/j/2&M&-6scU)B'J2)&X;/(`=2-)&X;.(Ddl))&X5-)B0P1(E"%iz!!
4.716 +!!O/cYkOzz#7:qP&el&t(`!i'(`=/.)B0Y9/hSb/()%<5/hSae%LrmT$OR4I#m^eA#7(S@$4.%l$k3
4.717 +^Y&el#q(E+/,*?cXK+<i*Z.Ocu(0.SFs*uu:=)&X;/(`4&*(Ddi(()@]&(Dn&0*#]\8*ul.9)&N>Rz
4.718 +!!"W(zz!!!!($4[X]'c.c-(`+,0(`F>5*??.@)]K\J/hRhN&eZfL%hB'W$OR4I#mgnD#m^hE$SDr!&
4.719 +JGiq(`484*?5tC,U+<U-7LDq.5E\6/h&+f)]Kb6(`*u)()@Z#'c%T%(Ddo*(E"24*#p%E+rhLB*WQ0
4.720 +?z!%ol(zz!!!62%M09h)B9e:)B9\6*#ot?+!2OE*#feK'bqJt&eYd//e&7!$O[:K$47(H$4@1n&.oT
4.721 +j()If+*??.?*$$1F+<W!\/1iP21c-p<-6jNK)B0G-(DRZ!'bqH!(Dmu+(`4),)&aD3)]]k<*Z5jrzz
4.722 +/hR,(zz"UGGF&/5s"*$6.=)]BV6*?H:F+<V^F*#on6(Ddi#',2#j/hRVC$k!FN$OdCO%5'7F'G_N(*
4.723 +$-1D+!)IG+<_mP,Uk5q/i#7@1G:.$*uZ"8*#0/$'GD/p'G_K%()@]&(`4,/)]K_9*#on8)'8hYz!!!
4.724 +!O/cYkOz!!!!&#n.:U'Gh]/+!2C?)B9e@+sS?W+sJ'L+!)I@)]BP.()%>p&2#Rf%LimX%h0!Y/eJd5
4.725 +(E4;5*ZlOL+<i$U,:4fe/1iM/1,CaC/0c5V(`450',)&n',;2r()I`&(Ddo*(`FA6*??.A*uZ%?+TM
4.726 +KBz!!"W(zz!!!3-$kEsb(E=M?+W_XF+!DpW-R^>g-70l\+sJ'L*?5n5(_mc#&J>X-%hK6`/hR\f'G_
4.727 +Q()]Tk@+X/3W,UOic-n?f"/hf"71,:R9,Tn'E)&3i!'GD,n'bhE"(D[f'(Dn#.)]Th<*ZlIE)]BkCz
4.728 +z!%ol(zz!!``=&JGip+!`'T*?H@I,UFcb-n-Vr.4HMf,:"HR*#on9(`*u&'GD-4/hSai&hXk6()Ru1
4.729 +*?QFK,:4`a-R^Do/hJS)/ho%70eXt!*?,q8',)#l'+trn'GV>u()Ic()&aG5)]^"C+WqjF)BpC+zz/
4.730 +hR,(zz#RCqR'G_Q0,UFWV+X/-W,UFcb-n-Vr.OZPe+sJ!H*#fe6(Ddi&().Jt/e\p5'c%W')B9b=+!
4.731 +DmT,pald-RgPu/1N,#/h\q7.3p&[*?5h.',)#l&eu)p'GV>u(Ddo+)]Kb;*ZlLK,9IaD+TMKBz!!!!
4.732 +O/cYkOz!!!!*#n[jd(`OVD-7'l[+<_pQ,9nEY,UOld-7'l[+<MRB)]KV2(Ddi&'bqDt'GM8t(Dn#.*
4.733 +$$(B+<r-X,:+]a-7:5m.Ocl#0/5(,-R9fO(_dVs',2)m',)#n'bqK"(Dn#.*$$(B+!;^O*Z?:Ozz!!
4.734 +"W(zz!!rr?&Ju<$)^$@N,9@mI*??.E,9nEX-71&b,pXWT*?5t9)&F&('c%Q#'bqGu'bqH!(Dn&1*$$
4.735 +%B+sS<U+X86W,pt/l.4[#'/g_nn+WV@6'bh>q'+trl',)#p'bqH!(Dn&0*$-.C+<haG*$P@_zz!%ol
4.736 +(zz#mq(T)As>-(`a_?)B'M6*?6(@+X/*T,pai^+Wh^D)B'J0'bqGu'bqGu'GM5q'GM8t(`=51*#fh>
4.737 ++<VgM+X80T,pk)k.k2qq,paiX)As;*'GM5p&eYfj&ebuo'GM8t(`4,0*??4E+W_mL,U<?izz/hR,(z
4.738 +!!!!+$Ommj)AX)'(Dn,1(`4,.*?-%A+s\K],U4ES*#fb5)&F&''GM5p'GD/o',2)n'GV>t(Dn#.)&a
4.739 +P;*ZuOH+sJ-P+=/B`-RU5d,pF<K(`*o$'GD,m&eblk',)#m'GM8t()@c,)]TqA+!DaT-ia5Iz!!!!O
4.740 +/cYkOz!"0/E&/H*"(D[`"'c%W%(`!o,+!;aQ-6scY*ZuXL)AsP4()7Jr',)#m'GD)m',)#n'GM5r(D
4.741 +dl))&jP:*?H4C+<VgN,:+`d-RU5g,p49I()7Mt'GM2o',)&n',2)n',)&o'c.W'(`se>*??4%zz!!"
4.742 +W(zz%M'!\',D?"()7Mu()I]$(Dn#0*$-4G+X%sN,9RpC*$#q5().Dr',2)m&eYfi&J>`j',)&o()If
4.743 +))&aJ7*??.A+X83X-7LAl.4?Pg+WV@8'c%Q"'GM5s'GhQ$'bqDs',)&n'GM<")]0J6'I!MWzz!%ol(
4.744 +z!!!!1%M9<e()I]$'bh>s()7T$(`FA7*ZuUM+WqmL*#]\5)&<u&',)#l'+toj&eP]e&J5Tf&eboo()
4.745 +Rl+)B'S9*uu@E+seQb.4HYp.4->`*#TP2(`*r)(`+#,(Ddi%'c%Q!'GM2o',;2q'HA)6+ohTCzz/hR
4.746 +,(zz'bhAu()Ri'(_mf'()If+*ZuXP-RgMk,pjfW*#fb3'bqAp&eYfi&eYfh&J5Qc&.fEd',22t(Dn#
4.747 +-)B0\=+!2[P-7LGq.k3"s-RU)W)]K_6(Dn&/)]BV2)&O8/(`+#)()@Ps&ebup)&X:lzz!!!!O/cYkO
4.748 +z!!!!8()Ic&'c.]&(E").)AsJ9+s\Wi/h\h,.OZD]*ZGt4()7Jr&eYcg&J5Te&J5Qc&.oNg'bqK#(`
4.749 +=52)]^"C+s\Nb.P*,%.k3"r,TRpG*#]b6)]BV6)]Th>*$#t9)&X>1(DRSs'GD)p'`\46zz!!"W(zz!
4.750 +!!!:)&X;,'GhN#)&aG7+s/!U-nHu*1,:I5.jH/Y*ZGq5(DIPs'+toj&J5Wf&J5Te&J>]i'G_K%)&aG
4.751 +7+!DdQ-7C>p/1iG*.k)hl+W_[D*#fk;)]Th<*ZlIE)]Te8)&=&''GM2n&J5Zizzz!%ol(zz!!!!:)A
4.752 +sA/()e&/)]U%J,q(/m.kWM.0eY+/,U"9Q*#fe6(DRVu'+toj&eYfi&J5Tf&eYil()If+*$$%B+seTc
4.753 +.kNA,/MA_,.4?Gd+!2OF*??.A+!)OJ+WqmL*#]_4'bqK!'b_2l&eb6Fzzz/hR,(zz!!!oU)B'G2)As
4.754 +J6+t4rk.4Zr%0.nh//hSY%+sJ0M*#f_3(_mc"',2,o'+toi&eYfi'GV?!(`FG;*[)aR-7CDt0ekF=0
4.755 +J>"/-6s`Y+!;XH*ZlLJ+X/*R+!)C?)Aa5-(`F2*'bV,k&HDe2zz!!!!O/cYkOzz!!!oU)B'M4)]g1N
4.756 +.ki\/.OZi#0/"q1/1;eg+<_^E)AsD0(D[c$'bqDr',2,n',)&o()Il/*$?IQ,paog/M8\41,:R<0J>
4.757 +",,U=QX+WhgL+<i$S+sA'N*ZH(9'cS#1*Zc79'+tlWzzz!!"W(zzz!#cao)B'P7*[)j]0ek10.P!)(
4.758 +0/,"/-R9lZ*uu@@)&X8-()@Z#'bqGu'bh>s'c%Q%)&aV@,Uk/j.P*8/1GUaA1,1I;0/"h(-R9r_+sJ
4.759 +6V,9nBU+!)RG+<2CA+!)LH*ul.7'+t9Fzzz!%ol(zzz!#cdq)]KnC,qUi+0JOt'-n6_u0.e\&-6s`V
4.760 +*ZZ1<)&O/*()I`%()Rl(()Ri'(Dn&1*?Z^Y.P!,*1,C^B1c$pC0etL=0.SM"-RU/b,U=W[,9e9S+X&
4.761 +!P+WhdK+W_dM*uc(5zzzz/hR,(zzz!#ljr*?HOW/ho"3/hSOt.4H\n-71)c+s.mK*ZZ4=)&F)*(D[c
4.762 +&)&X;0)&aG5)^$=O-RgMp.kWP31G^gC1c$mB1,:O;/h/>"-mg5c,9e<U+X&!O+<M^M,9n<U+sJ3S*?
4.763 +5stzzz!!!!O/cYkOzzz!#ljt,:+or0J5%1/1Del-m^/a+sJ3S+WhdI*#]\4(`4)+(Dn#,)&aG5*$$"
4.764 +A+XAB_.P*2)0JYC?1GgpF1GU^@0ek=4.4Qbn,paf\!!!!B+WhaH+<_pQ,U4T\,U4HT+<CL_zzz!!"W
4.765 +(zzzz)]]qA-S@220eY%-.k<"q-6sf[+WqmK)]Tk;)&X;.(Ddl))&O2.)&aG7*?Q@H,UFff/MAe61G^
4.766 +jE2)R3H1GU^?/L`%r.4$5b,U39hz!$34)+X/*Y-RL,c,U=KUzzzz!%ol(zzzz!$NL80f(U@/L`&!.O
4.767 +c_m-7:&a,9.XA)]BP2'c%Q#(Ddo*(`=21)]Ke>+sJ6X,pt2q0/>=>1GgsH1c.!D0eOn&-RU;h,pWHj
4.768 +zz+!2[N+sSHb-71&c,pai;zzzz/hR,(zzzz!$NdD1G^^:-m^)b-6jc`.4?Mg)&=#*()@W!'bhAs()I
4.769 +`')&aJ8*ZcCI,paoe.kWG.1,:XB1c7*H1GLR8/L`(s-RU5@zzz*[2jS,V(Dp-RU;j.0'>Jzzz!!!!O
4.770 +/cYkOzzzz!$NgI0eY"%,9e9U,:+W^+<;I?(`*l#'+trk'+trm'c%T&)&jP9*ZuUO-71/l/M8_31,C^
4.771 +B1,C[>0.SP%.4?Smzzz!!!!?+=&3Y.P!"s.P*+Nzzzz!!"W(zzzzz+t,&q.jcSf+s.sP+sS9Q)]TY.
4.772 +',2&k&J5Tf&J5Zk'c%T&)B'P8*ZuXP,q(/l/MA_21,1L=0/,(2zzzzzz+seNb/hJM'/M7#'zzzz!%o
4.773 +l(zzzzz!!"Jt,pFKT*uuII+<;IA)]'5+'G1le%hK9`&J5Wh'GVAt)&O>4*ZuXP-7:2j.kWD+/h\e*/
4.774 +H>bNzzzzz!!!!F-6t<"/1N>,zzzzz/hR,(zzzzz!!"Dn+s7mE)B9h?*#on8(Ddl'&ebcf&.fBb&J>c
4.775 +m'GV;t(`=53*?QFK,U=`^,q:Aq/1N(Kzzzzzz!!!!F,r./(/2.&(zzzz!!!!O/cYkOzzzzz!$ij6*Z
4.776 +>n7)]BY6(`*r(()7Mt',)#m&eYfi'GV>u'c%Pb)&aIpz,U4N[zzzzzzzz!!!!D0JFq,0)ttPzzzz!!
4.777 +"W(zzzzzz+<r$N(`4/1)&X5-()@]%'`\46z!!!!5zzzzzzzzzzzzz!!"5q.kE1Nzzzzz!%ol(zzzzz
4.778 +!!!!>+<MR?(`+#+(Ddi%'bp]Kzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!!!rY*Z>n6(`<;i().Gs
4.779 +'EA+5zzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
4.780 +hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb
4.781 +//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
4.782 +InterpretLevel1 not {
4.783 + grestore
4.784 +} if
4.785 +grestore
4.786 +%%%%EndImage
4.787 +1.000 UL
4.788 +LTb
4.789 +1.000 UP
4.790 +1.000 UL
4.791 +LTb
4.792 +stroke
4.793 +grestore
4.794 +end
4.795 +showpage
4.796 +%%Trailer
4.797 +%%DocumentFonts: Helvetica
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
5.2 +++ b/singlegene_example_2759_Ppfibp1_PIR_gray.eps Sun Apr 19 14:19:52 2009 -0700
5.3 @@ -0,0 +1,724 @@
5.4 +%!PS-Adobe-2.0 EPSF-2.0
5.5 +%%Title: singlegene_example_2759_Ppfibp1_PIR_gray.eps
5.6 +%%Creator: gnuplot 4.2 patchlevel 2
5.7 +%%CreationDate: Sun Apr 19 14:08:30 2009
5.8 +%%DocumentFonts: (atend)
5.9 +%%BoundingBox: 50 50 410 302
5.10 +%%EndComments
5.11 +%%BeginProlog
5.12 +/gnudict 256 dict def
5.13 +gnudict begin
5.14 +%
5.15 +% The following 6 true/false flags may be edited by hand if required
5.16 +% The unit line width may also be changed
5.17 +%
5.18 +/Color true def
5.19 +/Blacktext false def
5.20 +/Solid true def
5.21 +/Dashlength 1 def
5.22 +/Landscape false def
5.23 +/Level1 false def
5.24 +/Rounded false def
5.25 +/TransparentPatterns false def
5.26 +/gnulinewidth 5.000 def
5.27 +/userlinewidth gnulinewidth def
5.28 +%
5.29 +/vshift -46 def
5.30 +/dl1 {
5.31 + 10.0 Dashlength mul mul
5.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
5.33 +} def
5.34 +/dl2 {
5.35 + 10.0 Dashlength mul mul
5.36 + Rounded { currentlinewidth 0.75 mul add } if
5.37 +} def
5.38 +/hpt_ 31.5 def
5.39 +/vpt_ 31.5 def
5.40 +/hpt hpt_ def
5.41 +/vpt vpt_ def
5.42 +Level1 {} {
5.43 +/SDict 10 dict def
5.44 +systemdict /pdfmark known not {
5.45 + userdict /pdfmark systemdict /cleartomark get put
5.46 +} if
5.47 +SDict begin [
5.48 + /Title (singlegene_example_2759_Ppfibp1_PIR_gray.eps)
5.49 + /Subject (gnuplot plot)
5.50 + /Creator (gnuplot 4.2 patchlevel 2 )
5.51 + /Author (Bayle Shanks,,,)
5.52 +% /Producer (gnuplot)
5.53 +% /Keywords ()
5.54 + /CreationDate (Sun Apr 19 14:08:30 2009)
5.55 + /DOCINFO pdfmark
5.56 +end
5.57 +} ifelse
5.58 +%
5.59 +% Gnuplot Prolog Version 4.2 (August 2006)
5.60 +%
5.61 +/M {moveto} bind def
5.62 +/L {lineto} bind def
5.63 +/R {rmoveto} bind def
5.64 +/V {rlineto} bind def
5.65 +/N {newpath moveto} bind def
5.66 +/Z {closepath} bind def
5.67 +/C {setrgbcolor} bind def
5.68 +/f {rlineto fill} bind def
5.69 +/vpt2 vpt 2 mul def
5.70 +/hpt2 hpt 2 mul def
5.71 +/Lshow {currentpoint stroke M 0 vshift R
5.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
5.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
5.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
5.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
5.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
5.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
5.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
5.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
5.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
5.81 +/BL {stroke userlinewidth 2 mul setlinewidth
5.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
5.83 +/AL {stroke userlinewidth 2 div setlinewidth
5.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
5.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
5.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
5.87 +/PL {stroke userlinewidth setlinewidth
5.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
5.89 +% Default Line colors
5.90 +/LCw {1 1 1} def
5.91 +/LCb {0 0 0} def
5.92 +/LCa {0 0 0} def
5.93 +/LC0 {1 0 0} def
5.94 +/LC1 {0 1 0} def
5.95 +/LC2 {0 0 1} def
5.96 +/LC3 {1 0 1} def
5.97 +/LC4 {0 1 1} def
5.98 +/LC5 {1 1 0} def
5.99 +/LC6 {0 0 0} def
5.100 +/LC7 {1 0.3 0} def
5.101 +/LC8 {0.5 0.5 0.5} def
5.102 +% Default Line Types
5.103 +/LTw {PL [] 1 setgray} def
5.104 +/LTb {BL [] LCb DL} def
5.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
5.106 +/LT0 {PL [] LC0 DL} def
5.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
5.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
5.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
5.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
5.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
5.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
5.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
5.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
5.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
5.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
5.117 + hpt neg vpt neg V hpt vpt neg V
5.118 + hpt vpt V hpt neg vpt V closepath stroke
5.119 + Pnt} def
5.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
5.121 + currentpoint stroke M
5.122 + hpt neg vpt neg R hpt2 0 V stroke
5.123 + } def
5.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
5.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
5.126 + hpt2 neg 0 V closepath stroke
5.127 + Pnt} def
5.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
5.129 + hpt2 vpt2 neg V currentpoint stroke M
5.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
5.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
5.132 + hpt neg vpt -1.62 mul V
5.133 + hpt 2 mul 0 V
5.134 + hpt neg vpt 1.62 mul V closepath stroke
5.135 + Pnt} def
5.136 +/Star {2 copy Pls Crs} def
5.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
5.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
5.139 + hpt2 neg 0 V closepath fill} def
5.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
5.141 + hpt neg vpt -1.62 mul V
5.142 + hpt 2 mul 0 V
5.143 + hpt neg vpt 1.62 mul V closepath fill} def
5.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
5.145 + hpt neg vpt 1.62 mul V
5.146 + hpt 2 mul 0 V
5.147 + hpt neg vpt -1.62 mul V closepath stroke
5.148 + Pnt} def
5.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
5.150 + hpt neg vpt 1.62 mul V
5.151 + hpt 2 mul 0 V
5.152 + hpt neg vpt -1.62 mul V closepath fill} def
5.153 +/DiaF {stroke [] 0 setdash vpt add M
5.154 + hpt neg vpt neg V hpt vpt neg V
5.155 + hpt vpt V hpt neg vpt V closepath fill} def
5.156 +/Pent {stroke [] 0 setdash 2 copy gsave
5.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
5.158 + closepath stroke grestore Pnt} def
5.159 +/PentF {stroke [] 0 setdash gsave
5.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
5.161 + closepath fill grestore} def
5.162 +/Circle {stroke [] 0 setdash 2 copy
5.163 + hpt 0 360 arc stroke Pnt} def
5.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
5.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
5.166 +/C1 {BL [] 0 setdash 2 copy moveto
5.167 + 2 copy vpt 0 90 arc closepath fill
5.168 + vpt 0 360 arc closepath} bind def
5.169 +/C2 {BL [] 0 setdash 2 copy moveto
5.170 + 2 copy vpt 90 180 arc closepath fill
5.171 + vpt 0 360 arc closepath} bind def
5.172 +/C3 {BL [] 0 setdash 2 copy moveto
5.173 + 2 copy vpt 0 180 arc closepath fill
5.174 + vpt 0 360 arc closepath} bind def
5.175 +/C4 {BL [] 0 setdash 2 copy moveto
5.176 + 2 copy vpt 180 270 arc closepath fill
5.177 + vpt 0 360 arc closepath} bind def
5.178 +/C5 {BL [] 0 setdash 2 copy moveto
5.179 + 2 copy vpt 0 90 arc
5.180 + 2 copy moveto
5.181 + 2 copy vpt 180 270 arc closepath fill
5.182 + vpt 0 360 arc} bind def
5.183 +/C6 {BL [] 0 setdash 2 copy moveto
5.184 + 2 copy vpt 90 270 arc closepath fill
5.185 + vpt 0 360 arc closepath} bind def
5.186 +/C7 {BL [] 0 setdash 2 copy moveto
5.187 + 2 copy vpt 0 270 arc closepath fill
5.188 + vpt 0 360 arc closepath} bind def
5.189 +/C8 {BL [] 0 setdash 2 copy moveto
5.190 + 2 copy vpt 270 360 arc closepath fill
5.191 + vpt 0 360 arc closepath} bind def
5.192 +/C9 {BL [] 0 setdash 2 copy moveto
5.193 + 2 copy vpt 270 450 arc closepath fill
5.194 + vpt 0 360 arc closepath} bind def
5.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
5.196 + 2 copy moveto
5.197 + 2 copy vpt 90 180 arc closepath fill
5.198 + vpt 0 360 arc closepath} bind def
5.199 +/C11 {BL [] 0 setdash 2 copy moveto
5.200 + 2 copy vpt 0 180 arc closepath fill
5.201 + 2 copy moveto
5.202 + 2 copy vpt 270 360 arc closepath fill
5.203 + vpt 0 360 arc closepath} bind def
5.204 +/C12 {BL [] 0 setdash 2 copy moveto
5.205 + 2 copy vpt 180 360 arc closepath fill
5.206 + vpt 0 360 arc closepath} bind def
5.207 +/C13 {BL [] 0 setdash 2 copy moveto
5.208 + 2 copy vpt 0 90 arc closepath fill
5.209 + 2 copy moveto
5.210 + 2 copy vpt 180 360 arc closepath fill
5.211 + vpt 0 360 arc closepath} bind def
5.212 +/C14 {BL [] 0 setdash 2 copy moveto
5.213 + 2 copy vpt 90 360 arc closepath fill
5.214 + vpt 0 360 arc} bind def
5.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
5.216 + vpt 0 360 arc closepath} bind def
5.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
5.218 + neg 0 rlineto closepath} bind def
5.219 +/Square {dup Rec} bind def
5.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
5.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
5.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
5.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
5.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
5.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
5.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
5.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
5.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
5.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
5.230 + 2 copy vpt Square fill Bsquare} bind def
5.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
5.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
5.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
5.234 + Bsquare} bind def
5.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
5.236 + Bsquare} bind def
5.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
5.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
5.239 + 2 copy vpt Square fill Bsquare} bind def
5.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
5.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
5.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
5.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
5.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
5.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
5.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
5.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
5.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
5.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
5.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
5.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
5.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
5.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
5.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
5.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
5.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
5.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
5.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
5.259 +/DiaE {stroke [] 0 setdash vpt add M
5.260 + hpt neg vpt neg V hpt vpt neg V
5.261 + hpt vpt V hpt neg vpt V closepath stroke} def
5.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
5.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
5.264 + hpt2 neg 0 V closepath stroke} def
5.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
5.266 + hpt neg vpt -1.62 mul V
5.267 + hpt 2 mul 0 V
5.268 + hpt neg vpt 1.62 mul V closepath stroke} def
5.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
5.270 + hpt neg vpt 1.62 mul V
5.271 + hpt 2 mul 0 V
5.272 + hpt neg vpt -1.62 mul V closepath stroke} def
5.273 +/PentE {stroke [] 0 setdash gsave
5.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
5.275 + closepath stroke grestore} def
5.276 +/CircE {stroke [] 0 setdash
5.277 + hpt 0 360 arc stroke} def
5.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
5.279 +/DiaW {stroke [] 0 setdash vpt add M
5.280 + hpt neg vpt neg V hpt vpt neg V
5.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
5.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
5.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
5.284 + hpt2 neg 0 V Opaque stroke} def
5.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
5.286 + hpt neg vpt -1.62 mul V
5.287 + hpt 2 mul 0 V
5.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
5.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
5.290 + hpt neg vpt 1.62 mul V
5.291 + hpt 2 mul 0 V
5.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
5.293 +/PentW {stroke [] 0 setdash gsave
5.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
5.295 + Opaque stroke grestore} def
5.296 +/CircW {stroke [] 0 setdash
5.297 + hpt 0 360 arc Opaque stroke} def
5.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
5.299 +/Density {
5.300 + /Fillden exch def
5.301 + currentrgbcolor
5.302 + /ColB exch def /ColG exch def /ColR exch def
5.303 + /ColR ColR Fillden mul Fillden sub 1 add def
5.304 + /ColG ColG Fillden mul Fillden sub 1 add def
5.305 + /ColB ColB Fillden mul Fillden sub 1 add def
5.306 + ColR ColG ColB setrgbcolor} def
5.307 +/BoxColFill {gsave Rec PolyFill} def
5.308 +/PolyFill {gsave Density fill grestore grestore} def
5.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
5.310 +%
5.311 +% PostScript Level 1 Pattern Fill routine for rectangles
5.312 +% Usage: x y w h s a XX PatternFill
5.313 +% x,y = lower left corner of box to be filled
5.314 +% w,h = width and height of box
5.315 +% a = angle in degrees between lines and x-axis
5.316 +% XX = 0/1 for no/yes cross-hatch
5.317 +%
5.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
5.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
5.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
5.321 + gsave 1 setgray fill grestore clip
5.322 + currentlinewidth 0.5 mul setlinewidth
5.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
5.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
5.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
5.326 + {PFa 4 get mul 0 M 0 PFs V} for
5.327 + 0 PFa 6 get ne {
5.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
5.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
5.330 + } if
5.331 + stroke grestore} def
5.332 +%
5.333 +/languagelevel where
5.334 + {pop languagelevel} {1} ifelse
5.335 + 2 lt
5.336 + {/InterpretLevel1 true def}
5.337 + {/InterpretLevel1 Level1 def}
5.338 + ifelse
5.339 +%
5.340 +% PostScript level 2 pattern fill definitions
5.341 +%
5.342 +/Level2PatternFill {
5.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
5.344 + bind def
5.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
5.346 +<< Tile8x8
5.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
5.348 +>> matrix makepattern
5.349 +/Pat1 exch def
5.350 +<< Tile8x8
5.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
5.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
5.353 +>> matrix makepattern
5.354 +/Pat2 exch def
5.355 +<< Tile8x8
5.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
5.357 + 8 8 L 8 0 L 0 0 L fill}
5.358 +>> matrix makepattern
5.359 +/Pat3 exch def
5.360 +<< Tile8x8
5.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
5.362 + 0 12 M 12 0 L stroke}
5.363 +>> matrix makepattern
5.364 +/Pat4 exch def
5.365 +<< Tile8x8
5.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
5.367 + 0 -4 M 12 8 L stroke}
5.368 +>> matrix makepattern
5.369 +/Pat5 exch def
5.370 +<< Tile8x8
5.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
5.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
5.373 +>> matrix makepattern
5.374 +/Pat6 exch def
5.375 +<< Tile8x8
5.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
5.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
5.378 +>> matrix makepattern
5.379 +/Pat7 exch def
5.380 +<< Tile8x8
5.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
5.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
5.383 +>> matrix makepattern
5.384 +/Pat8 exch def
5.385 +<< Tile8x8
5.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
5.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
5.388 +>> matrix makepattern
5.389 +/Pat9 exch def
5.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
5.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
5.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
5.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
5.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
5.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
5.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
5.397 +} def
5.398 +%
5.399 +%
5.400 +%End of PostScript Level 2 code
5.401 +%
5.402 +/PatternBgnd {
5.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
5.404 +} def
5.405 +%
5.406 +% Substitute for Level 2 pattern fill codes with
5.407 +% grayscale if Level 2 support is not selected.
5.408 +%
5.409 +/Level1PatternFill {
5.410 +/Pattern1 {0.250 Density} bind def
5.411 +/Pattern2 {0.500 Density} bind def
5.412 +/Pattern3 {0.750 Density} bind def
5.413 +/Pattern4 {0.125 Density} bind def
5.414 +/Pattern5 {0.375 Density} bind def
5.415 +/Pattern6 {0.625 Density} bind def
5.416 +/Pattern7 {0.875 Density} bind def
5.417 +} def
5.418 +%
5.419 +% Now test for support of Level 2 code
5.420 +%
5.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
5.422 +%
5.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
5.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
5.425 +currentdict end definefont pop
5.426 +/MFshow {
5.427 + { dup 5 get 3 ge
5.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
5.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
5.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
5.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
5.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
5.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
5.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
5.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
5.436 + pop aload pop M} ifelse }ifelse }ifelse }
5.437 + ifelse }
5.438 + forall} bind def
5.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
5.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
5.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
5.442 +/MLshow { currentpoint stroke M
5.443 + 0 exch R
5.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
5.445 +/MRshow { currentpoint stroke M
5.446 + exch dup MFwidth neg 3 -1 roll R
5.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
5.448 +/MCshow { currentpoint stroke M
5.449 + exch dup MFwidth -2 div 3 -1 roll R
5.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
5.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
5.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
5.453 +end
5.454 +%%EndProlog
5.455 +gnudict begin
5.456 +gsave
5.457 +50 50 translate
5.458 +0.050 0.050 scale
5.459 +0 setgray
5.460 +newpath
5.461 +(Helvetica) findfont 140 scalefont setfont
5.462 +gsave % colour palette begin
5.463 +/maxcolors 64 def
5.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
5.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
5.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
5.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
5.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
5.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
5.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
5.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
5.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
5.473 + } ifelse} def
5.474 +/Constrain {
5.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
5.476 +/YIQ2RGB {
5.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
5.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
5.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
5.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
5.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
5.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
5.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
5.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
5.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
5.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
5.487 + if} ifelse} ifelse} ifelse} def
5.488 +/InterpolatedColor true def
5.489 +/grayindex {/gidx 0 def
5.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
5.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
5.492 + GrayA gidx get sub div} def
5.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
5.494 + RedA gidx get sub dgdxval mul add} def
5.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
5.496 + GreenA gidx get sub dgdxval mul add} def
5.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
5.498 + BlueA gidx get sub dgdxval mul add} def
5.499 +/interpolate {
5.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
5.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
5.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
5.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
5.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
5.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
5.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
5.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
5.508 + .9524 .9683 .9841 1 ] def
5.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
5.510 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
5.511 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
5.512 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
5.513 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
5.514 + .9524 .9683 .9841 1 ] def
5.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
5.516 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
5.517 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
5.518 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
5.519 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
5.520 + .9524 .9683 .9841 1 ] def
5.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
5.522 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
5.523 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
5.524 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
5.525 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
5.526 + .9524 .9683 .9841 1 ] def
5.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
5.528 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
5.529 +/pm3dGamma 1.0 1.5 div def
5.530 +/ColorSpace (RGB) def
5.531 +Color true and { % COLOUR vs. GRAY map
5.532 + InterpolatedColor { %% Interpolation vs. RGB-Formula
5.533 + /g {stroke pm3dround /grayv exch def interpolate
5.534 + SelectSpace setrgbcolor} bind def
5.535 + }{
5.536 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
5.537 + SelectSpace setrgbcolor} bind def
5.538 + } ifelse
5.539 +}{
5.540 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
5.541 +} ifelse
5.542 +1.000 UP
5.543 +1.000 UL
5.544 +LTb
5.545 +1.000 UL
5.546 +LT0
5.547 +LTb
5.548 +%%%%BeginImage
5.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
5.550 +InterpretLevel1 {
5.551 + %% Construct a box instead of image
5.552 + LTb
5.553 + 876 4852 M
5.554 + 5292 0 V
5.555 + 0 -4429 V
5.556 + -5292 0 V
5.557 + 876 4852 L
5.558 + 40 -110 R
5.559 + (PS level 2 image) Lshow
5.560 + % Read data but ignore it
5.561 + /imagebuf 9223 string def
5.562 + currentfile imagebuf readstring
5.563 +} {
5.564 +gsave
5.565 +876 4852 translate
5.566 +5292 -4429 scale
5.567 +%%%%BeginPalette
5.568 +[ /Indexed
5.569 + /DeviceRGB 63
5.570 + <
5.571 + 000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
5.572 + 202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
5.573 + 414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
5.574 + 616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
5.575 + 828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
5.576 + a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
5.577 + c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
5.578 + e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
5.579 + >
5.580 +] setcolorspace
5.581 +%%%%EndPalette
5.582 +<<
5.583 + /ImageType 1
5.584 + /Width 135
5.585 + /Height 113
5.586 + /BitsPerComponent 8
5.587 + /ImageMatrix [ 135 0 0 113 0 0 ]
5.588 + /Decode [ 0 255 ]
5.589 + /DataSource currentfile /ASCII85Decode filter
5.590 + /MultipleDataSources false
5.591 + /Interpolate false
5.592 +>>
5.593 +image
5.594 +} ifelse
5.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
5.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
5.597 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
5.598 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
5.599 +zzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzzzzzz
5.600 +zzzzzzzzzz/hR/)zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cbqPzzzzzzzzzzzzzzzzzz!!"
5.601 +VOzzzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzz!%ol(zzzzzzzzzzzz
5.602 +zzzzzz!!!!O!!"VOzzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!"VO!!+\Pzzzzzzzzzzzz!!!!
5.603 +O/cYqQzzzzz!!`K(zzzzzzzzzzzz/cbtR!X(+Uzzzzzzzzzzzz!!"W(!!!'#zzzz!!!!("pFu,zzzz
5.604 +zzzzzzz!!!!O!WiE)""l2+zzzzzzzzzzzz!%ol)!<N<&zzzz!!!0+"98E%zzzzzzzzzzz!%n?V!sSl
5.605 +2/en?dzzzzzzzzzzzz/hR,,!WiN3zzzz"9\i0!s8N'zzzzzz!!EE-!rr<$zz!!!!O"U,)7#7(Sf/cY
5.606 +kOzzzzzzzzzzz!!!!O/cYkU"pbMC$NL/,zz!!!!$!s8W-!W`9$!!!!"!<E6'zzzz!WiE*!s/Q+zz!%
5.607 +nK]#71hL$kjF0zzzzzzzzzzzz!!"W(!!!6/$4@4L#m^M2zz!!<<*!WiE(!<E3%!<E3%!<N<)zzz!!!
5.608 +!#!WiB(!WiE)!WW3#!!!!O#RCbF&J5Zg'GM<8zzzzzzzzzzzz!%ol(!!!94$OdFN#mUY="98E%!!!!
5.609 +#!WiE)!<E3$zz!!!'%!WW3#zz!!<<*!WiE(!<E3&!rr<$/hRA7#n7Rc()Il,)^?skzzzzzzzzzzzz/
5.610 +hR,(!!!B8$k*FJ#R1G8!s/H&!!**$!<E3%zz!!!$#!!!$$!WW3#zz!s8T+!s/N*!W`<'""l21#6tPF
5.611 +()Rr/*$HLN+s\cn4obQ_zzzzzzzzzz!!!!O/cYkO!!!<4$4$h?"U"o/!WiE)!W`<&zz!!!!"!s/N)!
5.612 +<<*#!<E0#!!!'%!!!'%!WiE)!<N9&!<<-Q/d)=_#Rq@[(E+8;-7C8i-R9fe/-#YMzzzzzzzzzz!!"W
5.613 +(z!!!93#6tD7"9S],!W`<&zzz!!**%!<N9%z!!**$!<E3&!W`<&!<E0#!<<*"!!**Q/d2If$P*je)B
5.614 +gFT-nHl",pjcfzzzzzzzzzzz!%ol(z!!ii8"U"o0!W`<&!<E3$zzz!!*'"zzz!!!!"!<<*"zz!!!$$
5.615 +/hRG<&/-!*-RUDu0JG.2-R0Zb/cYkOzzzzzzzzzz/hR,(z"U,)5!s8W,!W`<&!<<*"zzzzzzzzzzz!
5.616 +!*-&">1#k&K)c=.P3A21c$g8,9nHdzzzzzzzzzz!!!!O/cYkO!!!!$"9S]-!W`<'!<E3$zzzzzzzzz
5.617 +zzz!!!$&/dDap()eMO0/GIC2(g7$+X86X/cYkOzzzzzzzzz!!"W(z!!!$#!<N9&!<E3%zzzzzzzzzz
5.618 +zzz!!!$%/dMn"(aCIb1c7-J/gqtg,9nfnzzzzzzzzzz!%ol(z!!!!"!<E3$!<<*"zzzzzzzzzzzzz!
5.619 +!!'&/d`+(*$d-l1c7*E.OZPc,9nQgzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzz!!**Q#7VFg+"&Wt2D
5.620 +d'=.4HPk,pt)n!!"VOzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzz!<N<T$4dgk,qCQ$/hJV).P*)%
5.621 +/1W>*/hSLOzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzz!<WKX$l0X%-n-c!/M/M+0/#"5/hAV*-S@"r-3
5.622 ++#Gzzzzzzz!%ol(zzzzzzzzzzzzzzzzzz!<WKX&/6$+,UOri/1iP02)d?K0J4h',pP#p/hR,(zzzzz
5.623 +zz/hR,(zzzzzzzzzzzzzzzzz!!!!"!X(+a&el3)+=&Ed/ho+=3&`]L/hAJ"-RBo\-S@"Ozzzzzz!!!
5.624 +!O/cYkOzzzzzzzzzzzzzzzzz!!!!"!sU@g%i-*&+XAHd0JbXJ3&WNE.k<%r-mg;f,9e`m,q^>@zzzz
5.625 +z!!"W(zzzzzzzzzzzzzzzzzz!!**%"9pIe&Jc9)+!i?g1cI?P1bgX8.k2tr.4HYn-mgQ!/hS(Z&eYZ
5.626 +c-3+#Gzzz!%ol(zzzzzzzzzzzzzzzzzz!!**%":-Ug%i$'(,qCW*2)R3H0eY+0.kE/".Olhm,:4]Y*
5.627 +%i$;%i,`r)uos=zzz/hR,(zzzzzzzzzzzzzzzzzz!!*-'!s^Ff&el3+-S6o-2)R0E0.nk//M&D%.4?
5.628 +Je,9e0M(+p%-)\Wr+(B=F8zz!!!!O/cYkOzzzzzzzzzzzzzzzzzz!<E6'">1#l'GMN4-n?f"1,L^=0
5.629 +.nk//M&D#-7'o^+rq[D(G7<S$O[aW$P<dTzz!!"W(zzzzzzzzzzzzzzzzzzz!<E3'"YL,m'Ghl;,q1
5.630 +Du/M/V00.nh-.k2qo,UF`\)B0P0'G2r,$4dFR%LELKzz!%ol(zzzzzzzzzzzzzzzzzzz!<E6)#;-Gs
5.631 +&fDl9,q18n/M/P,/hJY+.OQMf,U4NS*#TS-'G2r)$4-nA#m^b=zz/hR,(zzzzzzzzzzzzzzzzzzz!<
5.632 +E9,/di+%(E=MB-RpSr.kE8)/hAM&-mp>e,U"6M)&O&$%Larr#mCP;$j6_;z!!!!O/cYkOzzzzzzzzz
5.633 +zzzzzzzzz!!!!"!<NE1/di.&(`aeH-7C>o.kE8'/1W2!-mp;e+s.aA((q5h$SDeo"pbVD#m:G<z!!"
5.634 +W(zzzzzzzzzzzzzzzzzzz!!!!"!WrW5/e&C/)]g1L-R^Dn.kE8(/1W.u-mp;a+<;@7'+bT[$8)i!#R
5.635 +:P?"U,)1z!%ol(zzzzzzzzzzzzzzzzzzz!!!$$!sSu_%MBTu+<`!X-n-Vr/1iJ,/M/M(.4-5[*Z5\*
5.636 +&.K!U/hRkG#6kD="U"f*z/hR,(zzzzzzzzzzzzzzzzzzz!!!$$"9f)a&f)B++seQ`-n6_u/M8\0/hJ
5.637 +V(-6aKM()7Dk%5'7A$OI%C#6k>8"98E%!!!!O/cYkOzzzzzzzzzzzzzzzzzzz!!*-'"UGPi'H/#9,:
5.638 +"T`.4Ql$0/"t2/Li+o,9@a=&eGN^/e/<t#6b;9"9\i0!rr<$!!"W(zzzzzzzzzzzzzzzzzzzz!<N?-
5.639 +#Rh4r(`jhF,UFif/1iJ-0.nk..4HMa)Aj5&&.^B&$k*@E"U"r2!s8W,z!%ol(zzzzzzzzzzzzzzzz!
5.640 +<E3$zz!!!!"!X&Z4%M160*$6=K,pk&k/1iJ,/hJV&,p=9K((q/g/hRM<#R(A7!s/Q-!s8T+z/hR,(z
5.641 +zzzzzzz!<E3$zzzzzz!!!!"!<E0#zz!!!$$"9o/A&JQi9*$6=K-RgMr/1iG).k2qo+r_F7'G(^+$4-
5.642 +tD"p>#1!WrQ-!s/N(!!!!O/cYkOzzzzzzz!!!!"!<E3$zzzzzz!!!!"zzz!<E6("UGJF&M=k<*[)^Q
5.643 +,pt2o/1`>&.4-5\*#TJ(&.T*V/hRA5"U"o0!sJc/!s8W*!!"W(zzzzzzzz!!!$#!<E3$zzz!!*'#!<
5.644 +E0#zzzz!!!!"!<N?+"UGJG&hY%A*[)aS-7C>o.Olkq-R9fQ(DRSp%L`aP#qdh7"p>&3"p>#1!sJZ)!
5.645 +%ol(zzzzzzzz!!**$!<E0#zz!!!!"!<E3%!<E0#zzzz!!!$#!WrQ0#71eM/f#9B*?ZOP-RgMp.4HSh
5.646 ++Wh[A'bV)i%LiaO/dMXd"UG56"9S`-"TSN&/hR,(zzzzzzzz!!!!"zzz!!**$!<E3%!<<*"zzzz!!*
5.647 +*$!WrQ/#71ek&J>fr*?ZXU.4H\p-6sf[*#fb2'+k`b$k!Cp"p>D?$3^S:"9\c/!!!!O/cYkOzzzzzz
5.648 +zzzzzz!!**$!<E3$zzzz!!!!"!<E3&!WrQ/"pcgl&f)?*+XJKb.4HYl,U"6N*#KG*'+k``$SD\h"U5
5.649 +/<"pG/5!s8W-!!"W(zzzzzzzzzzzzz!<E3%!<<*"zzzz!!!$#!<E6'!WrQ0#;-Dq&f)N4-7C;l-mg2
5.650 +a+s.gE)&O,%&J#<Z/dM[g"U5;>"pG,3!s/Q)!%ol(zzzzzzzzzzzzz!!**#zz!!!!"!<E3$z!!**$!
5.651 +W`<'!s8W/#;-Du)':(L.4HYm-6j]W*ZZ4<(DRSr&.L5t#6tG:"pkP>"U"o0!W`9$/hR,(zzzzzzzzz
5.652 +zzzzzz!!!!"!<E3%!<E0#z!!!$#!<E3%!<N?,$8)u/*[E*].4?Pi,9e6O*?,n6()%8i/hRD8#R(>:#
5.653 +6tG9!s8T*!!!!O/cYkOzzzzzzzzzzzzzzz!!**$!<E3%!<<-$z!!!!"!<E0$!<WK4$8*;?,:4fe-mp
5.654 +5`+<MXE)]9J+&.T(##mUY:"9o,9#6Y/3!WiB&!!"W(zzzzzzzzzzzzz!!!$#!<E0#z!<E3%!<E3$!!
5.655 +*'"zz!!!!"!sT&@/hS7j,pjrb,pOQU*?6"9()7Jl$n_kl"U"r4"pP25!s8T+!<<*"!%ol(zzzzzzzz
5.656 +!!!$"!<E0#zzz!<E3&!<E3$!!!!"!<E3%!<<*#!<<*"zz!!!$$":$P3(bQjQ+s\BX+<MXF*#]V-%hB
5.657 +'U/dDL]!WrT0!s/N*!<N9%z/hR,(zzzzzzz!!!!"!<E3%!<E3$!<<*"!!!$"!<E3%!WiE)!<E3%!!*
5.658 +*$!<E3%!<<-#zzz!!!'(#Rh1q/f>ZO+X&!O*Zc7=(DRMl%1"Qk"9JT*"Tnf,!<N9%!<<*"!!!!O/cY
5.659 +kOzzzzzzz!!**$!WiE)!W`?'!<N9&!<E3%!WiE)!s/Q+!<E3%!<E3%!<E3$zzzz!!*-)$P!Y!)&s\>
5.660 ++!2OE*#]V.&e59V#VH5]!<E6,!W`9%!<E0#z!!"W(zzzzzzz!!!!"!<E6'!WrN,!WrN+!s/N*!WiE)
5.661 +!WrN,!s8T+!<E3%!<E3%zzzzz!!3<1/hReQ)&s\=*Zc7=(`!bq$jd.k!s/K(!<WB)!!**$zz!%ol(z
5.662 +zzzz!!!$#!<<*"!<E3%!WiE*!s8W-!s8W-!s/N*!WiE*!s8Z.!s8Q)!<E0#zzzzzz!<WN6/eJg8*$$
5.663 +(?)]'5%%hK$R#VI_2!<E6("9AN(!<E3$zz/hR,(zzzzz!<E3%!<E3%!<N<(!WiH+!s8W-!s8W-!s/N
5.664 +*!WiE*!s8W-!s/K(zzzzzz!!!!"!sT2e',DH*)]T\4&eY]`$3pb</cl%S!WrT/!<W?'!WW3#z!!!!O
5.665 +/cYkOzzzz!!!!"!<E3%!<E3&!WiE)!WiH+!s8W-!s8W-!WiE)!WiH+!s8W,!W`<%zzzzzz!!!$%#R`
5.666 +7;(`=51)&Eu"%LWRK"thM1!W`?*"9er3!<E6&zz!!"W(zzzzz!!**$!<E3%!<E6'!WiE)!WiE*!s8W
5.667 +-!s8T+!WiE(!WiH*!WiB'zzzzzzz!<WH2$kO+*(`4)+'G1f_#mUV:""jWU!WrQ/"Tnf,!<<*"zz!%o
5.668 +l(zzzzz!<E3%!<E3%!<N<(!WiE)!WiE)!WrN+!WiB'!<E3%!W`<&!<E0#zzzzzz!!!!#"9o2A',3&O
5.669 +'b_2k%1<LK"U"o//hR/*!WrT/!s/K(!<<*"zz/hR,(zzzz!!!!"!<E3%!<E3%!WiE)!W`?'!<E3&!W
5.670 +`<&!<E3%!!**$!<E3$!<<*"zzzzzz!!*-)#71eN/e\m3&J#:&#mUVd"9U8/!<E6'!s8W+!<E0#zz!!
5.671 +!!O/cYkOzzzz!<E3%!<E3%!<E3%!WiE(!<E3$!<E3%!<E3%z!!!$#zzzzzzz!!!!"!<NB1$OeX?&J,
5.672 +K`$8*q`/hSb//cl(T!<E6(!s/K(zzz!!"W(zzzz!!!!"!<E3%!<E3%!<E3%!<E3%zzzzzzzzzzzz!!
5.673 +!$$!sAc8$On^!%k]Ie#6b8`!s1(U!<E3$!<E6'!<E0#zzz!%ol(zzzz!!!$#!<E3%z!<E3%!<E0#zz
5.674 +zzzzzzzzzz!!*0)"U55?$k+a@$4-tB"U"o/!W`<%z!!**#zzzz/hR,(zzzzz!!*'"z!!*'"zzzzzzz
5.675 +zzzzzz!!*0*"pbSE$k+`q#mUV;"9S],!<E0#zzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzz!!!!"!X
5.676 +&Z1#RLkH$O[7H#6k>7!s8T*!<E0#zzzzz!!"W(zzzzzzzzzzzzzzzzzzzzz!!!!#"U,):$OdFP$k!=
5.677 +H#6b55!s/N)!<E0#zzzzz!%ol(zzzzzzzzzzzzzzzzzzzzz!!!'&"pYGB%1WgV%1<IJ#6b85!s/N)!
5.678 +<E3%!<<*"zzzz/hR,(zzzzzzzzzzzzzzzzzzzzz!!<?/#R_(O&.]6[$jm=H"pG,4!s/N*!<E3%zzzz
5.679 +!!!!O/cYkOzzzzzzzzzzzzzzzzzzzz!!!!"!sJr:%1Wp]&J#?]$O[=L#6k>7"9S],!WiB'zzzz!!"W
5.680 +(zzzzzzzzzzzzzzzzzzzzz!!!!#"9o/B&.oKf&eY]b%h&jS$3pb=!s8W,!WiB&zzzz!%ol(zzzzzzz
5.681 +zzzzzzzzzzzzzz!!*-)#7:qQ&JGim'GM,l&.K!S#R1J9"9S`-!W`9$zzzz/hR,(zzzzzzzzzzzzzzz
5.682 +zzzzzz!<NE1$P!^\',D?!'GM2m&.AmP"pP57"9S],!<E0#zzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzz
5.683 +zz!sJr<%M9<f'c%Q"'G:uh%1ERL"pG/5!s8T+!<<*"zzz!!"W(zzzzzzzzzzzzzzzzzzzzz!!!!"!s
5.684 +Jr<%M9Bh()7Mt&.f<\$O[4E"U,#2!s/N)zzzz!%ol(zzzzzzzzzzzzzzzzzzzzz!!!$%"UGJF&.fEe
5.685 +',(uh%h/pT#mU\="9S`.!s/K(z!!!$"zz/hR,(zzzzzzzzzzzzzzzzzzzzz!!*0("pkVF%M'*]&J#?
5.686 +]$k*IK#6k;5!s8W,!<E0#zzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzz!!36,"pkYG$k*RS$k!FM$4$
5.687 +k?"9S],!WiE(!<<*"!!!!"zz!!"W(zzzzzzzzzzzzzzzzzzzzzz!<NB."pbPC$47(H$4$k@"U,&3!W
5.688 +`<&!<E0#zzzz!%ol(zzzzzzzzzzzzzzzzzzzzz!!!!"!WiK/"pYG?#R:V@#6b87"9JT)!<E3$zz!Wi
5.689 +?%zz/hR,(zzzzzzzzz!!!!"!<E3%!<E3%zzzzzzzzz!!!$#!WiK."U>59"U,)6"U"o/!<E0#zzzzz!
5.690 +!!!O/cYkOzzzzzzzzz!!**$!<E3%!W`<&!<E3$zzzzzzzz!!!$#!X&W0"9\l2"9\f/!s/K'zzzzzz!
5.691 +!"W(zzzzzzzzz!!!$#!<E3&!WiE)!WiE)!<E3$zzzzzzzz!!**$!WiH+"9S`-!s&E'zzzzzzz!%ol(
5.692 +zzzzzzzzz!<E6'!WiH+!s8W-!s8W,!W`<%zzzzzzzz!!**$!WiE)!WiB'!<E0#zzzzzzz/hR,(zzzz
5.693 +zzzz!!**%!WrN-!sA`0"9\i1!s8W,!<E0#zzzzzzzz!!*'#!W`<&!!*'"zzzzzzz!!!!O/cYkOzzzz
5.694 +zzz!!**$!WiH+"9\l2"9eo2"9\i1!s8T*!<<*"zzzzzzzz!!!!"!<<*"zzzzzzzz!!"W(zzzzzzz!!
5.695 +!!"!<N<(!sA`1"U,&5"9\i1!sA].!WiB'zzzzzzzzzzzzzzzzzzz!%ol(zzzzzzz!!**$!WiH,"9er
5.696 +4"U,&4"9\f/!s/N*!<E3$zzzzzzzzzzzzzzzzzzz/hR,(zzzzzz!!!$#!<E3&!WrQ."U,&5"9\i0!W
5.697 +iE)!W`<&zzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzz!!**#!!**$!<N<)!sA`0"U,#3!s8T+!<N9&!
5.698 +<<*"zzzzzzzzzzzzzzzzzzz!!"W(zzzzzz!<E0$!<E3&!WiE*"9\i2"9\f/!WiE(!<E0#zzzzzzzzz
5.699 +zzzzzzzzzzz!%ol(zzzzz!!!$$!WiB'!<E6'!WrN,"9\f/!s/N*!W`<&zzzzzzzzzzzzzzzzzzzzz/
5.700 +hR,(zzzzz!!*-%!WiB'!<N<(!WrN,!s8W,!WiE(!<E0#zzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzz
5.701 +!!!!"!<N<(!W`<'!WiE)!WiH+!s/N*!<E3%zzzzzzzzzzzzzzzzzzzzz!!"W(zzzzz!!!'%!WiH+!s
5.702 +/K(!<E3&!WiH*!WiB'!<E3$zzzzzzzzzzzzzzzzzzzzz!%ol(zzzzz!<N<)!s8W,!WiE(!<E6'!WiE
5.703 +)!W`<&!<E0#zzzzzzzzzzzzzzzzzzzzz/hR,(zzzz!!!!"!WiH+!s8W,!<N9&!WiE)!<E3%!<E3%!<
5.704 +<*"zzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzz!!!!#!s8W-!WrK)!<N9&!<E3%!<E3%zzzzzzzzzzz
5.705 +zzzzzzzzzzz!!"W(zzzzz!!!$$!s8W-!s/K(!<E3%!<E0#!!*'"zzzzzzzzzzzzzzzzzzzzzz!%ol(
5.706 +zzzzz!!!$$!WiE)!WiB'!<E3%!<<*"zzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!!!$#!W`<%!!!$#
5.707 +!!!$"zzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzz!!**$!<E0#zzzzzzzzzzzzzzzzzzzzzzzzz
5.708 +!!"W(zzzzzz!!!$#zzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
5.709 +zz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//hSb
5.710 +//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//h
5.711 +Sb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
5.712 +InterpretLevel1 not {
5.713 + grestore
5.714 +} if
5.715 +grestore
5.716 +%%%%EndImage
5.717 +1.000 UL
5.718 +LTb
5.719 +1.000 UP
5.720 +1.000 UL
5.721 +LTb
5.722 +stroke
5.723 +grestore
5.724 +end
5.725 +showpage
5.726 +%%Trailer
5.727 +%%DocumentFonts: Helvetica
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
6.2 +++ b/singlegene_example_2759_Ppfibp1_PIR_jet.eps Sun Apr 19 14:19:52 2009 -0700
6.3 @@ -0,0 +1,718 @@
6.4 +%!PS-Adobe-2.0 EPSF-2.0
6.5 +%%Title: singlegene_example_2759_Ppfibp1_PIR_jet.eps
6.6 +%%Creator: gnuplot 4.2 patchlevel 2
6.7 +%%CreationDate: Sun Apr 19 14:08:29 2009
6.8 +%%DocumentFonts: (atend)
6.9 +%%BoundingBox: 50 50 410 302
6.10 +%%EndComments
6.11 +%%BeginProlog
6.12 +/gnudict 256 dict def
6.13 +gnudict begin
6.14 +%
6.15 +% The following 6 true/false flags may be edited by hand if required
6.16 +% The unit line width may also be changed
6.17 +%
6.18 +/Color true def
6.19 +/Blacktext false def
6.20 +/Solid true def
6.21 +/Dashlength 1 def
6.22 +/Landscape false def
6.23 +/Level1 false def
6.24 +/Rounded false def
6.25 +/TransparentPatterns false def
6.26 +/gnulinewidth 5.000 def
6.27 +/userlinewidth gnulinewidth def
6.28 +%
6.29 +/vshift -46 def
6.30 +/dl1 {
6.31 + 10.0 Dashlength mul mul
6.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
6.33 +} def
6.34 +/dl2 {
6.35 + 10.0 Dashlength mul mul
6.36 + Rounded { currentlinewidth 0.75 mul add } if
6.37 +} def
6.38 +/hpt_ 31.5 def
6.39 +/vpt_ 31.5 def
6.40 +/hpt hpt_ def
6.41 +/vpt vpt_ def
6.42 +Level1 {} {
6.43 +/SDict 10 dict def
6.44 +systemdict /pdfmark known not {
6.45 + userdict /pdfmark systemdict /cleartomark get put
6.46 +} if
6.47 +SDict begin [
6.48 + /Title (singlegene_example_2759_Ppfibp1_PIR_jet.eps)
6.49 + /Subject (gnuplot plot)
6.50 + /Creator (gnuplot 4.2 patchlevel 2 )
6.51 + /Author (Bayle Shanks,,,)
6.52 +% /Producer (gnuplot)
6.53 +% /Keywords ()
6.54 + /CreationDate (Sun Apr 19 14:08:29 2009)
6.55 + /DOCINFO pdfmark
6.56 +end
6.57 +} ifelse
6.58 +%
6.59 +% Gnuplot Prolog Version 4.2 (August 2006)
6.60 +%
6.61 +/M {moveto} bind def
6.62 +/L {lineto} bind def
6.63 +/R {rmoveto} bind def
6.64 +/V {rlineto} bind def
6.65 +/N {newpath moveto} bind def
6.66 +/Z {closepath} bind def
6.67 +/C {setrgbcolor} bind def
6.68 +/f {rlineto fill} bind def
6.69 +/vpt2 vpt 2 mul def
6.70 +/hpt2 hpt 2 mul def
6.71 +/Lshow {currentpoint stroke M 0 vshift R
6.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
6.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
6.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
6.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
6.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
6.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
6.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
6.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
6.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
6.81 +/BL {stroke userlinewidth 2 mul setlinewidth
6.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
6.83 +/AL {stroke userlinewidth 2 div setlinewidth
6.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
6.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
6.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
6.87 +/PL {stroke userlinewidth setlinewidth
6.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
6.89 +% Default Line colors
6.90 +/LCw {1 1 1} def
6.91 +/LCb {0 0 0} def
6.92 +/LCa {0 0 0} def
6.93 +/LC0 {1 0 0} def
6.94 +/LC1 {0 1 0} def
6.95 +/LC2 {0 0 1} def
6.96 +/LC3 {1 0 1} def
6.97 +/LC4 {0 1 1} def
6.98 +/LC5 {1 1 0} def
6.99 +/LC6 {0 0 0} def
6.100 +/LC7 {1 0.3 0} def
6.101 +/LC8 {0.5 0.5 0.5} def
6.102 +% Default Line Types
6.103 +/LTw {PL [] 1 setgray} def
6.104 +/LTb {BL [] LCb DL} def
6.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
6.106 +/LT0 {PL [] LC0 DL} def
6.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
6.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
6.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
6.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
6.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
6.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
6.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
6.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
6.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
6.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
6.117 + hpt neg vpt neg V hpt vpt neg V
6.118 + hpt vpt V hpt neg vpt V closepath stroke
6.119 + Pnt} def
6.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
6.121 + currentpoint stroke M
6.122 + hpt neg vpt neg R hpt2 0 V stroke
6.123 + } def
6.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
6.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
6.126 + hpt2 neg 0 V closepath stroke
6.127 + Pnt} def
6.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
6.129 + hpt2 vpt2 neg V currentpoint stroke M
6.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
6.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
6.132 + hpt neg vpt -1.62 mul V
6.133 + hpt 2 mul 0 V
6.134 + hpt neg vpt 1.62 mul V closepath stroke
6.135 + Pnt} def
6.136 +/Star {2 copy Pls Crs} def
6.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
6.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
6.139 + hpt2 neg 0 V closepath fill} def
6.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
6.141 + hpt neg vpt -1.62 mul V
6.142 + hpt 2 mul 0 V
6.143 + hpt neg vpt 1.62 mul V closepath fill} def
6.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
6.145 + hpt neg vpt 1.62 mul V
6.146 + hpt 2 mul 0 V
6.147 + hpt neg vpt -1.62 mul V closepath stroke
6.148 + Pnt} def
6.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
6.150 + hpt neg vpt 1.62 mul V
6.151 + hpt 2 mul 0 V
6.152 + hpt neg vpt -1.62 mul V closepath fill} def
6.153 +/DiaF {stroke [] 0 setdash vpt add M
6.154 + hpt neg vpt neg V hpt vpt neg V
6.155 + hpt vpt V hpt neg vpt V closepath fill} def
6.156 +/Pent {stroke [] 0 setdash 2 copy gsave
6.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
6.158 + closepath stroke grestore Pnt} def
6.159 +/PentF {stroke [] 0 setdash gsave
6.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
6.161 + closepath fill grestore} def
6.162 +/Circle {stroke [] 0 setdash 2 copy
6.163 + hpt 0 360 arc stroke Pnt} def
6.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
6.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
6.166 +/C1 {BL [] 0 setdash 2 copy moveto
6.167 + 2 copy vpt 0 90 arc closepath fill
6.168 + vpt 0 360 arc closepath} bind def
6.169 +/C2 {BL [] 0 setdash 2 copy moveto
6.170 + 2 copy vpt 90 180 arc closepath fill
6.171 + vpt 0 360 arc closepath} bind def
6.172 +/C3 {BL [] 0 setdash 2 copy moveto
6.173 + 2 copy vpt 0 180 arc closepath fill
6.174 + vpt 0 360 arc closepath} bind def
6.175 +/C4 {BL [] 0 setdash 2 copy moveto
6.176 + 2 copy vpt 180 270 arc closepath fill
6.177 + vpt 0 360 arc closepath} bind def
6.178 +/C5 {BL [] 0 setdash 2 copy moveto
6.179 + 2 copy vpt 0 90 arc
6.180 + 2 copy moveto
6.181 + 2 copy vpt 180 270 arc closepath fill
6.182 + vpt 0 360 arc} bind def
6.183 +/C6 {BL [] 0 setdash 2 copy moveto
6.184 + 2 copy vpt 90 270 arc closepath fill
6.185 + vpt 0 360 arc closepath} bind def
6.186 +/C7 {BL [] 0 setdash 2 copy moveto
6.187 + 2 copy vpt 0 270 arc closepath fill
6.188 + vpt 0 360 arc closepath} bind def
6.189 +/C8 {BL [] 0 setdash 2 copy moveto
6.190 + 2 copy vpt 270 360 arc closepath fill
6.191 + vpt 0 360 arc closepath} bind def
6.192 +/C9 {BL [] 0 setdash 2 copy moveto
6.193 + 2 copy vpt 270 450 arc closepath fill
6.194 + vpt 0 360 arc closepath} bind def
6.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
6.196 + 2 copy moveto
6.197 + 2 copy vpt 90 180 arc closepath fill
6.198 + vpt 0 360 arc closepath} bind def
6.199 +/C11 {BL [] 0 setdash 2 copy moveto
6.200 + 2 copy vpt 0 180 arc closepath fill
6.201 + 2 copy moveto
6.202 + 2 copy vpt 270 360 arc closepath fill
6.203 + vpt 0 360 arc closepath} bind def
6.204 +/C12 {BL [] 0 setdash 2 copy moveto
6.205 + 2 copy vpt 180 360 arc closepath fill
6.206 + vpt 0 360 arc closepath} bind def
6.207 +/C13 {BL [] 0 setdash 2 copy moveto
6.208 + 2 copy vpt 0 90 arc closepath fill
6.209 + 2 copy moveto
6.210 + 2 copy vpt 180 360 arc closepath fill
6.211 + vpt 0 360 arc closepath} bind def
6.212 +/C14 {BL [] 0 setdash 2 copy moveto
6.213 + 2 copy vpt 90 360 arc closepath fill
6.214 + vpt 0 360 arc} bind def
6.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
6.216 + vpt 0 360 arc closepath} bind def
6.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
6.218 + neg 0 rlineto closepath} bind def
6.219 +/Square {dup Rec} bind def
6.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
6.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
6.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
6.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
6.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
6.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
6.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
6.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
6.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
6.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
6.230 + 2 copy vpt Square fill Bsquare} bind def
6.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
6.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
6.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
6.234 + Bsquare} bind def
6.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
6.236 + Bsquare} bind def
6.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
6.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
6.239 + 2 copy vpt Square fill Bsquare} bind def
6.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
6.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
6.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
6.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
6.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
6.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
6.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
6.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
6.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
6.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
6.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
6.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
6.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
6.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
6.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
6.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
6.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
6.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
6.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
6.259 +/DiaE {stroke [] 0 setdash vpt add M
6.260 + hpt neg vpt neg V hpt vpt neg V
6.261 + hpt vpt V hpt neg vpt V closepath stroke} def
6.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
6.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
6.264 + hpt2 neg 0 V closepath stroke} def
6.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
6.266 + hpt neg vpt -1.62 mul V
6.267 + hpt 2 mul 0 V
6.268 + hpt neg vpt 1.62 mul V closepath stroke} def
6.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
6.270 + hpt neg vpt 1.62 mul V
6.271 + hpt 2 mul 0 V
6.272 + hpt neg vpt -1.62 mul V closepath stroke} def
6.273 +/PentE {stroke [] 0 setdash gsave
6.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
6.275 + closepath stroke grestore} def
6.276 +/CircE {stroke [] 0 setdash
6.277 + hpt 0 360 arc stroke} def
6.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
6.279 +/DiaW {stroke [] 0 setdash vpt add M
6.280 + hpt neg vpt neg V hpt vpt neg V
6.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
6.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
6.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
6.284 + hpt2 neg 0 V Opaque stroke} def
6.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
6.286 + hpt neg vpt -1.62 mul V
6.287 + hpt 2 mul 0 V
6.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
6.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
6.290 + hpt neg vpt 1.62 mul V
6.291 + hpt 2 mul 0 V
6.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
6.293 +/PentW {stroke [] 0 setdash gsave
6.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
6.295 + Opaque stroke grestore} def
6.296 +/CircW {stroke [] 0 setdash
6.297 + hpt 0 360 arc Opaque stroke} def
6.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
6.299 +/Density {
6.300 + /Fillden exch def
6.301 + currentrgbcolor
6.302 + /ColB exch def /ColG exch def /ColR exch def
6.303 + /ColR ColR Fillden mul Fillden sub 1 add def
6.304 + /ColG ColG Fillden mul Fillden sub 1 add def
6.305 + /ColB ColB Fillden mul Fillden sub 1 add def
6.306 + ColR ColG ColB setrgbcolor} def
6.307 +/BoxColFill {gsave Rec PolyFill} def
6.308 +/PolyFill {gsave Density fill grestore grestore} def
6.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
6.310 +%
6.311 +% PostScript Level 1 Pattern Fill routine for rectangles
6.312 +% Usage: x y w h s a XX PatternFill
6.313 +% x,y = lower left corner of box to be filled
6.314 +% w,h = width and height of box
6.315 +% a = angle in degrees between lines and x-axis
6.316 +% XX = 0/1 for no/yes cross-hatch
6.317 +%
6.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
6.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
6.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
6.321 + gsave 1 setgray fill grestore clip
6.322 + currentlinewidth 0.5 mul setlinewidth
6.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
6.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
6.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
6.326 + {PFa 4 get mul 0 M 0 PFs V} for
6.327 + 0 PFa 6 get ne {
6.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
6.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
6.330 + } if
6.331 + stroke grestore} def
6.332 +%
6.333 +/languagelevel where
6.334 + {pop languagelevel} {1} ifelse
6.335 + 2 lt
6.336 + {/InterpretLevel1 true def}
6.337 + {/InterpretLevel1 Level1 def}
6.338 + ifelse
6.339 +%
6.340 +% PostScript level 2 pattern fill definitions
6.341 +%
6.342 +/Level2PatternFill {
6.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
6.344 + bind def
6.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
6.346 +<< Tile8x8
6.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
6.348 +>> matrix makepattern
6.349 +/Pat1 exch def
6.350 +<< Tile8x8
6.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
6.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
6.353 +>> matrix makepattern
6.354 +/Pat2 exch def
6.355 +<< Tile8x8
6.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
6.357 + 8 8 L 8 0 L 0 0 L fill}
6.358 +>> matrix makepattern
6.359 +/Pat3 exch def
6.360 +<< Tile8x8
6.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
6.362 + 0 12 M 12 0 L stroke}
6.363 +>> matrix makepattern
6.364 +/Pat4 exch def
6.365 +<< Tile8x8
6.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
6.367 + 0 -4 M 12 8 L stroke}
6.368 +>> matrix makepattern
6.369 +/Pat5 exch def
6.370 +<< Tile8x8
6.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
6.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
6.373 +>> matrix makepattern
6.374 +/Pat6 exch def
6.375 +<< Tile8x8
6.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
6.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
6.378 +>> matrix makepattern
6.379 +/Pat7 exch def
6.380 +<< Tile8x8
6.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
6.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
6.383 +>> matrix makepattern
6.384 +/Pat8 exch def
6.385 +<< Tile8x8
6.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
6.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
6.388 +>> matrix makepattern
6.389 +/Pat9 exch def
6.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
6.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
6.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
6.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
6.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
6.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
6.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
6.397 +} def
6.398 +%
6.399 +%
6.400 +%End of PostScript Level 2 code
6.401 +%
6.402 +/PatternBgnd {
6.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
6.404 +} def
6.405 +%
6.406 +% Substitute for Level 2 pattern fill codes with
6.407 +% grayscale if Level 2 support is not selected.
6.408 +%
6.409 +/Level1PatternFill {
6.410 +/Pattern1 {0.250 Density} bind def
6.411 +/Pattern2 {0.500 Density} bind def
6.412 +/Pattern3 {0.750 Density} bind def
6.413 +/Pattern4 {0.125 Density} bind def
6.414 +/Pattern5 {0.375 Density} bind def
6.415 +/Pattern6 {0.625 Density} bind def
6.416 +/Pattern7 {0.875 Density} bind def
6.417 +} def
6.418 +%
6.419 +% Now test for support of Level 2 code
6.420 +%
6.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
6.422 +%
6.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
6.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
6.425 +currentdict end definefont pop
6.426 +/MFshow {
6.427 + { dup 5 get 3 ge
6.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
6.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
6.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
6.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
6.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
6.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
6.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
6.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
6.436 + pop aload pop M} ifelse }ifelse }ifelse }
6.437 + ifelse }
6.438 + forall} bind def
6.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
6.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
6.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
6.442 +/MLshow { currentpoint stroke M
6.443 + 0 exch R
6.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
6.445 +/MRshow { currentpoint stroke M
6.446 + exch dup MFwidth neg 3 -1 roll R
6.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
6.448 +/MCshow { currentpoint stroke M
6.449 + exch dup MFwidth -2 div 3 -1 roll R
6.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
6.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
6.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
6.453 +end
6.454 +%%EndProlog
6.455 +gnudict begin
6.456 +gsave
6.457 +50 50 translate
6.458 +0.050 0.050 scale
6.459 +0 setgray
6.460 +newpath
6.461 +(Helvetica) findfont 140 scalefont setfont
6.462 +gsave % colour palette begin
6.463 +/maxcolors 64 def
6.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
6.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
6.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
6.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
6.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
6.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
6.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
6.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
6.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
6.473 + } ifelse} def
6.474 +/Constrain {
6.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
6.476 +/YIQ2RGB {
6.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
6.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
6.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
6.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
6.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
6.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
6.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
6.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
6.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
6.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
6.487 + if} ifelse} ifelse} ifelse} def
6.488 +/InterpolatedColor true def
6.489 +/grayindex {/gidx 0 def
6.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
6.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
6.492 + GrayA gidx get sub div} def
6.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
6.494 + RedA gidx get sub dgdxval mul add} def
6.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
6.496 + GreenA gidx get sub dgdxval mul add} def
6.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
6.498 + BlueA gidx get sub dgdxval mul add} def
6.499 +/interpolate {
6.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
6.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
6.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
6.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
6.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
6.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
6.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
6.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
6.508 + .9524 .9683 .9841 1 ] def
6.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508
6.510 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127
6.511 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627
6.512 + .5635 .5 ] def
6.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524
6.514 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1
6.515 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254
6.516 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
6.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1
6.518 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413
6.519 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
6.520 + 0 0 ] def
6.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
6.522 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
6.523 +/pm3dGamma 1.0 1.5 div def
6.524 +/ColorSpace (RGB) def
6.525 +Color true and { % COLOUR vs. GRAY map
6.526 + InterpolatedColor { %% Interpolation vs. RGB-Formula
6.527 + /g {stroke pm3dround /grayv exch def interpolate
6.528 + SelectSpace setrgbcolor} bind def
6.529 + }{
6.530 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
6.531 + SelectSpace setrgbcolor} bind def
6.532 + } ifelse
6.533 +}{
6.534 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
6.535 +} ifelse
6.536 +1.000 UP
6.537 +1.000 UL
6.538 +LTb
6.539 +1.000 UL
6.540 +LT0
6.541 +LTb
6.542 +%%%%BeginImage
6.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
6.544 +InterpretLevel1 {
6.545 + %% Construct a box instead of image
6.546 + LTb
6.547 + 876 4852 M
6.548 + 5292 0 V
6.549 + 0 -4429 V
6.550 + -5292 0 V
6.551 + 876 4852 L
6.552 + 40 -110 R
6.553 + (PS level 2 image) Lshow
6.554 + % Read data but ignore it
6.555 + /imagebuf 9223 string def
6.556 + currentfile imagebuf readstring
6.557 +} {
6.558 +gsave
6.559 +876 4852 translate
6.560 +5292 -4429 scale
6.561 +%%%%BeginPalette
6.562 +[ /Indexed
6.563 + /DeviceRGB 63
6.564 + <
6.565 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
6.566 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
6.567 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
6.568 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
6.569 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
6.570 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
6.571 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
6.572 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
6.573 + >
6.574 +] setcolorspace
6.575 +%%%%EndPalette
6.576 +<<
6.577 + /ImageType 1
6.578 + /Width 135
6.579 + /Height 113
6.580 + /BitsPerComponent 8
6.581 + /ImageMatrix [ 135 0 0 113 0 0 ]
6.582 + /Decode [ 0 255 ]
6.583 + /DataSource currentfile /ASCII85Decode filter
6.584 + /MultipleDataSources false
6.585 + /Interpolate false
6.586 +>>
6.587 +image
6.588 +} ifelse
6.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
6.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
6.591 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
6.592 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
6.593 +zzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzzzzzz
6.594 +zzzzzzzzzz/hR/)zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cbqPzzzzzzzzzzzzzzzzzz!!"
6.595 +VOzzzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzz!%ol(zzzzzzzzzzzz
6.596 +zzzzzz!!!!O!!"VOzzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!"VO!!+\Pzzzzzzzzzzzz!!!!
6.597 +O/cYqQzzzzz!!`K(zzzzzzzzzzzz/cbtR!X(+Uzzzzzzzzzzzz!!"W(!!!'#zzzz!!!!("pFu,zzzz
6.598 +zzzzzzz!!!!O!WiE)""l2+zzzzzzzzzzzz!%ol)!<N<&zzzz!!!0+"98E%zzzzzzzzzzz!%n?V!sSl
6.599 +2/en?dzzzzzzzzzzzz/hR,,!WiN3zzzz"9\i0!s8N'zzzzzz!!EE-!rr<$zz!!!!O"U,)7#7(Sf/cY
6.600 +kOzzzzzzzzzzz!!!!O/cYkU"pbMC$NL/,zz!!!!$!s8W-!W`9$!!!!"!<E6'zzzz!WiE*!s/Q+zz!%
6.601 +nK]#71hL$kjF0zzzzzzzzzzzz!!"W(!!!6/$4@4L#m^M2zz!!<<*!WiE(!<E3%!<E3%!<N<)zzz!!!
6.602 +!#!WiB(!WiE)!WW3#!!!!O#RCbF&J5Zg'GM<8zzzzzzzzzzzz!%ol(!!!94$OdFN#mUY="98E%!!!!
6.603 +#!WiE)!<E3$zz!!!'%!WW3#zz!!<<*!WiE(!<E3&!rr<$/hRA7#n7Rc()Il,)^?skzzzzzzzzzzzz/
6.604 +hR,(!!!B8$k*FJ#R1G8!s/H&!!**$!<E3%zz!!!$#!!!$$!WW3#zz!s8T+!s/N*!W`<'""l21#6tPF
6.605 +()Rr/*$HLN+s\cn4obQ_zzzzzzzzzz!!!!O/cYkO!!!<4$4$h?"U"o/!WiE)!W`<&zz!!!!"!s/N)!
6.606 +<<*#!<E0#!!!'%!!!'%!WiE)!<N9&!<<-Q/d)=_#Rq@[(E+8;-7C8i-R9fe/-#YMzzzzzzzzzz!!"W
6.607 +(z!!!93#6tD7"9S],!W`<&zzz!!**%!<N9%z!!**$!<E3&!W`<&!<E0#!<<*"!!**Q/d2If$P*je)B
6.608 +gFT-nHl",pjcfzzzzzzzzzzz!%ol(z!!ii8"U"o0!W`<&!<E3$zzz!!*'"zzz!!!!"!<<*"zz!!!$$
6.609 +/hRG<&/-!*-RUDu0JG.2-R0Zb/cYkOzzzzzzzzzz/hR,(z"U,)5!s8W,!W`<&!<<*"zzzzzzzzzzz!
6.610 +!*-&">1#k&K)c=.P3A21c$g8,9nHdzzzzzzzzzz!!!!O/cYkO!!!!$"9S]-!W`<'!<E3$zzzzzzzzz
6.611 +zzz!!!$&/dDap()eMO0/GIC2(g7$+X86X/cYkOzzzzzzzzz!!"W(z!!!$#!<N9&!<E3%zzzzzzzzzz
6.612 +zzz!!!$%/dMn"(aCIb1c7-J/gqtg,9nfnzzzzzzzzzz!%ol(z!!!!"!<E3$!<<*"zzzzzzzzzzzzz!
6.613 +!!'&/d`+(*$d-l1c7*E.OZPc,9nQgzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzz!!**Q#7VFg+"&Wt2D
6.614 +d'=.4HPk,pt)n!!"VOzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzz!<N<T$4dgk,qCQ$/hJV).P*)%
6.615 +/1W>*/hSLOzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzz!<WKX$l0X%-n-c!/M/M+0/#"5/hAV*-S@"r-3
6.616 ++#Gzzzzzzz!%ol(zzzzzzzzzzzzzzzzzz!<WKX&/6$+,UOri/1iP02)d?K0J4h',pP#p/hR,(zzzzz
6.617 +zz/hR,(zzzzzzzzzzzzzzzzz!!!!"!X(+a&el3)+=&Ed/ho+=3&`]L/hAJ"-RBo\-S@"Ozzzzzz!!!
6.618 +!O/cYkOzzzzzzzzzzzzzzzzz!!!!"!sU@g%i-*&+XAHd0JbXJ3&WNE.k<%r-mg;f,9e`m,q^>@zzzz
6.619 +z!!"W(zzzzzzzzzzzzzzzzzz!!**%"9pIe&Jc9)+!i?g1cI?P1bgX8.k2tr.4HYn-mgQ!/hS(Z&eYZ
6.620 +c-3+#Gzzz!%ol(zzzzzzzzzzzzzzzzzz!!**%":-Ug%i$'(,qCW*2)R3H0eY+0.kE/".Olhm,:4]Y*
6.621 +%i$;%i,`r)uos=zzz/hR,(zzzzzzzzzzzzzzzzzz!!*-'!s^Ff&el3+-S6o-2)R0E0.nk//M&D%.4?
6.622 +Je,9e0M(+p%-)\Wr+(B=F8zz!!!!O/cYkOzzzzzzzzzzzzzzzzzz!<E6'">1#l'GMN4-n?f"1,L^=0
6.623 +.nk//M&D#-7'o^+rq[D(G7<S$O[aW$P<dTzz!!"W(zzzzzzzzzzzzzzzzzzz!<E3'"YL,m'Ghl;,q1
6.624 +Du/M/V00.nh-.k2qo,UF`\)B0P0'G2r,$4dFR%LELKzz!%ol(zzzzzzzzzzzzzzzzzzz!<E6)#;-Gs
6.625 +&fDl9,q18n/M/P,/hJY+.OQMf,U4NS*#TS-'G2r)$4-nA#m^b=zz/hR,(zzzzzzzzzzzzzzzzzzz!<
6.626 +E9,/di+%(E=MB-RpSr.kE8)/hAM&-mp>e,U"6M)&O&$%Larr#mCP;$j6_;z!!!!O/cYkOzzzzzzzzz
6.627 +zzzzzzzzz!!!!"!<NE1/di.&(`aeH-7C>o.kE8'/1W2!-mp;e+s.aA((q5h$SDeo"pbVD#m:G<z!!"
6.628 +W(zzzzzzzzzzzzzzzzzzz!!!!"!WrW5/e&C/)]g1L-R^Dn.kE8(/1W.u-mp;a+<;@7'+bT[$8)i!#R
6.629 +:P?"U,)1z!%ol(zzzzzzzzzzzzzzzzzzz!!!$$!sSu_%MBTu+<`!X-n-Vr/1iJ,/M/M(.4-5[*Z5\*
6.630 +&.K!U/hRkG#6kD="U"f*z/hR,(zzzzzzzzzzzzzzzzzzz!!!$$"9f)a&f)B++seQ`-n6_u/M8\0/hJ
6.631 +V(-6aKM()7Dk%5'7A$OI%C#6k>8"98E%!!!!O/cYkOzzzzzzzzzzzzzzzzzzz!!*-'"UGPi'H/#9,:
6.632 +"T`.4Ql$0/"t2/Li+o,9@a=&eGN^/e/<t#6b;9"9\i0!rr<$!!"W(zzzzzzzzzzzzzzzzzzzz!<N?-
6.633 +#Rh4r(`jhF,UFif/1iJ-0.nk..4HMa)Aj5&&.^B&$k*@E"U"r2!s8W,z!%ol(zzzzzzzzzzzzzzzz!
6.634 +<E3$zz!!!!"!X&Z4%M160*$6=K,pk&k/1iJ,/hJV&,p=9K((q/g/hRM<#R(A7!s/Q-!s8T+z/hR,(z
6.635 +zzzzzzz!<E3$zzzzzz!!!!"!<E0#zz!!!$$"9o/A&JQi9*$6=K-RgMr/1iG).k2qo+r_F7'G(^+$4-
6.636 +tD"p>#1!WrQ-!s/N(!!!!O/cYkOzzzzzzz!!!!"!<E3$zzzzzz!!!!"zzz!<E6("UGJF&M=k<*[)^Q
6.637 +,pt2o/1`>&.4-5\*#TJ(&.T*V/hRA5"U"o0!sJc/!s8W*!!"W(zzzzzzzz!!!$#!<E3$zzz!!*'#!<
6.638 +E0#zzzz!!!!"!<N?+"UGJG&hY%A*[)aS-7C>o.Olkq-R9fQ(DRSp%L`aP#qdh7"p>&3"p>#1!sJZ)!
6.639 +%ol(zzzzzzzz!!**$!<E0#zz!!!!"!<E3%!<E0#zzzz!!!$#!WrQ0#71eM/f#9B*?ZOP-RgMp.4HSh
6.640 ++Wh[A'bV)i%LiaO/dMXd"UG56"9S`-"TSN&/hR,(zzzzzzzz!!!!"zzz!!**$!<E3%!<<*"zzzz!!*
6.641 +*$!WrQ/#71ek&J>fr*?ZXU.4H\p-6sf[*#fb2'+k`b$k!Cp"p>D?$3^S:"9\c/!!!!O/cYkOzzzzzz
6.642 +zzzzzz!!**$!<E3$zzzz!!!!"!<E3&!WrQ/"pcgl&f)?*+XJKb.4HYl,U"6N*#KG*'+k``$SD\h"U5
6.643 +/<"pG/5!s8W-!!"W(zzzzzzzzzzzzz!<E3%!<<*"zzzz!!!$#!<E6'!WrQ0#;-Dq&f)N4-7C;l-mg2
6.644 +a+s.gE)&O,%&J#<Z/dM[g"U5;>"pG,3!s/Q)!%ol(zzzzzzzzzzzzz!!**#zz!!!!"!<E3$z!!**$!
6.645 +W`<'!s8W/#;-Du)':(L.4HYm-6j]W*ZZ4<(DRSr&.L5t#6tG:"pkP>"U"o0!W`9$/hR,(zzzzzzzzz
6.646 +zzzzzz!!!!"!<E3%!<E0#z!!!$#!<E3%!<N?,$8)u/*[E*].4?Pi,9e6O*?,n6()%8i/hRD8#R(>:#
6.647 +6tG9!s8T*!!!!O/cYkOzzzzzzzzzzzzzzz!!**$!<E3%!<<-$z!!!!"!<E0$!<WK4$8*;?,:4fe-mp
6.648 +5`+<MXE)]9J+&.T(##mUY:"9o,9#6Y/3!WiB&!!"W(zzzzzzzzzzzzz!!!$#!<E0#z!<E3%!<E3$!!
6.649 +*'"zz!!!!"!sT&@/hS7j,pjrb,pOQU*?6"9()7Jl$n_kl"U"r4"pP25!s8T+!<<*"!%ol(zzzzzzzz
6.650 +!!!$"!<E0#zzz!<E3&!<E3$!!!!"!<E3%!<<*#!<<*"zz!!!$$":$P3(bQjQ+s\BX+<MXF*#]V-%hB
6.651 +'U/dDL]!WrT0!s/N*!<N9%z/hR,(zzzzzzz!!!!"!<E3%!<E3$!<<*"!!!$"!<E3%!WiE)!<E3%!!*
6.652 +*$!<E3%!<<-#zzz!!!'(#Rh1q/f>ZO+X&!O*Zc7=(DRMl%1"Qk"9JT*"Tnf,!<N9%!<<*"!!!!O/cY
6.653 +kOzzzzzzz!!**$!WiE)!W`?'!<N9&!<E3%!WiE)!s/Q+!<E3%!<E3%!<E3$zzzz!!*-)$P!Y!)&s\>
6.654 ++!2OE*#]V.&e59V#VH5]!<E6,!W`9%!<E0#z!!"W(zzzzzzz!!!!"!<E6'!WrN,!WrN+!s/N*!WiE)
6.655 +!WrN,!s8T+!<E3%!<E3%zzzzz!!3<1/hReQ)&s\=*Zc7=(`!bq$jd.k!s/K(!<WB)!!**$zz!%ol(z
6.656 +zzzz!!!$#!<<*"!<E3%!WiE*!s8W-!s8W-!s/N*!WiE*!s8Z.!s8Q)!<E0#zzzzzz!<WN6/eJg8*$$
6.657 +(?)]'5%%hK$R#VI_2!<E6("9AN(!<E3$zz/hR,(zzzzz!<E3%!<E3%!<N<(!WiH+!s8W-!s8W-!s/N
6.658 +*!WiE*!s8W-!s/K(zzzzzz!!!!"!sT2e',DH*)]T\4&eY]`$3pb</cl%S!WrT/!<W?'!WW3#z!!!!O
6.659 +/cYkOzzzz!!!!"!<E3%!<E3&!WiE)!WiH+!s8W-!s8W-!WiE)!WiH+!s8W,!W`<%zzzzzz!!!$%#R`
6.660 +7;(`=51)&Eu"%LWRK"thM1!W`?*"9er3!<E6&zz!!"W(zzzzz!!**$!<E3%!<E6'!WiE)!WiE*!s8W
6.661 +-!s8T+!WiE(!WiH*!WiB'zzzzzzz!<WH2$kO+*(`4)+'G1f_#mUV:""jWU!WrQ/"Tnf,!<<*"zz!%o
6.662 +l(zzzzz!<E3%!<E3%!<N<(!WiE)!WiE)!WrN+!WiB'!<E3%!W`<&!<E0#zzzzzz!!!!#"9o2A',3&O
6.663 +'b_2k%1<LK"U"o//hR/*!WrT/!s/K(!<<*"zz/hR,(zzzz!!!!"!<E3%!<E3%!WiE)!W`?'!<E3&!W
6.664 +`<&!<E3%!!**$!<E3$!<<*"zzzzzz!!*-)#71eN/e\m3&J#:&#mUVd"9U8/!<E6'!s8W+!<E0#zz!!
6.665 +!!O/cYkOzzzz!<E3%!<E3%!<E3%!WiE(!<E3$!<E3%!<E3%z!!!$#zzzzzzz!!!!"!<NB1$OeX?&J,
6.666 +K`$8*q`/hSb//cl(T!<E6(!s/K(zzz!!"W(zzzz!!!!"!<E3%!<E3%!<E3%!<E3%zzzzzzzzzzzz!!
6.667 +!$$!sAc8$On^!%k]Ie#6b8`!s1(U!<E3$!<E6'!<E0#zzz!%ol(zzzz!!!$#!<E3%z!<E3%!<E0#zz
6.668 +zzzzzzzzzz!!*0)"U55?$k+a@$4-tB"U"o/!W`<%z!!**#zzzz/hR,(zzzzz!!*'"z!!*'"zzzzzzz
6.669 +zzzzzz!!*0*"pbSE$k+`q#mUV;"9S],!<E0#zzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzz!!!!"!X
6.670 +&Z1#RLkH$O[7H#6k>7!s8T*!<E0#zzzzz!!"W(zzzzzzzzzzzzzzzzzzzzz!!!!#"U,):$OdFP$k!=
6.671 +H#6b55!s/N)!<E0#zzzzz!%ol(zzzzzzzzzzzzzzzzzzzzz!!!'&"pYGB%1WgV%1<IJ#6b85!s/N)!
6.672 +<E3%!<<*"zzzz/hR,(zzzzzzzzzzzzzzzzzzzzz!!<?/#R_(O&.]6[$jm=H"pG,4!s/N*!<E3%zzzz
6.673 +!!!!O/cYkOzzzzzzzzzzzzzzzzzzzz!!!!"!sJr:%1Wp]&J#?]$O[=L#6k>7"9S],!WiB'zzzz!!"W
6.674 +(zzzzzzzzzzzzzzzzzzzzz!!!!#"9o/B&.oKf&eY]b%h&jS$3pb=!s8W,!WiB&zzzz!%ol(zzzzzzz
6.675 +zzzzzzzzzzzzzz!!*-)#7:qQ&JGim'GM,l&.K!S#R1J9"9S`-!W`9$zzzz/hR,(zzzzzzzzzzzzzzz
6.676 +zzzzzz!<NE1$P!^\',D?!'GM2m&.AmP"pP57"9S],!<E0#zzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzz
6.677 +zz!sJr<%M9<f'c%Q"'G:uh%1ERL"pG/5!s8T+!<<*"zzz!!"W(zzzzzzzzzzzzzzzzzzzzz!!!!"!s
6.678 +Jr<%M9Bh()7Mt&.f<\$O[4E"U,#2!s/N)zzzz!%ol(zzzzzzzzzzzzzzzzzzzzz!!!$%"UGJF&.fEe
6.679 +',(uh%h/pT#mU\="9S`.!s/K(z!!!$"zz/hR,(zzzzzzzzzzzzzzzzzzzzz!!*0("pkVF%M'*]&J#?
6.680 +]$k*IK#6k;5!s8W,!<E0#zzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzz!!36,"pkYG$k*RS$k!FM$4$
6.681 +k?"9S],!WiE(!<<*"!!!!"zz!!"W(zzzzzzzzzzzzzzzzzzzzzz!<NB."pbPC$47(H$4$k@"U,&3!W
6.682 +`<&!<E0#zzzz!%ol(zzzzzzzzzzzzzzzzzzzzz!!!!"!WiK/"pYG?#R:V@#6b87"9JT)!<E3$zz!Wi
6.683 +?%zz/hR,(zzzzzzzzz!!!!"!<E3%!<E3%zzzzzzzzz!!!$#!WiK."U>59"U,)6"U"o/!<E0#zzzzz!
6.684 +!!!O/cYkOzzzzzzzzz!!**$!<E3%!W`<&!<E3$zzzzzzzz!!!$#!X&W0"9\l2"9\f/!s/K'zzzzzz!
6.685 +!"W(zzzzzzzzz!!!$#!<E3&!WiE)!WiE)!<E3$zzzzzzzz!!**$!WiH+"9S`-!s&E'zzzzzzz!%ol(
6.686 +zzzzzzzzz!<E6'!WiH+!s8W-!s8W,!W`<%zzzzzzzz!!**$!WiE)!WiB'!<E0#zzzzzzz/hR,(zzzz
6.687 +zzzz!!**%!WrN-!sA`0"9\i1!s8W,!<E0#zzzzzzzz!!*'#!W`<&!!*'"zzzzzzz!!!!O/cYkOzzzz
6.688 +zzz!!**$!WiH+"9\l2"9eo2"9\i1!s8T*!<<*"zzzzzzzz!!!!"!<<*"zzzzzzzz!!"W(zzzzzzz!!
6.689 +!!"!<N<(!sA`1"U,&5"9\i1!sA].!WiB'zzzzzzzzzzzzzzzzzzz!%ol(zzzzzzz!!**$!WiH,"9er
6.690 +4"U,&4"9\f/!s/N*!<E3$zzzzzzzzzzzzzzzzzzz/hR,(zzzzzz!!!$#!<E3&!WrQ."U,&5"9\i0!W
6.691 +iE)!W`<&zzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzz!!**#!!**$!<N<)!sA`0"U,#3!s8T+!<N9&!
6.692 +<<*"zzzzzzzzzzzzzzzzzzz!!"W(zzzzzz!<E0$!<E3&!WiE*"9\i2"9\f/!WiE(!<E0#zzzzzzzzz
6.693 +zzzzzzzzzzz!%ol(zzzzz!!!$$!WiB'!<E6'!WrN,"9\f/!s/N*!W`<&zzzzzzzzzzzzzzzzzzzzz/
6.694 +hR,(zzzzz!!*-%!WiB'!<N<(!WrN,!s8W,!WiE(!<E0#zzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzz
6.695 +!!!!"!<N<(!W`<'!WiE)!WiH+!s/N*!<E3%zzzzzzzzzzzzzzzzzzzzz!!"W(zzzzz!!!'%!WiH+!s
6.696 +/K(!<E3&!WiH*!WiB'!<E3$zzzzzzzzzzzzzzzzzzzzz!%ol(zzzzz!<N<)!s8W,!WiE(!<E6'!WiE
6.697 +)!W`<&!<E0#zzzzzzzzzzzzzzzzzzzzz/hR,(zzzz!!!!"!WiH+!s8W,!<N9&!WiE)!<E3%!<E3%!<
6.698 +<*"zzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzz!!!!#!s8W-!WrK)!<N9&!<E3%!<E3%zzzzzzzzzzz
6.699 +zzzzzzzzzzz!!"W(zzzzz!!!$$!s8W-!s/K(!<E3%!<E0#!!*'"zzzzzzzzzzzzzzzzzzzzzz!%ol(
6.700 +zzzzz!!!$$!WiE)!WiB'!<E3%!<<*"zzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!!!$#!W`<%!!!$#
6.701 +!!!$"zzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzz!!**$!<E0#zzzzzzzzzzzzzzzzzzzzzzzzz
6.702 +!!"W(zzzzzz!!!$#zzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
6.703 +zz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//hSb
6.704 +//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//h
6.705 +Sb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
6.706 +InterpretLevel1 not {
6.707 + grestore
6.708 +} if
6.709 +grestore
6.710 +%%%%EndImage
6.711 +1.000 UL
6.712 +LTb
6.713 +1.000 UP
6.714 +1.000 UL
6.715 +LTb
6.716 +stroke
6.717 +grestore
6.718 +end
6.719 +showpage
6.720 +%%Trailer
6.721 +%%DocumentFonts: Helvetica
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
7.2 +++ b/singlegene_example_3310_Slco1a5_FRP_gray.eps Sun Apr 19 14:19:52 2009 -0700
7.3 @@ -0,0 +1,709 @@
7.4 +%!PS-Adobe-2.0 EPSF-2.0
7.5 +%%Title: singlegene_example_3310_Slco1a5_FRP_gray.eps
7.6 +%%Creator: gnuplot 4.2 patchlevel 2
7.7 +%%CreationDate: Sun Apr 19 14:08:17 2009
7.8 +%%DocumentFonts: (atend)
7.9 +%%BoundingBox: 50 50 410 302
7.10 +%%EndComments
7.11 +%%BeginProlog
7.12 +/gnudict 256 dict def
7.13 +gnudict begin
7.14 +%
7.15 +% The following 6 true/false flags may be edited by hand if required
7.16 +% The unit line width may also be changed
7.17 +%
7.18 +/Color true def
7.19 +/Blacktext false def
7.20 +/Solid true def
7.21 +/Dashlength 1 def
7.22 +/Landscape false def
7.23 +/Level1 false def
7.24 +/Rounded false def
7.25 +/TransparentPatterns false def
7.26 +/gnulinewidth 5.000 def
7.27 +/userlinewidth gnulinewidth def
7.28 +%
7.29 +/vshift -46 def
7.30 +/dl1 {
7.31 + 10.0 Dashlength mul mul
7.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
7.33 +} def
7.34 +/dl2 {
7.35 + 10.0 Dashlength mul mul
7.36 + Rounded { currentlinewidth 0.75 mul add } if
7.37 +} def
7.38 +/hpt_ 31.5 def
7.39 +/vpt_ 31.5 def
7.40 +/hpt hpt_ def
7.41 +/vpt vpt_ def
7.42 +Level1 {} {
7.43 +/SDict 10 dict def
7.44 +systemdict /pdfmark known not {
7.45 + userdict /pdfmark systemdict /cleartomark get put
7.46 +} if
7.47 +SDict begin [
7.48 + /Title (singlegene_example_3310_Slco1a5_FRP_gray.eps)
7.49 + /Subject (gnuplot plot)
7.50 + /Creator (gnuplot 4.2 patchlevel 2 )
7.51 + /Author (Bayle Shanks,,,)
7.52 +% /Producer (gnuplot)
7.53 +% /Keywords ()
7.54 + /CreationDate (Sun Apr 19 14:08:17 2009)
7.55 + /DOCINFO pdfmark
7.56 +end
7.57 +} ifelse
7.58 +%
7.59 +% Gnuplot Prolog Version 4.2 (August 2006)
7.60 +%
7.61 +/M {moveto} bind def
7.62 +/L {lineto} bind def
7.63 +/R {rmoveto} bind def
7.64 +/V {rlineto} bind def
7.65 +/N {newpath moveto} bind def
7.66 +/Z {closepath} bind def
7.67 +/C {setrgbcolor} bind def
7.68 +/f {rlineto fill} bind def
7.69 +/vpt2 vpt 2 mul def
7.70 +/hpt2 hpt 2 mul def
7.71 +/Lshow {currentpoint stroke M 0 vshift R
7.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
7.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
7.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
7.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
7.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
7.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
7.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
7.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
7.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
7.81 +/BL {stroke userlinewidth 2 mul setlinewidth
7.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
7.83 +/AL {stroke userlinewidth 2 div setlinewidth
7.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
7.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
7.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
7.87 +/PL {stroke userlinewidth setlinewidth
7.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
7.89 +% Default Line colors
7.90 +/LCw {1 1 1} def
7.91 +/LCb {0 0 0} def
7.92 +/LCa {0 0 0} def
7.93 +/LC0 {1 0 0} def
7.94 +/LC1 {0 1 0} def
7.95 +/LC2 {0 0 1} def
7.96 +/LC3 {1 0 1} def
7.97 +/LC4 {0 1 1} def
7.98 +/LC5 {1 1 0} def
7.99 +/LC6 {0 0 0} def
7.100 +/LC7 {1 0.3 0} def
7.101 +/LC8 {0.5 0.5 0.5} def
7.102 +% Default Line Types
7.103 +/LTw {PL [] 1 setgray} def
7.104 +/LTb {BL [] LCb DL} def
7.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
7.106 +/LT0 {PL [] LC0 DL} def
7.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
7.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
7.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
7.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
7.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
7.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
7.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
7.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
7.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
7.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
7.117 + hpt neg vpt neg V hpt vpt neg V
7.118 + hpt vpt V hpt neg vpt V closepath stroke
7.119 + Pnt} def
7.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
7.121 + currentpoint stroke M
7.122 + hpt neg vpt neg R hpt2 0 V stroke
7.123 + } def
7.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
7.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
7.126 + hpt2 neg 0 V closepath stroke
7.127 + Pnt} def
7.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
7.129 + hpt2 vpt2 neg V currentpoint stroke M
7.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
7.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
7.132 + hpt neg vpt -1.62 mul V
7.133 + hpt 2 mul 0 V
7.134 + hpt neg vpt 1.62 mul V closepath stroke
7.135 + Pnt} def
7.136 +/Star {2 copy Pls Crs} def
7.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
7.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
7.139 + hpt2 neg 0 V closepath fill} def
7.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
7.141 + hpt neg vpt -1.62 mul V
7.142 + hpt 2 mul 0 V
7.143 + hpt neg vpt 1.62 mul V closepath fill} def
7.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
7.145 + hpt neg vpt 1.62 mul V
7.146 + hpt 2 mul 0 V
7.147 + hpt neg vpt -1.62 mul V closepath stroke
7.148 + Pnt} def
7.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
7.150 + hpt neg vpt 1.62 mul V
7.151 + hpt 2 mul 0 V
7.152 + hpt neg vpt -1.62 mul V closepath fill} def
7.153 +/DiaF {stroke [] 0 setdash vpt add M
7.154 + hpt neg vpt neg V hpt vpt neg V
7.155 + hpt vpt V hpt neg vpt V closepath fill} def
7.156 +/Pent {stroke [] 0 setdash 2 copy gsave
7.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
7.158 + closepath stroke grestore Pnt} def
7.159 +/PentF {stroke [] 0 setdash gsave
7.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
7.161 + closepath fill grestore} def
7.162 +/Circle {stroke [] 0 setdash 2 copy
7.163 + hpt 0 360 arc stroke Pnt} def
7.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
7.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
7.166 +/C1 {BL [] 0 setdash 2 copy moveto
7.167 + 2 copy vpt 0 90 arc closepath fill
7.168 + vpt 0 360 arc closepath} bind def
7.169 +/C2 {BL [] 0 setdash 2 copy moveto
7.170 + 2 copy vpt 90 180 arc closepath fill
7.171 + vpt 0 360 arc closepath} bind def
7.172 +/C3 {BL [] 0 setdash 2 copy moveto
7.173 + 2 copy vpt 0 180 arc closepath fill
7.174 + vpt 0 360 arc closepath} bind def
7.175 +/C4 {BL [] 0 setdash 2 copy moveto
7.176 + 2 copy vpt 180 270 arc closepath fill
7.177 + vpt 0 360 arc closepath} bind def
7.178 +/C5 {BL [] 0 setdash 2 copy moveto
7.179 + 2 copy vpt 0 90 arc
7.180 + 2 copy moveto
7.181 + 2 copy vpt 180 270 arc closepath fill
7.182 + vpt 0 360 arc} bind def
7.183 +/C6 {BL [] 0 setdash 2 copy moveto
7.184 + 2 copy vpt 90 270 arc closepath fill
7.185 + vpt 0 360 arc closepath} bind def
7.186 +/C7 {BL [] 0 setdash 2 copy moveto
7.187 + 2 copy vpt 0 270 arc closepath fill
7.188 + vpt 0 360 arc closepath} bind def
7.189 +/C8 {BL [] 0 setdash 2 copy moveto
7.190 + 2 copy vpt 270 360 arc closepath fill
7.191 + vpt 0 360 arc closepath} bind def
7.192 +/C9 {BL [] 0 setdash 2 copy moveto
7.193 + 2 copy vpt 270 450 arc closepath fill
7.194 + vpt 0 360 arc closepath} bind def
7.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
7.196 + 2 copy moveto
7.197 + 2 copy vpt 90 180 arc closepath fill
7.198 + vpt 0 360 arc closepath} bind def
7.199 +/C11 {BL [] 0 setdash 2 copy moveto
7.200 + 2 copy vpt 0 180 arc closepath fill
7.201 + 2 copy moveto
7.202 + 2 copy vpt 270 360 arc closepath fill
7.203 + vpt 0 360 arc closepath} bind def
7.204 +/C12 {BL [] 0 setdash 2 copy moveto
7.205 + 2 copy vpt 180 360 arc closepath fill
7.206 + vpt 0 360 arc closepath} bind def
7.207 +/C13 {BL [] 0 setdash 2 copy moveto
7.208 + 2 copy vpt 0 90 arc closepath fill
7.209 + 2 copy moveto
7.210 + 2 copy vpt 180 360 arc closepath fill
7.211 + vpt 0 360 arc closepath} bind def
7.212 +/C14 {BL [] 0 setdash 2 copy moveto
7.213 + 2 copy vpt 90 360 arc closepath fill
7.214 + vpt 0 360 arc} bind def
7.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
7.216 + vpt 0 360 arc closepath} bind def
7.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
7.218 + neg 0 rlineto closepath} bind def
7.219 +/Square {dup Rec} bind def
7.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
7.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
7.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
7.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
7.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
7.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
7.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
7.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
7.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
7.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
7.230 + 2 copy vpt Square fill Bsquare} bind def
7.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
7.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
7.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
7.234 + Bsquare} bind def
7.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
7.236 + Bsquare} bind def
7.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
7.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
7.239 + 2 copy vpt Square fill Bsquare} bind def
7.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
7.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
7.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
7.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
7.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
7.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
7.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
7.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
7.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
7.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
7.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
7.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
7.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
7.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
7.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
7.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
7.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
7.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
7.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
7.259 +/DiaE {stroke [] 0 setdash vpt add M
7.260 + hpt neg vpt neg V hpt vpt neg V
7.261 + hpt vpt V hpt neg vpt V closepath stroke} def
7.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
7.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
7.264 + hpt2 neg 0 V closepath stroke} def
7.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
7.266 + hpt neg vpt -1.62 mul V
7.267 + hpt 2 mul 0 V
7.268 + hpt neg vpt 1.62 mul V closepath stroke} def
7.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
7.270 + hpt neg vpt 1.62 mul V
7.271 + hpt 2 mul 0 V
7.272 + hpt neg vpt -1.62 mul V closepath stroke} def
7.273 +/PentE {stroke [] 0 setdash gsave
7.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
7.275 + closepath stroke grestore} def
7.276 +/CircE {stroke [] 0 setdash
7.277 + hpt 0 360 arc stroke} def
7.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
7.279 +/DiaW {stroke [] 0 setdash vpt add M
7.280 + hpt neg vpt neg V hpt vpt neg V
7.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
7.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
7.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
7.284 + hpt2 neg 0 V Opaque stroke} def
7.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
7.286 + hpt neg vpt -1.62 mul V
7.287 + hpt 2 mul 0 V
7.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
7.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
7.290 + hpt neg vpt 1.62 mul V
7.291 + hpt 2 mul 0 V
7.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
7.293 +/PentW {stroke [] 0 setdash gsave
7.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
7.295 + Opaque stroke grestore} def
7.296 +/CircW {stroke [] 0 setdash
7.297 + hpt 0 360 arc Opaque stroke} def
7.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
7.299 +/Density {
7.300 + /Fillden exch def
7.301 + currentrgbcolor
7.302 + /ColB exch def /ColG exch def /ColR exch def
7.303 + /ColR ColR Fillden mul Fillden sub 1 add def
7.304 + /ColG ColG Fillden mul Fillden sub 1 add def
7.305 + /ColB ColB Fillden mul Fillden sub 1 add def
7.306 + ColR ColG ColB setrgbcolor} def
7.307 +/BoxColFill {gsave Rec PolyFill} def
7.308 +/PolyFill {gsave Density fill grestore grestore} def
7.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
7.310 +%
7.311 +% PostScript Level 1 Pattern Fill routine for rectangles
7.312 +% Usage: x y w h s a XX PatternFill
7.313 +% x,y = lower left corner of box to be filled
7.314 +% w,h = width and height of box
7.315 +% a = angle in degrees between lines and x-axis
7.316 +% XX = 0/1 for no/yes cross-hatch
7.317 +%
7.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
7.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
7.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
7.321 + gsave 1 setgray fill grestore clip
7.322 + currentlinewidth 0.5 mul setlinewidth
7.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
7.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
7.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
7.326 + {PFa 4 get mul 0 M 0 PFs V} for
7.327 + 0 PFa 6 get ne {
7.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
7.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
7.330 + } if
7.331 + stroke grestore} def
7.332 +%
7.333 +/languagelevel where
7.334 + {pop languagelevel} {1} ifelse
7.335 + 2 lt
7.336 + {/InterpretLevel1 true def}
7.337 + {/InterpretLevel1 Level1 def}
7.338 + ifelse
7.339 +%
7.340 +% PostScript level 2 pattern fill definitions
7.341 +%
7.342 +/Level2PatternFill {
7.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
7.344 + bind def
7.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
7.346 +<< Tile8x8
7.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
7.348 +>> matrix makepattern
7.349 +/Pat1 exch def
7.350 +<< Tile8x8
7.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
7.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
7.353 +>> matrix makepattern
7.354 +/Pat2 exch def
7.355 +<< Tile8x8
7.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
7.357 + 8 8 L 8 0 L 0 0 L fill}
7.358 +>> matrix makepattern
7.359 +/Pat3 exch def
7.360 +<< Tile8x8
7.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
7.362 + 0 12 M 12 0 L stroke}
7.363 +>> matrix makepattern
7.364 +/Pat4 exch def
7.365 +<< Tile8x8
7.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
7.367 + 0 -4 M 12 8 L stroke}
7.368 +>> matrix makepattern
7.369 +/Pat5 exch def
7.370 +<< Tile8x8
7.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
7.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
7.373 +>> matrix makepattern
7.374 +/Pat6 exch def
7.375 +<< Tile8x8
7.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
7.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
7.378 +>> matrix makepattern
7.379 +/Pat7 exch def
7.380 +<< Tile8x8
7.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
7.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
7.383 +>> matrix makepattern
7.384 +/Pat8 exch def
7.385 +<< Tile8x8
7.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
7.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
7.388 +>> matrix makepattern
7.389 +/Pat9 exch def
7.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
7.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
7.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
7.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
7.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
7.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
7.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
7.397 +} def
7.398 +%
7.399 +%
7.400 +%End of PostScript Level 2 code
7.401 +%
7.402 +/PatternBgnd {
7.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
7.404 +} def
7.405 +%
7.406 +% Substitute for Level 2 pattern fill codes with
7.407 +% grayscale if Level 2 support is not selected.
7.408 +%
7.409 +/Level1PatternFill {
7.410 +/Pattern1 {0.250 Density} bind def
7.411 +/Pattern2 {0.500 Density} bind def
7.412 +/Pattern3 {0.750 Density} bind def
7.413 +/Pattern4 {0.125 Density} bind def
7.414 +/Pattern5 {0.375 Density} bind def
7.415 +/Pattern6 {0.625 Density} bind def
7.416 +/Pattern7 {0.875 Density} bind def
7.417 +} def
7.418 +%
7.419 +% Now test for support of Level 2 code
7.420 +%
7.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
7.422 +%
7.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
7.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
7.425 +currentdict end definefont pop
7.426 +/MFshow {
7.427 + { dup 5 get 3 ge
7.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
7.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
7.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
7.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
7.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
7.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
7.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
7.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
7.436 + pop aload pop M} ifelse }ifelse }ifelse }
7.437 + ifelse }
7.438 + forall} bind def
7.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
7.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
7.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
7.442 +/MLshow { currentpoint stroke M
7.443 + 0 exch R
7.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
7.445 +/MRshow { currentpoint stroke M
7.446 + exch dup MFwidth neg 3 -1 roll R
7.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
7.448 +/MCshow { currentpoint stroke M
7.449 + exch dup MFwidth -2 div 3 -1 roll R
7.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
7.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
7.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
7.453 +end
7.454 +%%EndProlog
7.455 +gnudict begin
7.456 +gsave
7.457 +50 50 translate
7.458 +0.050 0.050 scale
7.459 +0 setgray
7.460 +newpath
7.461 +(Helvetica) findfont 140 scalefont setfont
7.462 +gsave % colour palette begin
7.463 +/maxcolors 64 def
7.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
7.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
7.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
7.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
7.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
7.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
7.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
7.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
7.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
7.473 + } ifelse} def
7.474 +/Constrain {
7.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
7.476 +/YIQ2RGB {
7.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
7.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
7.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
7.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
7.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
7.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
7.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
7.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
7.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
7.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
7.487 + if} ifelse} ifelse} ifelse} def
7.488 +/InterpolatedColor true def
7.489 +/grayindex {/gidx 0 def
7.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
7.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
7.492 + GrayA gidx get sub div} def
7.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
7.494 + RedA gidx get sub dgdxval mul add} def
7.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
7.496 + GreenA gidx get sub dgdxval mul add} def
7.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
7.498 + BlueA gidx get sub dgdxval mul add} def
7.499 +/interpolate {
7.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
7.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
7.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
7.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
7.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
7.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
7.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
7.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
7.508 + .9524 .9683 .9841 1 ] def
7.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
7.510 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
7.511 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
7.512 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
7.513 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
7.514 + .9524 .9683 .9841 1 ] def
7.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
7.516 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
7.517 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
7.518 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
7.519 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
7.520 + .9524 .9683 .9841 1 ] def
7.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
7.522 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
7.523 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
7.524 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
7.525 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
7.526 + .9524 .9683 .9841 1 ] def
7.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
7.528 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
7.529 +/pm3dGamma 1.0 1.5 div def
7.530 +/ColorSpace (RGB) def
7.531 +Color true and { % COLOUR vs. GRAY map
7.532 + InterpolatedColor { %% Interpolation vs. RGB-Formula
7.533 + /g {stroke pm3dround /grayv exch def interpolate
7.534 + SelectSpace setrgbcolor} bind def
7.535 + }{
7.536 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
7.537 + SelectSpace setrgbcolor} bind def
7.538 + } ifelse
7.539 +}{
7.540 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
7.541 +} ifelse
7.542 +1.000 UP
7.543 +1.000 UL
7.544 +LTb
7.545 +1.000 UL
7.546 +LT0
7.547 +LTb
7.548 +%%%%BeginImage
7.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
7.550 +InterpretLevel1 {
7.551 + %% Construct a box instead of image
7.552 + LTb
7.553 + 876 4852 M
7.554 + 5292 0 V
7.555 + 0 -4429 V
7.556 + -5292 0 V
7.557 + 876 4852 L
7.558 + 40 -110 R
7.559 + (PS level 2 image) Lshow
7.560 + % Read data but ignore it
7.561 + /imagebuf 8040 string def
7.562 + currentfile imagebuf readstring
7.563 +} {
7.564 +gsave
7.565 +876 4852 translate
7.566 +5292 -4429 scale
7.567 +%%%%BeginPalette
7.568 +[ /Indexed
7.569 + /DeviceRGB 63
7.570 + <
7.571 + 000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
7.572 + 202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
7.573 + 414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
7.574 + 616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
7.575 + 828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
7.576 + a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
7.577 + c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
7.578 + e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
7.579 + >
7.580 +] setcolorspace
7.581 +%%%%EndPalette
7.582 +<<
7.583 + /ImageType 1
7.584 + /Width 135
7.585 + /Height 113
7.586 + /BitsPerComponent 8
7.587 + /ImageMatrix [ 135 0 0 113 0 0 ]
7.588 + /Decode [ 0 255 ]
7.589 + /DataSource currentfile /ASCII85Decode filter
7.590 + /MultipleDataSources false
7.591 + /Interpolate false
7.592 +>>
7.593 +image
7.594 +} ifelse
7.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
7.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
7.597 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzzzzzzzzz
7.598 +zzzzzzz/hR/)zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cl"Qzzzzzzzzzzzzzzzzzzzzzzzz
7.599 +zzzzzzzz!!"W(!rr<$zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol+zzzzzzzzzzzzzzzzzzzzzzz
7.600 +zzzzzzzzzz/hR;-zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/d).Szzzzzzzzzzzzzzzzzzzzz
7.601 +zzzzzzzzzzz!!"W("98E%zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol,zzzzzzzzzzzzzzzzzzzz
7.602 +zzzzzzzzzzzzz/hR2,zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cbtQzzzzzzzzzzzzzzzzzz
7.603 +zzzzzzzzzzzzzz!!"W(!<E3$zzzzz!<W<%zzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(!!**#zzzz!!!$
7.604 +%"TSN&zzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!sAc5$46b5z!%n6Ozzzzzzzzzzzzzzzzzzzz
7.605 +zzz!!!!O/cYkOzzzz!!!!%"pbMD&/tTL/hSb/.P;DAzzzz!W`9$zzzzzzzzzzzzzzzzzz!!"W(zzzz
7.606 +z!!NT5$P*gc*A/rm/hnh).P<>+/cYkOzz!!!!$!<<*"zzzzzzzzzzzzzzzzzz!%ol(zzzz!!!!'"q(
7.607 +nP(E"hX.P3D2/M8e40eX(H/hR,(zz!!33&zzzzzzzzzzzzzzzzzzz/hR,(zzzz!!``7%h]Tn*%iQi0
7.608 +.e_*.OZPs/gV);#qdh1zz!s/K'zzzzzzzzzzzzzzzzzz!!!!O/cYkOzzz!!**("Ub\K()\_W+<i0_.
7.609 +P!%r()nSN-Q3[/%PB@6!!!90!!!0*!W`9$zzzzzzzzzzzzzzzzzz!!"W(zzzz!<E</%h93i)B^XW,U
7.610 +Xrj/Lr7p1bL7))B'S2/eSg,%gr^L#6k;4!<<*"zzz!!!!"!<<*"zzzzzzzzzzzzz!%ol(zzzz!<NN;
7.611 +%hfp#*A/W_+!N$c0etdK1aO:f+<W9Z,9.[<'FkNW#6P#.zzz!!!!"!<E3&!W`<%zzzzzzzzzzzzz/h
7.612 +R,(zzz!!!!"!XB/D',h`1*A/Q\*?Z[`1+k70-6j]Y/gi"q,9e'C%h&[H!s/H&zzz!!!$#!s/Q,!WiE
7.613 +'zzzzzzzzzzzz!!!!O/cYkOzzz!!!$&"UbbN)AO>6)_N0Q+!DjX-RC#_+sAQb-n6_q,Tdm8$O?q=!W
7.614 +W3#zzz!<E9)"9er3!s/K'zzzzzzzzzzzz!!"W(zzzz!!!*'"q;(X',D]04>&64+snZ_,9nEc/fc)[.
7.615 +4Zel*>8qj#6Y).zzz!!!!"!WrQ/"U,&3!WiB&zzzzzzzzzzzz!%ol(zzzz!!*0(#n[[[(EFJJ5!(AL
7.616 +/hSb//hS%Z)''eC,U+?L&.JmK!s&B%zzz!!!$$!sAc2"U,#1!W`9$zzzzzzzzzzzz/hR,(zzzz!!*0
7.617 +($4@7V'GqZ8-laEP/fPf`)B'D/)AsJ5*#TG'$jHe8!<<*"zzz!!**%"9\l3"9\c-!<<*"zzzzzzzzz
7.618 +zz!!!!O/cYkOzzzz!!*'#"U,JQ',DQ4)]p4@(`+&+',)&p'b_>u&e5<U"9JQ'zzzz!<E6(!sA]/!s/
7.619 +K'zzzzzzzzzzzz!!"W(zzzzz!!!!"!<NT6$P*XW)&=,*&J#B\$k<^R$4@:N#R(>3!<<*"zzzz!<N?)
7.620 +!WiB(!<<*"zzzzzzzzzzzz!%ol(zzzzz!!!!"!<E<*#mUeF$kNmV$4@+E#mgh?"U"o1!s&B%zzzzz!
7.621 +!**$!<E3$zzzzzzzzzzzzz/hR,(zzzzzz!!**%"pYSG#mUY<!s8W-"9ei/!<E3$zzzzzzzzzzzzzzz
7.622 +zzzzz!!!!O/cYkOzzzzzz!!!$&!<iT."9JT*!<E0$!W`<%zzzzzzzzzzzzzzz!!!$"zzzzz!!"W(zz
7.623 +zzzzzz!!**#zzzzzzzzzzzzzzzzzz!<E3&!WiE(!<<*"zzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
7.624 +!!!!"!<N<)!s8T+!WW3#zzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzz!!!$#!WrN,!s8T+!<<*"zz!!
7.625 +!!O/cYkOzzzzzzzz!!!$#zzzzzzzzzzzzzzzzz!!**%!s8W-!s/N)zzz!!"W(zz!<E0#zzzzz!!!!"
7.626 +!<E3%!<<*"zzzzzzzzzzzzzzzz!<E3'!s8W-!WiB'!<<*"zz!%ol(z!!!!"!W`9$zzzzz!!!$#!WiE
7.627 +(zzzzzzzzzzzzzzzzz!!*-&!WiE)!<<*"zzz/hR,(z!!!'%!WW3#zzzzz!!*-&!WiB&zzzzzzzzzzz
7.628 +zzzzzz!!**%!<N9&zzz!!!!O/cYkOz!!33&!<<*"zzzzz!<N<(!W`9$zzzzzzzzzzzzzzzzz!!**$!
7.629 +<<*"zzz!!"W(zz!WiE(zzzzz!!!!"!<N9&zzzzzzzzzzzzzzzzzzzzzzz!%ol(z!!!!#!W`9$zzzzz
7.630 +z!!*'#zzzzzzzzzzzzzzzzzzzzzzz/hR,(z!!!'$!<<*"zzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!
7.631 +O/cYkOz!!**#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
7.632 +zz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!
7.633 +!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
7.634 +z!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!
7.635 +!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zzzz!<E3%!<E0#zzzzzzzzzzzzzzzzzzz
7.636 +zzzzzzzz!%ol(zzz!!!!"!<E3%!<E0#zzzzzzzzzzzzzzzzzzzzzzzzzz!!*'"/hR,(zzz!!!$#!Wi
7.637 +E)!<<*"zzzzzzzzzzzzzzzzzzzzzzzzzz!<E0Q/cYkOzzz!<E6'!WiE(!<<*"zzzzzzzzzzzzzzzzz
7.638 +zzzzzzzz!!!!#!rsr+zzz!!!!"!<N<(!WiB'zzzzzzzzzzzzzzzzzzzzzzzzzz!!!'&#;.V/zzz!!!
7.639 +!"!<N<'!<E3$zzzzzzzzzzzzzzzzzzzzzzzzzz!!3?1/hR,(zzz!!!!"!<E3%!<<*"zzzzzzzzzzzz
7.640 +zzzzzzzzzzzzzz!X/`[/cYkOzzzzzzzzzzzzzzzzzzzzzzzz!<<*"zzzzzz!!!!#"9:&,zzzzzzzzz
7.641 +zzzzzzzzzzzzzzz!!**%!<<*"zzzzzz!!!$%!%ol(zzzzzzzzzzzzzzzzzzzzzzz!!!$#!WiE(zz!!
7.642 +!$#!<<*"zzz!!*'"/hR,(zzzzzzzzzzzzzzzzzzzzzzz!<E6'!Wi?%z!!33(!WiB&zzzz!!!!O/cYk
7.643 +Ozzzzzzzzzzzzzzzzzzzzzz!!!!"!<N<(!W`9$!!!$#!WrN,!W`9$zzzz!!"W(zzzz!!!$#!<E0#zz
7.644 +zzzz!!!!"!<<*"zzzzzzzzz!!!!"!WiE)!<<*"!!*-&!WrN-!<E0#zzzz!%ol(zzz!!!!"!<E3%!<<
7.645 +*"zzzzz!!!!"!<N9&!<E0#zzzzzzzzz!<E3%!<E3$z!<N<)!sA`0"9SZ*!!*'"zzz/hR,(zzz!!*-%
7.646 +!W`<'!s/K(!<<*"zzzz!!!$$!WiE(!<E0#z!!!$"!!!!"zzzzzz!<E3%!<<*"!!!!"!WiH+"9\i2"U
7.647 +"o/!<<*"zz!!!!O/cYkOzzz!X&T/"pG,3!s/N)!<E0#zzzz!<N<)!s8T+!<<*"!<<-%!WiB'!W`?(!
7.648 +<E0#zzzzz!<<*"z!!!$$!X&W0"pP;:"pG,2!<<*"zz!!"W(zzz!!!$%"9Sf3"9\f1!s8W,!<<*"!!!
7.649 +!"z!!!!"!<E3%!WiH,"9\c-!<E3&!WrQ-!sJc.!s/Q+!W`9$zzzz!!!!"zz!!*-'"9o);#mgkB"p=u
7.650 +.!<<*"zz!%ol(zzz!<N<*"U,#4"pG27"p>#0!<E3%!<E3%!<<*#!<E6'!WiH+"9\l3"9\f.!WiE*"U
7.651 +,&4"pG,3"9S`.!W`9$zzzzzzz!<E9*"pkYE$47(F"p=u-zzz/hR,(zz!!!!"!s8`4"pP;;#6kA:"pG
7.652 +&0!<E3&!WiE(!<E3%!WrN,!sAc2"U5/7"U"l.!WiH-"pYA<#6Y/4"9S`-!<<*"zzzzzzz!WrQ0#RUq
7.653 +I$O[7G"9JT(zz!!!!O/cYkOzz!!!$$!sSu8#7(P>#6kA:"9S],!<N<)!WiB'!<E6'!s8W."U,)7"pP
7.654 +57"9S],!X/f7#m^eC"pG/5"9\c,zzzzzzz!!!!"!<NH1#RLkH$3pe>!s&B%zz!!"W(zzz!!*0("pYA
7.655 +<#6tG<"pP56!s/N*!WrN,!W`<&!<N<)!sAc2"pYA;"pG/5!s8W-"pbMB#m^e@"U,&4!s&E&zzzzzzz
7.656 +!!!!"!<WQ3#6tJ?"p=u.zzz!%ol(zzz!<WH/#6tG:"pG/6"U"r1!WiE)!s8W,!<E3%!<N?*"9\l4"p
7.657 +YA;"U"r1!s8W.#71\B#R1J9"9ei.!<E0#zzzzzzz!!!$#!s8Z/":#&4!W`9$zzz/hR,(zz!!!!"!X&
7.658 +Z2"U5&3!sA]/!s8T*!WiH+!s8T+!<E3$!<N<)"9er4"pG/6"9S],!WiH-"pP;:"9S`.!s/K(!<<*"z
7.659 +zzzzzz!!**$!WrK*!WiE(zzz!!!!O/cYkOzz!!**%!WrQ."9JZ,!WiE)!W`<'!s8Z/!s/N)z!WiH+!
7.660 +sA`1"9\i0!W`<&!<NB,"U,#2!WiE(!<<*"zzzzzzzzz!<E3%zzzz!!"W(zzz!<E3&!WrK+!WiB'!<E
7.661 +3%!<E3&!sA`0!s/K'!!!!"!<E9)!s8W,!s8T*!<E3%!<E6(!WiB'!<<*"zzzzzzzzzzzzzzz!%ol(z
7.662 +z!!!$$!WiE)!WiE(!<E3%!<E0#!<E6("9\i0!W`<%z!!33'!WiE(!W`<%!!!$#!!!!"!<E0#zzzzzz
7.663 +zzzzzzzzzz/hR,(zz!<N<)!s/N*!WiE(!<E3%!!!!"!<N?+"9\f.!<E0#z!!**%!<E3%zzzzzzzzzz
7.664 +zzzzzzzzz!!!!O/cYkOz!!!!#!s8W-!WiE)!WiE)!<E3%!!!$#!WiK-"9\f-!<<*"z!!!$"zzzzzzz
7.665 +zzzzzzzzzzzzz!!"W(zz!!!*'"9\f/!WiH+!s/N*!<E3%!<E6'!sA`1"U"o/!<<*"zzzzzzzzzzzzz
7.666 +zzzzzzzzz!%ol(zz!!EE-"9S`.!sA`/!s/N*!<E3%!<N?+"9er3"9\f,zzzzzzz!!**$!<E3$zzzzz
7.667 +zzzzzzzzz/hR,(zz"9\i1!s/N+"9\f/!WiE)!W`<&!WrQ/"U,#2!s8N'zzz!!!$#!<E0#z!!!!"!W`
7.668 +<&!WiB&zzzzzzzzzzzzz!!!!O/cYkOz!!!!&"Tni/!WiH,"9\f.!WiB'!<E3&!WrQ."9\f.!W`9$zz
7.669 +z!<E3&!W`<%z!!!'%!<N<(!WiB&zzzzzzzzzzzzz!!"W(zz!!WT0!s/N)!WrQ."9JW*!<E3%!WiE)!
7.670 +sA`0"9\c,!<<*"zz!!!!"!<WE+!W`9$z!<N<'!<N<(!W`9$zzzzzzzzzzzzz!%ol(zz"pG,3!<E3$!
7.671 +<N?)!<E3%!<<*#!<N<(!sA`0!s/K'zzz!!**%!s8W-!<E0#!!!!"!WiE)!WiE)!<E0#zzzzzzzzzzz
7.672 +zz/hR,(z!!!!("p=r,z!<E6&!<<*"!!!$#!WiE*!sA].!W`9$zzz!<E9)!s8W,!<<*"!!!$$!WiE)!
7.673 +WiE(!<<*"zzzzzzzzzzzz!!!!O/cYkOz!!if5"9AK&z!!!$"z!!!$$!WiE)!WrQ-!<<0$zzz!<N<)!
7.674 +s/K(z!!!$$!WiE)!W`<%zzzzzzzzzzzzz!!"W(zz#6k>5!<<*#zzz!!!$#!<E3&"9\c,!WiB&zz!!!
7.675 +!"!<N?*!W`<%z!!**%!WiE(!<<*"zzzzzzzzzzzzz!%ol(z!!!!%"9SZ)zzzzz!<E6'!W`<&!<<*"z
7.676 +zz!<N9'zz!<E6'!W`<%zzzzzzzzzzzzzz/hR,(zz!<N6$zzz!!**$!<E3%!<N<(!W`<%zzzz!!**#z
7.677 +!!!!"!<E6'!<E0#zzzzzzzzzzzzz!!!!O/cYkOz!!!!"zzz!<<*#!WiH+!s8T+!s8T+!<E0#zzzzzz
7.678 +!!!!"!<E3%zzzzzzzzzzzzzz!!"W(zzzzzz!<E6("9\i1"9\f/!s8T+!<<*"zzzzzzzzzzzzzzzzzz
7.679 +zzzz!%ol(zzzzz!!!'%!sAc3"U,&3"9\f/!s/N)zzzzzzzzzzzzzzzzzzzzzzz/hR,(zz!!!$#!<<*
7.680 +#z!<WE-"pbJ?#6b23!sA`/!W`<%zzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzz!!!$#!<E3$!!!$%":
7.681 +#/;#mq"E"pG)2!s8T+!<E0#zzzzzzzzzzzzzzzzzz!!*'"zzz!!"W(zzz!!**$!<N6$!!*-(#RC_E$
7.682 +O[:I"pG)1!W`<&zzzzzzzzzzzzzzzzzz!!*-&!W`9$zzz!%ol(zzz!!33'!WiE(!X&]6#mgqH$OR4I
7.683 +"U"o/!<E3$zzzzzzzzzzzzzzzzz!!!!"!<NB+zzzz/hR,(zzz!!36)!WiE*"9o/=#mgqG$4-tC"U"o
7.684 +/!W`<%zzzzzzzzzzzzzzzz!!!!"!!!$&"9er/zzz!!!!O/cYkOzzz!!<<*!WiK/#71\B#71\B#6tG:
7.685 +"9S`.!W`9$zzzzzzzzzzzzzzzz!!!$#!<`Q1#6k/.zzz!!"W(zzzz!s8W-!WrZ4#RCY?"pP87"U"r2
7.686 +!s8W,!<E3$zzzzzzzzzzzzzzz!!!!"!WiB)":,8>zzzz!%ol(zzzz!!33("9o&8#6tD9"9S`-!WiH+
7.687 +!s/K)!<E0#zzzzzzzzzzzzzzz!!!$$!WrQ1$4I=Czzzz/hR,(zzzz!!33)"pP;:"Tnf.!s&E(!WiE)
7.688 +!<<-$zzzzzzzzzzzzzzzz!!<?,"9o,?%0-A.zzz!!!!O/cYkOzzzz!!<9+"U5,5!s/K)!W`?'z!<E0
7.689 +#zzzzzzzzzzzzzzz!!**$!sJl3#S%CGzzzz!!"W(zzzzz!WiK-"U"r1!W`<&!<N9%zzzzzzzzzzzzz
7.690 +zzzz!<N<*#7(M@%M/U?zzzz!%ol(zzzzz!!!-)"9\f.!<E3%!<<*"zzzzzzzzzzzzzzzz!!!!$"9Jl
7.691 +:#RV+Rzzzzz/hR,(zzzzz!!!-)"9S]+!<E3%zzzzzzzzzzzzzzzzz!!!!%":YeH$P*4;zzzz!!!!O/
7.692 +cYkOzzzzz!!<?+!s/K(!<<*"zzzzzzzzzzzzzzzzz!!!!%$k3LO%0-A.zzzz!!"W(zzzzzz!WrN+!<
7.693 +E0$zzzzzzzzzzzzzzzzzz!!!05$O[=Bzzzzz!%ol(zzzzz!!!!"!WiB&zzzzzzzzzzzzzzzzzzzzzz
7.694 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//h
7.695 +Sb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb/
7.696 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
7.697 +InterpretLevel1 not {
7.698 + grestore
7.699 +} if
7.700 +grestore
7.701 +%%%%EndImage
7.702 +1.000 UL
7.703 +LTb
7.704 +1.000 UP
7.705 +1.000 UL
7.706 +LTb
7.707 +stroke
7.708 +grestore
7.709 +end
7.710 +showpage
7.711 +%%Trailer
7.712 +%%DocumentFonts: Helvetica
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
8.2 +++ b/singlegene_example_3310_Slco1a5_FRP_jet.eps Sun Apr 19 14:19:52 2009 -0700
8.3 @@ -0,0 +1,703 @@
8.4 +%!PS-Adobe-2.0 EPSF-2.0
8.5 +%%Title: singlegene_example_3310_Slco1a5_FRP_jet.eps
8.6 +%%Creator: gnuplot 4.2 patchlevel 2
8.7 +%%CreationDate: Sun Apr 19 14:08:17 2009
8.8 +%%DocumentFonts: (atend)
8.9 +%%BoundingBox: 50 50 410 302
8.10 +%%EndComments
8.11 +%%BeginProlog
8.12 +/gnudict 256 dict def
8.13 +gnudict begin
8.14 +%
8.15 +% The following 6 true/false flags may be edited by hand if required
8.16 +% The unit line width may also be changed
8.17 +%
8.18 +/Color true def
8.19 +/Blacktext false def
8.20 +/Solid true def
8.21 +/Dashlength 1 def
8.22 +/Landscape false def
8.23 +/Level1 false def
8.24 +/Rounded false def
8.25 +/TransparentPatterns false def
8.26 +/gnulinewidth 5.000 def
8.27 +/userlinewidth gnulinewidth def
8.28 +%
8.29 +/vshift -46 def
8.30 +/dl1 {
8.31 + 10.0 Dashlength mul mul
8.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
8.33 +} def
8.34 +/dl2 {
8.35 + 10.0 Dashlength mul mul
8.36 + Rounded { currentlinewidth 0.75 mul add } if
8.37 +} def
8.38 +/hpt_ 31.5 def
8.39 +/vpt_ 31.5 def
8.40 +/hpt hpt_ def
8.41 +/vpt vpt_ def
8.42 +Level1 {} {
8.43 +/SDict 10 dict def
8.44 +systemdict /pdfmark known not {
8.45 + userdict /pdfmark systemdict /cleartomark get put
8.46 +} if
8.47 +SDict begin [
8.48 + /Title (singlegene_example_3310_Slco1a5_FRP_jet.eps)
8.49 + /Subject (gnuplot plot)
8.50 + /Creator (gnuplot 4.2 patchlevel 2 )
8.51 + /Author (Bayle Shanks,,,)
8.52 +% /Producer (gnuplot)
8.53 +% /Keywords ()
8.54 + /CreationDate (Sun Apr 19 14:08:17 2009)
8.55 + /DOCINFO pdfmark
8.56 +end
8.57 +} ifelse
8.58 +%
8.59 +% Gnuplot Prolog Version 4.2 (August 2006)
8.60 +%
8.61 +/M {moveto} bind def
8.62 +/L {lineto} bind def
8.63 +/R {rmoveto} bind def
8.64 +/V {rlineto} bind def
8.65 +/N {newpath moveto} bind def
8.66 +/Z {closepath} bind def
8.67 +/C {setrgbcolor} bind def
8.68 +/f {rlineto fill} bind def
8.69 +/vpt2 vpt 2 mul def
8.70 +/hpt2 hpt 2 mul def
8.71 +/Lshow {currentpoint stroke M 0 vshift R
8.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
8.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
8.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
8.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
8.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
8.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
8.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
8.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
8.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
8.81 +/BL {stroke userlinewidth 2 mul setlinewidth
8.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
8.83 +/AL {stroke userlinewidth 2 div setlinewidth
8.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
8.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
8.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
8.87 +/PL {stroke userlinewidth setlinewidth
8.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
8.89 +% Default Line colors
8.90 +/LCw {1 1 1} def
8.91 +/LCb {0 0 0} def
8.92 +/LCa {0 0 0} def
8.93 +/LC0 {1 0 0} def
8.94 +/LC1 {0 1 0} def
8.95 +/LC2 {0 0 1} def
8.96 +/LC3 {1 0 1} def
8.97 +/LC4 {0 1 1} def
8.98 +/LC5 {1 1 0} def
8.99 +/LC6 {0 0 0} def
8.100 +/LC7 {1 0.3 0} def
8.101 +/LC8 {0.5 0.5 0.5} def
8.102 +% Default Line Types
8.103 +/LTw {PL [] 1 setgray} def
8.104 +/LTb {BL [] LCb DL} def
8.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
8.106 +/LT0 {PL [] LC0 DL} def
8.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
8.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
8.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
8.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
8.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
8.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
8.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
8.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
8.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
8.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
8.117 + hpt neg vpt neg V hpt vpt neg V
8.118 + hpt vpt V hpt neg vpt V closepath stroke
8.119 + Pnt} def
8.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
8.121 + currentpoint stroke M
8.122 + hpt neg vpt neg R hpt2 0 V stroke
8.123 + } def
8.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
8.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
8.126 + hpt2 neg 0 V closepath stroke
8.127 + Pnt} def
8.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
8.129 + hpt2 vpt2 neg V currentpoint stroke M
8.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
8.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
8.132 + hpt neg vpt -1.62 mul V
8.133 + hpt 2 mul 0 V
8.134 + hpt neg vpt 1.62 mul V closepath stroke
8.135 + Pnt} def
8.136 +/Star {2 copy Pls Crs} def
8.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
8.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
8.139 + hpt2 neg 0 V closepath fill} def
8.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
8.141 + hpt neg vpt -1.62 mul V
8.142 + hpt 2 mul 0 V
8.143 + hpt neg vpt 1.62 mul V closepath fill} def
8.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
8.145 + hpt neg vpt 1.62 mul V
8.146 + hpt 2 mul 0 V
8.147 + hpt neg vpt -1.62 mul V closepath stroke
8.148 + Pnt} def
8.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
8.150 + hpt neg vpt 1.62 mul V
8.151 + hpt 2 mul 0 V
8.152 + hpt neg vpt -1.62 mul V closepath fill} def
8.153 +/DiaF {stroke [] 0 setdash vpt add M
8.154 + hpt neg vpt neg V hpt vpt neg V
8.155 + hpt vpt V hpt neg vpt V closepath fill} def
8.156 +/Pent {stroke [] 0 setdash 2 copy gsave
8.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
8.158 + closepath stroke grestore Pnt} def
8.159 +/PentF {stroke [] 0 setdash gsave
8.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
8.161 + closepath fill grestore} def
8.162 +/Circle {stroke [] 0 setdash 2 copy
8.163 + hpt 0 360 arc stroke Pnt} def
8.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
8.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
8.166 +/C1 {BL [] 0 setdash 2 copy moveto
8.167 + 2 copy vpt 0 90 arc closepath fill
8.168 + vpt 0 360 arc closepath} bind def
8.169 +/C2 {BL [] 0 setdash 2 copy moveto
8.170 + 2 copy vpt 90 180 arc closepath fill
8.171 + vpt 0 360 arc closepath} bind def
8.172 +/C3 {BL [] 0 setdash 2 copy moveto
8.173 + 2 copy vpt 0 180 arc closepath fill
8.174 + vpt 0 360 arc closepath} bind def
8.175 +/C4 {BL [] 0 setdash 2 copy moveto
8.176 + 2 copy vpt 180 270 arc closepath fill
8.177 + vpt 0 360 arc closepath} bind def
8.178 +/C5 {BL [] 0 setdash 2 copy moveto
8.179 + 2 copy vpt 0 90 arc
8.180 + 2 copy moveto
8.181 + 2 copy vpt 180 270 arc closepath fill
8.182 + vpt 0 360 arc} bind def
8.183 +/C6 {BL [] 0 setdash 2 copy moveto
8.184 + 2 copy vpt 90 270 arc closepath fill
8.185 + vpt 0 360 arc closepath} bind def
8.186 +/C7 {BL [] 0 setdash 2 copy moveto
8.187 + 2 copy vpt 0 270 arc closepath fill
8.188 + vpt 0 360 arc closepath} bind def
8.189 +/C8 {BL [] 0 setdash 2 copy moveto
8.190 + 2 copy vpt 270 360 arc closepath fill
8.191 + vpt 0 360 arc closepath} bind def
8.192 +/C9 {BL [] 0 setdash 2 copy moveto
8.193 + 2 copy vpt 270 450 arc closepath fill
8.194 + vpt 0 360 arc closepath} bind def
8.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
8.196 + 2 copy moveto
8.197 + 2 copy vpt 90 180 arc closepath fill
8.198 + vpt 0 360 arc closepath} bind def
8.199 +/C11 {BL [] 0 setdash 2 copy moveto
8.200 + 2 copy vpt 0 180 arc closepath fill
8.201 + 2 copy moveto
8.202 + 2 copy vpt 270 360 arc closepath fill
8.203 + vpt 0 360 arc closepath} bind def
8.204 +/C12 {BL [] 0 setdash 2 copy moveto
8.205 + 2 copy vpt 180 360 arc closepath fill
8.206 + vpt 0 360 arc closepath} bind def
8.207 +/C13 {BL [] 0 setdash 2 copy moveto
8.208 + 2 copy vpt 0 90 arc closepath fill
8.209 + 2 copy moveto
8.210 + 2 copy vpt 180 360 arc closepath fill
8.211 + vpt 0 360 arc closepath} bind def
8.212 +/C14 {BL [] 0 setdash 2 copy moveto
8.213 + 2 copy vpt 90 360 arc closepath fill
8.214 + vpt 0 360 arc} bind def
8.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
8.216 + vpt 0 360 arc closepath} bind def
8.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
8.218 + neg 0 rlineto closepath} bind def
8.219 +/Square {dup Rec} bind def
8.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
8.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
8.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
8.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
8.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
8.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
8.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
8.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
8.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
8.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
8.230 + 2 copy vpt Square fill Bsquare} bind def
8.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
8.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
8.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
8.234 + Bsquare} bind def
8.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
8.236 + Bsquare} bind def
8.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
8.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
8.239 + 2 copy vpt Square fill Bsquare} bind def
8.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
8.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
8.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
8.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
8.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
8.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
8.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
8.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
8.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
8.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
8.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
8.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
8.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
8.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
8.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
8.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
8.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
8.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
8.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
8.259 +/DiaE {stroke [] 0 setdash vpt add M
8.260 + hpt neg vpt neg V hpt vpt neg V
8.261 + hpt vpt V hpt neg vpt V closepath stroke} def
8.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
8.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
8.264 + hpt2 neg 0 V closepath stroke} def
8.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
8.266 + hpt neg vpt -1.62 mul V
8.267 + hpt 2 mul 0 V
8.268 + hpt neg vpt 1.62 mul V closepath stroke} def
8.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
8.270 + hpt neg vpt 1.62 mul V
8.271 + hpt 2 mul 0 V
8.272 + hpt neg vpt -1.62 mul V closepath stroke} def
8.273 +/PentE {stroke [] 0 setdash gsave
8.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
8.275 + closepath stroke grestore} def
8.276 +/CircE {stroke [] 0 setdash
8.277 + hpt 0 360 arc stroke} def
8.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
8.279 +/DiaW {stroke [] 0 setdash vpt add M
8.280 + hpt neg vpt neg V hpt vpt neg V
8.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
8.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
8.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
8.284 + hpt2 neg 0 V Opaque stroke} def
8.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
8.286 + hpt neg vpt -1.62 mul V
8.287 + hpt 2 mul 0 V
8.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
8.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
8.290 + hpt neg vpt 1.62 mul V
8.291 + hpt 2 mul 0 V
8.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
8.293 +/PentW {stroke [] 0 setdash gsave
8.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
8.295 + Opaque stroke grestore} def
8.296 +/CircW {stroke [] 0 setdash
8.297 + hpt 0 360 arc Opaque stroke} def
8.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
8.299 +/Density {
8.300 + /Fillden exch def
8.301 + currentrgbcolor
8.302 + /ColB exch def /ColG exch def /ColR exch def
8.303 + /ColR ColR Fillden mul Fillden sub 1 add def
8.304 + /ColG ColG Fillden mul Fillden sub 1 add def
8.305 + /ColB ColB Fillden mul Fillden sub 1 add def
8.306 + ColR ColG ColB setrgbcolor} def
8.307 +/BoxColFill {gsave Rec PolyFill} def
8.308 +/PolyFill {gsave Density fill grestore grestore} def
8.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
8.310 +%
8.311 +% PostScript Level 1 Pattern Fill routine for rectangles
8.312 +% Usage: x y w h s a XX PatternFill
8.313 +% x,y = lower left corner of box to be filled
8.314 +% w,h = width and height of box
8.315 +% a = angle in degrees between lines and x-axis
8.316 +% XX = 0/1 for no/yes cross-hatch
8.317 +%
8.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
8.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
8.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
8.321 + gsave 1 setgray fill grestore clip
8.322 + currentlinewidth 0.5 mul setlinewidth
8.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
8.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
8.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
8.326 + {PFa 4 get mul 0 M 0 PFs V} for
8.327 + 0 PFa 6 get ne {
8.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
8.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
8.330 + } if
8.331 + stroke grestore} def
8.332 +%
8.333 +/languagelevel where
8.334 + {pop languagelevel} {1} ifelse
8.335 + 2 lt
8.336 + {/InterpretLevel1 true def}
8.337 + {/InterpretLevel1 Level1 def}
8.338 + ifelse
8.339 +%
8.340 +% PostScript level 2 pattern fill definitions
8.341 +%
8.342 +/Level2PatternFill {
8.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
8.344 + bind def
8.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
8.346 +<< Tile8x8
8.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
8.348 +>> matrix makepattern
8.349 +/Pat1 exch def
8.350 +<< Tile8x8
8.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
8.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
8.353 +>> matrix makepattern
8.354 +/Pat2 exch def
8.355 +<< Tile8x8
8.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
8.357 + 8 8 L 8 0 L 0 0 L fill}
8.358 +>> matrix makepattern
8.359 +/Pat3 exch def
8.360 +<< Tile8x8
8.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
8.362 + 0 12 M 12 0 L stroke}
8.363 +>> matrix makepattern
8.364 +/Pat4 exch def
8.365 +<< Tile8x8
8.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
8.367 + 0 -4 M 12 8 L stroke}
8.368 +>> matrix makepattern
8.369 +/Pat5 exch def
8.370 +<< Tile8x8
8.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
8.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
8.373 +>> matrix makepattern
8.374 +/Pat6 exch def
8.375 +<< Tile8x8
8.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
8.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
8.378 +>> matrix makepattern
8.379 +/Pat7 exch def
8.380 +<< Tile8x8
8.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
8.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
8.383 +>> matrix makepattern
8.384 +/Pat8 exch def
8.385 +<< Tile8x8
8.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
8.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
8.388 +>> matrix makepattern
8.389 +/Pat9 exch def
8.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
8.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
8.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
8.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
8.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
8.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
8.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
8.397 +} def
8.398 +%
8.399 +%
8.400 +%End of PostScript Level 2 code
8.401 +%
8.402 +/PatternBgnd {
8.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
8.404 +} def
8.405 +%
8.406 +% Substitute for Level 2 pattern fill codes with
8.407 +% grayscale if Level 2 support is not selected.
8.408 +%
8.409 +/Level1PatternFill {
8.410 +/Pattern1 {0.250 Density} bind def
8.411 +/Pattern2 {0.500 Density} bind def
8.412 +/Pattern3 {0.750 Density} bind def
8.413 +/Pattern4 {0.125 Density} bind def
8.414 +/Pattern5 {0.375 Density} bind def
8.415 +/Pattern6 {0.625 Density} bind def
8.416 +/Pattern7 {0.875 Density} bind def
8.417 +} def
8.418 +%
8.419 +% Now test for support of Level 2 code
8.420 +%
8.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
8.422 +%
8.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
8.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
8.425 +currentdict end definefont pop
8.426 +/MFshow {
8.427 + { dup 5 get 3 ge
8.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
8.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
8.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
8.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
8.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
8.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
8.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
8.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
8.436 + pop aload pop M} ifelse }ifelse }ifelse }
8.437 + ifelse }
8.438 + forall} bind def
8.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
8.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
8.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
8.442 +/MLshow { currentpoint stroke M
8.443 + 0 exch R
8.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
8.445 +/MRshow { currentpoint stroke M
8.446 + exch dup MFwidth neg 3 -1 roll R
8.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
8.448 +/MCshow { currentpoint stroke M
8.449 + exch dup MFwidth -2 div 3 -1 roll R
8.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
8.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
8.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
8.453 +end
8.454 +%%EndProlog
8.455 +gnudict begin
8.456 +gsave
8.457 +50 50 translate
8.458 +0.050 0.050 scale
8.459 +0 setgray
8.460 +newpath
8.461 +(Helvetica) findfont 140 scalefont setfont
8.462 +gsave % colour palette begin
8.463 +/maxcolors 64 def
8.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
8.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
8.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
8.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
8.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
8.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
8.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
8.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
8.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
8.473 + } ifelse} def
8.474 +/Constrain {
8.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
8.476 +/YIQ2RGB {
8.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
8.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
8.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
8.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
8.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
8.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
8.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
8.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
8.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
8.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
8.487 + if} ifelse} ifelse} ifelse} def
8.488 +/InterpolatedColor true def
8.489 +/grayindex {/gidx 0 def
8.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
8.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
8.492 + GrayA gidx get sub div} def
8.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
8.494 + RedA gidx get sub dgdxval mul add} def
8.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
8.496 + GreenA gidx get sub dgdxval mul add} def
8.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
8.498 + BlueA gidx get sub dgdxval mul add} def
8.499 +/interpolate {
8.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
8.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
8.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
8.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
8.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
8.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
8.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
8.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
8.508 + .9524 .9683 .9841 1 ] def
8.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508
8.510 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127
8.511 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627
8.512 + .5635 .5 ] def
8.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524
8.514 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1
8.515 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254
8.516 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
8.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1
8.518 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413
8.519 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
8.520 + 0 0 ] def
8.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
8.522 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
8.523 +/pm3dGamma 1.0 1.5 div def
8.524 +/ColorSpace (RGB) def
8.525 +Color true and { % COLOUR vs. GRAY map
8.526 + InterpolatedColor { %% Interpolation vs. RGB-Formula
8.527 + /g {stroke pm3dround /grayv exch def interpolate
8.528 + SelectSpace setrgbcolor} bind def
8.529 + }{
8.530 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
8.531 + SelectSpace setrgbcolor} bind def
8.532 + } ifelse
8.533 +}{
8.534 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
8.535 +} ifelse
8.536 +1.000 UP
8.537 +1.000 UL
8.538 +LTb
8.539 +1.000 UL
8.540 +LT0
8.541 +LTb
8.542 +%%%%BeginImage
8.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
8.544 +InterpretLevel1 {
8.545 + %% Construct a box instead of image
8.546 + LTb
8.547 + 876 4852 M
8.548 + 5292 0 V
8.549 + 0 -4429 V
8.550 + -5292 0 V
8.551 + 876 4852 L
8.552 + 40 -110 R
8.553 + (PS level 2 image) Lshow
8.554 + % Read data but ignore it
8.555 + /imagebuf 8040 string def
8.556 + currentfile imagebuf readstring
8.557 +} {
8.558 +gsave
8.559 +876 4852 translate
8.560 +5292 -4429 scale
8.561 +%%%%BeginPalette
8.562 +[ /Indexed
8.563 + /DeviceRGB 63
8.564 + <
8.565 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
8.566 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
8.567 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
8.568 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
8.569 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
8.570 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
8.571 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
8.572 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
8.573 + >
8.574 +] setcolorspace
8.575 +%%%%EndPalette
8.576 +<<
8.577 + /ImageType 1
8.578 + /Width 135
8.579 + /Height 113
8.580 + /BitsPerComponent 8
8.581 + /ImageMatrix [ 135 0 0 113 0 0 ]
8.582 + /Decode [ 0 255 ]
8.583 + /DataSource currentfile /ASCII85Decode filter
8.584 + /MultipleDataSources false
8.585 + /Interpolate false
8.586 +>>
8.587 +image
8.588 +} ifelse
8.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
8.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
8.591 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzzzzzzzzz
8.592 +zzzzzzz/hR/)zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cl"Qzzzzzzzzzzzzzzzzzzzzzzzz
8.593 +zzzzzzzz!!"W(!rr<$zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol+zzzzzzzzzzzzzzzzzzzzzzz
8.594 +zzzzzzzzzz/hR;-zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/d).Szzzzzzzzzzzzzzzzzzzzz
8.595 +zzzzzzzzzzz!!"W("98E%zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol,zzzzzzzzzzzzzzzzzzzz
8.596 +zzzzzzzzzzzzz/hR2,zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cbtQzzzzzzzzzzzzzzzzzz
8.597 +zzzzzzzzzzzzzz!!"W(!<E3$zzzzz!<W<%zzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(!!**#zzzz!!!$
8.598 +%"TSN&zzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!sAc5$46b5z!%n6Ozzzzzzzzzzzzzzzzzzzz
8.599 +zzz!!!!O/cYkOzzzz!!!!%"pbMD&/tTL/hSb/.P;DAzzzz!W`9$zzzzzzzzzzzzzzzzzz!!"W(zzzz
8.600 +z!!NT5$P*gc*A/rm/hnh).P<>+/cYkOzz!!!!$!<<*"zzzzzzzzzzzzzzzzzz!%ol(zzzz!!!!'"q(
8.601 +nP(E"hX.P3D2/M8e40eX(H/hR,(zz!!33&zzzzzzzzzzzzzzzzzzz/hR,(zzzz!!``7%h]Tn*%iQi0
8.602 +.e_*.OZPs/gV);#qdh1zz!s/K'zzzzzzzzzzzzzzzzzz!!!!O/cYkOzzz!!**("Ub\K()\_W+<i0_.
8.603 +P!%r()nSN-Q3[/%PB@6!!!90!!!0*!W`9$zzzzzzzzzzzzzzzzzz!!"W(zzzz!<E</%h93i)B^XW,U
8.604 +Xrj/Lr7p1bL7))B'S2/eSg,%gr^L#6k;4!<<*"zzz!!!!"!<<*"zzzzzzzzzzzzz!%ol(zzzz!<NN;
8.605 +%hfp#*A/W_+!N$c0etdK1aO:f+<W9Z,9.[<'FkNW#6P#.zzz!!!!"!<E3&!W`<%zzzzzzzzzzzzz/h
8.606 +R,(zzz!!!!"!XB/D',h`1*A/Q\*?Z[`1+k70-6j]Y/gi"q,9e'C%h&[H!s/H&zzz!!!$#!s/Q,!WiE
8.607 +'zzzzzzzzzzzz!!!!O/cYkOzzz!!!$&"UbbN)AO>6)_N0Q+!DjX-RC#_+sAQb-n6_q,Tdm8$O?q=!W
8.608 +W3#zzz!<E9)"9er3!s/K'zzzzzzzzzzzz!!"W(zzzz!!!*'"q;(X',D]04>&64+snZ_,9nEc/fc)[.
8.609 +4Zel*>8qj#6Y).zzz!!!!"!WrQ/"U,&3!WiB&zzzzzzzzzzzz!%ol(zzzz!!*0(#n[[[(EFJJ5!(AL
8.610 +/hSb//hS%Z)''eC,U+?L&.JmK!s&B%zzz!!!$$!sAc2"U,#1!W`9$zzzzzzzzzzzz/hR,(zzzz!!*0
8.611 +($4@7V'GqZ8-laEP/fPf`)B'D/)AsJ5*#TG'$jHe8!<<*"zzz!!**%"9\l3"9\c-!<<*"zzzzzzzzz
8.612 +zz!!!!O/cYkOzzzz!!*'#"U,JQ',DQ4)]p4@(`+&+',)&p'b_>u&e5<U"9JQ'zzzz!<E6(!sA]/!s/
8.613 +K'zzzzzzzzzzzz!!"W(zzzzz!!!!"!<NT6$P*XW)&=,*&J#B\$k<^R$4@:N#R(>3!<<*"zzzz!<N?)
8.614 +!WiB(!<<*"zzzzzzzzzzzz!%ol(zzzzz!!!!"!<E<*#mUeF$kNmV$4@+E#mgh?"U"o1!s&B%zzzzz!
8.615 +!**$!<E3$zzzzzzzzzzzzz/hR,(zzzzzz!!**%"pYSG#mUY<!s8W-"9ei/!<E3$zzzzzzzzzzzzzzz
8.616 +zzzzz!!!!O/cYkOzzzzzz!!!$&!<iT."9JT*!<E0$!W`<%zzzzzzzzzzzzzzz!!!$"zzzzz!!"W(zz
8.617 +zzzzzz!!**#zzzzzzzzzzzzzzzzzz!<E3&!WiE(!<<*"zzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
8.618 +!!!!"!<N<)!s8T+!WW3#zzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzz!!!$#!WrN,!s8T+!<<*"zz!!
8.619 +!!O/cYkOzzzzzzzz!!!$#zzzzzzzzzzzzzzzzz!!**%!s8W-!s/N)zzz!!"W(zz!<E0#zzzzz!!!!"
8.620 +!<E3%!<<*"zzzzzzzzzzzzzzzz!<E3'!s8W-!WiB'!<<*"zz!%ol(z!!!!"!W`9$zzzzz!!!$#!WiE
8.621 +(zzzzzzzzzzzzzzzzz!!*-&!WiE)!<<*"zzz/hR,(z!!!'%!WW3#zzzzz!!*-&!WiB&zzzzzzzzzzz
8.622 +zzzzzz!!**%!<N9&zzz!!!!O/cYkOz!!33&!<<*"zzzzz!<N<(!W`9$zzzzzzzzzzzzzzzzz!!**$!
8.623 +<<*"zzz!!"W(zz!WiE(zzzzz!!!!"!<N9&zzzzzzzzzzzzzzzzzzzzzzz!%ol(z!!!!#!W`9$zzzzz
8.624 +z!!*'#zzzzzzzzzzzzzzzzzzzzzzz/hR,(z!!!'$!<<*"zzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!
8.625 +O/cYkOz!!**#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
8.626 +zz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!
8.627 +!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
8.628 +z!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!
8.629 +!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zzzz!<E3%!<E0#zzzzzzzzzzzzzzzzzzz
8.630 +zzzzzzzz!%ol(zzz!!!!"!<E3%!<E0#zzzzzzzzzzzzzzzzzzzzzzzzzz!!*'"/hR,(zzz!!!$#!Wi
8.631 +E)!<<*"zzzzzzzzzzzzzzzzzzzzzzzzzz!<E0Q/cYkOzzz!<E6'!WiE(!<<*"zzzzzzzzzzzzzzzzz
8.632 +zzzzzzzz!!!!#!rsr+zzz!!!!"!<N<(!WiB'zzzzzzzzzzzzzzzzzzzzzzzzzz!!!'&#;.V/zzz!!!
8.633 +!"!<N<'!<E3$zzzzzzzzzzzzzzzzzzzzzzzzzz!!3?1/hR,(zzz!!!!"!<E3%!<<*"zzzzzzzzzzzz
8.634 +zzzzzzzzzzzzzz!X/`[/cYkOzzzzzzzzzzzzzzzzzzzzzzzz!<<*"zzzzzz!!!!#"9:&,zzzzzzzzz
8.635 +zzzzzzzzzzzzzzz!!**%!<<*"zzzzzz!!!$%!%ol(zzzzzzzzzzzzzzzzzzzzzzz!!!$#!WiE(zz!!
8.636 +!$#!<<*"zzz!!*'"/hR,(zzzzzzzzzzzzzzzzzzzzzzz!<E6'!Wi?%z!!33(!WiB&zzzz!!!!O/cYk
8.637 +Ozzzzzzzzzzzzzzzzzzzzzz!!!!"!<N<(!W`9$!!!$#!WrN,!W`9$zzzz!!"W(zzzz!!!$#!<E0#zz
8.638 +zzzz!!!!"!<<*"zzzzzzzzz!!!!"!WiE)!<<*"!!*-&!WrN-!<E0#zzzz!%ol(zzz!!!!"!<E3%!<<
8.639 +*"zzzzz!!!!"!<N9&!<E0#zzzzzzzzz!<E3%!<E3$z!<N<)!sA`0"9SZ*!!*'"zzz/hR,(zzz!!*-%
8.640 +!W`<'!s/K(!<<*"zzzz!!!$$!WiE(!<E0#z!!!$"!!!!"zzzzzz!<E3%!<<*"!!!!"!WiH+"9\i2"U
8.641 +"o/!<<*"zz!!!!O/cYkOzzz!X&T/"pG,3!s/N)!<E0#zzzz!<N<)!s8T+!<<*"!<<-%!WiB'!W`?(!
8.642 +<E0#zzzzz!<<*"z!!!$$!X&W0"pP;:"pG,2!<<*"zz!!"W(zzz!!!$%"9Sf3"9\f1!s8W,!<<*"!!!
8.643 +!"z!!!!"!<E3%!WiH,"9\c-!<E3&!WrQ-!sJc.!s/Q+!W`9$zzzz!!!!"zz!!*-'"9o);#mgkB"p=u
8.644 +.!<<*"zz!%ol(zzz!<N<*"U,#4"pG27"p>#0!<E3%!<E3%!<<*#!<E6'!WiH+"9\l3"9\f.!WiE*"U
8.645 +,&4"pG,3"9S`.!W`9$zzzzzzz!<E9*"pkYE$47(F"p=u-zzz/hR,(zz!!!!"!s8`4"pP;;#6kA:"pG
8.646 +&0!<E3&!WiE(!<E3%!WrN,!sAc2"U5/7"U"l.!WiH-"pYA<#6Y/4"9S`-!<<*"zzzzzzz!WrQ0#RUq
8.647 +I$O[7G"9JT(zz!!!!O/cYkOzz!!!$$!sSu8#7(P>#6kA:"9S],!<N<)!WiB'!<E6'!s8W."U,)7"pP
8.648 +57"9S],!X/f7#m^eC"pG/5"9\c,zzzzzzz!!!!"!<NH1#RLkH$3pe>!s&B%zz!!"W(zzz!!*0("pYA
8.649 +<#6tG<"pP56!s/N*!WrN,!W`<&!<N<)!sAc2"pYA;"pG/5!s8W-"pbMB#m^e@"U,&4!s&E&zzzzzzz
8.650 +!!!!"!<WQ3#6tJ?"p=u.zzz!%ol(zzz!<WH/#6tG:"pG/6"U"r1!WiE)!s8W,!<E3%!<N?*"9\l4"p
8.651 +YA;"U"r1!s8W.#71\B#R1J9"9ei.!<E0#zzzzzzz!!!$#!s8Z/":#&4!W`9$zzz/hR,(zz!!!!"!X&
8.652 +Z2"U5&3!sA]/!s8T*!WiH+!s8T+!<E3$!<N<)"9er4"pG/6"9S],!WiH-"pP;:"9S`.!s/K(!<<*"z
8.653 +zzzzzz!!**$!WrK*!WiE(zzz!!!!O/cYkOzz!!**%!WrQ."9JZ,!WiE)!W`<'!s8Z/!s/N)z!WiH+!
8.654 +sA`1"9\i0!W`<&!<NB,"U,#2!WiE(!<<*"zzzzzzzzz!<E3%zzzz!!"W(zzz!<E3&!WrK+!WiB'!<E
8.655 +3%!<E3&!sA`0!s/K'!!!!"!<E9)!s8W,!s8T*!<E3%!<E6(!WiB'!<<*"zzzzzzzzzzzzzzz!%ol(z
8.656 +z!!!$$!WiE)!WiE(!<E3%!<E0#!<E6("9\i0!W`<%z!!33'!WiE(!W`<%!!!$#!!!!"!<E0#zzzzzz
8.657 +zzzzzzzzzz/hR,(zz!<N<)!s/N*!WiE(!<E3%!!!!"!<N?+"9\f.!<E0#z!!**%!<E3%zzzzzzzzzz
8.658 +zzzzzzzzz!!!!O/cYkOz!!!!#!s8W-!WiE)!WiE)!<E3%!!!$#!WiK-"9\f-!<<*"z!!!$"zzzzzzz
8.659 +zzzzzzzzzzzzz!!"W(zz!!!*'"9\f/!WiH+!s/N*!<E3%!<E6'!sA`1"U"o/!<<*"zzzzzzzzzzzzz
8.660 +zzzzzzzzz!%ol(zz!!EE-"9S`.!sA`/!s/N*!<E3%!<N?+"9er3"9\f,zzzzzzz!!**$!<E3$zzzzz
8.661 +zzzzzzzzz/hR,(zz"9\i1!s/N+"9\f/!WiE)!W`<&!WrQ/"U,#2!s8N'zzz!!!$#!<E0#z!!!!"!W`
8.662 +<&!WiB&zzzzzzzzzzzzz!!!!O/cYkOz!!!!&"Tni/!WiH,"9\f.!WiB'!<E3&!WrQ."9\f.!W`9$zz
8.663 +z!<E3&!W`<%z!!!'%!<N<(!WiB&zzzzzzzzzzzzz!!"W(zz!!WT0!s/N)!WrQ."9JW*!<E3%!WiE)!
8.664 +sA`0"9\c,!<<*"zz!!!!"!<WE+!W`9$z!<N<'!<N<(!W`9$zzzzzzzzzzzzz!%ol(zz"pG,3!<E3$!
8.665 +<N?)!<E3%!<<*#!<N<(!sA`0!s/K'zzz!!**%!s8W-!<E0#!!!!"!WiE)!WiE)!<E0#zzzzzzzzzzz
8.666 +zz/hR,(z!!!!("p=r,z!<E6&!<<*"!!!$#!WiE*!sA].!W`9$zzz!<E9)!s8W,!<<*"!!!$$!WiE)!
8.667 +WiE(!<<*"zzzzzzzzzzzz!!!!O/cYkOz!!if5"9AK&z!!!$"z!!!$$!WiE)!WrQ-!<<0$zzz!<N<)!
8.668 +s/K(z!!!$$!WiE)!W`<%zzzzzzzzzzzzz!!"W(zz#6k>5!<<*#zzz!!!$#!<E3&"9\c,!WiB&zz!!!
8.669 +!"!<N?*!W`<%z!!**%!WiE(!<<*"zzzzzzzzzzzzz!%ol(z!!!!%"9SZ)zzzzz!<E6'!W`<&!<<*"z
8.670 +zz!<N9'zz!<E6'!W`<%zzzzzzzzzzzzzz/hR,(zz!<N6$zzz!!**$!<E3%!<N<(!W`<%zzzz!!**#z
8.671 +!!!!"!<E6'!<E0#zzzzzzzzzzzzz!!!!O/cYkOz!!!!"zzz!<<*#!WiH+!s8T+!s8T+!<E0#zzzzzz
8.672 +!!!!"!<E3%zzzzzzzzzzzzzz!!"W(zzzzzz!<E6("9\i1"9\f/!s8T+!<<*"zzzzzzzzzzzzzzzzzz
8.673 +zzzz!%ol(zzzzz!!!'%!sAc3"U,&3"9\f/!s/N)zzzzzzzzzzzzzzzzzzzzzzz/hR,(zz!!!$#!<<*
8.674 +#z!<WE-"pbJ?#6b23!sA`/!W`<%zzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzz!!!$#!<E3$!!!$%":
8.675 +#/;#mq"E"pG)2!s8T+!<E0#zzzzzzzzzzzzzzzzzz!!*'"zzz!!"W(zzz!!**$!<N6$!!*-(#RC_E$
8.676 +O[:I"pG)1!W`<&zzzzzzzzzzzzzzzzzz!!*-&!W`9$zzz!%ol(zzz!!33'!WiE(!X&]6#mgqH$OR4I
8.677 +"U"o/!<E3$zzzzzzzzzzzzzzzzz!!!!"!<NB+zzzz/hR,(zzz!!36)!WiE*"9o/=#mgqG$4-tC"U"o
8.678 +/!W`<%zzzzzzzzzzzzzzzz!!!!"!!!$&"9er/zzz!!!!O/cYkOzzz!!<<*!WiK/#71\B#71\B#6tG:
8.679 +"9S`.!W`9$zzzzzzzzzzzzzzzz!!!$#!<`Q1#6k/.zzz!!"W(zzzz!s8W-!WrZ4#RCY?"pP87"U"r2
8.680 +!s8W,!<E3$zzzzzzzzzzzzzzz!!!!"!WiB)":,8>zzzz!%ol(zzzz!!33("9o&8#6tD9"9S`-!WiH+
8.681 +!s/K)!<E0#zzzzzzzzzzzzzzz!!!$$!WrQ1$4I=Czzzz/hR,(zzzz!!33)"pP;:"Tnf.!s&E(!WiE)
8.682 +!<<-$zzzzzzzzzzzzzzzz!!<?,"9o,?%0-A.zzz!!!!O/cYkOzzzz!!<9+"U5,5!s/K)!W`?'z!<E0
8.683 +#zzzzzzzzzzzzzzz!!**$!sJl3#S%CGzzzz!!"W(zzzzz!WiK-"U"r1!W`<&!<N9%zzzzzzzzzzzzz
8.684 +zzzz!<N<*#7(M@%M/U?zzzz!%ol(zzzzz!!!-)"9\f.!<E3%!<<*"zzzzzzzzzzzzzzzz!!!!$"9Jl
8.685 +:#RV+Rzzzzz/hR,(zzzzz!!!-)"9S]+!<E3%zzzzzzzzzzzzzzzzz!!!!%":YeH$P*4;zzzz!!!!O/
8.686 +cYkOzzzzz!!<?+!s/K(!<<*"zzzzzzzzzzzzzzzzz!!!!%$k3LO%0-A.zzzz!!"W(zzzzzz!WrN+!<
8.687 +E0$zzzzzzzzzzzzzzzzzz!!!05$O[=Bzzzzz!%ol(zzzzz!!!!"!WiB&zzzzzzzzzzzzzzzzzzzzzz
8.688 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//h
8.689 +Sb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb/
8.690 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
8.691 +InterpretLevel1 not {
8.692 + grestore
8.693 +} if
8.694 +grestore
8.695 +%%%%EndImage
8.696 +1.000 UL
8.697 +LTb
8.698 +1.000 UP
8.699 +1.000 UL
8.700 +LTb
8.701 +stroke
8.702 +grestore
8.703 +end
8.704 +showpage
8.705 +%%Trailer
8.706 +%%DocumentFonts: Helvetica
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
9.2 +++ b/singlegene_example_3674_Trhr_COApm_gray.eps Sun Apr 19 14:19:52 2009 -0700
9.3 @@ -0,0 +1,689 @@
9.4 +%!PS-Adobe-2.0 EPSF-2.0
9.5 +%%Title: singlegene_example_3674_Trhr_COApm_gray.eps
9.6 +%%Creator: gnuplot 4.2 patchlevel 2
9.7 +%%CreationDate: Sun Apr 19 14:08:11 2009
9.8 +%%DocumentFonts: (atend)
9.9 +%%BoundingBox: 50 50 410 302
9.10 +%%EndComments
9.11 +%%BeginProlog
9.12 +/gnudict 256 dict def
9.13 +gnudict begin
9.14 +%
9.15 +% The following 6 true/false flags may be edited by hand if required
9.16 +% The unit line width may also be changed
9.17 +%
9.18 +/Color true def
9.19 +/Blacktext false def
9.20 +/Solid true def
9.21 +/Dashlength 1 def
9.22 +/Landscape false def
9.23 +/Level1 false def
9.24 +/Rounded false def
9.25 +/TransparentPatterns false def
9.26 +/gnulinewidth 5.000 def
9.27 +/userlinewidth gnulinewidth def
9.28 +%
9.29 +/vshift -46 def
9.30 +/dl1 {
9.31 + 10.0 Dashlength mul mul
9.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
9.33 +} def
9.34 +/dl2 {
9.35 + 10.0 Dashlength mul mul
9.36 + Rounded { currentlinewidth 0.75 mul add } if
9.37 +} def
9.38 +/hpt_ 31.5 def
9.39 +/vpt_ 31.5 def
9.40 +/hpt hpt_ def
9.41 +/vpt vpt_ def
9.42 +Level1 {} {
9.43 +/SDict 10 dict def
9.44 +systemdict /pdfmark known not {
9.45 + userdict /pdfmark systemdict /cleartomark get put
9.46 +} if
9.47 +SDict begin [
9.48 + /Title (singlegene_example_3674_Trhr_COApm_gray.eps)
9.49 + /Subject (gnuplot plot)
9.50 + /Creator (gnuplot 4.2 patchlevel 2 )
9.51 + /Author (Bayle Shanks,,,)
9.52 +% /Producer (gnuplot)
9.53 +% /Keywords ()
9.54 + /CreationDate (Sun Apr 19 14:08:11 2009)
9.55 + /DOCINFO pdfmark
9.56 +end
9.57 +} ifelse
9.58 +%
9.59 +% Gnuplot Prolog Version 4.2 (August 2006)
9.60 +%
9.61 +/M {moveto} bind def
9.62 +/L {lineto} bind def
9.63 +/R {rmoveto} bind def
9.64 +/V {rlineto} bind def
9.65 +/N {newpath moveto} bind def
9.66 +/Z {closepath} bind def
9.67 +/C {setrgbcolor} bind def
9.68 +/f {rlineto fill} bind def
9.69 +/vpt2 vpt 2 mul def
9.70 +/hpt2 hpt 2 mul def
9.71 +/Lshow {currentpoint stroke M 0 vshift R
9.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
9.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
9.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
9.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
9.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
9.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
9.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
9.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
9.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
9.81 +/BL {stroke userlinewidth 2 mul setlinewidth
9.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
9.83 +/AL {stroke userlinewidth 2 div setlinewidth
9.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
9.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
9.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
9.87 +/PL {stroke userlinewidth setlinewidth
9.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
9.89 +% Default Line colors
9.90 +/LCw {1 1 1} def
9.91 +/LCb {0 0 0} def
9.92 +/LCa {0 0 0} def
9.93 +/LC0 {1 0 0} def
9.94 +/LC1 {0 1 0} def
9.95 +/LC2 {0 0 1} def
9.96 +/LC3 {1 0 1} def
9.97 +/LC4 {0 1 1} def
9.98 +/LC5 {1 1 0} def
9.99 +/LC6 {0 0 0} def
9.100 +/LC7 {1 0.3 0} def
9.101 +/LC8 {0.5 0.5 0.5} def
9.102 +% Default Line Types
9.103 +/LTw {PL [] 1 setgray} def
9.104 +/LTb {BL [] LCb DL} def
9.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
9.106 +/LT0 {PL [] LC0 DL} def
9.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
9.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
9.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
9.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
9.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
9.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
9.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
9.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
9.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
9.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
9.117 + hpt neg vpt neg V hpt vpt neg V
9.118 + hpt vpt V hpt neg vpt V closepath stroke
9.119 + Pnt} def
9.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
9.121 + currentpoint stroke M
9.122 + hpt neg vpt neg R hpt2 0 V stroke
9.123 + } def
9.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
9.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
9.126 + hpt2 neg 0 V closepath stroke
9.127 + Pnt} def
9.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
9.129 + hpt2 vpt2 neg V currentpoint stroke M
9.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
9.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
9.132 + hpt neg vpt -1.62 mul V
9.133 + hpt 2 mul 0 V
9.134 + hpt neg vpt 1.62 mul V closepath stroke
9.135 + Pnt} def
9.136 +/Star {2 copy Pls Crs} def
9.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
9.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
9.139 + hpt2 neg 0 V closepath fill} def
9.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
9.141 + hpt neg vpt -1.62 mul V
9.142 + hpt 2 mul 0 V
9.143 + hpt neg vpt 1.62 mul V closepath fill} def
9.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
9.145 + hpt neg vpt 1.62 mul V
9.146 + hpt 2 mul 0 V
9.147 + hpt neg vpt -1.62 mul V closepath stroke
9.148 + Pnt} def
9.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
9.150 + hpt neg vpt 1.62 mul V
9.151 + hpt 2 mul 0 V
9.152 + hpt neg vpt -1.62 mul V closepath fill} def
9.153 +/DiaF {stroke [] 0 setdash vpt add M
9.154 + hpt neg vpt neg V hpt vpt neg V
9.155 + hpt vpt V hpt neg vpt V closepath fill} def
9.156 +/Pent {stroke [] 0 setdash 2 copy gsave
9.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
9.158 + closepath stroke grestore Pnt} def
9.159 +/PentF {stroke [] 0 setdash gsave
9.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
9.161 + closepath fill grestore} def
9.162 +/Circle {stroke [] 0 setdash 2 copy
9.163 + hpt 0 360 arc stroke Pnt} def
9.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
9.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
9.166 +/C1 {BL [] 0 setdash 2 copy moveto
9.167 + 2 copy vpt 0 90 arc closepath fill
9.168 + vpt 0 360 arc closepath} bind def
9.169 +/C2 {BL [] 0 setdash 2 copy moveto
9.170 + 2 copy vpt 90 180 arc closepath fill
9.171 + vpt 0 360 arc closepath} bind def
9.172 +/C3 {BL [] 0 setdash 2 copy moveto
9.173 + 2 copy vpt 0 180 arc closepath fill
9.174 + vpt 0 360 arc closepath} bind def
9.175 +/C4 {BL [] 0 setdash 2 copy moveto
9.176 + 2 copy vpt 180 270 arc closepath fill
9.177 + vpt 0 360 arc closepath} bind def
9.178 +/C5 {BL [] 0 setdash 2 copy moveto
9.179 + 2 copy vpt 0 90 arc
9.180 + 2 copy moveto
9.181 + 2 copy vpt 180 270 arc closepath fill
9.182 + vpt 0 360 arc} bind def
9.183 +/C6 {BL [] 0 setdash 2 copy moveto
9.184 + 2 copy vpt 90 270 arc closepath fill
9.185 + vpt 0 360 arc closepath} bind def
9.186 +/C7 {BL [] 0 setdash 2 copy moveto
9.187 + 2 copy vpt 0 270 arc closepath fill
9.188 + vpt 0 360 arc closepath} bind def
9.189 +/C8 {BL [] 0 setdash 2 copy moveto
9.190 + 2 copy vpt 270 360 arc closepath fill
9.191 + vpt 0 360 arc closepath} bind def
9.192 +/C9 {BL [] 0 setdash 2 copy moveto
9.193 + 2 copy vpt 270 450 arc closepath fill
9.194 + vpt 0 360 arc closepath} bind def
9.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
9.196 + 2 copy moveto
9.197 + 2 copy vpt 90 180 arc closepath fill
9.198 + vpt 0 360 arc closepath} bind def
9.199 +/C11 {BL [] 0 setdash 2 copy moveto
9.200 + 2 copy vpt 0 180 arc closepath fill
9.201 + 2 copy moveto
9.202 + 2 copy vpt 270 360 arc closepath fill
9.203 + vpt 0 360 arc closepath} bind def
9.204 +/C12 {BL [] 0 setdash 2 copy moveto
9.205 + 2 copy vpt 180 360 arc closepath fill
9.206 + vpt 0 360 arc closepath} bind def
9.207 +/C13 {BL [] 0 setdash 2 copy moveto
9.208 + 2 copy vpt 0 90 arc closepath fill
9.209 + 2 copy moveto
9.210 + 2 copy vpt 180 360 arc closepath fill
9.211 + vpt 0 360 arc closepath} bind def
9.212 +/C14 {BL [] 0 setdash 2 copy moveto
9.213 + 2 copy vpt 90 360 arc closepath fill
9.214 + vpt 0 360 arc} bind def
9.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
9.216 + vpt 0 360 arc closepath} bind def
9.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
9.218 + neg 0 rlineto closepath} bind def
9.219 +/Square {dup Rec} bind def
9.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
9.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
9.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
9.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
9.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
9.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
9.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
9.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
9.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
9.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
9.230 + 2 copy vpt Square fill Bsquare} bind def
9.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
9.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
9.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
9.234 + Bsquare} bind def
9.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
9.236 + Bsquare} bind def
9.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
9.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
9.239 + 2 copy vpt Square fill Bsquare} bind def
9.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
9.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
9.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
9.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
9.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
9.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
9.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
9.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
9.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
9.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
9.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
9.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
9.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
9.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
9.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
9.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
9.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
9.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
9.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
9.259 +/DiaE {stroke [] 0 setdash vpt add M
9.260 + hpt neg vpt neg V hpt vpt neg V
9.261 + hpt vpt V hpt neg vpt V closepath stroke} def
9.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
9.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
9.264 + hpt2 neg 0 V closepath stroke} def
9.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
9.266 + hpt neg vpt -1.62 mul V
9.267 + hpt 2 mul 0 V
9.268 + hpt neg vpt 1.62 mul V closepath stroke} def
9.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
9.270 + hpt neg vpt 1.62 mul V
9.271 + hpt 2 mul 0 V
9.272 + hpt neg vpt -1.62 mul V closepath stroke} def
9.273 +/PentE {stroke [] 0 setdash gsave
9.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
9.275 + closepath stroke grestore} def
9.276 +/CircE {stroke [] 0 setdash
9.277 + hpt 0 360 arc stroke} def
9.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
9.279 +/DiaW {stroke [] 0 setdash vpt add M
9.280 + hpt neg vpt neg V hpt vpt neg V
9.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
9.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
9.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
9.284 + hpt2 neg 0 V Opaque stroke} def
9.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
9.286 + hpt neg vpt -1.62 mul V
9.287 + hpt 2 mul 0 V
9.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
9.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
9.290 + hpt neg vpt 1.62 mul V
9.291 + hpt 2 mul 0 V
9.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
9.293 +/PentW {stroke [] 0 setdash gsave
9.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
9.295 + Opaque stroke grestore} def
9.296 +/CircW {stroke [] 0 setdash
9.297 + hpt 0 360 arc Opaque stroke} def
9.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
9.299 +/Density {
9.300 + /Fillden exch def
9.301 + currentrgbcolor
9.302 + /ColB exch def /ColG exch def /ColR exch def
9.303 + /ColR ColR Fillden mul Fillden sub 1 add def
9.304 + /ColG ColG Fillden mul Fillden sub 1 add def
9.305 + /ColB ColB Fillden mul Fillden sub 1 add def
9.306 + ColR ColG ColB setrgbcolor} def
9.307 +/BoxColFill {gsave Rec PolyFill} def
9.308 +/PolyFill {gsave Density fill grestore grestore} def
9.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
9.310 +%
9.311 +% PostScript Level 1 Pattern Fill routine for rectangles
9.312 +% Usage: x y w h s a XX PatternFill
9.313 +% x,y = lower left corner of box to be filled
9.314 +% w,h = width and height of box
9.315 +% a = angle in degrees between lines and x-axis
9.316 +% XX = 0/1 for no/yes cross-hatch
9.317 +%
9.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
9.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
9.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
9.321 + gsave 1 setgray fill grestore clip
9.322 + currentlinewidth 0.5 mul setlinewidth
9.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
9.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
9.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
9.326 + {PFa 4 get mul 0 M 0 PFs V} for
9.327 + 0 PFa 6 get ne {
9.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
9.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
9.330 + } if
9.331 + stroke grestore} def
9.332 +%
9.333 +/languagelevel where
9.334 + {pop languagelevel} {1} ifelse
9.335 + 2 lt
9.336 + {/InterpretLevel1 true def}
9.337 + {/InterpretLevel1 Level1 def}
9.338 + ifelse
9.339 +%
9.340 +% PostScript level 2 pattern fill definitions
9.341 +%
9.342 +/Level2PatternFill {
9.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
9.344 + bind def
9.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
9.346 +<< Tile8x8
9.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
9.348 +>> matrix makepattern
9.349 +/Pat1 exch def
9.350 +<< Tile8x8
9.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
9.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
9.353 +>> matrix makepattern
9.354 +/Pat2 exch def
9.355 +<< Tile8x8
9.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
9.357 + 8 8 L 8 0 L 0 0 L fill}
9.358 +>> matrix makepattern
9.359 +/Pat3 exch def
9.360 +<< Tile8x8
9.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
9.362 + 0 12 M 12 0 L stroke}
9.363 +>> matrix makepattern
9.364 +/Pat4 exch def
9.365 +<< Tile8x8
9.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
9.367 + 0 -4 M 12 8 L stroke}
9.368 +>> matrix makepattern
9.369 +/Pat5 exch def
9.370 +<< Tile8x8
9.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
9.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
9.373 +>> matrix makepattern
9.374 +/Pat6 exch def
9.375 +<< Tile8x8
9.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
9.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
9.378 +>> matrix makepattern
9.379 +/Pat7 exch def
9.380 +<< Tile8x8
9.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
9.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
9.383 +>> matrix makepattern
9.384 +/Pat8 exch def
9.385 +<< Tile8x8
9.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
9.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
9.388 +>> matrix makepattern
9.389 +/Pat9 exch def
9.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
9.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
9.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
9.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
9.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
9.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
9.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
9.397 +} def
9.398 +%
9.399 +%
9.400 +%End of PostScript Level 2 code
9.401 +%
9.402 +/PatternBgnd {
9.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
9.404 +} def
9.405 +%
9.406 +% Substitute for Level 2 pattern fill codes with
9.407 +% grayscale if Level 2 support is not selected.
9.408 +%
9.409 +/Level1PatternFill {
9.410 +/Pattern1 {0.250 Density} bind def
9.411 +/Pattern2 {0.500 Density} bind def
9.412 +/Pattern3 {0.750 Density} bind def
9.413 +/Pattern4 {0.125 Density} bind def
9.414 +/Pattern5 {0.375 Density} bind def
9.415 +/Pattern6 {0.625 Density} bind def
9.416 +/Pattern7 {0.875 Density} bind def
9.417 +} def
9.418 +%
9.419 +% Now test for support of Level 2 code
9.420 +%
9.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
9.422 +%
9.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
9.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
9.425 +currentdict end definefont pop
9.426 +/MFshow {
9.427 + { dup 5 get 3 ge
9.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
9.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
9.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
9.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
9.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
9.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
9.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
9.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
9.436 + pop aload pop M} ifelse }ifelse }ifelse }
9.437 + ifelse }
9.438 + forall} bind def
9.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
9.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
9.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
9.442 +/MLshow { currentpoint stroke M
9.443 + 0 exch R
9.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
9.445 +/MRshow { currentpoint stroke M
9.446 + exch dup MFwidth neg 3 -1 roll R
9.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
9.448 +/MCshow { currentpoint stroke M
9.449 + exch dup MFwidth -2 div 3 -1 roll R
9.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
9.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
9.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
9.453 +end
9.454 +%%EndProlog
9.455 +gnudict begin
9.456 +gsave
9.457 +50 50 translate
9.458 +0.050 0.050 scale
9.459 +0 setgray
9.460 +newpath
9.461 +(Helvetica) findfont 140 scalefont setfont
9.462 +gsave % colour palette begin
9.463 +/maxcolors 64 def
9.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
9.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
9.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
9.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
9.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
9.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
9.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
9.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
9.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
9.473 + } ifelse} def
9.474 +/Constrain {
9.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
9.476 +/YIQ2RGB {
9.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
9.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
9.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
9.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
9.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
9.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
9.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
9.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
9.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
9.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
9.487 + if} ifelse} ifelse} ifelse} def
9.488 +/InterpolatedColor true def
9.489 +/grayindex {/gidx 0 def
9.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
9.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
9.492 + GrayA gidx get sub div} def
9.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
9.494 + RedA gidx get sub dgdxval mul add} def
9.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
9.496 + GreenA gidx get sub dgdxval mul add} def
9.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
9.498 + BlueA gidx get sub dgdxval mul add} def
9.499 +/interpolate {
9.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
9.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
9.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
9.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
9.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
9.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
9.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
9.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
9.508 + .9524 .9683 .9841 1 ] def
9.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
9.510 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
9.511 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
9.512 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
9.513 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
9.514 + .9524 .9683 .9841 1 ] def
9.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
9.516 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
9.517 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
9.518 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
9.519 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
9.520 + .9524 .9683 .9841 1 ] def
9.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
9.522 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
9.523 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
9.524 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
9.525 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
9.526 + .9524 .9683 .9841 1 ] def
9.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
9.528 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
9.529 +/pm3dGamma 1.0 1.5 div def
9.530 +/ColorSpace (RGB) def
9.531 +Color true and { % COLOUR vs. GRAY map
9.532 + InterpolatedColor { %% Interpolation vs. RGB-Formula
9.533 + /g {stroke pm3dround /grayv exch def interpolate
9.534 + SelectSpace setrgbcolor} bind def
9.535 + }{
9.536 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
9.537 + SelectSpace setrgbcolor} bind def
9.538 + } ifelse
9.539 +}{
9.540 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
9.541 +} ifelse
9.542 +1.000 UP
9.543 +1.000 UL
9.544 +LTb
9.545 +1.000 UL
9.546 +LT0
9.547 +LTb
9.548 +%%%%BeginImage
9.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
9.550 +InterpretLevel1 {
9.551 + %% Construct a box instead of image
9.552 + LTb
9.553 + 876 4852 M
9.554 + 5292 0 V
9.555 + 0 -4429 V
9.556 + -5292 0 V
9.557 + 876 4852 L
9.558 + 40 -110 R
9.559 + (PS level 2 image) Lshow
9.560 + % Read data but ignore it
9.561 + /imagebuf 6460 string def
9.562 + currentfile imagebuf readstring
9.563 +} {
9.564 +gsave
9.565 +876 4852 translate
9.566 +5292 -4429 scale
9.567 +%%%%BeginPalette
9.568 +[ /Indexed
9.569 + /DeviceRGB 63
9.570 + <
9.571 + 000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
9.572 + 202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
9.573 + 414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
9.574 + 616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
9.575 + 828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
9.576 + a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
9.577 + c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
9.578 + e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
9.579 + >
9.580 +] setcolorspace
9.581 +%%%%EndPalette
9.582 +<<
9.583 + /ImageType 1
9.584 + /Width 135
9.585 + /Height 113
9.586 + /BitsPerComponent 8
9.587 + /ImageMatrix [ 135 0 0 113 0 0 ]
9.588 + /Decode [ 0 255 ]
9.589 + /DataSource currentfile /ASCII85Decode filter
9.590 + /MultipleDataSources false
9.591 + /Interpolate false
9.592 +>>
9.593 +image
9.594 +} ifelse
9.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
9.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
9.597 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
9.598 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
9.599 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
9.600 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
9.601 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.602 +zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzz
9.603 +zzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.604 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.605 +zzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.606 +zzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.607 +zzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.608 +zz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.609 +zzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.610 +z/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.611 +zz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.612 +/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.613 +z!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/
9.614 +hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.615 +!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!"
9.616 +zz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!*'"z!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
9.617 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!"zzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzz
9.618 +zzzz!!!$"zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!<<*"!!!!O/cYkOzzzzzzzzzzzzzz
9.619 +zzzzzzzzzzzzzzzz!<E3&!WW3#!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!**$!WiE+z!%ol(z
9.620 +zzzzzzzzzzzzzzzzzzzzzzzzzzzz!!**$!WiE)!sA`1z/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzz!!
9.621 +!$"!<E3%!WiE*!X&T."9o#0!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzz!<E3%!<E3'!s8W/"9\
9.622 +i3"pkS9!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzz!!!$#!<N<(!WrT0#6b;8"U,,9$OQk6!%ol(zzzz
9.623 +zzzzzzzzzzzzzzzzzzzzzzz!<E6'!WiH,#RChF$O6h=#6tPC$31&+/hR,(zzzzzzzzzzzzzzzzzzzz
9.624 +zzzzzz!!!!"!<N<)!sA`3"qq"A!sJl6#RLkJ!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzz!!**$!
9.625 +WiH,"U,/;"9\u6"pP;>$n`,(!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzz!!!!"!WiE)!sJo6#R^h>#mU
9.626 +V<#RUql&2#R8!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz!!!!#!s8]0"pYGD%0d+I#6kGA$8)o,(b%';
9.627 +/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzz!!*-'"9o)<$OdFK#S%FO#RUtP/f#NN.kUfS/cYkOzzzzzzz
9.628 +zzzzzzzzzzzzzzzzzz!!!!"!<WK2$OmLT%M'$c&dnsO$kY*E+!Dp]1+k13zzzzzzzzzzzzzzzzzzzz
9.629 +zzzzzz!<N?+#RCbJ%Lrs^',D8l%1Ej_(DnbH-nI27/hSaVzzzzzzzzzzzzzzzzzzzzzzzzz!<E6&!X
9.630 +&`7%LrsZ&J?!&)]'/#'ce;9/g)Vq0JtjC/hR,(zzzzzzzzzzzzzzzzzzzzzzzz!<E6'!WrN-"UGGF&
9.631 +/#Qh)'gFK',hi4-S@#$.4d852E*6@/cYkOzzzzzzzzzzzzzzzzzzzzzzz!!!$#!s8Z/!sA`2#S%@V'
9.632 +,MW3/LVPN+X\lp+Xo#t1,q9R/c[LVzzzzzzzzzzzzzzzzzzzzzzzz!!*-("9\i0"9\l6$kF!j,:+Wb
9.633 +.2j<R/hSM#/hT">3]\lO!%ol(zzzzzzzzzzzzzzzzzzzzzzz!!!!"!WrQ."9\i1"U55@%MBX&+rhX@
9.634 +(a^R^/h/J72E<`W/hR,(/hR,(zzzzzzzzzzzzzzzzzzzzzzz!!!$%!sA`0!s8W.#71_G'cS&3()If/
9.635 +-8$u).5s4K3]];\/cYl(/cYkOzzzzzzzzzzzzzzzzzzzzzzz!!*-("9\f/!WiH-#mh(R'c7Ss',DQ?
9.636 +0ek@>3B&u[4#f/O!!"W(zzzzzzzzzzzzzzzzzzzzzzzz!<E9)!s8T*!WrQ6#mq+O&I]6b'eUsj1c[T
9.637 +Y4$5Pb2(ek/!%ol(zzzzzzzzzzzzzzzzzzzzzzz!!!!"!<N<(!<N<("9\r;#nIIP$4mk'+=8d$4$5Y
9.638 +h4?5#H0E;(Q/hR,(zzzzzzzzzzzzzzzzzzzzzzz!!!!"!<N9&!<N<("9]#9%h&dO$SF%T.l01I5!;%
9.639 +j1c-fb!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzz!!!!"!!**$!<E3'!s]#>$O[7I$n`JF/i>XP3]Ju
9.640 +O/hSaV!!"W(zzzzzzzzzzzzzzzzzzzzzzzzz!!**$!<E6'"9So=$O@%J'eUje/i#=?1+Xh'/cYkO!%
9.641 +ol(zzzzzzzzzzzzzzzzzzzzzzzzzz!<E3%!X8r=#6kJF/hSP%/2&V./hSaVz/hR,(zzzzzzzzzzzzz
9.642 +zzzzzzzzzzzzz!!!!"!<WQ1"U?Y4(`k:^/g2/R/g12p!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
9.643 +z!!!$#!<NB-/di%>/eo0A',DH#'EA+5!!"W(zzzzzzzzzzzzzzzzzzzzzz!!!!"zzzz!<E6&!WiH-#
9.644 +VHGm%M''Y%h0'Mz!%ol(zzzzzzzzzzzzzzzzzzzzzz!<E3%zzz!<E3%!<E6'!WrQ1"pYD?$471L$NL
9.645 +/,z/hR,(zzzzzzzzzzzzzzzzzzzzz!!**$!<E3%z!!!!"!<E3%!<E3&!WiH,"9\l3"U52:#RL_9z!!
9.646 +!!O/cYkOzzzzzzzzzzzzzzzzzzzz!!!!"!<E3%!<E3$!!!!"!<E3%!<E6&!WrN-"9\l3"9er4"U5/9
9.647 +#6t5/z!!"W(zzzzzzzzzzzzzzzzzzzzz!!!$$!WiE(!<E0#!!!$#!<E3&!WrN,"9\l3"U,&4"9er4"
9.648 +U,&5"TSN&z!%ol(zzzzzzzzzzzzzzzzzzzzz!<E6'!WiE(!<E0#!!**%!WiH+"9\i2"U,&5"U,#3"p
9.649 +Y>9"U"r.zz/hR,(zzzzzzzzzzzzzzzzzzzz!!!$#!WiH+!WiB'!<E3%!WiE*!sA`0"9\l3"U,&5"9\
9.650 +i2"U,#3"9ni+z!!!!O/cYkOzzzzzzzzzzzzzzzzzzzz!!**%!s8W,!<E3%!<E3&!WrN,"9\i2"U,&5
9.651 +"U,#3"9\i2"U"o2"onW'z!!"W(zzzzzzzzzzzzzzzzzzzz!!!!"!<N?*"9\f.!W`<&!<E6'!s8Z/"9
9.652 +\l3"U,&5"9\i1!s8W-!s8W0zz!%ol(zzzzzzzzzzzzzzzzzzzz!!!$$!WrQ."9S],!<E3%!<N<)!sA
9.653 +`0"9er4"U"r2"9\f.!s8W,"9\o/zz/hR,(zzzzzzzzzzzzzzzzzzzz!!*-'"9er4"9S]+!<E3%!<N?
9.654 +*!sA`0"9eo2!s8W-!WiE)!WiE)"98E%z!!!!O/cYkOzzzzzzzzzzzzzzzzzzz!!!!"!<E9+"U,&3!s
9.655 +/K(!<E3%!WiH+"9\i1"9S`-!WiE)!WiE)!WiE+zz!!"W(zzzzzzzzzzzzzzzzzzzz!!!$#!X&W0"U+
9.656 +u0!W`<&!<E3&!WiE*!s8W-!s/N)!<E3%!<N9'!sAT(zz!%ol(zzzzzzzzzzzzzzzzzzzz!!*-&!sAc
9.657 +2"9\c-!<E3%!<E3&!WiE)!s/N*!W`<&!<E3%!<E9*"9\])zz/hR,(zzzzzzzzzzzzzzzzzzzz!<N?*
9.658 +"9\i1!s/N)!<E3%!<E3%!WiE)!<E3%!<E3%!!!$#!<N<)!rr<$z!!!!O/cYkOzzzzzzzzzzzzzzzzz
9.659 +zz!!!!"!WiH+!sA`/!WiE(!<E3%!<E3%!<E3%!<<-#z!!**$!<N<&zz!!"W(zzzzzzzzzzzzzzzzzz
9.660 +zz!!**%!WiH+!s8W,!WiB'!<E3%!<<-$!!!$"zz!<E3&!Wi?%zz!%ol(zzzzzzzzzzzzzzzzzzzz!!
9.661 +**%!WrN,!s8T+!WiB'!<E3%!!**#zzz!<N<(!rr<$zz/hR,(zzzzzzzzzzzzzzzzzzz!!!!"!<E6'!
9.662 +s8W-!s8T+!W`<&!<E3%zzz!!!!"!<N<&zz!!!!O/cYkOzzzzzzzzzzzzzzzzzzz!!**$!<N<(!s8W-
9.663 +!WiE(!<E3%!<<*"zzz!!!$#!<<*"zz!!"W(zzzzzzzzzzzzzzzzzzzz!!**$!WiE)!s8W,!WiB'!<E
9.664 +3%zzzz!!**$zzz!%ol(zzzzzzzzzzzzzzzzzzz!!!!"!<E3&!WiH+!s/N*!W`<&!<E0#zzzz!<E0#z
9.665 +zz/hR,(zzzzzzzzzzzzzzzzzzz!!!$#!<E6'!WiH*!WiE)!<E3$zzzz!!!!"!<<*"zz!!!!O/cYkOz
9.666 +zzzzzzzzzzzzzzzzzz!!**$!<E3&!WiE)!W`<&!<<*"zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzz!!
9.667 +**$!<E3&!<N9&!<E0#zzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzz!<<-$!<E3%!<E3$zzzzzzzzzz/
9.668 +hR,(zzzzzzzzzzzzzzzzzzzz!!**$!<E0#zzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
9.669 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
9.670 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
9.671 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.672 +zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzz
9.673 +zzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzz
9.674 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//h
9.675 +Sb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb/
9.676 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
9.677 +InterpretLevel1 not {
9.678 + grestore
9.679 +} if
9.680 +grestore
9.681 +%%%%EndImage
9.682 +1.000 UL
9.683 +LTb
9.684 +1.000 UP
9.685 +1.000 UL
9.686 +LTb
9.687 +stroke
9.688 +grestore
9.689 +end
9.690 +showpage
9.691 +%%Trailer
9.692 +%%DocumentFonts: Helvetica
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
10.2 +++ b/singlegene_example_3674_Trhr_COApm_jet.eps Sun Apr 19 14:19:52 2009 -0700
10.3 @@ -0,0 +1,683 @@
10.4 +%!PS-Adobe-2.0 EPSF-2.0
10.5 +%%Title: singlegene_example_3674_Trhr_COApm_jet.eps
10.6 +%%Creator: gnuplot 4.2 patchlevel 2
10.7 +%%CreationDate: Sun Apr 19 14:08:11 2009
10.8 +%%DocumentFonts: (atend)
10.9 +%%BoundingBox: 50 50 410 302
10.10 +%%EndComments
10.11 +%%BeginProlog
10.12 +/gnudict 256 dict def
10.13 +gnudict begin
10.14 +%
10.15 +% The following 6 true/false flags may be edited by hand if required
10.16 +% The unit line width may also be changed
10.17 +%
10.18 +/Color true def
10.19 +/Blacktext false def
10.20 +/Solid true def
10.21 +/Dashlength 1 def
10.22 +/Landscape false def
10.23 +/Level1 false def
10.24 +/Rounded false def
10.25 +/TransparentPatterns false def
10.26 +/gnulinewidth 5.000 def
10.27 +/userlinewidth gnulinewidth def
10.28 +%
10.29 +/vshift -46 def
10.30 +/dl1 {
10.31 + 10.0 Dashlength mul mul
10.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
10.33 +} def
10.34 +/dl2 {
10.35 + 10.0 Dashlength mul mul
10.36 + Rounded { currentlinewidth 0.75 mul add } if
10.37 +} def
10.38 +/hpt_ 31.5 def
10.39 +/vpt_ 31.5 def
10.40 +/hpt hpt_ def
10.41 +/vpt vpt_ def
10.42 +Level1 {} {
10.43 +/SDict 10 dict def
10.44 +systemdict /pdfmark known not {
10.45 + userdict /pdfmark systemdict /cleartomark get put
10.46 +} if
10.47 +SDict begin [
10.48 + /Title (singlegene_example_3674_Trhr_COApm_jet.eps)
10.49 + /Subject (gnuplot plot)
10.50 + /Creator (gnuplot 4.2 patchlevel 2 )
10.51 + /Author (Bayle Shanks,,,)
10.52 +% /Producer (gnuplot)
10.53 +% /Keywords ()
10.54 + /CreationDate (Sun Apr 19 14:08:11 2009)
10.55 + /DOCINFO pdfmark
10.56 +end
10.57 +} ifelse
10.58 +%
10.59 +% Gnuplot Prolog Version 4.2 (August 2006)
10.60 +%
10.61 +/M {moveto} bind def
10.62 +/L {lineto} bind def
10.63 +/R {rmoveto} bind def
10.64 +/V {rlineto} bind def
10.65 +/N {newpath moveto} bind def
10.66 +/Z {closepath} bind def
10.67 +/C {setrgbcolor} bind def
10.68 +/f {rlineto fill} bind def
10.69 +/vpt2 vpt 2 mul def
10.70 +/hpt2 hpt 2 mul def
10.71 +/Lshow {currentpoint stroke M 0 vshift R
10.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
10.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
10.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
10.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
10.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
10.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
10.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
10.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
10.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
10.81 +/BL {stroke userlinewidth 2 mul setlinewidth
10.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
10.83 +/AL {stroke userlinewidth 2 div setlinewidth
10.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
10.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
10.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
10.87 +/PL {stroke userlinewidth setlinewidth
10.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
10.89 +% Default Line colors
10.90 +/LCw {1 1 1} def
10.91 +/LCb {0 0 0} def
10.92 +/LCa {0 0 0} def
10.93 +/LC0 {1 0 0} def
10.94 +/LC1 {0 1 0} def
10.95 +/LC2 {0 0 1} def
10.96 +/LC3 {1 0 1} def
10.97 +/LC4 {0 1 1} def
10.98 +/LC5 {1 1 0} def
10.99 +/LC6 {0 0 0} def
10.100 +/LC7 {1 0.3 0} def
10.101 +/LC8 {0.5 0.5 0.5} def
10.102 +% Default Line Types
10.103 +/LTw {PL [] 1 setgray} def
10.104 +/LTb {BL [] LCb DL} def
10.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
10.106 +/LT0 {PL [] LC0 DL} def
10.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
10.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
10.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
10.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
10.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
10.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
10.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
10.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
10.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
10.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
10.117 + hpt neg vpt neg V hpt vpt neg V
10.118 + hpt vpt V hpt neg vpt V closepath stroke
10.119 + Pnt} def
10.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
10.121 + currentpoint stroke M
10.122 + hpt neg vpt neg R hpt2 0 V stroke
10.123 + } def
10.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
10.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
10.126 + hpt2 neg 0 V closepath stroke
10.127 + Pnt} def
10.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
10.129 + hpt2 vpt2 neg V currentpoint stroke M
10.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
10.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
10.132 + hpt neg vpt -1.62 mul V
10.133 + hpt 2 mul 0 V
10.134 + hpt neg vpt 1.62 mul V closepath stroke
10.135 + Pnt} def
10.136 +/Star {2 copy Pls Crs} def
10.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
10.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
10.139 + hpt2 neg 0 V closepath fill} def
10.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
10.141 + hpt neg vpt -1.62 mul V
10.142 + hpt 2 mul 0 V
10.143 + hpt neg vpt 1.62 mul V closepath fill} def
10.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
10.145 + hpt neg vpt 1.62 mul V
10.146 + hpt 2 mul 0 V
10.147 + hpt neg vpt -1.62 mul V closepath stroke
10.148 + Pnt} def
10.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
10.150 + hpt neg vpt 1.62 mul V
10.151 + hpt 2 mul 0 V
10.152 + hpt neg vpt -1.62 mul V closepath fill} def
10.153 +/DiaF {stroke [] 0 setdash vpt add M
10.154 + hpt neg vpt neg V hpt vpt neg V
10.155 + hpt vpt V hpt neg vpt V closepath fill} def
10.156 +/Pent {stroke [] 0 setdash 2 copy gsave
10.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
10.158 + closepath stroke grestore Pnt} def
10.159 +/PentF {stroke [] 0 setdash gsave
10.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
10.161 + closepath fill grestore} def
10.162 +/Circle {stroke [] 0 setdash 2 copy
10.163 + hpt 0 360 arc stroke Pnt} def
10.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
10.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
10.166 +/C1 {BL [] 0 setdash 2 copy moveto
10.167 + 2 copy vpt 0 90 arc closepath fill
10.168 + vpt 0 360 arc closepath} bind def
10.169 +/C2 {BL [] 0 setdash 2 copy moveto
10.170 + 2 copy vpt 90 180 arc closepath fill
10.171 + vpt 0 360 arc closepath} bind def
10.172 +/C3 {BL [] 0 setdash 2 copy moveto
10.173 + 2 copy vpt 0 180 arc closepath fill
10.174 + vpt 0 360 arc closepath} bind def
10.175 +/C4 {BL [] 0 setdash 2 copy moveto
10.176 + 2 copy vpt 180 270 arc closepath fill
10.177 + vpt 0 360 arc closepath} bind def
10.178 +/C5 {BL [] 0 setdash 2 copy moveto
10.179 + 2 copy vpt 0 90 arc
10.180 + 2 copy moveto
10.181 + 2 copy vpt 180 270 arc closepath fill
10.182 + vpt 0 360 arc} bind def
10.183 +/C6 {BL [] 0 setdash 2 copy moveto
10.184 + 2 copy vpt 90 270 arc closepath fill
10.185 + vpt 0 360 arc closepath} bind def
10.186 +/C7 {BL [] 0 setdash 2 copy moveto
10.187 + 2 copy vpt 0 270 arc closepath fill
10.188 + vpt 0 360 arc closepath} bind def
10.189 +/C8 {BL [] 0 setdash 2 copy moveto
10.190 + 2 copy vpt 270 360 arc closepath fill
10.191 + vpt 0 360 arc closepath} bind def
10.192 +/C9 {BL [] 0 setdash 2 copy moveto
10.193 + 2 copy vpt 270 450 arc closepath fill
10.194 + vpt 0 360 arc closepath} bind def
10.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
10.196 + 2 copy moveto
10.197 + 2 copy vpt 90 180 arc closepath fill
10.198 + vpt 0 360 arc closepath} bind def
10.199 +/C11 {BL [] 0 setdash 2 copy moveto
10.200 + 2 copy vpt 0 180 arc closepath fill
10.201 + 2 copy moveto
10.202 + 2 copy vpt 270 360 arc closepath fill
10.203 + vpt 0 360 arc closepath} bind def
10.204 +/C12 {BL [] 0 setdash 2 copy moveto
10.205 + 2 copy vpt 180 360 arc closepath fill
10.206 + vpt 0 360 arc closepath} bind def
10.207 +/C13 {BL [] 0 setdash 2 copy moveto
10.208 + 2 copy vpt 0 90 arc closepath fill
10.209 + 2 copy moveto
10.210 + 2 copy vpt 180 360 arc closepath fill
10.211 + vpt 0 360 arc closepath} bind def
10.212 +/C14 {BL [] 0 setdash 2 copy moveto
10.213 + 2 copy vpt 90 360 arc closepath fill
10.214 + vpt 0 360 arc} bind def
10.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
10.216 + vpt 0 360 arc closepath} bind def
10.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
10.218 + neg 0 rlineto closepath} bind def
10.219 +/Square {dup Rec} bind def
10.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
10.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
10.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
10.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
10.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
10.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
10.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
10.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
10.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
10.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
10.230 + 2 copy vpt Square fill Bsquare} bind def
10.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
10.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
10.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
10.234 + Bsquare} bind def
10.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
10.236 + Bsquare} bind def
10.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
10.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
10.239 + 2 copy vpt Square fill Bsquare} bind def
10.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
10.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
10.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
10.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
10.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
10.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
10.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
10.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
10.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
10.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
10.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
10.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
10.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
10.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
10.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
10.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
10.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
10.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
10.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
10.259 +/DiaE {stroke [] 0 setdash vpt add M
10.260 + hpt neg vpt neg V hpt vpt neg V
10.261 + hpt vpt V hpt neg vpt V closepath stroke} def
10.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
10.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
10.264 + hpt2 neg 0 V closepath stroke} def
10.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
10.266 + hpt neg vpt -1.62 mul V
10.267 + hpt 2 mul 0 V
10.268 + hpt neg vpt 1.62 mul V closepath stroke} def
10.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
10.270 + hpt neg vpt 1.62 mul V
10.271 + hpt 2 mul 0 V
10.272 + hpt neg vpt -1.62 mul V closepath stroke} def
10.273 +/PentE {stroke [] 0 setdash gsave
10.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
10.275 + closepath stroke grestore} def
10.276 +/CircE {stroke [] 0 setdash
10.277 + hpt 0 360 arc stroke} def
10.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
10.279 +/DiaW {stroke [] 0 setdash vpt add M
10.280 + hpt neg vpt neg V hpt vpt neg V
10.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
10.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
10.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
10.284 + hpt2 neg 0 V Opaque stroke} def
10.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
10.286 + hpt neg vpt -1.62 mul V
10.287 + hpt 2 mul 0 V
10.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
10.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
10.290 + hpt neg vpt 1.62 mul V
10.291 + hpt 2 mul 0 V
10.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
10.293 +/PentW {stroke [] 0 setdash gsave
10.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
10.295 + Opaque stroke grestore} def
10.296 +/CircW {stroke [] 0 setdash
10.297 + hpt 0 360 arc Opaque stroke} def
10.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
10.299 +/Density {
10.300 + /Fillden exch def
10.301 + currentrgbcolor
10.302 + /ColB exch def /ColG exch def /ColR exch def
10.303 + /ColR ColR Fillden mul Fillden sub 1 add def
10.304 + /ColG ColG Fillden mul Fillden sub 1 add def
10.305 + /ColB ColB Fillden mul Fillden sub 1 add def
10.306 + ColR ColG ColB setrgbcolor} def
10.307 +/BoxColFill {gsave Rec PolyFill} def
10.308 +/PolyFill {gsave Density fill grestore grestore} def
10.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
10.310 +%
10.311 +% PostScript Level 1 Pattern Fill routine for rectangles
10.312 +% Usage: x y w h s a XX PatternFill
10.313 +% x,y = lower left corner of box to be filled
10.314 +% w,h = width and height of box
10.315 +% a = angle in degrees between lines and x-axis
10.316 +% XX = 0/1 for no/yes cross-hatch
10.317 +%
10.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
10.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
10.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
10.321 + gsave 1 setgray fill grestore clip
10.322 + currentlinewidth 0.5 mul setlinewidth
10.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
10.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
10.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
10.326 + {PFa 4 get mul 0 M 0 PFs V} for
10.327 + 0 PFa 6 get ne {
10.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
10.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
10.330 + } if
10.331 + stroke grestore} def
10.332 +%
10.333 +/languagelevel where
10.334 + {pop languagelevel} {1} ifelse
10.335 + 2 lt
10.336 + {/InterpretLevel1 true def}
10.337 + {/InterpretLevel1 Level1 def}
10.338 + ifelse
10.339 +%
10.340 +% PostScript level 2 pattern fill definitions
10.341 +%
10.342 +/Level2PatternFill {
10.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
10.344 + bind def
10.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
10.346 +<< Tile8x8
10.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
10.348 +>> matrix makepattern
10.349 +/Pat1 exch def
10.350 +<< Tile8x8
10.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
10.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
10.353 +>> matrix makepattern
10.354 +/Pat2 exch def
10.355 +<< Tile8x8
10.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
10.357 + 8 8 L 8 0 L 0 0 L fill}
10.358 +>> matrix makepattern
10.359 +/Pat3 exch def
10.360 +<< Tile8x8
10.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
10.362 + 0 12 M 12 0 L stroke}
10.363 +>> matrix makepattern
10.364 +/Pat4 exch def
10.365 +<< Tile8x8
10.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
10.367 + 0 -4 M 12 8 L stroke}
10.368 +>> matrix makepattern
10.369 +/Pat5 exch def
10.370 +<< Tile8x8
10.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
10.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
10.373 +>> matrix makepattern
10.374 +/Pat6 exch def
10.375 +<< Tile8x8
10.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
10.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
10.378 +>> matrix makepattern
10.379 +/Pat7 exch def
10.380 +<< Tile8x8
10.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
10.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
10.383 +>> matrix makepattern
10.384 +/Pat8 exch def
10.385 +<< Tile8x8
10.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
10.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
10.388 +>> matrix makepattern
10.389 +/Pat9 exch def
10.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
10.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
10.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
10.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
10.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
10.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
10.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
10.397 +} def
10.398 +%
10.399 +%
10.400 +%End of PostScript Level 2 code
10.401 +%
10.402 +/PatternBgnd {
10.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
10.404 +} def
10.405 +%
10.406 +% Substitute for Level 2 pattern fill codes with
10.407 +% grayscale if Level 2 support is not selected.
10.408 +%
10.409 +/Level1PatternFill {
10.410 +/Pattern1 {0.250 Density} bind def
10.411 +/Pattern2 {0.500 Density} bind def
10.412 +/Pattern3 {0.750 Density} bind def
10.413 +/Pattern4 {0.125 Density} bind def
10.414 +/Pattern5 {0.375 Density} bind def
10.415 +/Pattern6 {0.625 Density} bind def
10.416 +/Pattern7 {0.875 Density} bind def
10.417 +} def
10.418 +%
10.419 +% Now test for support of Level 2 code
10.420 +%
10.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
10.422 +%
10.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
10.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
10.425 +currentdict end definefont pop
10.426 +/MFshow {
10.427 + { dup 5 get 3 ge
10.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
10.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
10.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
10.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
10.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
10.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
10.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
10.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
10.436 + pop aload pop M} ifelse }ifelse }ifelse }
10.437 + ifelse }
10.438 + forall} bind def
10.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
10.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
10.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
10.442 +/MLshow { currentpoint stroke M
10.443 + 0 exch R
10.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
10.445 +/MRshow { currentpoint stroke M
10.446 + exch dup MFwidth neg 3 -1 roll R
10.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
10.448 +/MCshow { currentpoint stroke M
10.449 + exch dup MFwidth -2 div 3 -1 roll R
10.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
10.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
10.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
10.453 +end
10.454 +%%EndProlog
10.455 +gnudict begin
10.456 +gsave
10.457 +50 50 translate
10.458 +0.050 0.050 scale
10.459 +0 setgray
10.460 +newpath
10.461 +(Helvetica) findfont 140 scalefont setfont
10.462 +gsave % colour palette begin
10.463 +/maxcolors 64 def
10.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
10.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
10.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
10.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
10.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
10.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
10.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
10.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
10.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
10.473 + } ifelse} def
10.474 +/Constrain {
10.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
10.476 +/YIQ2RGB {
10.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
10.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
10.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
10.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
10.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
10.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
10.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
10.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
10.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
10.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
10.487 + if} ifelse} ifelse} ifelse} def
10.488 +/InterpolatedColor true def
10.489 +/grayindex {/gidx 0 def
10.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
10.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
10.492 + GrayA gidx get sub div} def
10.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
10.494 + RedA gidx get sub dgdxval mul add} def
10.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
10.496 + GreenA gidx get sub dgdxval mul add} def
10.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
10.498 + BlueA gidx get sub dgdxval mul add} def
10.499 +/interpolate {
10.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
10.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
10.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
10.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
10.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
10.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
10.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
10.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
10.508 + .9524 .9683 .9841 1 ] def
10.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508
10.510 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127
10.511 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627
10.512 + .5635 .5 ] def
10.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524
10.514 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1
10.515 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254
10.516 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
10.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1
10.518 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413
10.519 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
10.520 + 0 0 ] def
10.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
10.522 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
10.523 +/pm3dGamma 1.0 1.5 div def
10.524 +/ColorSpace (RGB) def
10.525 +Color true and { % COLOUR vs. GRAY map
10.526 + InterpolatedColor { %% Interpolation vs. RGB-Formula
10.527 + /g {stroke pm3dround /grayv exch def interpolate
10.528 + SelectSpace setrgbcolor} bind def
10.529 + }{
10.530 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
10.531 + SelectSpace setrgbcolor} bind def
10.532 + } ifelse
10.533 +}{
10.534 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
10.535 +} ifelse
10.536 +1.000 UP
10.537 +1.000 UL
10.538 +LTb
10.539 +1.000 UL
10.540 +LT0
10.541 +LTb
10.542 +%%%%BeginImage
10.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
10.544 +InterpretLevel1 {
10.545 + %% Construct a box instead of image
10.546 + LTb
10.547 + 876 4852 M
10.548 + 5292 0 V
10.549 + 0 -4429 V
10.550 + -5292 0 V
10.551 + 876 4852 L
10.552 + 40 -110 R
10.553 + (PS level 2 image) Lshow
10.554 + % Read data but ignore it
10.555 + /imagebuf 6460 string def
10.556 + currentfile imagebuf readstring
10.557 +} {
10.558 +gsave
10.559 +876 4852 translate
10.560 +5292 -4429 scale
10.561 +%%%%BeginPalette
10.562 +[ /Indexed
10.563 + /DeviceRGB 63
10.564 + <
10.565 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
10.566 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
10.567 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
10.568 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
10.569 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
10.570 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
10.571 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
10.572 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
10.573 + >
10.574 +] setcolorspace
10.575 +%%%%EndPalette
10.576 +<<
10.577 + /ImageType 1
10.578 + /Width 135
10.579 + /Height 113
10.580 + /BitsPerComponent 8
10.581 + /ImageMatrix [ 135 0 0 113 0 0 ]
10.582 + /Decode [ 0 255 ]
10.583 + /DataSource currentfile /ASCII85Decode filter
10.584 + /MultipleDataSources false
10.585 + /Interpolate false
10.586 +>>
10.587 +image
10.588 +} ifelse
10.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
10.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
10.591 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
10.592 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
10.593 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
10.594 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
10.595 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.596 +zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzz
10.597 +zzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.598 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.599 +zzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.600 +zzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.601 +zzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.602 +zz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.603 +zzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.604 +z/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.605 +zz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.606 +/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.607 +z!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/
10.608 +hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.609 +!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!"
10.610 +zz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!*'"z!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
10.611 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!"zzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzz
10.612 +zzzz!!!$"zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!<<*"!!!!O/cYkOzzzzzzzzzzzzzz
10.613 +zzzzzzzzzzzzzzzz!<E3&!WW3#!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!**$!WiE+z!%ol(z
10.614 +zzzzzzzzzzzzzzzzzzzzzzzzzzzz!!**$!WiE)!sA`1z/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzz!!
10.615 +!$"!<E3%!WiE*!X&T."9o#0!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzz!<E3%!<E3'!s8W/"9\
10.616 +i3"pkS9!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzz!!!$#!<N<(!WrT0#6b;8"U,,9$OQk6!%ol(zzzz
10.617 +zzzzzzzzzzzzzzzzzzzzzzz!<E6'!WiH,#RChF$O6h=#6tPC$31&+/hR,(zzzzzzzzzzzzzzzzzzzz
10.618 +zzzzzz!!!!"!<N<)!sA`3"qq"A!sJl6#RLkJ!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzz!!**$!
10.619 +WiH,"U,/;"9\u6"pP;>$n`,(!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzz!!!!"!WiE)!sJo6#R^h>#mU
10.620 +V<#RUql&2#R8!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz!!!!#!s8]0"pYGD%0d+I#6kGA$8)o,(b%';
10.621 +/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzz!!*-'"9o)<$OdFK#S%FO#RUtP/f#NN.kUfS/cYkOzzzzzzz
10.622 +zzzzzzzzzzzzzzzzzz!!!!"!<WK2$OmLT%M'$c&dnsO$kY*E+!Dp]1+k13zzzzzzzzzzzzzzzzzzzz
10.623 +zzzzzz!<N?+#RCbJ%Lrs^',D8l%1Ej_(DnbH-nI27/hSaVzzzzzzzzzzzzzzzzzzzzzzzzz!<E6&!X
10.624 +&`7%LrsZ&J?!&)]'/#'ce;9/g)Vq0JtjC/hR,(zzzzzzzzzzzzzzzzzzzzzzzz!<E6'!WrN-"UGGF&
10.625 +/#Qh)'gFK',hi4-S@#$.4d852E*6@/cYkOzzzzzzzzzzzzzzzzzzzzzzz!!!$#!s8Z/!sA`2#S%@V'
10.626 +,MW3/LVPN+X\lp+Xo#t1,q9R/c[LVzzzzzzzzzzzzzzzzzzzzzzzz!!*-("9\i0"9\l6$kF!j,:+Wb
10.627 +.2j<R/hSM#/hT">3]\lO!%ol(zzzzzzzzzzzzzzzzzzzzzzz!!!!"!WrQ."9\i1"U55@%MBX&+rhX@
10.628 +(a^R^/h/J72E<`W/hR,(/hR,(zzzzzzzzzzzzzzzzzzzzzzz!!!$%!sA`0!s8W.#71_G'cS&3()If/
10.629 +-8$u).5s4K3]];\/cYl(/cYkOzzzzzzzzzzzzzzzzzzzzzzz!!*-("9\f/!WiH-#mh(R'c7Ss',DQ?
10.630 +0ek@>3B&u[4#f/O!!"W(zzzzzzzzzzzzzzzzzzzzzzzz!<E9)!s8T*!WrQ6#mq+O&I]6b'eUsj1c[T
10.631 +Y4$5Pb2(ek/!%ol(zzzzzzzzzzzzzzzzzzzzzzz!!!!"!<N<(!<N<("9\r;#nIIP$4mk'+=8d$4$5Y
10.632 +h4?5#H0E;(Q/hR,(zzzzzzzzzzzzzzzzzzzzzzz!!!!"!<N9&!<N<("9]#9%h&dO$SF%T.l01I5!;%
10.633 +j1c-fb!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzz!!!!"!!**$!<E3'!s]#>$O[7I$n`JF/i>XP3]Ju
10.634 +O/hSaV!!"W(zzzzzzzzzzzzzzzzzzzzzzzzz!!**$!<E6'"9So=$O@%J'eUje/i#=?1+Xh'/cYkO!%
10.635 +ol(zzzzzzzzzzzzzzzzzzzzzzzzzz!<E3%!X8r=#6kJF/hSP%/2&V./hSaVz/hR,(zzzzzzzzzzzzz
10.636 +zzzzzzzzzzzzz!!!!"!<WQ1"U?Y4(`k:^/g2/R/g12p!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
10.637 +z!!!$#!<NB-/di%>/eo0A',DH#'EA+5!!"W(zzzzzzzzzzzzzzzzzzzzzz!!!!"zzzz!<E6&!WiH-#
10.638 +VHGm%M''Y%h0'Mz!%ol(zzzzzzzzzzzzzzzzzzzzzz!<E3%zzz!<E3%!<E6'!WrQ1"pYD?$471L$NL
10.639 +/,z/hR,(zzzzzzzzzzzzzzzzzzzzz!!**$!<E3%z!!!!"!<E3%!<E3&!WiH,"9\l3"U52:#RL_9z!!
10.640 +!!O/cYkOzzzzzzzzzzzzzzzzzzzz!!!!"!<E3%!<E3$!!!!"!<E3%!<E6&!WrN-"9\l3"9er4"U5/9
10.641 +#6t5/z!!"W(zzzzzzzzzzzzzzzzzzzzz!!!$$!WiE(!<E0#!!!$#!<E3&!WrN,"9\l3"U,&4"9er4"
10.642 +U,&5"TSN&z!%ol(zzzzzzzzzzzzzzzzzzzzz!<E6'!WiE(!<E0#!!**%!WiH+"9\i2"U,&5"U,#3"p
10.643 +Y>9"U"r.zz/hR,(zzzzzzzzzzzzzzzzzzzz!!!$#!WiH+!WiB'!<E3%!WiE*!sA`0"9\l3"U,&5"9\
10.644 +i2"U,#3"9ni+z!!!!O/cYkOzzzzzzzzzzzzzzzzzzzz!!**%!s8W,!<E3%!<E3&!WrN,"9\i2"U,&5
10.645 +"U,#3"9\i2"U"o2"onW'z!!"W(zzzzzzzzzzzzzzzzzzzz!!!!"!<N?*"9\f.!W`<&!<E6'!s8Z/"9
10.646 +\l3"U,&5"9\i1!s8W-!s8W0zz!%ol(zzzzzzzzzzzzzzzzzzzz!!!$$!WrQ."9S],!<E3%!<N<)!sA
10.647 +`0"9er4"U"r2"9\f.!s8W,"9\o/zz/hR,(zzzzzzzzzzzzzzzzzzzz!!*-'"9er4"9S]+!<E3%!<N?
10.648 +*!sA`0"9eo2!s8W-!WiE)!WiE)"98E%z!!!!O/cYkOzzzzzzzzzzzzzzzzzzz!!!!"!<E9+"U,&3!s
10.649 +/K(!<E3%!WiH+"9\i1"9S`-!WiE)!WiE)!WiE+zz!!"W(zzzzzzzzzzzzzzzzzzzz!!!$#!X&W0"U+
10.650 +u0!W`<&!<E3&!WiE*!s8W-!s/N)!<E3%!<N9'!sAT(zz!%ol(zzzzzzzzzzzzzzzzzzzz!!*-&!sAc
10.651 +2"9\c-!<E3%!<E3&!WiE)!s/N*!W`<&!<E3%!<E9*"9\])zz/hR,(zzzzzzzzzzzzzzzzzzzz!<N?*
10.652 +"9\i1!s/N)!<E3%!<E3%!WiE)!<E3%!<E3%!!!$#!<N<)!rr<$z!!!!O/cYkOzzzzzzzzzzzzzzzzz
10.653 +zz!!!!"!WiH+!sA`/!WiE(!<E3%!<E3%!<E3%!<<-#z!!**$!<N<&zz!!"W(zzzzzzzzzzzzzzzzzz
10.654 +zz!!**%!WiH+!s8W,!WiB'!<E3%!<<-$!!!$"zz!<E3&!Wi?%zz!%ol(zzzzzzzzzzzzzzzzzzzz!!
10.655 +**%!WrN,!s8T+!WiB'!<E3%!!**#zzz!<N<(!rr<$zz/hR,(zzzzzzzzzzzzzzzzzzz!!!!"!<E6'!
10.656 +s8W-!s8T+!W`<&!<E3%zzz!!!!"!<N<&zz!!!!O/cYkOzzzzzzzzzzzzzzzzzzz!!**$!<N<(!s8W-
10.657 +!WiE(!<E3%!<<*"zzz!!!$#!<<*"zz!!"W(zzzzzzzzzzzzzzzzzzzz!!**$!WiE)!s8W,!WiB'!<E
10.658 +3%zzzz!!**$zzz!%ol(zzzzzzzzzzzzzzzzzzz!!!!"!<E3&!WiH+!s/N*!W`<&!<E0#zzzz!<E0#z
10.659 +zz/hR,(zzzzzzzzzzzzzzzzzzz!!!$#!<E6'!WiH*!WiE)!<E3$zzzz!!!!"!<<*"zz!!!!O/cYkOz
10.660 +zzzzzzzzzzzzzzzzzz!!**$!<E3&!WiE)!W`<&!<<*"zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzz!!
10.661 +**$!<E3&!<N9&!<E0#zzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzz!<<-$!<E3%!<E3$zzzzzzzzzz/
10.662 +hR,(zzzzzzzzzzzzzzzzzzzz!!**$!<E0#zzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
10.663 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
10.664 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
10.665 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.666 +zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzz
10.667 +zzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzz
10.668 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//h
10.669 +Sb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb/
10.670 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
10.671 +InterpretLevel1 not {
10.672 + grestore
10.673 +} if
10.674 +grestore
10.675 +%%%%EndImage
10.676 +1.000 UL
10.677 +LTb
10.678 +1.000 UP
10.679 +1.000 UL
10.680 +LTb
10.681 +stroke
10.682 +grestore
10.683 +end
10.684 +showpage
10.685 +%%Trailer
10.686 +%%DocumentFonts: Helvetica
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
11.2 +++ b/singlegene_example_3709_Tshz2_RSP_gray.eps Sun Apr 19 14:19:52 2009 -0700
11.3 @@ -0,0 +1,697 @@
11.4 +%!PS-Adobe-2.0 EPSF-2.0
11.5 +%%Title: singlegene_example_3709_Tshz2_RSP_gray.eps
11.6 +%%Creator: gnuplot 4.2 patchlevel 2
11.7 +%%CreationDate: Sun Apr 19 14:08:23 2009
11.8 +%%DocumentFonts: (atend)
11.9 +%%BoundingBox: 50 50 410 302
11.10 +%%EndComments
11.11 +%%BeginProlog
11.12 +/gnudict 256 dict def
11.13 +gnudict begin
11.14 +%
11.15 +% The following 6 true/false flags may be edited by hand if required
11.16 +% The unit line width may also be changed
11.17 +%
11.18 +/Color true def
11.19 +/Blacktext false def
11.20 +/Solid true def
11.21 +/Dashlength 1 def
11.22 +/Landscape false def
11.23 +/Level1 false def
11.24 +/Rounded false def
11.25 +/TransparentPatterns false def
11.26 +/gnulinewidth 5.000 def
11.27 +/userlinewidth gnulinewidth def
11.28 +%
11.29 +/vshift -46 def
11.30 +/dl1 {
11.31 + 10.0 Dashlength mul mul
11.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
11.33 +} def
11.34 +/dl2 {
11.35 + 10.0 Dashlength mul mul
11.36 + Rounded { currentlinewidth 0.75 mul add } if
11.37 +} def
11.38 +/hpt_ 31.5 def
11.39 +/vpt_ 31.5 def
11.40 +/hpt hpt_ def
11.41 +/vpt vpt_ def
11.42 +Level1 {} {
11.43 +/SDict 10 dict def
11.44 +systemdict /pdfmark known not {
11.45 + userdict /pdfmark systemdict /cleartomark get put
11.46 +} if
11.47 +SDict begin [
11.48 + /Title (singlegene_example_3709_Tshz2_RSP_gray.eps)
11.49 + /Subject (gnuplot plot)
11.50 + /Creator (gnuplot 4.2 patchlevel 2 )
11.51 + /Author (Bayle Shanks,,,)
11.52 +% /Producer (gnuplot)
11.53 +% /Keywords ()
11.54 + /CreationDate (Sun Apr 19 14:08:23 2009)
11.55 + /DOCINFO pdfmark
11.56 +end
11.57 +} ifelse
11.58 +%
11.59 +% Gnuplot Prolog Version 4.2 (August 2006)
11.60 +%
11.61 +/M {moveto} bind def
11.62 +/L {lineto} bind def
11.63 +/R {rmoveto} bind def
11.64 +/V {rlineto} bind def
11.65 +/N {newpath moveto} bind def
11.66 +/Z {closepath} bind def
11.67 +/C {setrgbcolor} bind def
11.68 +/f {rlineto fill} bind def
11.69 +/vpt2 vpt 2 mul def
11.70 +/hpt2 hpt 2 mul def
11.71 +/Lshow {currentpoint stroke M 0 vshift R
11.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
11.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
11.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
11.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
11.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
11.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
11.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
11.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
11.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
11.81 +/BL {stroke userlinewidth 2 mul setlinewidth
11.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
11.83 +/AL {stroke userlinewidth 2 div setlinewidth
11.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
11.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
11.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
11.87 +/PL {stroke userlinewidth setlinewidth
11.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
11.89 +% Default Line colors
11.90 +/LCw {1 1 1} def
11.91 +/LCb {0 0 0} def
11.92 +/LCa {0 0 0} def
11.93 +/LC0 {1 0 0} def
11.94 +/LC1 {0 1 0} def
11.95 +/LC2 {0 0 1} def
11.96 +/LC3 {1 0 1} def
11.97 +/LC4 {0 1 1} def
11.98 +/LC5 {1 1 0} def
11.99 +/LC6 {0 0 0} def
11.100 +/LC7 {1 0.3 0} def
11.101 +/LC8 {0.5 0.5 0.5} def
11.102 +% Default Line Types
11.103 +/LTw {PL [] 1 setgray} def
11.104 +/LTb {BL [] LCb DL} def
11.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
11.106 +/LT0 {PL [] LC0 DL} def
11.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
11.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
11.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
11.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
11.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
11.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
11.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
11.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
11.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
11.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
11.117 + hpt neg vpt neg V hpt vpt neg V
11.118 + hpt vpt V hpt neg vpt V closepath stroke
11.119 + Pnt} def
11.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
11.121 + currentpoint stroke M
11.122 + hpt neg vpt neg R hpt2 0 V stroke
11.123 + } def
11.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
11.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
11.126 + hpt2 neg 0 V closepath stroke
11.127 + Pnt} def
11.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
11.129 + hpt2 vpt2 neg V currentpoint stroke M
11.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
11.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
11.132 + hpt neg vpt -1.62 mul V
11.133 + hpt 2 mul 0 V
11.134 + hpt neg vpt 1.62 mul V closepath stroke
11.135 + Pnt} def
11.136 +/Star {2 copy Pls Crs} def
11.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
11.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
11.139 + hpt2 neg 0 V closepath fill} def
11.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
11.141 + hpt neg vpt -1.62 mul V
11.142 + hpt 2 mul 0 V
11.143 + hpt neg vpt 1.62 mul V closepath fill} def
11.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
11.145 + hpt neg vpt 1.62 mul V
11.146 + hpt 2 mul 0 V
11.147 + hpt neg vpt -1.62 mul V closepath stroke
11.148 + Pnt} def
11.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
11.150 + hpt neg vpt 1.62 mul V
11.151 + hpt 2 mul 0 V
11.152 + hpt neg vpt -1.62 mul V closepath fill} def
11.153 +/DiaF {stroke [] 0 setdash vpt add M
11.154 + hpt neg vpt neg V hpt vpt neg V
11.155 + hpt vpt V hpt neg vpt V closepath fill} def
11.156 +/Pent {stroke [] 0 setdash 2 copy gsave
11.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
11.158 + closepath stroke grestore Pnt} def
11.159 +/PentF {stroke [] 0 setdash gsave
11.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
11.161 + closepath fill grestore} def
11.162 +/Circle {stroke [] 0 setdash 2 copy
11.163 + hpt 0 360 arc stroke Pnt} def
11.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
11.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
11.166 +/C1 {BL [] 0 setdash 2 copy moveto
11.167 + 2 copy vpt 0 90 arc closepath fill
11.168 + vpt 0 360 arc closepath} bind def
11.169 +/C2 {BL [] 0 setdash 2 copy moveto
11.170 + 2 copy vpt 90 180 arc closepath fill
11.171 + vpt 0 360 arc closepath} bind def
11.172 +/C3 {BL [] 0 setdash 2 copy moveto
11.173 + 2 copy vpt 0 180 arc closepath fill
11.174 + vpt 0 360 arc closepath} bind def
11.175 +/C4 {BL [] 0 setdash 2 copy moveto
11.176 + 2 copy vpt 180 270 arc closepath fill
11.177 + vpt 0 360 arc closepath} bind def
11.178 +/C5 {BL [] 0 setdash 2 copy moveto
11.179 + 2 copy vpt 0 90 arc
11.180 + 2 copy moveto
11.181 + 2 copy vpt 180 270 arc closepath fill
11.182 + vpt 0 360 arc} bind def
11.183 +/C6 {BL [] 0 setdash 2 copy moveto
11.184 + 2 copy vpt 90 270 arc closepath fill
11.185 + vpt 0 360 arc closepath} bind def
11.186 +/C7 {BL [] 0 setdash 2 copy moveto
11.187 + 2 copy vpt 0 270 arc closepath fill
11.188 + vpt 0 360 arc closepath} bind def
11.189 +/C8 {BL [] 0 setdash 2 copy moveto
11.190 + 2 copy vpt 270 360 arc closepath fill
11.191 + vpt 0 360 arc closepath} bind def
11.192 +/C9 {BL [] 0 setdash 2 copy moveto
11.193 + 2 copy vpt 270 450 arc closepath fill
11.194 + vpt 0 360 arc closepath} bind def
11.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
11.196 + 2 copy moveto
11.197 + 2 copy vpt 90 180 arc closepath fill
11.198 + vpt 0 360 arc closepath} bind def
11.199 +/C11 {BL [] 0 setdash 2 copy moveto
11.200 + 2 copy vpt 0 180 arc closepath fill
11.201 + 2 copy moveto
11.202 + 2 copy vpt 270 360 arc closepath fill
11.203 + vpt 0 360 arc closepath} bind def
11.204 +/C12 {BL [] 0 setdash 2 copy moveto
11.205 + 2 copy vpt 180 360 arc closepath fill
11.206 + vpt 0 360 arc closepath} bind def
11.207 +/C13 {BL [] 0 setdash 2 copy moveto
11.208 + 2 copy vpt 0 90 arc closepath fill
11.209 + 2 copy moveto
11.210 + 2 copy vpt 180 360 arc closepath fill
11.211 + vpt 0 360 arc closepath} bind def
11.212 +/C14 {BL [] 0 setdash 2 copy moveto
11.213 + 2 copy vpt 90 360 arc closepath fill
11.214 + vpt 0 360 arc} bind def
11.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
11.216 + vpt 0 360 arc closepath} bind def
11.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
11.218 + neg 0 rlineto closepath} bind def
11.219 +/Square {dup Rec} bind def
11.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
11.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
11.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
11.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
11.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
11.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
11.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
11.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
11.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
11.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
11.230 + 2 copy vpt Square fill Bsquare} bind def
11.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
11.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
11.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
11.234 + Bsquare} bind def
11.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
11.236 + Bsquare} bind def
11.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
11.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
11.239 + 2 copy vpt Square fill Bsquare} bind def
11.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
11.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
11.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
11.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
11.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
11.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
11.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
11.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
11.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
11.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
11.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
11.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
11.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
11.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
11.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
11.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
11.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
11.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
11.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
11.259 +/DiaE {stroke [] 0 setdash vpt add M
11.260 + hpt neg vpt neg V hpt vpt neg V
11.261 + hpt vpt V hpt neg vpt V closepath stroke} def
11.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
11.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
11.264 + hpt2 neg 0 V closepath stroke} def
11.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
11.266 + hpt neg vpt -1.62 mul V
11.267 + hpt 2 mul 0 V
11.268 + hpt neg vpt 1.62 mul V closepath stroke} def
11.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
11.270 + hpt neg vpt 1.62 mul V
11.271 + hpt 2 mul 0 V
11.272 + hpt neg vpt -1.62 mul V closepath stroke} def
11.273 +/PentE {stroke [] 0 setdash gsave
11.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
11.275 + closepath stroke grestore} def
11.276 +/CircE {stroke [] 0 setdash
11.277 + hpt 0 360 arc stroke} def
11.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
11.279 +/DiaW {stroke [] 0 setdash vpt add M
11.280 + hpt neg vpt neg V hpt vpt neg V
11.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
11.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
11.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
11.284 + hpt2 neg 0 V Opaque stroke} def
11.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
11.286 + hpt neg vpt -1.62 mul V
11.287 + hpt 2 mul 0 V
11.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
11.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
11.290 + hpt neg vpt 1.62 mul V
11.291 + hpt 2 mul 0 V
11.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
11.293 +/PentW {stroke [] 0 setdash gsave
11.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
11.295 + Opaque stroke grestore} def
11.296 +/CircW {stroke [] 0 setdash
11.297 + hpt 0 360 arc Opaque stroke} def
11.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
11.299 +/Density {
11.300 + /Fillden exch def
11.301 + currentrgbcolor
11.302 + /ColB exch def /ColG exch def /ColR exch def
11.303 + /ColR ColR Fillden mul Fillden sub 1 add def
11.304 + /ColG ColG Fillden mul Fillden sub 1 add def
11.305 + /ColB ColB Fillden mul Fillden sub 1 add def
11.306 + ColR ColG ColB setrgbcolor} def
11.307 +/BoxColFill {gsave Rec PolyFill} def
11.308 +/PolyFill {gsave Density fill grestore grestore} def
11.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
11.310 +%
11.311 +% PostScript Level 1 Pattern Fill routine for rectangles
11.312 +% Usage: x y w h s a XX PatternFill
11.313 +% x,y = lower left corner of box to be filled
11.314 +% w,h = width and height of box
11.315 +% a = angle in degrees between lines and x-axis
11.316 +% XX = 0/1 for no/yes cross-hatch
11.317 +%
11.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
11.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
11.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
11.321 + gsave 1 setgray fill grestore clip
11.322 + currentlinewidth 0.5 mul setlinewidth
11.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
11.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
11.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
11.326 + {PFa 4 get mul 0 M 0 PFs V} for
11.327 + 0 PFa 6 get ne {
11.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
11.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
11.330 + } if
11.331 + stroke grestore} def
11.332 +%
11.333 +/languagelevel where
11.334 + {pop languagelevel} {1} ifelse
11.335 + 2 lt
11.336 + {/InterpretLevel1 true def}
11.337 + {/InterpretLevel1 Level1 def}
11.338 + ifelse
11.339 +%
11.340 +% PostScript level 2 pattern fill definitions
11.341 +%
11.342 +/Level2PatternFill {
11.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
11.344 + bind def
11.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
11.346 +<< Tile8x8
11.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
11.348 +>> matrix makepattern
11.349 +/Pat1 exch def
11.350 +<< Tile8x8
11.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
11.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
11.353 +>> matrix makepattern
11.354 +/Pat2 exch def
11.355 +<< Tile8x8
11.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
11.357 + 8 8 L 8 0 L 0 0 L fill}
11.358 +>> matrix makepattern
11.359 +/Pat3 exch def
11.360 +<< Tile8x8
11.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
11.362 + 0 12 M 12 0 L stroke}
11.363 +>> matrix makepattern
11.364 +/Pat4 exch def
11.365 +<< Tile8x8
11.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
11.367 + 0 -4 M 12 8 L stroke}
11.368 +>> matrix makepattern
11.369 +/Pat5 exch def
11.370 +<< Tile8x8
11.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
11.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
11.373 +>> matrix makepattern
11.374 +/Pat6 exch def
11.375 +<< Tile8x8
11.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
11.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
11.378 +>> matrix makepattern
11.379 +/Pat7 exch def
11.380 +<< Tile8x8
11.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
11.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
11.383 +>> matrix makepattern
11.384 +/Pat8 exch def
11.385 +<< Tile8x8
11.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
11.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
11.388 +>> matrix makepattern
11.389 +/Pat9 exch def
11.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
11.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
11.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
11.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
11.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
11.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
11.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
11.397 +} def
11.398 +%
11.399 +%
11.400 +%End of PostScript Level 2 code
11.401 +%
11.402 +/PatternBgnd {
11.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
11.404 +} def
11.405 +%
11.406 +% Substitute for Level 2 pattern fill codes with
11.407 +% grayscale if Level 2 support is not selected.
11.408 +%
11.409 +/Level1PatternFill {
11.410 +/Pattern1 {0.250 Density} bind def
11.411 +/Pattern2 {0.500 Density} bind def
11.412 +/Pattern3 {0.750 Density} bind def
11.413 +/Pattern4 {0.125 Density} bind def
11.414 +/Pattern5 {0.375 Density} bind def
11.415 +/Pattern6 {0.625 Density} bind def
11.416 +/Pattern7 {0.875 Density} bind def
11.417 +} def
11.418 +%
11.419 +% Now test for support of Level 2 code
11.420 +%
11.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
11.422 +%
11.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
11.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
11.425 +currentdict end definefont pop
11.426 +/MFshow {
11.427 + { dup 5 get 3 ge
11.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
11.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
11.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
11.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
11.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
11.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
11.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
11.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
11.436 + pop aload pop M} ifelse }ifelse }ifelse }
11.437 + ifelse }
11.438 + forall} bind def
11.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
11.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
11.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
11.442 +/MLshow { currentpoint stroke M
11.443 + 0 exch R
11.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
11.445 +/MRshow { currentpoint stroke M
11.446 + exch dup MFwidth neg 3 -1 roll R
11.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
11.448 +/MCshow { currentpoint stroke M
11.449 + exch dup MFwidth -2 div 3 -1 roll R
11.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
11.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
11.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
11.453 +end
11.454 +%%EndProlog
11.455 +gnudict begin
11.456 +gsave
11.457 +50 50 translate
11.458 +0.050 0.050 scale
11.459 +0 setgray
11.460 +newpath
11.461 +(Helvetica) findfont 140 scalefont setfont
11.462 +gsave % colour palette begin
11.463 +/maxcolors 64 def
11.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
11.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
11.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
11.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
11.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
11.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
11.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
11.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
11.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
11.473 + } ifelse} def
11.474 +/Constrain {
11.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
11.476 +/YIQ2RGB {
11.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
11.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
11.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
11.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
11.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
11.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
11.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
11.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
11.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
11.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
11.487 + if} ifelse} ifelse} ifelse} def
11.488 +/InterpolatedColor true def
11.489 +/grayindex {/gidx 0 def
11.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
11.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
11.492 + GrayA gidx get sub div} def
11.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
11.494 + RedA gidx get sub dgdxval mul add} def
11.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
11.496 + GreenA gidx get sub dgdxval mul add} def
11.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
11.498 + BlueA gidx get sub dgdxval mul add} def
11.499 +/interpolate {
11.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
11.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
11.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
11.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
11.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
11.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
11.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
11.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
11.508 + .9524 .9683 .9841 1 ] def
11.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
11.510 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
11.511 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
11.512 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
11.513 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
11.514 + .9524 .9683 .9841 1 ] def
11.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
11.516 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
11.517 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
11.518 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
11.519 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
11.520 + .9524 .9683 .9841 1 ] def
11.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
11.522 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
11.523 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
11.524 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
11.525 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
11.526 + .9524 .9683 .9841 1 ] def
11.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
11.528 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
11.529 +/pm3dGamma 1.0 1.5 div def
11.530 +/ColorSpace (RGB) def
11.531 +Color true and { % COLOUR vs. GRAY map
11.532 + InterpolatedColor { %% Interpolation vs. RGB-Formula
11.533 + /g {stroke pm3dround /grayv exch def interpolate
11.534 + SelectSpace setrgbcolor} bind def
11.535 + }{
11.536 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
11.537 + SelectSpace setrgbcolor} bind def
11.538 + } ifelse
11.539 +}{
11.540 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
11.541 +} ifelse
11.542 +1.000 UP
11.543 +1.000 UL
11.544 +LTb
11.545 +1.000 UL
11.546 +LT0
11.547 +LTb
11.548 +%%%%BeginImage
11.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
11.550 +InterpretLevel1 {
11.551 + %% Construct a box instead of image
11.552 + LTb
11.553 + 876 4852 M
11.554 + 5292 0 V
11.555 + 0 -4429 V
11.556 + -5292 0 V
11.557 + 876 4852 L
11.558 + 40 -110 R
11.559 + (PS level 2 image) Lshow
11.560 + % Read data but ignore it
11.561 + /imagebuf 7072 string def
11.562 + currentfile imagebuf readstring
11.563 +} {
11.564 +gsave
11.565 +876 4852 translate
11.566 +5292 -4429 scale
11.567 +%%%%BeginPalette
11.568 +[ /Indexed
11.569 + /DeviceRGB 63
11.570 + <
11.571 + 000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
11.572 + 202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
11.573 + 414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
11.574 + 616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
11.575 + 828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
11.576 + a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
11.577 + c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
11.578 + e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
11.579 + >
11.580 +] setcolorspace
11.581 +%%%%EndPalette
11.582 +<<
11.583 + /ImageType 1
11.584 + /Width 135
11.585 + /Height 113
11.586 + /BitsPerComponent 8
11.587 + /ImageMatrix [ 135 0 0 113 0 0 ]
11.588 + /Decode [ 0 255 ]
11.589 + /DataSource currentfile /ASCII85Decode filter
11.590 + /MultipleDataSources false
11.591 + /Interpolate false
11.592 +>>
11.593 +image
11.594 +} ifelse
11.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
11.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
11.597 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
11.598 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
11.599 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
11.600 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
11.601 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.602 +zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzz
11.603 +zzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.604 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.605 +zzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.606 +zzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.607 +zzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.608 +zz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.609 +zzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.610 +z/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.611 +zz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.612 +/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.613 +z!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/
11.614 +hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
11.615 +!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/h
11.616 +R,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!
11.617 +!"W(zzzzzzzzzzzzzzzzzzzzzz!<E3$zzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzz!!!$#!<E3$z
11.618 +zzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzz!<E3%!<<*"zzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzz
11.619 +zzzzzz!!!!"!<E3%!<<*"zzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzz!!!!"!<E3$zzzzzzzzzz!%
11.620 +ol(zzzzzzzzzzzzzzzzzzz!!!$"z!!!!"!<E0#zzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!!!"!<
11.621 +E3%!<<*"zzzzzzzzzzz!!!!O/cYkOz!!!$"zzzzzzzzzzzzzzzz!!**%!WiE(!<<*"zzzzzzzz!!!!
11.622 +"z!!**#!!"W(zz!<E3$zzzzzzzzzzzzzzz!!!!"!<N<)!s/K(zzzzzzzzz!!**#!!!$#!<<*"!%ol(
11.623 +z!!!!"!<E3$zzzzzzzzzzzzzzz!!!$$!WrN,!W`9$z!!!!"!<<*"zzzzzzz!<E3%z/hR,(z!!!$#!<
11.624 +E0#zzzzzzzzzzzzzzz!!*-'!s8W,!<E0#z!!!$#!<<*"zzzzzzz!<E3%!!!!O/cYkOz!!33&!<<*"z
11.625 +zzzzzzzzzzzzzz!!33(!s/K(!<<*"z!<E3%zzzzzzz!!!$#!<E3%!!"W(zz!WiB'!<<*"zzzzzzzzz
11.626 +zzzzz!!!!"!WiE*!WiB'zz!<E0#zzzzzz!<<*"!!**$!<E3$!%ol(z!!!!#!WiE'zzzzzzzzzzzzzz
11.627 +z!!!!"!WiE)!<E0#zzzzzzzzzz!<E3%!<E0#/hR,(z!!!'%!s8Q)!<E0#zzzzzzzzzzzzzz!!!!"!<
11.628 +E3%zzzzzzzzzzz!<E3%!<E0Q/cYkOz!!<<*!s/N*!WW3#!!!$"zzzzzzzzzzzzzzzzzzzzzzzzzz!!
11.629 +**$!!"W(zz"9\i1"9S`-!<E3$!!33&zzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(z!!!!'"pP88"Tni/
11.630 +!WiB)!s/N)!<E0#zzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(z!!!?4#RCY="U,#3!s8`3"Tni/!WW3#z
11.631 +zzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOz!"'&?#mU\?#6b55!sJo6"9\f/!<<*"zzzzzzzzzzzzz
11.632 +zzzzzzzzzzzz!!"W(zz$47.I#mgkC#6b86"U>88"U"o/zzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(z!!
11.633 +!!+$O[=L#m^eA"pG/6"pY87"9\f-zzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(z!!!E9%1EXQ$4-tB"9\
11.634 +o5"pG,5"9SZ)zzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOz!"9>J%LrpT#m^b?"U5/8"pG/5!s/K'
11.635 +zzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zz$4[U\&M=Cr#RC\@#mghA"pP55!<E0#zzzzzzzzzzzzzzzz
11.636 +zzzzzzzzz!%ol(z!!!!./hSb//hRM<#6tG>#mghB#R(>4!<<*"zzzzzzzzzzzzzzzzzzzzzzzzz/hR
11.637 +,(z!!"V`'eU@@'.tmi/hRD;$k*CI"U"l-zzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOz!!"Vg)&X8
11.638 +-&I]-X&2"G$%1*@J"p=u-zzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zz'.t.A)]0D($k3RQ%PA2#$k*FI
11.639 +"9S]+zzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zz/hS.`)&F)%&.]$U/eAO(&.AjL"9JT(zzzzzzzzzzz
11.640 +zzzzzzzzzzzzzz/hR,(z!!!!8/fl#O()IVr&ekm0&J#Ba%h/^J!s&B%zzzzzzzzzzzzzzzzzzzzzzz
11.641 +z!!!!O/cYkOz!!!oU/fblJ'b_2m&J6W/%hB0]$jQt>!WW3#zzzzzzzzzzzzzzzzzzzzzzzz!!"W(zz
11.642 +!!!rj*?,h2&J5Qe&M=_-&J5N^"pP/1zzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zz!#mO2*#B>'&.]?c/
11.643 +e\d.&Io0S"9SZ)zzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zz!%o3/()7Jp%hB6b/eJX*%LWOE!W`<%zz
11.644 +zzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzz/f#6=',(rf%M03_/e\a*$O6h:!<E0#zzzzzzzzzzzzzz
11.645 +zzzzzzzzzz!!"W(zz!!!!O'GM5o&J,E]&.f9]/eJU%#R(;3!<E3$zzzzzzzzzzzz!!!!"!<<*"zzzz
11.646 +zzz!!!!"!<<*"z!%ol(zz!!"Va',(uj&.]3]%hB0b/eJO!#6Y,1!W`9$zzzzzzzzzzzz!!!$#zzzzz
11.647 +zzzzzz/hR,(zz%k\J.'+toh&.]<b&J>fo/e8<r"pG)1!WiB&zzzzzzzzzzzz!!**#zzzzzzzzzz!!!
11.648 +!O/cYkOz!!!!./eSg3',(uk&J5Zl'c7c?'b_/e#mUP6!W`9$zzzzzzzzzzzz!<<*"zzzzzzzzzz!!"
11.649 +W(zz!!!H\',2/r',)#l',29$(E"#A'GV/d#R(81zzzzzzzzzzzzzzzzzzzzzzzz!%ol(zz!"BAi'c%
11.650 +Q"'GM2p'c7c((D[f>().5b"Tnc*zzzzzzzzzzzzzzzzzzz!!!$#!<E0#zzz/hR,(zz%Lt*+'c%N!'b
11.651 +hB!(`=/-)&F)A((^lZ!s&B%zzzzzzzzzzzzzzzzzz!<E3%!<E3%!<E0$zz!!!!O/cYkOz!!!!//ef$
11.652 +8(D[c%'bhH'*??.?)B1:E(CLEL!WW3#zzzzzzzzzzzzzzzzz!!!$#!<E3%!<E3%!<<-$zz!!"W(zz!
11.653 +"U\7'G_K((E+//)'L.I,U4QR)(l[?%0cn8!<<*"zzzzzzzzzzzzzzzzz!!**%!WiE)!W`<&!<<*"zz
11.654 +!%ol(zz%k\D/(E+8;.O#rY.4H_m,U4TX*\J0A%0HV3!<<*"zzzzzzzzzzzzzzzz!!!$#!<E6'!WiE)
11.655 +!WiE(zzz/hR,(z!!!!O%M0Ep)'LC]/hJCu/MJ_/,Uk#]/f#-2#Qb#-zzzzzzzzzzzzzzzzz!<E6'!W
11.656 +rK+!sA].!s/K)!WW3#z!!!!O/cYkOz!"LUl&K)T/,:YB&1GUR@1,Lm@-RKlP/enj&!s/K'zzzzzzzz
11.657 +zzzzzzz!!!$"!!**%!WrN,"9\l3"U,#3!s/W+zz!!"W(zz/e\d1(E=M=-8%&.1Gh'N2`WcN0Ie;"(D
11.658 +$rZ!s/K'zzzzzzzzzzzzzzz!!30%!WiE*!sA`1"pP89"pP56!<N6$zz!%ol(z!!"W('GVB%*ZZFP/2
11.659 +/h:2*!]]5!:qb0.7qq&e5<S!s/K(zzzzzzzzzzzzzz!!!$#!<E3%!X&Z0"U>5:#R:YB"pY;7!WW3#z
11.660 +z/hR,(z!!!!O)]0J7+sS?^.PEG/2EO&b3]JuO/1)u%'G:lX!WiE'zzzzzzzzzzzzz!!!$#!<E3%!<E
11.661 +?-"pG5:#RC_D$47+G#R:P6zz!!!!O/cYkOz!!!!O*?6(B-R^Dp/hSh52**cZ2`*-:,VBrL'Fk6I!<N
11.662 +6$zzzzzzzzzzzzz!<E3%!<E3'!sJl5"pbG=#mq%I$47+G#QOi)zz!!"W(zz!!!!O+!DjT.4Zo!/ho(
11.663 +80K(gF0e4Xq/f5B=$j-M2!<<*"zzzzzzzzzzzz!!!$#!<E3%!WrN,"U5/9#6b>;#n%.M$O[:Jzzz!%
11.664 +ol(zz!!"Vo,:"Wb.4Hi$0/,"11G^d>/13%i(`3kk!W`?(zzzzzzzzzzzzz!<<*#!<E3&!s8Z/"pG57
11.665 +!sJo9$OdFP$k!%8zzz/hR,(zz!!"Vr-71,g/1iJ+/1E)%0J4k*/hS"Y((:BK!<N<&zzzzzzzzzzzzz
11.666 +!!**$!WiE*!s8W."U5&4#7(YD$k3UQ$NL/,zz!!!!O/cYkOzz!%oQE-RgMr/M/J%-R'`b/1N%o/fb`
11.667 +=#mCD5!s8N'zzzzzzzzzzzz!!!!"!<E6'!WiE(!WrT0"9eo4#RLkJ%1<LCzzz!!"W(zzz!%oTH.4d&
11.668 +'/hAJ!*ZumW-6jZd/f"s)"U"r1!<<*"zzzzzzzzzzzz!!!$#!<N<'!<E6'!sAc2"pP>;#Rh.N$OQk6
11.669 +zzz!%ol(zzz!%oZK.P*/&.jZ;S)&=G=*ZQdF&IJaH"9SZ)zzzzzzzzzzzzz!!!$#!<E3&!WrN+!sJi
11.670 +4"pY><$4I=Mzzzz/hR,(zzz!%oWJ.kN5!,Tdg=&Jc<*/e/0k"9S`-!<E3$zzzzzzzzzzzzz!!!!"!<
11.671 +E6&!WiB("9eu7"pG8>$k!CBzzz!!!!O/cYkOzzz/gMbl/1`(i*#KD#$PtEJ#R1D5!<E3%!<E3$zzzz
11.672 +zzzzzzzz!<E3%!!!!"!<<-$!WiE)"9eu5"UPPE$OZq7zzz!!"W(zzzz/gMbi,9IgB(D.&`#n\co"Tn
11.673 +f,!<E3%!!**$zzzzzzzzzzz!!!!"!<E0#z!!!$$!WiE,"pG29#R_"Kzzzz!%ol(zzzz/hS=j)Aa"u$
11.674 +OI%F"tg&]!<W?'!<<-$!<E3%zzzzzzzzzzzzzz!!*-'!s8]2"pP;>$k!FCzzzz/hR,(zzzz!%o9/'+
11.675 +t`]#6P#1">0]V!s8T*!!!!"zzzzzzzzzzz!!!$"zzz!<WH-":#2<#71_G$ig8-zzz!!!!O/cYkOzzz
11.676 +z/f,<;%LWLE!WiB(/cc"Tzzzzzzzzzzzzzzzz!!!!#"9er5#RLeC$4[OGzzzz!!"W(zzzzz/hRYA#6
11.677 +Y/2!<<*#/cl%Rzzzzzzzzzzzzzzzzz"pP8;$4@.K%M&O>zzzz!%ol(zzzzz!%nQ^"9JT)!!!!Ozzzz
11.678 +zzzzzzzzzzzzz!!!!(#6tVE$4@@Tzzzzz/hR,(zzzzz!%nHY!W`9$!!!!Ozzzzzzzzzzzzzzzzz!!!
11.679 +!(#7CkG$P!.:zzzz!!!!O/cYkOzzzzz!%nBU!<<*"!!!!Ozzzzzzzzzzzzzzzzz!!!!'#RLbD$ig8-
11.680 +zzzz!!"W(zzzzzz/cu.U/cbqQ!<E3Rzzzzzzzzzzzzzzzzz!!!-+"pYG7zzzzz!%ol(zzzzz!!!!O/
11.681 +hSb//cbu*!<FeQ!<E0#zzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!!!0T"9S`./hSb/!!"VP!<<*"z
11.682 +zzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//h
11.683 +Sb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb/
11.684 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
11.685 +InterpretLevel1 not {
11.686 + grestore
11.687 +} if
11.688 +grestore
11.689 +%%%%EndImage
11.690 +1.000 UL
11.691 +LTb
11.692 +1.000 UP
11.693 +1.000 UL
11.694 +LTb
11.695 +stroke
11.696 +grestore
11.697 +end
11.698 +showpage
11.699 +%%Trailer
11.700 +%%DocumentFonts: Helvetica
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
12.2 +++ b/singlegene_example_3709_Tshz2_RSP_jet.eps Sun Apr 19 14:19:52 2009 -0700
12.3 @@ -0,0 +1,691 @@
12.4 +%!PS-Adobe-2.0 EPSF-2.0
12.5 +%%Title: singlegene_example_3709_Tshz2_RSP_jet.eps
12.6 +%%Creator: gnuplot 4.2 patchlevel 2
12.7 +%%CreationDate: Sun Apr 19 14:08:23 2009
12.8 +%%DocumentFonts: (atend)
12.9 +%%BoundingBox: 50 50 410 302
12.10 +%%EndComments
12.11 +%%BeginProlog
12.12 +/gnudict 256 dict def
12.13 +gnudict begin
12.14 +%
12.15 +% The following 6 true/false flags may be edited by hand if required
12.16 +% The unit line width may also be changed
12.17 +%
12.18 +/Color true def
12.19 +/Blacktext false def
12.20 +/Solid true def
12.21 +/Dashlength 1 def
12.22 +/Landscape false def
12.23 +/Level1 false def
12.24 +/Rounded false def
12.25 +/TransparentPatterns false def
12.26 +/gnulinewidth 5.000 def
12.27 +/userlinewidth gnulinewidth def
12.28 +%
12.29 +/vshift -46 def
12.30 +/dl1 {
12.31 + 10.0 Dashlength mul mul
12.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
12.33 +} def
12.34 +/dl2 {
12.35 + 10.0 Dashlength mul mul
12.36 + Rounded { currentlinewidth 0.75 mul add } if
12.37 +} def
12.38 +/hpt_ 31.5 def
12.39 +/vpt_ 31.5 def
12.40 +/hpt hpt_ def
12.41 +/vpt vpt_ def
12.42 +Level1 {} {
12.43 +/SDict 10 dict def
12.44 +systemdict /pdfmark known not {
12.45 + userdict /pdfmark systemdict /cleartomark get put
12.46 +} if
12.47 +SDict begin [
12.48 + /Title (singlegene_example_3709_Tshz2_RSP_jet.eps)
12.49 + /Subject (gnuplot plot)
12.50 + /Creator (gnuplot 4.2 patchlevel 2 )
12.51 + /Author (Bayle Shanks,,,)
12.52 +% /Producer (gnuplot)
12.53 +% /Keywords ()
12.54 + /CreationDate (Sun Apr 19 14:08:23 2009)
12.55 + /DOCINFO pdfmark
12.56 +end
12.57 +} ifelse
12.58 +%
12.59 +% Gnuplot Prolog Version 4.2 (August 2006)
12.60 +%
12.61 +/M {moveto} bind def
12.62 +/L {lineto} bind def
12.63 +/R {rmoveto} bind def
12.64 +/V {rlineto} bind def
12.65 +/N {newpath moveto} bind def
12.66 +/Z {closepath} bind def
12.67 +/C {setrgbcolor} bind def
12.68 +/f {rlineto fill} bind def
12.69 +/vpt2 vpt 2 mul def
12.70 +/hpt2 hpt 2 mul def
12.71 +/Lshow {currentpoint stroke M 0 vshift R
12.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
12.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
12.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
12.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
12.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
12.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
12.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
12.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
12.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
12.81 +/BL {stroke userlinewidth 2 mul setlinewidth
12.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
12.83 +/AL {stroke userlinewidth 2 div setlinewidth
12.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
12.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
12.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
12.87 +/PL {stroke userlinewidth setlinewidth
12.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
12.89 +% Default Line colors
12.90 +/LCw {1 1 1} def
12.91 +/LCb {0 0 0} def
12.92 +/LCa {0 0 0} def
12.93 +/LC0 {1 0 0} def
12.94 +/LC1 {0 1 0} def
12.95 +/LC2 {0 0 1} def
12.96 +/LC3 {1 0 1} def
12.97 +/LC4 {0 1 1} def
12.98 +/LC5 {1 1 0} def
12.99 +/LC6 {0 0 0} def
12.100 +/LC7 {1 0.3 0} def
12.101 +/LC8 {0.5 0.5 0.5} def
12.102 +% Default Line Types
12.103 +/LTw {PL [] 1 setgray} def
12.104 +/LTb {BL [] LCb DL} def
12.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
12.106 +/LT0 {PL [] LC0 DL} def
12.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
12.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
12.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
12.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
12.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
12.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
12.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
12.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
12.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
12.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
12.117 + hpt neg vpt neg V hpt vpt neg V
12.118 + hpt vpt V hpt neg vpt V closepath stroke
12.119 + Pnt} def
12.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
12.121 + currentpoint stroke M
12.122 + hpt neg vpt neg R hpt2 0 V stroke
12.123 + } def
12.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
12.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
12.126 + hpt2 neg 0 V closepath stroke
12.127 + Pnt} def
12.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
12.129 + hpt2 vpt2 neg V currentpoint stroke M
12.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
12.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
12.132 + hpt neg vpt -1.62 mul V
12.133 + hpt 2 mul 0 V
12.134 + hpt neg vpt 1.62 mul V closepath stroke
12.135 + Pnt} def
12.136 +/Star {2 copy Pls Crs} def
12.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
12.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
12.139 + hpt2 neg 0 V closepath fill} def
12.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
12.141 + hpt neg vpt -1.62 mul V
12.142 + hpt 2 mul 0 V
12.143 + hpt neg vpt 1.62 mul V closepath fill} def
12.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
12.145 + hpt neg vpt 1.62 mul V
12.146 + hpt 2 mul 0 V
12.147 + hpt neg vpt -1.62 mul V closepath stroke
12.148 + Pnt} def
12.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
12.150 + hpt neg vpt 1.62 mul V
12.151 + hpt 2 mul 0 V
12.152 + hpt neg vpt -1.62 mul V closepath fill} def
12.153 +/DiaF {stroke [] 0 setdash vpt add M
12.154 + hpt neg vpt neg V hpt vpt neg V
12.155 + hpt vpt V hpt neg vpt V closepath fill} def
12.156 +/Pent {stroke [] 0 setdash 2 copy gsave
12.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
12.158 + closepath stroke grestore Pnt} def
12.159 +/PentF {stroke [] 0 setdash gsave
12.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
12.161 + closepath fill grestore} def
12.162 +/Circle {stroke [] 0 setdash 2 copy
12.163 + hpt 0 360 arc stroke Pnt} def
12.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
12.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
12.166 +/C1 {BL [] 0 setdash 2 copy moveto
12.167 + 2 copy vpt 0 90 arc closepath fill
12.168 + vpt 0 360 arc closepath} bind def
12.169 +/C2 {BL [] 0 setdash 2 copy moveto
12.170 + 2 copy vpt 90 180 arc closepath fill
12.171 + vpt 0 360 arc closepath} bind def
12.172 +/C3 {BL [] 0 setdash 2 copy moveto
12.173 + 2 copy vpt 0 180 arc closepath fill
12.174 + vpt 0 360 arc closepath} bind def
12.175 +/C4 {BL [] 0 setdash 2 copy moveto
12.176 + 2 copy vpt 180 270 arc closepath fill
12.177 + vpt 0 360 arc closepath} bind def
12.178 +/C5 {BL [] 0 setdash 2 copy moveto
12.179 + 2 copy vpt 0 90 arc
12.180 + 2 copy moveto
12.181 + 2 copy vpt 180 270 arc closepath fill
12.182 + vpt 0 360 arc} bind def
12.183 +/C6 {BL [] 0 setdash 2 copy moveto
12.184 + 2 copy vpt 90 270 arc closepath fill
12.185 + vpt 0 360 arc closepath} bind def
12.186 +/C7 {BL [] 0 setdash 2 copy moveto
12.187 + 2 copy vpt 0 270 arc closepath fill
12.188 + vpt 0 360 arc closepath} bind def
12.189 +/C8 {BL [] 0 setdash 2 copy moveto
12.190 + 2 copy vpt 270 360 arc closepath fill
12.191 + vpt 0 360 arc closepath} bind def
12.192 +/C9 {BL [] 0 setdash 2 copy moveto
12.193 + 2 copy vpt 270 450 arc closepath fill
12.194 + vpt 0 360 arc closepath} bind def
12.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
12.196 + 2 copy moveto
12.197 + 2 copy vpt 90 180 arc closepath fill
12.198 + vpt 0 360 arc closepath} bind def
12.199 +/C11 {BL [] 0 setdash 2 copy moveto
12.200 + 2 copy vpt 0 180 arc closepath fill
12.201 + 2 copy moveto
12.202 + 2 copy vpt 270 360 arc closepath fill
12.203 + vpt 0 360 arc closepath} bind def
12.204 +/C12 {BL [] 0 setdash 2 copy moveto
12.205 + 2 copy vpt 180 360 arc closepath fill
12.206 + vpt 0 360 arc closepath} bind def
12.207 +/C13 {BL [] 0 setdash 2 copy moveto
12.208 + 2 copy vpt 0 90 arc closepath fill
12.209 + 2 copy moveto
12.210 + 2 copy vpt 180 360 arc closepath fill
12.211 + vpt 0 360 arc closepath} bind def
12.212 +/C14 {BL [] 0 setdash 2 copy moveto
12.213 + 2 copy vpt 90 360 arc closepath fill
12.214 + vpt 0 360 arc} bind def
12.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
12.216 + vpt 0 360 arc closepath} bind def
12.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
12.218 + neg 0 rlineto closepath} bind def
12.219 +/Square {dup Rec} bind def
12.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
12.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
12.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
12.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
12.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
12.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
12.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
12.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
12.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
12.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
12.230 + 2 copy vpt Square fill Bsquare} bind def
12.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
12.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
12.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
12.234 + Bsquare} bind def
12.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
12.236 + Bsquare} bind def
12.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
12.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
12.239 + 2 copy vpt Square fill Bsquare} bind def
12.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
12.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
12.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
12.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
12.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
12.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
12.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
12.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
12.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
12.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
12.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
12.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
12.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
12.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
12.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
12.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
12.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
12.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
12.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
12.259 +/DiaE {stroke [] 0 setdash vpt add M
12.260 + hpt neg vpt neg V hpt vpt neg V
12.261 + hpt vpt V hpt neg vpt V closepath stroke} def
12.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
12.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
12.264 + hpt2 neg 0 V closepath stroke} def
12.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
12.266 + hpt neg vpt -1.62 mul V
12.267 + hpt 2 mul 0 V
12.268 + hpt neg vpt 1.62 mul V closepath stroke} def
12.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
12.270 + hpt neg vpt 1.62 mul V
12.271 + hpt 2 mul 0 V
12.272 + hpt neg vpt -1.62 mul V closepath stroke} def
12.273 +/PentE {stroke [] 0 setdash gsave
12.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
12.275 + closepath stroke grestore} def
12.276 +/CircE {stroke [] 0 setdash
12.277 + hpt 0 360 arc stroke} def
12.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
12.279 +/DiaW {stroke [] 0 setdash vpt add M
12.280 + hpt neg vpt neg V hpt vpt neg V
12.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
12.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
12.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
12.284 + hpt2 neg 0 V Opaque stroke} def
12.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
12.286 + hpt neg vpt -1.62 mul V
12.287 + hpt 2 mul 0 V
12.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
12.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
12.290 + hpt neg vpt 1.62 mul V
12.291 + hpt 2 mul 0 V
12.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
12.293 +/PentW {stroke [] 0 setdash gsave
12.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
12.295 + Opaque stroke grestore} def
12.296 +/CircW {stroke [] 0 setdash
12.297 + hpt 0 360 arc Opaque stroke} def
12.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
12.299 +/Density {
12.300 + /Fillden exch def
12.301 + currentrgbcolor
12.302 + /ColB exch def /ColG exch def /ColR exch def
12.303 + /ColR ColR Fillden mul Fillden sub 1 add def
12.304 + /ColG ColG Fillden mul Fillden sub 1 add def
12.305 + /ColB ColB Fillden mul Fillden sub 1 add def
12.306 + ColR ColG ColB setrgbcolor} def
12.307 +/BoxColFill {gsave Rec PolyFill} def
12.308 +/PolyFill {gsave Density fill grestore grestore} def
12.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
12.310 +%
12.311 +% PostScript Level 1 Pattern Fill routine for rectangles
12.312 +% Usage: x y w h s a XX PatternFill
12.313 +% x,y = lower left corner of box to be filled
12.314 +% w,h = width and height of box
12.315 +% a = angle in degrees between lines and x-axis
12.316 +% XX = 0/1 for no/yes cross-hatch
12.317 +%
12.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
12.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
12.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
12.321 + gsave 1 setgray fill grestore clip
12.322 + currentlinewidth 0.5 mul setlinewidth
12.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
12.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
12.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
12.326 + {PFa 4 get mul 0 M 0 PFs V} for
12.327 + 0 PFa 6 get ne {
12.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
12.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
12.330 + } if
12.331 + stroke grestore} def
12.332 +%
12.333 +/languagelevel where
12.334 + {pop languagelevel} {1} ifelse
12.335 + 2 lt
12.336 + {/InterpretLevel1 true def}
12.337 + {/InterpretLevel1 Level1 def}
12.338 + ifelse
12.339 +%
12.340 +% PostScript level 2 pattern fill definitions
12.341 +%
12.342 +/Level2PatternFill {
12.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
12.344 + bind def
12.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
12.346 +<< Tile8x8
12.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
12.348 +>> matrix makepattern
12.349 +/Pat1 exch def
12.350 +<< Tile8x8
12.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
12.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
12.353 +>> matrix makepattern
12.354 +/Pat2 exch def
12.355 +<< Tile8x8
12.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
12.357 + 8 8 L 8 0 L 0 0 L fill}
12.358 +>> matrix makepattern
12.359 +/Pat3 exch def
12.360 +<< Tile8x8
12.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
12.362 + 0 12 M 12 0 L stroke}
12.363 +>> matrix makepattern
12.364 +/Pat4 exch def
12.365 +<< Tile8x8
12.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
12.367 + 0 -4 M 12 8 L stroke}
12.368 +>> matrix makepattern
12.369 +/Pat5 exch def
12.370 +<< Tile8x8
12.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
12.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
12.373 +>> matrix makepattern
12.374 +/Pat6 exch def
12.375 +<< Tile8x8
12.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
12.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
12.378 +>> matrix makepattern
12.379 +/Pat7 exch def
12.380 +<< Tile8x8
12.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
12.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
12.383 +>> matrix makepattern
12.384 +/Pat8 exch def
12.385 +<< Tile8x8
12.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
12.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
12.388 +>> matrix makepattern
12.389 +/Pat9 exch def
12.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
12.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
12.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
12.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
12.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
12.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
12.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
12.397 +} def
12.398 +%
12.399 +%
12.400 +%End of PostScript Level 2 code
12.401 +%
12.402 +/PatternBgnd {
12.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
12.404 +} def
12.405 +%
12.406 +% Substitute for Level 2 pattern fill codes with
12.407 +% grayscale if Level 2 support is not selected.
12.408 +%
12.409 +/Level1PatternFill {
12.410 +/Pattern1 {0.250 Density} bind def
12.411 +/Pattern2 {0.500 Density} bind def
12.412 +/Pattern3 {0.750 Density} bind def
12.413 +/Pattern4 {0.125 Density} bind def
12.414 +/Pattern5 {0.375 Density} bind def
12.415 +/Pattern6 {0.625 Density} bind def
12.416 +/Pattern7 {0.875 Density} bind def
12.417 +} def
12.418 +%
12.419 +% Now test for support of Level 2 code
12.420 +%
12.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
12.422 +%
12.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
12.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
12.425 +currentdict end definefont pop
12.426 +/MFshow {
12.427 + { dup 5 get 3 ge
12.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
12.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
12.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
12.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
12.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
12.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
12.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
12.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
12.436 + pop aload pop M} ifelse }ifelse }ifelse }
12.437 + ifelse }
12.438 + forall} bind def
12.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
12.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
12.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
12.442 +/MLshow { currentpoint stroke M
12.443 + 0 exch R
12.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
12.445 +/MRshow { currentpoint stroke M
12.446 + exch dup MFwidth neg 3 -1 roll R
12.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
12.448 +/MCshow { currentpoint stroke M
12.449 + exch dup MFwidth -2 div 3 -1 roll R
12.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
12.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
12.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
12.453 +end
12.454 +%%EndProlog
12.455 +gnudict begin
12.456 +gsave
12.457 +50 50 translate
12.458 +0.050 0.050 scale
12.459 +0 setgray
12.460 +newpath
12.461 +(Helvetica) findfont 140 scalefont setfont
12.462 +gsave % colour palette begin
12.463 +/maxcolors 64 def
12.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
12.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
12.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
12.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
12.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
12.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
12.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
12.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
12.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
12.473 + } ifelse} def
12.474 +/Constrain {
12.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
12.476 +/YIQ2RGB {
12.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
12.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
12.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
12.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
12.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
12.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
12.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
12.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
12.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
12.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
12.487 + if} ifelse} ifelse} ifelse} def
12.488 +/InterpolatedColor true def
12.489 +/grayindex {/gidx 0 def
12.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
12.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
12.492 + GrayA gidx get sub div} def
12.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
12.494 + RedA gidx get sub dgdxval mul add} def
12.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
12.496 + GreenA gidx get sub dgdxval mul add} def
12.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
12.498 + BlueA gidx get sub dgdxval mul add} def
12.499 +/interpolate {
12.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
12.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
12.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
12.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
12.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
12.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
12.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
12.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
12.508 + .9524 .9683 .9841 1 ] def
12.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508
12.510 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127
12.511 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627
12.512 + .5635 .5 ] def
12.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524
12.514 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1
12.515 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254
12.516 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
12.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1
12.518 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413
12.519 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
12.520 + 0 0 ] def
12.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
12.522 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
12.523 +/pm3dGamma 1.0 1.5 div def
12.524 +/ColorSpace (RGB) def
12.525 +Color true and { % COLOUR vs. GRAY map
12.526 + InterpolatedColor { %% Interpolation vs. RGB-Formula
12.527 + /g {stroke pm3dround /grayv exch def interpolate
12.528 + SelectSpace setrgbcolor} bind def
12.529 + }{
12.530 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
12.531 + SelectSpace setrgbcolor} bind def
12.532 + } ifelse
12.533 +}{
12.534 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
12.535 +} ifelse
12.536 +1.000 UP
12.537 +1.000 UL
12.538 +LTb
12.539 +1.000 UL
12.540 +LT0
12.541 +LTb
12.542 +%%%%BeginImage
12.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
12.544 +InterpretLevel1 {
12.545 + %% Construct a box instead of image
12.546 + LTb
12.547 + 876 4852 M
12.548 + 5292 0 V
12.549 + 0 -4429 V
12.550 + -5292 0 V
12.551 + 876 4852 L
12.552 + 40 -110 R
12.553 + (PS level 2 image) Lshow
12.554 + % Read data but ignore it
12.555 + /imagebuf 7072 string def
12.556 + currentfile imagebuf readstring
12.557 +} {
12.558 +gsave
12.559 +876 4852 translate
12.560 +5292 -4429 scale
12.561 +%%%%BeginPalette
12.562 +[ /Indexed
12.563 + /DeviceRGB 63
12.564 + <
12.565 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
12.566 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
12.567 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
12.568 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
12.569 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
12.570 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
12.571 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
12.572 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
12.573 + >
12.574 +] setcolorspace
12.575 +%%%%EndPalette
12.576 +<<
12.577 + /ImageType 1
12.578 + /Width 135
12.579 + /Height 113
12.580 + /BitsPerComponent 8
12.581 + /ImageMatrix [ 135 0 0 113 0 0 ]
12.582 + /Decode [ 0 255 ]
12.583 + /DataSource currentfile /ASCII85Decode filter
12.584 + /MultipleDataSources false
12.585 + /Interpolate false
12.586 +>>
12.587 +image
12.588 +} ifelse
12.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
12.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
12.591 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
12.592 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
12.593 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
12.594 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
12.595 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.596 +zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzz
12.597 +zzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.598 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.599 +zzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.600 +zzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.601 +zzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.602 +zz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.603 +zzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.604 +z/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.605 +zz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.606 +/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.607 +z!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/
12.608 +hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
12.609 +!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/h
12.610 +R,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!
12.611 +!"W(zzzzzzzzzzzzzzzzzzzzzz!<E3$zzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzz!!!$#!<E3$z
12.612 +zzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzz!<E3%!<<*"zzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzz
12.613 +zzzzzz!!!!"!<E3%!<<*"zzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzz!!!!"!<E3$zzzzzzzzzz!%
12.614 +ol(zzzzzzzzzzzzzzzzzzz!!!$"z!!!!"!<E0#zzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!!!"!<
12.615 +E3%!<<*"zzzzzzzzzzz!!!!O/cYkOz!!!$"zzzzzzzzzzzzzzzz!!**%!WiE(!<<*"zzzzzzzz!!!!
12.616 +"z!!**#!!"W(zz!<E3$zzzzzzzzzzzzzzz!!!!"!<N<)!s/K(zzzzzzzzz!!**#!!!$#!<<*"!%ol(
12.617 +z!!!!"!<E3$zzzzzzzzzzzzzzz!!!$$!WrN,!W`9$z!!!!"!<<*"zzzzzzz!<E3%z/hR,(z!!!$#!<
12.618 +E0#zzzzzzzzzzzzzzz!!*-'!s8W,!<E0#z!!!$#!<<*"zzzzzzz!<E3%!!!!O/cYkOz!!33&!<<*"z
12.619 +zzzzzzzzzzzzzz!!33(!s/K(!<<*"z!<E3%zzzzzzz!!!$#!<E3%!!"W(zz!WiB'!<<*"zzzzzzzzz
12.620 +zzzzz!!!!"!WiE*!WiB'zz!<E0#zzzzzz!<<*"!!**$!<E3$!%ol(z!!!!#!WiE'zzzzzzzzzzzzzz
12.621 +z!!!!"!WiE)!<E0#zzzzzzzzzz!<E3%!<E0#/hR,(z!!!'%!s8Q)!<E0#zzzzzzzzzzzzzz!!!!"!<
12.622 +E3%zzzzzzzzzzz!<E3%!<E0Q/cYkOz!!<<*!s/N*!WW3#!!!$"zzzzzzzzzzzzzzzzzzzzzzzzzz!!
12.623 +**$!!"W(zz"9\i1"9S`-!<E3$!!33&zzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(z!!!!'"pP88"Tni/
12.624 +!WiB)!s/N)!<E0#zzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(z!!!?4#RCY="U,#3!s8`3"Tni/!WW3#z
12.625 +zzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOz!"'&?#mU\?#6b55!sJo6"9\f/!<<*"zzzzzzzzzzzzz
12.626 +zzzzzzzzzzzz!!"W(zz$47.I#mgkC#6b86"U>88"U"o/zzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(z!!
12.627 +!!+$O[=L#m^eA"pG/6"pY87"9\f-zzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(z!!!E9%1EXQ$4-tB"9\
12.628 +o5"pG,5"9SZ)zzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOz!"9>J%LrpT#m^b?"U5/8"pG/5!s/K'
12.629 +zzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zz$4[U\&M=Cr#RC\@#mghA"pP55!<E0#zzzzzzzzzzzzzzzz
12.630 +zzzzzzzzz!%ol(z!!!!./hSb//hRM<#6tG>#mghB#R(>4!<<*"zzzzzzzzzzzzzzzzzzzzzzzzz/hR
12.631 +,(z!!"V`'eU@@'.tmi/hRD;$k*CI"U"l-zzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOz!!"Vg)&X8
12.632 +-&I]-X&2"G$%1*@J"p=u-zzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zz'.t.A)]0D($k3RQ%PA2#$k*FI
12.633 +"9S]+zzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zz/hS.`)&F)%&.]$U/eAO(&.AjL"9JT(zzzzzzzzzzz
12.634 +zzzzzzzzzzzzzz/hR,(z!!!!8/fl#O()IVr&ekm0&J#Ba%h/^J!s&B%zzzzzzzzzzzzzzzzzzzzzzz
12.635 +z!!!!O/cYkOz!!!oU/fblJ'b_2m&J6W/%hB0]$jQt>!WW3#zzzzzzzzzzzzzzzzzzzzzzzz!!"W(zz
12.636 +!!!rj*?,h2&J5Qe&M=_-&J5N^"pP/1zzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zz!#mO2*#B>'&.]?c/
12.637 +e\d.&Io0S"9SZ)zzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zz!%o3/()7Jp%hB6b/eJX*%LWOE!W`<%zz
12.638 +zzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzz/f#6=',(rf%M03_/e\a*$O6h:!<E0#zzzzzzzzzzzzzz
12.639 +zzzzzzzzzz!!"W(zz!!!!O'GM5o&J,E]&.f9]/eJU%#R(;3!<E3$zzzzzzzzzzzz!!!!"!<<*"zzzz
12.640 +zzz!!!!"!<<*"z!%ol(zz!!"Va',(uj&.]3]%hB0b/eJO!#6Y,1!W`9$zzzzzzzzzzzz!!!$#zzzzz
12.641 +zzzzzz/hR,(zz%k\J.'+toh&.]<b&J>fo/e8<r"pG)1!WiB&zzzzzzzzzzzz!!**#zzzzzzzzzz!!!
12.642 +!O/cYkOz!!!!./eSg3',(uk&J5Zl'c7c?'b_/e#mUP6!W`9$zzzzzzzzzzzz!<<*"zzzzzzzzzz!!"
12.643 +W(zz!!!H\',2/r',)#l',29$(E"#A'GV/d#R(81zzzzzzzzzzzzzzzzzzzzzzzz!%ol(zz!"BAi'c%
12.644 +Q"'GM2p'c7c((D[f>().5b"Tnc*zzzzzzzzzzzzzzzzzzz!!!$#!<E0#zzz/hR,(zz%Lt*+'c%N!'b
12.645 +hB!(`=/-)&F)A((^lZ!s&B%zzzzzzzzzzzzzzzzzz!<E3%!<E3%!<E0$zz!!!!O/cYkOz!!!!//ef$
12.646 +8(D[c%'bhH'*??.?)B1:E(CLEL!WW3#zzzzzzzzzzzzzzzzz!!!$#!<E3%!<E3%!<<-$zz!!"W(zz!
12.647 +"U\7'G_K((E+//)'L.I,U4QR)(l[?%0cn8!<<*"zzzzzzzzzzzzzzzzz!!**%!WiE)!W`<&!<<*"zz
12.648 +!%ol(zz%k\D/(E+8;.O#rY.4H_m,U4TX*\J0A%0HV3!<<*"zzzzzzzzzzzzzzzz!!!$#!<E6'!WiE)
12.649 +!WiE(zzz/hR,(z!!!!O%M0Ep)'LC]/hJCu/MJ_/,Uk#]/f#-2#Qb#-zzzzzzzzzzzzzzzzz!<E6'!W
12.650 +rK+!sA].!s/K)!WW3#z!!!!O/cYkOz!"LUl&K)T/,:YB&1GUR@1,Lm@-RKlP/enj&!s/K'zzzzzzzz
12.651 +zzzzzzz!!!$"!!**%!WrN,"9\l3"U,#3!s/W+zz!!"W(zz/e\d1(E=M=-8%&.1Gh'N2`WcN0Ie;"(D
12.652 +$rZ!s/K'zzzzzzzzzzzzzzz!!30%!WiE*!sA`1"pP89"pP56!<N6$zz!%ol(z!!"W('GVB%*ZZFP/2
12.653 +/h:2*!]]5!:qb0.7qq&e5<S!s/K(zzzzzzzzzzzzzz!!!$#!<E3%!X&Z0"U>5:#R:YB"pY;7!WW3#z
12.654 +z/hR,(z!!!!O)]0J7+sS?^.PEG/2EO&b3]JuO/1)u%'G:lX!WiE'zzzzzzzzzzzzz!!!$#!<E3%!<E
12.655 +?-"pG5:#RC_D$47+G#R:P6zz!!!!O/cYkOz!!!!O*?6(B-R^Dp/hSh52**cZ2`*-:,VBrL'Fk6I!<N
12.656 +6$zzzzzzzzzzzzz!<E3%!<E3'!sJl5"pbG=#mq%I$47+G#QOi)zz!!"W(zz!!!!O+!DjT.4Zo!/ho(
12.657 +80K(gF0e4Xq/f5B=$j-M2!<<*"zzzzzzzzzzzz!!!$#!<E3%!WrN,"U5/9#6b>;#n%.M$O[:Jzzz!%
12.658 +ol(zz!!"Vo,:"Wb.4Hi$0/,"11G^d>/13%i(`3kk!W`?(zzzzzzzzzzzzz!<<*#!<E3&!s8Z/"pG57
12.659 +!sJo9$OdFP$k!%8zzz/hR,(zz!!"Vr-71,g/1iJ+/1E)%0J4k*/hS"Y((:BK!<N<&zzzzzzzzzzzzz
12.660 +!!**$!WiE*!s8W."U5&4#7(YD$k3UQ$NL/,zz!!!!O/cYkOzz!%oQE-RgMr/M/J%-R'`b/1N%o/fb`
12.661 +=#mCD5!s8N'zzzzzzzzzzzz!!!!"!<E6'!WiE(!WrT0"9eo4#RLkJ%1<LCzzz!!"W(zzz!%oTH.4d&
12.662 +'/hAJ!*ZumW-6jZd/f"s)"U"r1!<<*"zzzzzzzzzzzz!!!$#!<N<'!<E6'!sAc2"pP>;#Rh.N$OQk6
12.663 +zzz!%ol(zzz!%oZK.P*/&.jZ;S)&=G=*ZQdF&IJaH"9SZ)zzzzzzzzzzzzz!!!$#!<E3&!WrN+!sJi
12.664 +4"pY><$4I=Mzzzz/hR,(zzz!%oWJ.kN5!,Tdg=&Jc<*/e/0k"9S`-!<E3$zzzzzzzzzzzzz!!!!"!<
12.665 +E6&!WiB("9eu7"pG8>$k!CBzzz!!!!O/cYkOzzz/gMbl/1`(i*#KD#$PtEJ#R1D5!<E3%!<E3$zzzz
12.666 +zzzzzzzz!<E3%!!!!"!<<-$!WiE)"9eu5"UPPE$OZq7zzz!!"W(zzzz/gMbi,9IgB(D.&`#n\co"Tn
12.667 +f,!<E3%!!**$zzzzzzzzzzz!!!!"!<E0#z!!!$$!WiE,"pG29#R_"Kzzzz!%ol(zzzz/hS=j)Aa"u$
12.668 +OI%F"tg&]!<W?'!<<-$!<E3%zzzzzzzzzzzzzz!!*-'!s8]2"pP;>$k!FCzzzz/hR,(zzzz!%o9/'+
12.669 +t`]#6P#1">0]V!s8T*!!!!"zzzzzzzzzzz!!!$"zzz!<WH-":#2<#71_G$ig8-zzz!!!!O/cYkOzzz
12.670 +z/f,<;%LWLE!WiB(/cc"Tzzzzzzzzzzzzzzzz!!!!#"9er5#RLeC$4[OGzzzz!!"W(zzzzz/hRYA#6
12.671 +Y/2!<<*#/cl%Rzzzzzzzzzzzzzzzzz"pP8;$4@.K%M&O>zzzz!%ol(zzzzz!%nQ^"9JT)!!!!Ozzzz
12.672 +zzzzzzzzzzzzz!!!!(#6tVE$4@@Tzzzzz/hR,(zzzzz!%nHY!W`9$!!!!Ozzzzzzzzzzzzzzzzz!!!
12.673 +!(#7CkG$P!.:zzzz!!!!O/cYkOzzzzz!%nBU!<<*"!!!!Ozzzzzzzzzzzzzzzzz!!!!'#RLbD$ig8-
12.674 +zzzz!!"W(zzzzzz/cu.U/cbqQ!<E3Rzzzzzzzzzzzzzzzzz!!!-+"pYG7zzzzz!%ol(zzzzz!!!!O/
12.675 +hSb//cbu*!<FeQ!<E0#zzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!!!0T"9S`./hSb/!!"VP!<<*"z
12.676 +zzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//h
12.677 +Sb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb/
12.678 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
12.679 +InterpretLevel1 not {
12.680 + grestore
12.681 +} if
12.682 +grestore
12.683 +%%%%EndImage
12.684 +1.000 UL
12.685 +LTb
12.686 +1.000 UP
12.687 +1.000 UL
12.688 +LTb
12.689 +stroke
12.690 +grestore
12.691 +end
12.692 +showpage
12.693 +%%Trailer
12.694 +%%DocumentFonts: Helvetica
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
13.2 +++ b/singlegene_example_371_Aldh1a2_SSs_gray.eps Sun Apr 19 14:19:52 2009 -0700
13.3 @@ -0,0 +1,728 @@
13.4 +%!PS-Adobe-2.0 EPSF-2.0
13.5 +%%Title: singlegene_example_371_Aldh1a2_SSs_gray.eps
13.6 +%%Creator: gnuplot 4.2 patchlevel 2
13.7 +%%CreationDate: Sun Apr 19 14:07:59 2009
13.8 +%%DocumentFonts: (atend)
13.9 +%%BoundingBox: 50 50 410 302
13.10 +%%EndComments
13.11 +%%BeginProlog
13.12 +/gnudict 256 dict def
13.13 +gnudict begin
13.14 +%
13.15 +% The following 6 true/false flags may be edited by hand if required
13.16 +% The unit line width may also be changed
13.17 +%
13.18 +/Color true def
13.19 +/Blacktext false def
13.20 +/Solid true def
13.21 +/Dashlength 1 def
13.22 +/Landscape false def
13.23 +/Level1 false def
13.24 +/Rounded false def
13.25 +/TransparentPatterns false def
13.26 +/gnulinewidth 5.000 def
13.27 +/userlinewidth gnulinewidth def
13.28 +%
13.29 +/vshift -46 def
13.30 +/dl1 {
13.31 + 10.0 Dashlength mul mul
13.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
13.33 +} def
13.34 +/dl2 {
13.35 + 10.0 Dashlength mul mul
13.36 + Rounded { currentlinewidth 0.75 mul add } if
13.37 +} def
13.38 +/hpt_ 31.5 def
13.39 +/vpt_ 31.5 def
13.40 +/hpt hpt_ def
13.41 +/vpt vpt_ def
13.42 +Level1 {} {
13.43 +/SDict 10 dict def
13.44 +systemdict /pdfmark known not {
13.45 + userdict /pdfmark systemdict /cleartomark get put
13.46 +} if
13.47 +SDict begin [
13.48 + /Title (singlegene_example_371_Aldh1a2_SSs_gray.eps)
13.49 + /Subject (gnuplot plot)
13.50 + /Creator (gnuplot 4.2 patchlevel 2 )
13.51 + /Author (Bayle Shanks,,,)
13.52 +% /Producer (gnuplot)
13.53 +% /Keywords ()
13.54 + /CreationDate (Sun Apr 19 14:07:59 2009)
13.55 + /DOCINFO pdfmark
13.56 +end
13.57 +} ifelse
13.58 +%
13.59 +% Gnuplot Prolog Version 4.2 (August 2006)
13.60 +%
13.61 +/M {moveto} bind def
13.62 +/L {lineto} bind def
13.63 +/R {rmoveto} bind def
13.64 +/V {rlineto} bind def
13.65 +/N {newpath moveto} bind def
13.66 +/Z {closepath} bind def
13.67 +/C {setrgbcolor} bind def
13.68 +/f {rlineto fill} bind def
13.69 +/vpt2 vpt 2 mul def
13.70 +/hpt2 hpt 2 mul def
13.71 +/Lshow {currentpoint stroke M 0 vshift R
13.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
13.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
13.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
13.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
13.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
13.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
13.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
13.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
13.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
13.81 +/BL {stroke userlinewidth 2 mul setlinewidth
13.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
13.83 +/AL {stroke userlinewidth 2 div setlinewidth
13.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
13.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
13.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
13.87 +/PL {stroke userlinewidth setlinewidth
13.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
13.89 +% Default Line colors
13.90 +/LCw {1 1 1} def
13.91 +/LCb {0 0 0} def
13.92 +/LCa {0 0 0} def
13.93 +/LC0 {1 0 0} def
13.94 +/LC1 {0 1 0} def
13.95 +/LC2 {0 0 1} def
13.96 +/LC3 {1 0 1} def
13.97 +/LC4 {0 1 1} def
13.98 +/LC5 {1 1 0} def
13.99 +/LC6 {0 0 0} def
13.100 +/LC7 {1 0.3 0} def
13.101 +/LC8 {0.5 0.5 0.5} def
13.102 +% Default Line Types
13.103 +/LTw {PL [] 1 setgray} def
13.104 +/LTb {BL [] LCb DL} def
13.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
13.106 +/LT0 {PL [] LC0 DL} def
13.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
13.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
13.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
13.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
13.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
13.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
13.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
13.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
13.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
13.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
13.117 + hpt neg vpt neg V hpt vpt neg V
13.118 + hpt vpt V hpt neg vpt V closepath stroke
13.119 + Pnt} def
13.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
13.121 + currentpoint stroke M
13.122 + hpt neg vpt neg R hpt2 0 V stroke
13.123 + } def
13.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
13.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
13.126 + hpt2 neg 0 V closepath stroke
13.127 + Pnt} def
13.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
13.129 + hpt2 vpt2 neg V currentpoint stroke M
13.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
13.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
13.132 + hpt neg vpt -1.62 mul V
13.133 + hpt 2 mul 0 V
13.134 + hpt neg vpt 1.62 mul V closepath stroke
13.135 + Pnt} def
13.136 +/Star {2 copy Pls Crs} def
13.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
13.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
13.139 + hpt2 neg 0 V closepath fill} def
13.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
13.141 + hpt neg vpt -1.62 mul V
13.142 + hpt 2 mul 0 V
13.143 + hpt neg vpt 1.62 mul V closepath fill} def
13.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
13.145 + hpt neg vpt 1.62 mul V
13.146 + hpt 2 mul 0 V
13.147 + hpt neg vpt -1.62 mul V closepath stroke
13.148 + Pnt} def
13.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
13.150 + hpt neg vpt 1.62 mul V
13.151 + hpt 2 mul 0 V
13.152 + hpt neg vpt -1.62 mul V closepath fill} def
13.153 +/DiaF {stroke [] 0 setdash vpt add M
13.154 + hpt neg vpt neg V hpt vpt neg V
13.155 + hpt vpt V hpt neg vpt V closepath fill} def
13.156 +/Pent {stroke [] 0 setdash 2 copy gsave
13.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
13.158 + closepath stroke grestore Pnt} def
13.159 +/PentF {stroke [] 0 setdash gsave
13.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
13.161 + closepath fill grestore} def
13.162 +/Circle {stroke [] 0 setdash 2 copy
13.163 + hpt 0 360 arc stroke Pnt} def
13.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
13.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
13.166 +/C1 {BL [] 0 setdash 2 copy moveto
13.167 + 2 copy vpt 0 90 arc closepath fill
13.168 + vpt 0 360 arc closepath} bind def
13.169 +/C2 {BL [] 0 setdash 2 copy moveto
13.170 + 2 copy vpt 90 180 arc closepath fill
13.171 + vpt 0 360 arc closepath} bind def
13.172 +/C3 {BL [] 0 setdash 2 copy moveto
13.173 + 2 copy vpt 0 180 arc closepath fill
13.174 + vpt 0 360 arc closepath} bind def
13.175 +/C4 {BL [] 0 setdash 2 copy moveto
13.176 + 2 copy vpt 180 270 arc closepath fill
13.177 + vpt 0 360 arc closepath} bind def
13.178 +/C5 {BL [] 0 setdash 2 copy moveto
13.179 + 2 copy vpt 0 90 arc
13.180 + 2 copy moveto
13.181 + 2 copy vpt 180 270 arc closepath fill
13.182 + vpt 0 360 arc} bind def
13.183 +/C6 {BL [] 0 setdash 2 copy moveto
13.184 + 2 copy vpt 90 270 arc closepath fill
13.185 + vpt 0 360 arc closepath} bind def
13.186 +/C7 {BL [] 0 setdash 2 copy moveto
13.187 + 2 copy vpt 0 270 arc closepath fill
13.188 + vpt 0 360 arc closepath} bind def
13.189 +/C8 {BL [] 0 setdash 2 copy moveto
13.190 + 2 copy vpt 270 360 arc closepath fill
13.191 + vpt 0 360 arc closepath} bind def
13.192 +/C9 {BL [] 0 setdash 2 copy moveto
13.193 + 2 copy vpt 270 450 arc closepath fill
13.194 + vpt 0 360 arc closepath} bind def
13.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
13.196 + 2 copy moveto
13.197 + 2 copy vpt 90 180 arc closepath fill
13.198 + vpt 0 360 arc closepath} bind def
13.199 +/C11 {BL [] 0 setdash 2 copy moveto
13.200 + 2 copy vpt 0 180 arc closepath fill
13.201 + 2 copy moveto
13.202 + 2 copy vpt 270 360 arc closepath fill
13.203 + vpt 0 360 arc closepath} bind def
13.204 +/C12 {BL [] 0 setdash 2 copy moveto
13.205 + 2 copy vpt 180 360 arc closepath fill
13.206 + vpt 0 360 arc closepath} bind def
13.207 +/C13 {BL [] 0 setdash 2 copy moveto
13.208 + 2 copy vpt 0 90 arc closepath fill
13.209 + 2 copy moveto
13.210 + 2 copy vpt 180 360 arc closepath fill
13.211 + vpt 0 360 arc closepath} bind def
13.212 +/C14 {BL [] 0 setdash 2 copy moveto
13.213 + 2 copy vpt 90 360 arc closepath fill
13.214 + vpt 0 360 arc} bind def
13.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
13.216 + vpt 0 360 arc closepath} bind def
13.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
13.218 + neg 0 rlineto closepath} bind def
13.219 +/Square {dup Rec} bind def
13.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
13.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
13.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
13.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
13.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
13.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
13.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
13.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
13.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
13.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
13.230 + 2 copy vpt Square fill Bsquare} bind def
13.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
13.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
13.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
13.234 + Bsquare} bind def
13.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
13.236 + Bsquare} bind def
13.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
13.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
13.239 + 2 copy vpt Square fill Bsquare} bind def
13.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
13.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
13.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
13.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
13.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
13.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
13.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
13.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
13.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
13.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
13.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
13.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
13.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
13.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
13.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
13.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
13.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
13.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
13.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
13.259 +/DiaE {stroke [] 0 setdash vpt add M
13.260 + hpt neg vpt neg V hpt vpt neg V
13.261 + hpt vpt V hpt neg vpt V closepath stroke} def
13.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
13.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
13.264 + hpt2 neg 0 V closepath stroke} def
13.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
13.266 + hpt neg vpt -1.62 mul V
13.267 + hpt 2 mul 0 V
13.268 + hpt neg vpt 1.62 mul V closepath stroke} def
13.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
13.270 + hpt neg vpt 1.62 mul V
13.271 + hpt 2 mul 0 V
13.272 + hpt neg vpt -1.62 mul V closepath stroke} def
13.273 +/PentE {stroke [] 0 setdash gsave
13.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
13.275 + closepath stroke grestore} def
13.276 +/CircE {stroke [] 0 setdash
13.277 + hpt 0 360 arc stroke} def
13.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
13.279 +/DiaW {stroke [] 0 setdash vpt add M
13.280 + hpt neg vpt neg V hpt vpt neg V
13.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
13.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
13.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
13.284 + hpt2 neg 0 V Opaque stroke} def
13.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
13.286 + hpt neg vpt -1.62 mul V
13.287 + hpt 2 mul 0 V
13.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
13.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
13.290 + hpt neg vpt 1.62 mul V
13.291 + hpt 2 mul 0 V
13.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
13.293 +/PentW {stroke [] 0 setdash gsave
13.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
13.295 + Opaque stroke grestore} def
13.296 +/CircW {stroke [] 0 setdash
13.297 + hpt 0 360 arc Opaque stroke} def
13.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
13.299 +/Density {
13.300 + /Fillden exch def
13.301 + currentrgbcolor
13.302 + /ColB exch def /ColG exch def /ColR exch def
13.303 + /ColR ColR Fillden mul Fillden sub 1 add def
13.304 + /ColG ColG Fillden mul Fillden sub 1 add def
13.305 + /ColB ColB Fillden mul Fillden sub 1 add def
13.306 + ColR ColG ColB setrgbcolor} def
13.307 +/BoxColFill {gsave Rec PolyFill} def
13.308 +/PolyFill {gsave Density fill grestore grestore} def
13.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
13.310 +%
13.311 +% PostScript Level 1 Pattern Fill routine for rectangles
13.312 +% Usage: x y w h s a XX PatternFill
13.313 +% x,y = lower left corner of box to be filled
13.314 +% w,h = width and height of box
13.315 +% a = angle in degrees between lines and x-axis
13.316 +% XX = 0/1 for no/yes cross-hatch
13.317 +%
13.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
13.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
13.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
13.321 + gsave 1 setgray fill grestore clip
13.322 + currentlinewidth 0.5 mul setlinewidth
13.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
13.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
13.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
13.326 + {PFa 4 get mul 0 M 0 PFs V} for
13.327 + 0 PFa 6 get ne {
13.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
13.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
13.330 + } if
13.331 + stroke grestore} def
13.332 +%
13.333 +/languagelevel where
13.334 + {pop languagelevel} {1} ifelse
13.335 + 2 lt
13.336 + {/InterpretLevel1 true def}
13.337 + {/InterpretLevel1 Level1 def}
13.338 + ifelse
13.339 +%
13.340 +% PostScript level 2 pattern fill definitions
13.341 +%
13.342 +/Level2PatternFill {
13.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
13.344 + bind def
13.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
13.346 +<< Tile8x8
13.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
13.348 +>> matrix makepattern
13.349 +/Pat1 exch def
13.350 +<< Tile8x8
13.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
13.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
13.353 +>> matrix makepattern
13.354 +/Pat2 exch def
13.355 +<< Tile8x8
13.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
13.357 + 8 8 L 8 0 L 0 0 L fill}
13.358 +>> matrix makepattern
13.359 +/Pat3 exch def
13.360 +<< Tile8x8
13.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
13.362 + 0 12 M 12 0 L stroke}
13.363 +>> matrix makepattern
13.364 +/Pat4 exch def
13.365 +<< Tile8x8
13.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
13.367 + 0 -4 M 12 8 L stroke}
13.368 +>> matrix makepattern
13.369 +/Pat5 exch def
13.370 +<< Tile8x8
13.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
13.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
13.373 +>> matrix makepattern
13.374 +/Pat6 exch def
13.375 +<< Tile8x8
13.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
13.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
13.378 +>> matrix makepattern
13.379 +/Pat7 exch def
13.380 +<< Tile8x8
13.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
13.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
13.383 +>> matrix makepattern
13.384 +/Pat8 exch def
13.385 +<< Tile8x8
13.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
13.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
13.388 +>> matrix makepattern
13.389 +/Pat9 exch def
13.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
13.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
13.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
13.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
13.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
13.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
13.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
13.397 +} def
13.398 +%
13.399 +%
13.400 +%End of PostScript Level 2 code
13.401 +%
13.402 +/PatternBgnd {
13.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
13.404 +} def
13.405 +%
13.406 +% Substitute for Level 2 pattern fill codes with
13.407 +% grayscale if Level 2 support is not selected.
13.408 +%
13.409 +/Level1PatternFill {
13.410 +/Pattern1 {0.250 Density} bind def
13.411 +/Pattern2 {0.500 Density} bind def
13.412 +/Pattern3 {0.750 Density} bind def
13.413 +/Pattern4 {0.125 Density} bind def
13.414 +/Pattern5 {0.375 Density} bind def
13.415 +/Pattern6 {0.625 Density} bind def
13.416 +/Pattern7 {0.875 Density} bind def
13.417 +} def
13.418 +%
13.419 +% Now test for support of Level 2 code
13.420 +%
13.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
13.422 +%
13.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
13.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
13.425 +currentdict end definefont pop
13.426 +/MFshow {
13.427 + { dup 5 get 3 ge
13.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
13.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
13.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
13.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
13.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
13.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
13.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
13.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
13.436 + pop aload pop M} ifelse }ifelse }ifelse }
13.437 + ifelse }
13.438 + forall} bind def
13.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
13.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
13.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
13.442 +/MLshow { currentpoint stroke M
13.443 + 0 exch R
13.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
13.445 +/MRshow { currentpoint stroke M
13.446 + exch dup MFwidth neg 3 -1 roll R
13.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
13.448 +/MCshow { currentpoint stroke M
13.449 + exch dup MFwidth -2 div 3 -1 roll R
13.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
13.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
13.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
13.453 +end
13.454 +%%EndProlog
13.455 +gnudict begin
13.456 +gsave
13.457 +50 50 translate
13.458 +0.050 0.050 scale
13.459 +0 setgray
13.460 +newpath
13.461 +(Helvetica) findfont 140 scalefont setfont
13.462 +gsave % colour palette begin
13.463 +/maxcolors 64 def
13.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
13.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
13.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
13.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
13.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
13.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
13.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
13.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
13.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
13.473 + } ifelse} def
13.474 +/Constrain {
13.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
13.476 +/YIQ2RGB {
13.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
13.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
13.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
13.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
13.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
13.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
13.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
13.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
13.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
13.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
13.487 + if} ifelse} ifelse} ifelse} def
13.488 +/InterpolatedColor true def
13.489 +/grayindex {/gidx 0 def
13.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
13.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
13.492 + GrayA gidx get sub div} def
13.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
13.494 + RedA gidx get sub dgdxval mul add} def
13.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
13.496 + GreenA gidx get sub dgdxval mul add} def
13.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
13.498 + BlueA gidx get sub dgdxval mul add} def
13.499 +/interpolate {
13.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
13.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
13.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
13.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
13.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
13.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
13.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
13.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
13.508 + .9524 .9683 .9841 1 ] def
13.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
13.510 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
13.511 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
13.512 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
13.513 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
13.514 + .9524 .9683 .9841 1 ] def
13.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
13.516 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
13.517 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
13.518 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
13.519 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
13.520 + .9524 .9683 .9841 1 ] def
13.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
13.522 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
13.523 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
13.524 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
13.525 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
13.526 + .9524 .9683 .9841 1 ] def
13.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
13.528 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
13.529 +/pm3dGamma 1.0 1.5 div def
13.530 +/ColorSpace (RGB) def
13.531 +Color true and { % COLOUR vs. GRAY map
13.532 + InterpolatedColor { %% Interpolation vs. RGB-Formula
13.533 + /g {stroke pm3dround /grayv exch def interpolate
13.534 + SelectSpace setrgbcolor} bind def
13.535 + }{
13.536 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
13.537 + SelectSpace setrgbcolor} bind def
13.538 + } ifelse
13.539 +}{
13.540 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
13.541 +} ifelse
13.542 +1.000 UP
13.543 +1.000 UL
13.544 +LTb
13.545 +1.000 UL
13.546 +LT0
13.547 +LTb
13.548 +%%%%BeginImage
13.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
13.550 +InterpretLevel1 {
13.551 + %% Construct a box instead of image
13.552 + LTb
13.553 + 876 4852 M
13.554 + 5292 0 V
13.555 + 0 -4429 V
13.556 + -5292 0 V
13.557 + 876 4852 L
13.558 + 40 -110 R
13.559 + (PS level 2 image) Lshow
13.560 + % Read data but ignore it
13.561 + /imagebuf 9495 string def
13.562 + currentfile imagebuf readstring
13.563 +} {
13.564 +gsave
13.565 +876 4852 translate
13.566 +5292 -4429 scale
13.567 +%%%%BeginPalette
13.568 +[ /Indexed
13.569 + /DeviceRGB 63
13.570 + <
13.571 + 000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
13.572 + 202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
13.573 + 414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
13.574 + 616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
13.575 + 828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
13.576 + a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
13.577 + c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
13.578 + e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
13.579 + >
13.580 +] setcolorspace
13.581 +%%%%EndPalette
13.582 +<<
13.583 + /ImageType 1
13.584 + /Width 135
13.585 + /Height 113
13.586 + /BitsPerComponent 8
13.587 + /ImageMatrix [ 135 0 0 113 0 0 ]
13.588 + /Decode [ 0 255 ]
13.589 + /DataSource currentfile /ASCII85Decode filter
13.590 + /MultipleDataSources false
13.591 + /Interpolate false
13.592 +>>
13.593 +image
13.594 +} ifelse
13.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
13.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
13.597 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
13.598 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
13.599 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
13.600 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
13.601 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzz
13.602 +zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzz!!*'"zzzzzzzzzzzzzzzz
13.603 +zzzzzzzzzz!!"W(zzzzz!!!!"!<E0#zzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzz!!!$#!<<*"zz
13.604 +zzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!<E3%!<E0#zzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYk
13.605 +Ozzzz!!!!"!<E3%zzzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zzzzz!!**$!<E3$zzzzzzzzzzzzzzzzz
13.606 +zzzzzzzzz!%ol(zzzzz!!**$zzzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzzzzzzz!<<*"zzzzzzz
13.607 +zz!!!$#!<<*"zzzzzzzzzz!!!!O/cYkOzzzzzzzz!!*'"zzzzzzzzzzzz!<<*"zzzzzzzzzz!!"W(z
13.608 +zzzzzzzzzzzzzzzzzzzz!!**$zzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzz!!!$#!<E3%zzzzzzz
13.609 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzz!<N<(!WiE(zzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzz
13.610 +!!!!"!WrN+!WiB'zzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzz!!**%!s8W,!W`9$zzzzzzzzzz!%o
13.611 +l(zzzzzzzzzzzzzzzzzzzz!<E3&!s/N)!<E0#zzzzzzzzzz/hR,(zzzzzzzzzzzzzzz!!*'"zzzz!<
13.612 +E6'!WiB'!<<*"zzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzz!!**#!<E3$!<<*"zz!!!!"!<E3%!<E3$
13.613 +zzzzzzzzzz!!"W(zzzzzzzzzzzzzz!!**$!WiE(!<E3%!<E3$zzz!<E3%!<E0#zzzzzzzzzz!%ol(z
13.614 +zzzzzzzzzzzzz!<N<(!WiB'!<E3%!<E0#zzzzzzzzzzzzzzz/hR,(zzzzzz!!!$#!<E3$zzzzz!!!$
13.615 +$!WiE)!WiB'!<E3%!<E3%!<E0#zzzzzzzzzzzzz!!!!O/cYkOzzzzzz!!!'%!WiB&z!<E3%zzz!!*-
13.616 +&!WrN,!W`<&!<E3%!<E3%!<<*"zzzzzzzzzzzzz!!"W(zzzzzzz!<N?*!s/K(!!**%!WiB'zzz!<N9
13.617 +("9\f.!WiB'!<E3%!<E6'!<<*"z!!!$"zzzzzzzzzzz!%ol(zzzzzz!!!!"!WrN+!W`<&!<E6'!W`<
13.618 +%zz!!!$$!sA`1"9JZ,!W`<&!<E3&!WiE)!W`?(!<E3%!WiE(!<<*"zzzzzzzzzz/hR,(zzzzzz!!!$
13.619 +#!WrK*!<E3%!<N<(!<E0#zz!<N<*"9er4"U"l.!<E3&!WiE)!s8W-!s/K)!sAc0!s/N)zzzzzzzzzz
13.620 +!!!!O/cYkOzzzzzz!!**%!WiB'!!!$#!<E6&!<<*"z!!!$$!sA`1"U,&4!WiE)!WiE)!WiE*"9\l3"
13.621 +9Sc0#6tG9"9S]+zzzzzzzzzz!!"W(zzzzzzz!!**$!<E3$!!!$#!<E3$zz!!*-'"U,&5"U+u1!s8W,
13.622 +!WiE*"9o):"pP56"U52;#R:M9"9JT(zzzzzzzzzz!%ol(zzzzzzz!<E3%z!!!!"zz!!!!"!WiE+"9\
13.623 +i1!s8W-"9S`.!s8]2#RC\?"pYD<#6tM?#R:M:!s&B%zzzzzzzzzz/hR,(z!!!$"zzzz!!!!"!<E3%!
13.624 +<E0$!<<*"zz!!!$$!WrN,"9S`.!s/T-!s8W/$47(H#mLS>#RLbA#7(VA#R(>5!<<*"zzzzzzzzz!!!
13.625 +!O/cYkOz!!**#zzzz!<E6&!WiB'!<E3&!<N9&!!!$"z!<E3&!WiE*!WiH+!s8T+!sJo;$O[=M$OI+F
13.626 +#6kA;#RC\?"U"l-zzzzzzzzzz!!"W(zz!<E3%zzz!!!$#!<N<)!s8T,!s/Q+!WiE)!<E3%!<E3%!<E
13.627 +6'!WiE)!WrN-!WiQ2#7(YD$OmIN#mUY<"U,)8#6kA7!W`<%zzzzzzzzzz!%ol(z!!!!"!<E3$zzz!<
13.628 +E6'!s8W."9eo3"U"r1!s/N*!WiB(!WiB'!WiE)!WiE)!s8W-":>D?#mq(M%1<II"pP57"U,&5"9\c,
13.629 +!<<*"zzzzzzzzzz/hR,(z!!!'%!W`<%zz!!!!"!<N<)"9\l3"pP;;#6k>8!s8W,!s/N*!WiE)!WiE)
13.630 +!s8W-!sA`4$OR.F/e&6u#mUY="U"o0!sA].!W`<%zzzzzzzzzz!!!!O/cYkOz!!*-&!WiB'z!!**#!
13.631 +<E3&!WrQ."U,)7#6tM?#6kA9"9\f/!s8W-!WiE)!WrK,!sA`0"U55=#qdh_$k*OP#R:P:!s8T,!WiB
13.632 +'!<<*"zzzzz!<E0#zz!<<*"z!!"W(zz!WiH+!Wi?%!<E3%!<E3%!<E6'!sA`1"U5/9#RC\@#6k>8"9
13.633 +\f/!s8W-!s8W-!sA`1"9er4#7(Vg#mq(n$k!CK"p>#1!WiE)!<E3%zzzzz!<E3%!WiB&!<<*"!!!$#
13.634 +!<E0#z!%ol(zz!sA`/!s&E'!<E3&!WiE)!WiE*!sA`0"U5/8#6tJ<"U,#3"9\i1"U"r1!sA`1"pYA<
13.635 +"pP;;#RN*i$47.n$O[7H"U"o0!WiB'!<E3$zzzz!!**$!<E6'!WiB'!<E3$!!!$#!<<*"z/hR,(z!!
13.636 +!-)"9\f.!<E3%!<N<(!WiE)!WiE*!s8W-"9er5"pG27"U,#4"U,&6"pG/6#RCbD#RLeC#6tJ=/d_pm
13.637 +$O[=p$OR1F"p>)4!s/K(!<<*"zzz!<E3%!<N<)!WiH+!WiE)!<E0#!!!$"!<E0#!!!!O/cYkOz!!!-
13.638 +)"9\f.!<E6'!WrN,!WiE)!WiE)!WiH*!sAc2"U,&5"U5/9"pYD>#7(YD$k!FM$OI(D#6le5#7:bE$O
13.639 +[=p$OR4H#6tD8!WiB'!<<*"zz!!**$!<E6'!WiH+!s8Z.!WiE(z!!*'"z!!"W(zz"9\i1"9S]+!<N9
13.640 +(!s8W-!WiE)!WiE)!WiE)!sA`1"pbJ@#R1M?#mgqG$4R@Q%M'!W$3pe?"pHUb#RLnJ%1E[u$47(F#6
13.641 +k;6"9JT)zz!!!$#!WiE)!WiH+!s8W-!s8W-!W`9$zzz!%ol(z!!!!$!s8W-!W`<&!<E6'!WrK*!WiH
13.642 +*!s8W,!WiE*"U,,<$k!OQ$k!IO$k<^V%1WmZ%LrjR#6kA:"9gC_#n[[X%h/q"$k!=F"U"u2!W`<%z!
13.643 +!!!"!<N?+"9S`.!s/Q,!s8W-!s8T*zzzz/hR,(z!!!*'!WrK)!<E3%!<N<(!WiE)!s8Z.!sA].!s8W
13.644 +1#R_%O&eP`g&eGTb%LrsW%1NdV$OR+D"U,&3">1)n&If3^'+ka-%13=E"U"o0!W`9$z!<E9)"U,&5"
13.645 +9\i0!WiE)!s8T+!W`<%!!!$"zz!!!!O/cYkOz!!**%!W`<&!!!!"!<N9'!<N<)!sA`1"9S`.!s8`5#
13.646 +n%:U&J5Te&.]6[$k!IQ$jm@K#m^_="U"o3/d`4(%2BTk'G2r+#m^\<"U"o/!<<*"!!**%!sSr7#6kA
13.647 +:"Tni/!WiE)!WiE(!<E0#zzz!!"W(zz!<E3%!!*'"!!!$#!<<-$!<N<)"9\i1"9S`.!X&]4#n7=R%h
13.648 +B*Z$k*LM#mptE#RCY>"U,#2!sT,c().Js(`+#(&.L5u#R1M;"Tnf,!<E0$!<NE/#RC\B#R:P;"9S],
13.649 +!<E3&!<E0#!!!!"zzz!%ol(z!!!!"!<<*"z!!!$#!<<-$!WiE+"9Sc.!WiE)!X&`6#n.4N$k!FM$4.
13.650 +"D#6tG;"pG/5"9Sc/#7W:<)]K_7)&a>+%P@ti"9o&5!WiE(!<E6("UGA?$47+H#R1G7!WiE(!<<*#z
13.651 +zzzz/hR,(zzzz!!!!"!<E3%!WiH+!s8T*!WiB)!sAi7#R^tG$4."F#6tJ<"U,#4"9\f/!sSl;&M=q?
13.652 +*#]k:)]9G+/hRG7"U,&4"9S`."9\r8$4@4M$OR1G#6b21!<E0#zzzzz!!!!O/cYkOzzzz!!!!"!<E3
13.653 +&!WiH*!W`<&!<E6)"9\o7#71\A#R:V>"U,&3"9JZ-!s8Z/#7V.q'Gqc.+s7sH*$#tN)A3;Y!sA`1!s
13.654 +Af5#6tVF%1N^S$OR+B"9S]+zzzzzz!!"W(zzzzz!<<-$!!!$#!<E3%!<<*#!<E9*"9\o5"U5,8"U,#
13.655 +3!s/N*!WiE*!s8c5%5&8+)B'hB,9@j@)&t7G((gcS"9er5"pbMC$k3XU%L`^O#6k;5!<<*"zzzzzz!
13.656 +%ol(zzzzz!!**#z!!*'"z!!!'&!WrT."9S]-!WiE)!WiB'!<N<)!sf5d/eT$D*[E$U+;kh1*ZH^J&.
13.657 +&LE#6tM@$471N%LrpW$OR.D!s/K(zzzzzzz/hR,(zzzzzzzzz!!!!"!!3-#!<E3%!WiE)!<E3%!WiH
13.658 +-#Rh1q&/QB,,UFZ`,S_=@)_Mm=$O6nA#RUtK%1NdV%1EUO#6b22!<E0#zzzzzz!!!!O/cYkOzzzzzz
13.659 +zzzzz!!**$!<E3%!<E3&!sAc5$P*h%/fYu].jlko)'L.D(+p%'#m^hG$k<aW%LigR#m^_=!s/K'zzz
13.660 +zzzz!!"W(zzzzzzzz!!!$"zzz!<E3%!<E3%!<E6("9f&>%M(04+XJ`q/MSLf+"ANV/hRSA$O[CR%M'
13.661 +$Y$OI(D"U"o.!<<*"zzzzzzz!%ol(zzzzzzz!!!!"!<E3$zzz!!**$!<E3%!<E<+":5SO&hY=U/2oI
13.662 +E2'!kk,p4'X&.T0[%hK6^%h9!S#6k;5!W`<%zzzzzzzz/hR,(zzzzzzz!!!$#!<E0#zzz!!**$!<E3
13.663 +$!<WK/$kt<H*\&g$4$#;V,V_##/hRkN%Ls![&.f<Z#R:M9!s/N(zzzzzzzz!!!!O/cYkOzzzzzzz!<
13.664 +E3%!<E3$zzz!!!!"!<E3&"pbMR)]LCT.lTOM4#SN@/hSb"'+bZa%hB0\%L`^N"9S]+zzzzzzzzz!!"
13.665 +W(zzzzzzzz!<E3%!<E3%!<E3%zz!!*'#!<EB2%1O-o+YG<(3BfJd3%?O7*u5_1'+tie%1NaS#6b53!
13.666 +W`9$zzzzzzzzz!%ol(zzzzzzzz!!!$#!!**$!WiB'zz!!**#!XT;F&/QN>,q_;B4utkg/hSRj)'9b3
13.667 +&J#<X$47%@!s/K(zzzzzzzzzz/hR,(z!!!!"!<E3$zzzzzz!<E6'!W`<&z!!!!"!<E3(#7D"P+se`c
13.668 +/j)0Q2DZa4/f#<I+r_70%L<=F#6P#.!<E0#zzzzzzzzz!!!!O/cYkOz!!!$$!<E3$!<E3%!<E3$zzz
13.669 +z!<E6'!W`<%z!!!!#!<E60%1sC%.4d,)1c-X1+X8Qk)^6RQ*Z,7k"U,#3!s&B%zzzzzzzzzz!!"W(z
13.670 +z!WiE)!W`<&!<E3%!<E0#zzz!!!!"!<E6&!<<*"z!!!'%!XT5B&K2`@-n[;+/gDVb/hS+c,:"!:%L*
13.671 +(<!s/N)zzzzzzzzzzz!%ol(zz!s8W,!<E3%!WiB'!<<*"zzzz!!!$"zz!!*0)"UPPJ)]TtK-S$f%/h
13.672 +Sb),pO3H*Xi>V!<E6&!<E0#zzzzzzzzzzz/hR,(z!!!!$!s8T+!<E6'!WiB'zzzzzzzz!<WH.#7(kX
13.673 +)'1:X.P<%n/gMSZ#7(qX#6Fl*zzzzzzzzzzzz!!!!O/cYkOz!!!*'!s8T+!WiE)!WiB'zzzzzzz!!!
13.674 +!"!WrT1":u@c*%3'Q(`OA8*>o.d$4[CDzzzzzzzzzzzzz!!"W(zz!!!*'!s/N*!WiE)!W`<%zzzzzz
13.675 +z!!!$#!WrT.%1Nsb&eP`g&.TKg$3C>9"p"`)!<E3$zzzzzzzzzzzz!%ol(zz!!<<*!WiE)!WiE(!<E
13.676 +0#zzzzzzz!!**%!WrK+"ptbH%LNXP$k3=A!WrN,!W`<'!<E0#zzzzzzzzzzzz/hR,(zz!!<<)!WiE)
13.677 +!W`<&zzzzzzzz!<<-$!<E6)"9o,="pP;="p4o.!s8W-!WrN+!<E3%zzzzzzzzzzz!!!!O/cYkOzz!W
13.678 +iE)!WiE(!<E3$zzzzzzzz!!**$!WiH,"9o&6"Tni.!WiH+"9\i1"U"o/!W`<%zzzzzzzzzzz!!"W(z
13.679 +z!!!!#!WiE(!W`<&zzzzzzzz!!!!"!<E3&!WiH+!s8W,!<E6'!s8Z1"pP58"U"o0!WiB&zzzzzzzzz
13.680 +zz!%ol(zz!!!$#!<E3%zzzzzzzzz!!!$#!<E3&!s8T+!WiB'!<N?*"9eu6#6tJ<"U"o0!<<*"zzzzz
13.681 +zzzzzz/hR,(zz!<E3$zzzzzzzzzz!<N9'!WiE*!s8T+!<E3&!WrQ/"pP;;#6tG;"Tnf,zzzzzzzzzz
13.682 +z!!!!O/cYkOz!!!!"zzzzzzzzzz!!**%!s/Q+!WrN,!s/N*!<E6'!sJi4#7(P>"pG/5!WiB&zzzzzz
13.683 +zzzzz!!"W(zzzzzzzzzzzz!!!!"!WiE*!sA]/"9S`-!WiE(!<E6("9eu6#6tG9"9S`,!<<*"!!!$#!
13.684 +<E3%zzzzzzzzz!%ol(zzzzzzzzz!<E3$zz!!**%!s8W-"9\i1!s8T+!WiB'!<N<)"9er5"U+u0!Wi?
13.685 +%!!!!"!<N<(!WiB'zzzzzzzzz/hR,(zzzzzzzz!!**$!<E0#zz!!*-'!s8W."9\i1!s/K)!<<-$!<N
13.686 +?*!sA`0!s&E'!<<*"!!!$#!WiE)!WiB&zzzzzzzz!!!!O/cYkOzzzzzzzz!<E3%!<E0#zz!WiH+!s8
13.687 +W-!WiH+!<E3%!!!!"!<N<(!WiE(zz!!*-&!WrK*!W`<%zzzzzzzz!!"W(zz!!!$"zzzzz!!!!"!<N<
13.688 +'!<E0#z!!!!"!WiE*!s/N*!WrK)!!**#z!<E3%!<E0#z!!!!"!<E6(!WiE(!<E3%!!**$!W`<&!<E3
13.689 +%!<<*"zzzz!%ol(zzzzzzzz!!!$#!<N9&!<<*"z!!!$#!<N<(!WiE*!W`<%zzzzz!!!!"!WiE)!W`<
13.690 +&!<N9'!X&T,!WrN+!WiE(!<<*"zzzz/hR,(zzzzzzzz!!**$!W`<&zz!!!$#!<N<(!WiE(zzzzzz!!
13.691 +!$#!WiE)!W`?)"9el1"9nu5"pG/5"U+r.!Wi?%zzz!!!!O/cYkOzzzzzzzz!!**$!<E3$zz!!!!"!W
13.692 +iH+!s&B%zzzzzz!!!$#!WiE*"U,#5#RLnH#n..L$Om@I#mCP:!s8T*!!!-%zz!!"W(zzzzzzzzz!!!
13.693 +$#!<E3$zz!!!!"!<N<(zzzzzzz!!**%!X&`5"U>AD%2KWk&eY]c%hB$V$jm4C"9S`,zzz!%ol(zzzz
13.694 +zzzzzz!<<*"zzz!<<*"zzzzzzz!<NB0#RUkK&.fNk().Dq&f)8s'GV/i%giXM"9\c,zzz/hR,(zzzz
13.695 +zzzzzzzzzzzzzzzzz!!!$%!sf8B$P*pc(Ddl%(De&0)AsJ2)B';'%1ERJ"p>#.zz!!!!O/cYkOzzzz
13.696 +zzzzzzzzzzzzzzzz!!!!"!<WN2$4RU['bqK#(`F;5*#oq;)]K_:*#KA#%1<IH"TSN&zz!!"W(zzzzz
13.697 +zzzzzzzzzzzzzzzz!<E6'"U58A&J>iq(E")/*$$(>)]K\5)B9b:(`*nt$OR4Hzzz!%ol(zzzzzzzzz
13.698 +zzzzzzzzzzz!!*-&!WrN/$4d[^'c.]*)]BY9*#fe7)B'J4*#oq:(_mPj$k!%8zzz/hR,(zzzzzzzzz
13.699 +zzzzzzzzzz!!!$#!WrN-"UGDD%h]Ql(`F>5)]Tb7)AsD1)AsP8)]9J1'b:`[#ljr*zz!!!!O/cYkOz
13.700 +zzzzzzzzzzzzzzzzz!!!!"!<E6'!sAf5#R_1T&f)<&)B0V6)&O2-(`=2/)&O>1'GqVu%g`I@zzz!!"
13.701 +W(zzzzzzzzzzzzzzzzzzz!<<-$!<N<*"U>;A%M03c()If)(`4&*'c%;r&f28u&ekfj(D.&^#R18/zz
13.702 +z!%ol(zzzzzzzzzzzzzzzzzz!<E3%!<E3&!sAc3#7:hK%M'3d',(ul&eb`_$4@7O&J>]c$kj<g&e"s
13.703 +Izzzz/hR,(zzzzzzzzzzzzzzzzz!!!!"!<E3%!<N<)"9o)9#n.1N$kNmY$k!FN#mq"H$OdFL#mq+H$
13.704 +P3dR#6Y,/zzz!!!!O/cYkOzzzzzzzzzzzzzzzzz!!!!"!<E3%!WiH,"U55>#mgtI$47+H!!!!*#n%+
13.705 +L$4-qC"pbA>$jQq=!Wi?%zzz!!"W(zzzzzzzzzzzzzzzzzz!<E3%!<E3&!WrN."U>5:"pG/7"pP&-z
13.706 +!!ri7#6Y54!WiT0"9JW+zzzz!%ol(zzzzzzzzzzzzzzzzzz!<E3%!<E3&!WrN."9\i2"9ec*zz"p>#
13.707 +1!WiB'!<N9'!<<*"zzzz/hR,(zzzzzzzzzzzzzzzzzz!!**$!<E3%!WiH+!WiH(zzz!W`<&!<<*#!<
13.708 +E0#zzzz!!!!O/cYkOzzzzzzzzzzzzzzz!!!!"zzz!<E3&!WiB'zzzzz!<E3%!<<*"zzzz!!"W(zzzz
13.709 +zzzzzzzzzzzzzzzzzzzzzz!!!!"!<N9'!<E0#zzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz!!*-&!
13.710 +WiE(zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzz!<WE*!s8N'zzzz!!!!O/cYkOzzzzzzzzzzzzzz
13.711 +zzzzzzzzzzz!!!!"!WiE*!rr<$zzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzz!!!!#!WiH(zzzzz!%
13.712 +ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O
13.713 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
13.714 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
13.715 +hSb//hSb//hSa~>
13.716 +InterpretLevel1 not {
13.717 + grestore
13.718 +} if
13.719 +grestore
13.720 +%%%%EndImage
13.721 +1.000 UL
13.722 +LTb
13.723 +1.000 UP
13.724 +1.000 UL
13.725 +LTb
13.726 +stroke
13.727 +grestore
13.728 +end
13.729 +showpage
13.730 +%%Trailer
13.731 +%%DocumentFonts: Helvetica
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
14.2 +++ b/singlegene_example_371_Aldh1a2_SSs_jet.eps Sun Apr 19 14:19:52 2009 -0700
14.3 @@ -0,0 +1,722 @@
14.4 +%!PS-Adobe-2.0 EPSF-2.0
14.5 +%%Title: singlegene_example_371_Aldh1a2_SSs_jet.eps
14.6 +%%Creator: gnuplot 4.2 patchlevel 2
14.7 +%%CreationDate: Sun Apr 19 14:07:58 2009
14.8 +%%DocumentFonts: (atend)
14.9 +%%BoundingBox: 50 50 410 302
14.10 +%%EndComments
14.11 +%%BeginProlog
14.12 +/gnudict 256 dict def
14.13 +gnudict begin
14.14 +%
14.15 +% The following 6 true/false flags may be edited by hand if required
14.16 +% The unit line width may also be changed
14.17 +%
14.18 +/Color true def
14.19 +/Blacktext false def
14.20 +/Solid true def
14.21 +/Dashlength 1 def
14.22 +/Landscape false def
14.23 +/Level1 false def
14.24 +/Rounded false def
14.25 +/TransparentPatterns false def
14.26 +/gnulinewidth 5.000 def
14.27 +/userlinewidth gnulinewidth def
14.28 +%
14.29 +/vshift -46 def
14.30 +/dl1 {
14.31 + 10.0 Dashlength mul mul
14.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
14.33 +} def
14.34 +/dl2 {
14.35 + 10.0 Dashlength mul mul
14.36 + Rounded { currentlinewidth 0.75 mul add } if
14.37 +} def
14.38 +/hpt_ 31.5 def
14.39 +/vpt_ 31.5 def
14.40 +/hpt hpt_ def
14.41 +/vpt vpt_ def
14.42 +Level1 {} {
14.43 +/SDict 10 dict def
14.44 +systemdict /pdfmark known not {
14.45 + userdict /pdfmark systemdict /cleartomark get put
14.46 +} if
14.47 +SDict begin [
14.48 + /Title (singlegene_example_371_Aldh1a2_SSs_jet.eps)
14.49 + /Subject (gnuplot plot)
14.50 + /Creator (gnuplot 4.2 patchlevel 2 )
14.51 + /Author (Bayle Shanks,,,)
14.52 +% /Producer (gnuplot)
14.53 +% /Keywords ()
14.54 + /CreationDate (Sun Apr 19 14:07:58 2009)
14.55 + /DOCINFO pdfmark
14.56 +end
14.57 +} ifelse
14.58 +%
14.59 +% Gnuplot Prolog Version 4.2 (August 2006)
14.60 +%
14.61 +/M {moveto} bind def
14.62 +/L {lineto} bind def
14.63 +/R {rmoveto} bind def
14.64 +/V {rlineto} bind def
14.65 +/N {newpath moveto} bind def
14.66 +/Z {closepath} bind def
14.67 +/C {setrgbcolor} bind def
14.68 +/f {rlineto fill} bind def
14.69 +/vpt2 vpt 2 mul def
14.70 +/hpt2 hpt 2 mul def
14.71 +/Lshow {currentpoint stroke M 0 vshift R
14.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
14.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
14.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
14.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
14.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
14.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
14.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
14.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
14.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
14.81 +/BL {stroke userlinewidth 2 mul setlinewidth
14.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
14.83 +/AL {stroke userlinewidth 2 div setlinewidth
14.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
14.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
14.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
14.87 +/PL {stroke userlinewidth setlinewidth
14.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
14.89 +% Default Line colors
14.90 +/LCw {1 1 1} def
14.91 +/LCb {0 0 0} def
14.92 +/LCa {0 0 0} def
14.93 +/LC0 {1 0 0} def
14.94 +/LC1 {0 1 0} def
14.95 +/LC2 {0 0 1} def
14.96 +/LC3 {1 0 1} def
14.97 +/LC4 {0 1 1} def
14.98 +/LC5 {1 1 0} def
14.99 +/LC6 {0 0 0} def
14.100 +/LC7 {1 0.3 0} def
14.101 +/LC8 {0.5 0.5 0.5} def
14.102 +% Default Line Types
14.103 +/LTw {PL [] 1 setgray} def
14.104 +/LTb {BL [] LCb DL} def
14.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
14.106 +/LT0 {PL [] LC0 DL} def
14.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
14.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
14.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
14.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
14.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
14.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
14.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
14.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
14.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
14.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
14.117 + hpt neg vpt neg V hpt vpt neg V
14.118 + hpt vpt V hpt neg vpt V closepath stroke
14.119 + Pnt} def
14.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
14.121 + currentpoint stroke M
14.122 + hpt neg vpt neg R hpt2 0 V stroke
14.123 + } def
14.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
14.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
14.126 + hpt2 neg 0 V closepath stroke
14.127 + Pnt} def
14.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
14.129 + hpt2 vpt2 neg V currentpoint stroke M
14.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
14.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
14.132 + hpt neg vpt -1.62 mul V
14.133 + hpt 2 mul 0 V
14.134 + hpt neg vpt 1.62 mul V closepath stroke
14.135 + Pnt} def
14.136 +/Star {2 copy Pls Crs} def
14.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
14.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
14.139 + hpt2 neg 0 V closepath fill} def
14.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
14.141 + hpt neg vpt -1.62 mul V
14.142 + hpt 2 mul 0 V
14.143 + hpt neg vpt 1.62 mul V closepath fill} def
14.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
14.145 + hpt neg vpt 1.62 mul V
14.146 + hpt 2 mul 0 V
14.147 + hpt neg vpt -1.62 mul V closepath stroke
14.148 + Pnt} def
14.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
14.150 + hpt neg vpt 1.62 mul V
14.151 + hpt 2 mul 0 V
14.152 + hpt neg vpt -1.62 mul V closepath fill} def
14.153 +/DiaF {stroke [] 0 setdash vpt add M
14.154 + hpt neg vpt neg V hpt vpt neg V
14.155 + hpt vpt V hpt neg vpt V closepath fill} def
14.156 +/Pent {stroke [] 0 setdash 2 copy gsave
14.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
14.158 + closepath stroke grestore Pnt} def
14.159 +/PentF {stroke [] 0 setdash gsave
14.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
14.161 + closepath fill grestore} def
14.162 +/Circle {stroke [] 0 setdash 2 copy
14.163 + hpt 0 360 arc stroke Pnt} def
14.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
14.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
14.166 +/C1 {BL [] 0 setdash 2 copy moveto
14.167 + 2 copy vpt 0 90 arc closepath fill
14.168 + vpt 0 360 arc closepath} bind def
14.169 +/C2 {BL [] 0 setdash 2 copy moveto
14.170 + 2 copy vpt 90 180 arc closepath fill
14.171 + vpt 0 360 arc closepath} bind def
14.172 +/C3 {BL [] 0 setdash 2 copy moveto
14.173 + 2 copy vpt 0 180 arc closepath fill
14.174 + vpt 0 360 arc closepath} bind def
14.175 +/C4 {BL [] 0 setdash 2 copy moveto
14.176 + 2 copy vpt 180 270 arc closepath fill
14.177 + vpt 0 360 arc closepath} bind def
14.178 +/C5 {BL [] 0 setdash 2 copy moveto
14.179 + 2 copy vpt 0 90 arc
14.180 + 2 copy moveto
14.181 + 2 copy vpt 180 270 arc closepath fill
14.182 + vpt 0 360 arc} bind def
14.183 +/C6 {BL [] 0 setdash 2 copy moveto
14.184 + 2 copy vpt 90 270 arc closepath fill
14.185 + vpt 0 360 arc closepath} bind def
14.186 +/C7 {BL [] 0 setdash 2 copy moveto
14.187 + 2 copy vpt 0 270 arc closepath fill
14.188 + vpt 0 360 arc closepath} bind def
14.189 +/C8 {BL [] 0 setdash 2 copy moveto
14.190 + 2 copy vpt 270 360 arc closepath fill
14.191 + vpt 0 360 arc closepath} bind def
14.192 +/C9 {BL [] 0 setdash 2 copy moveto
14.193 + 2 copy vpt 270 450 arc closepath fill
14.194 + vpt 0 360 arc closepath} bind def
14.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
14.196 + 2 copy moveto
14.197 + 2 copy vpt 90 180 arc closepath fill
14.198 + vpt 0 360 arc closepath} bind def
14.199 +/C11 {BL [] 0 setdash 2 copy moveto
14.200 + 2 copy vpt 0 180 arc closepath fill
14.201 + 2 copy moveto
14.202 + 2 copy vpt 270 360 arc closepath fill
14.203 + vpt 0 360 arc closepath} bind def
14.204 +/C12 {BL [] 0 setdash 2 copy moveto
14.205 + 2 copy vpt 180 360 arc closepath fill
14.206 + vpt 0 360 arc closepath} bind def
14.207 +/C13 {BL [] 0 setdash 2 copy moveto
14.208 + 2 copy vpt 0 90 arc closepath fill
14.209 + 2 copy moveto
14.210 + 2 copy vpt 180 360 arc closepath fill
14.211 + vpt 0 360 arc closepath} bind def
14.212 +/C14 {BL [] 0 setdash 2 copy moveto
14.213 + 2 copy vpt 90 360 arc closepath fill
14.214 + vpt 0 360 arc} bind def
14.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
14.216 + vpt 0 360 arc closepath} bind def
14.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
14.218 + neg 0 rlineto closepath} bind def
14.219 +/Square {dup Rec} bind def
14.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
14.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
14.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
14.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
14.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
14.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
14.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
14.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
14.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
14.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
14.230 + 2 copy vpt Square fill Bsquare} bind def
14.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
14.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
14.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
14.234 + Bsquare} bind def
14.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
14.236 + Bsquare} bind def
14.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
14.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
14.239 + 2 copy vpt Square fill Bsquare} bind def
14.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
14.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
14.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
14.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
14.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
14.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
14.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
14.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
14.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
14.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
14.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
14.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
14.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
14.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
14.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
14.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
14.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
14.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
14.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
14.259 +/DiaE {stroke [] 0 setdash vpt add M
14.260 + hpt neg vpt neg V hpt vpt neg V
14.261 + hpt vpt V hpt neg vpt V closepath stroke} def
14.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
14.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
14.264 + hpt2 neg 0 V closepath stroke} def
14.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
14.266 + hpt neg vpt -1.62 mul V
14.267 + hpt 2 mul 0 V
14.268 + hpt neg vpt 1.62 mul V closepath stroke} def
14.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
14.270 + hpt neg vpt 1.62 mul V
14.271 + hpt 2 mul 0 V
14.272 + hpt neg vpt -1.62 mul V closepath stroke} def
14.273 +/PentE {stroke [] 0 setdash gsave
14.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
14.275 + closepath stroke grestore} def
14.276 +/CircE {stroke [] 0 setdash
14.277 + hpt 0 360 arc stroke} def
14.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
14.279 +/DiaW {stroke [] 0 setdash vpt add M
14.280 + hpt neg vpt neg V hpt vpt neg V
14.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
14.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
14.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
14.284 + hpt2 neg 0 V Opaque stroke} def
14.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
14.286 + hpt neg vpt -1.62 mul V
14.287 + hpt 2 mul 0 V
14.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
14.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
14.290 + hpt neg vpt 1.62 mul V
14.291 + hpt 2 mul 0 V
14.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
14.293 +/PentW {stroke [] 0 setdash gsave
14.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
14.295 + Opaque stroke grestore} def
14.296 +/CircW {stroke [] 0 setdash
14.297 + hpt 0 360 arc Opaque stroke} def
14.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
14.299 +/Density {
14.300 + /Fillden exch def
14.301 + currentrgbcolor
14.302 + /ColB exch def /ColG exch def /ColR exch def
14.303 + /ColR ColR Fillden mul Fillden sub 1 add def
14.304 + /ColG ColG Fillden mul Fillden sub 1 add def
14.305 + /ColB ColB Fillden mul Fillden sub 1 add def
14.306 + ColR ColG ColB setrgbcolor} def
14.307 +/BoxColFill {gsave Rec PolyFill} def
14.308 +/PolyFill {gsave Density fill grestore grestore} def
14.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
14.310 +%
14.311 +% PostScript Level 1 Pattern Fill routine for rectangles
14.312 +% Usage: x y w h s a XX PatternFill
14.313 +% x,y = lower left corner of box to be filled
14.314 +% w,h = width and height of box
14.315 +% a = angle in degrees between lines and x-axis
14.316 +% XX = 0/1 for no/yes cross-hatch
14.317 +%
14.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
14.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
14.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
14.321 + gsave 1 setgray fill grestore clip
14.322 + currentlinewidth 0.5 mul setlinewidth
14.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
14.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
14.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
14.326 + {PFa 4 get mul 0 M 0 PFs V} for
14.327 + 0 PFa 6 get ne {
14.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
14.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
14.330 + } if
14.331 + stroke grestore} def
14.332 +%
14.333 +/languagelevel where
14.334 + {pop languagelevel} {1} ifelse
14.335 + 2 lt
14.336 + {/InterpretLevel1 true def}
14.337 + {/InterpretLevel1 Level1 def}
14.338 + ifelse
14.339 +%
14.340 +% PostScript level 2 pattern fill definitions
14.341 +%
14.342 +/Level2PatternFill {
14.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
14.344 + bind def
14.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
14.346 +<< Tile8x8
14.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
14.348 +>> matrix makepattern
14.349 +/Pat1 exch def
14.350 +<< Tile8x8
14.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
14.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
14.353 +>> matrix makepattern
14.354 +/Pat2 exch def
14.355 +<< Tile8x8
14.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
14.357 + 8 8 L 8 0 L 0 0 L fill}
14.358 +>> matrix makepattern
14.359 +/Pat3 exch def
14.360 +<< Tile8x8
14.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
14.362 + 0 12 M 12 0 L stroke}
14.363 +>> matrix makepattern
14.364 +/Pat4 exch def
14.365 +<< Tile8x8
14.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
14.367 + 0 -4 M 12 8 L stroke}
14.368 +>> matrix makepattern
14.369 +/Pat5 exch def
14.370 +<< Tile8x8
14.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
14.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
14.373 +>> matrix makepattern
14.374 +/Pat6 exch def
14.375 +<< Tile8x8
14.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
14.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
14.378 +>> matrix makepattern
14.379 +/Pat7 exch def
14.380 +<< Tile8x8
14.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
14.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
14.383 +>> matrix makepattern
14.384 +/Pat8 exch def
14.385 +<< Tile8x8
14.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
14.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
14.388 +>> matrix makepattern
14.389 +/Pat9 exch def
14.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
14.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
14.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
14.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
14.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
14.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
14.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
14.397 +} def
14.398 +%
14.399 +%
14.400 +%End of PostScript Level 2 code
14.401 +%
14.402 +/PatternBgnd {
14.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
14.404 +} def
14.405 +%
14.406 +% Substitute for Level 2 pattern fill codes with
14.407 +% grayscale if Level 2 support is not selected.
14.408 +%
14.409 +/Level1PatternFill {
14.410 +/Pattern1 {0.250 Density} bind def
14.411 +/Pattern2 {0.500 Density} bind def
14.412 +/Pattern3 {0.750 Density} bind def
14.413 +/Pattern4 {0.125 Density} bind def
14.414 +/Pattern5 {0.375 Density} bind def
14.415 +/Pattern6 {0.625 Density} bind def
14.416 +/Pattern7 {0.875 Density} bind def
14.417 +} def
14.418 +%
14.419 +% Now test for support of Level 2 code
14.420 +%
14.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
14.422 +%
14.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
14.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
14.425 +currentdict end definefont pop
14.426 +/MFshow {
14.427 + { dup 5 get 3 ge
14.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
14.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
14.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
14.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
14.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
14.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
14.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
14.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
14.436 + pop aload pop M} ifelse }ifelse }ifelse }
14.437 + ifelse }
14.438 + forall} bind def
14.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
14.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
14.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
14.442 +/MLshow { currentpoint stroke M
14.443 + 0 exch R
14.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
14.445 +/MRshow { currentpoint stroke M
14.446 + exch dup MFwidth neg 3 -1 roll R
14.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
14.448 +/MCshow { currentpoint stroke M
14.449 + exch dup MFwidth -2 div 3 -1 roll R
14.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
14.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
14.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
14.453 +end
14.454 +%%EndProlog
14.455 +gnudict begin
14.456 +gsave
14.457 +50 50 translate
14.458 +0.050 0.050 scale
14.459 +0 setgray
14.460 +newpath
14.461 +(Helvetica) findfont 140 scalefont setfont
14.462 +gsave % colour palette begin
14.463 +/maxcolors 64 def
14.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
14.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
14.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
14.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
14.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
14.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
14.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
14.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
14.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
14.473 + } ifelse} def
14.474 +/Constrain {
14.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
14.476 +/YIQ2RGB {
14.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
14.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
14.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
14.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
14.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
14.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
14.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
14.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
14.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
14.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
14.487 + if} ifelse} ifelse} ifelse} def
14.488 +/InterpolatedColor true def
14.489 +/grayindex {/gidx 0 def
14.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
14.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
14.492 + GrayA gidx get sub div} def
14.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
14.494 + RedA gidx get sub dgdxval mul add} def
14.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
14.496 + GreenA gidx get sub dgdxval mul add} def
14.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
14.498 + BlueA gidx get sub dgdxval mul add} def
14.499 +/interpolate {
14.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
14.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
14.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
14.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
14.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
14.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
14.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
14.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
14.508 + .9524 .9683 .9841 1 ] def
14.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508
14.510 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127
14.511 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627
14.512 + .5635 .5 ] def
14.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524
14.514 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1
14.515 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254
14.516 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
14.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1
14.518 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413
14.519 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
14.520 + 0 0 ] def
14.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
14.522 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
14.523 +/pm3dGamma 1.0 1.5 div def
14.524 +/ColorSpace (RGB) def
14.525 +Color true and { % COLOUR vs. GRAY map
14.526 + InterpolatedColor { %% Interpolation vs. RGB-Formula
14.527 + /g {stroke pm3dround /grayv exch def interpolate
14.528 + SelectSpace setrgbcolor} bind def
14.529 + }{
14.530 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
14.531 + SelectSpace setrgbcolor} bind def
14.532 + } ifelse
14.533 +}{
14.534 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
14.535 +} ifelse
14.536 +1.000 UP
14.537 +1.000 UL
14.538 +LTb
14.539 +1.000 UL
14.540 +LT0
14.541 +LTb
14.542 +%%%%BeginImage
14.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
14.544 +InterpretLevel1 {
14.545 + %% Construct a box instead of image
14.546 + LTb
14.547 + 876 4852 M
14.548 + 5292 0 V
14.549 + 0 -4429 V
14.550 + -5292 0 V
14.551 + 876 4852 L
14.552 + 40 -110 R
14.553 + (PS level 2 image) Lshow
14.554 + % Read data but ignore it
14.555 + /imagebuf 9495 string def
14.556 + currentfile imagebuf readstring
14.557 +} {
14.558 +gsave
14.559 +876 4852 translate
14.560 +5292 -4429 scale
14.561 +%%%%BeginPalette
14.562 +[ /Indexed
14.563 + /DeviceRGB 63
14.564 + <
14.565 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
14.566 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
14.567 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
14.568 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
14.569 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
14.570 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
14.571 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
14.572 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
14.573 + >
14.574 +] setcolorspace
14.575 +%%%%EndPalette
14.576 +<<
14.577 + /ImageType 1
14.578 + /Width 135
14.579 + /Height 113
14.580 + /BitsPerComponent 8
14.581 + /ImageMatrix [ 135 0 0 113 0 0 ]
14.582 + /Decode [ 0 255 ]
14.583 + /DataSource currentfile /ASCII85Decode filter
14.584 + /MultipleDataSources false
14.585 + /Interpolate false
14.586 +>>
14.587 +image
14.588 +} ifelse
14.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
14.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
14.591 +hSb//hSb//hSb/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz
14.592 +zzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzz
14.593 +zzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzz
14.594 +zzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzzzzzz
14.595 +zzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzz
14.596 +zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzz!!*'"zzzzzzzzzzzzzzzz
14.597 +zzzzzzzzzz!!"W(zzzzz!!!!"!<E0#zzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzz!!!$#!<<*"zz
14.598 +zzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!<E3%!<E0#zzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYk
14.599 +Ozzzz!!!!"!<E3%zzzzzzzzzzzzzzzzzzzzzzzzzz!!"W(zzzzz!!**$!<E3$zzzzzzzzzzzzzzzzz
14.600 +zzzzzzzzz!%ol(zzzzz!!**$zzzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzzzzzzz!<<*"zzzzzzz
14.601 +zz!!!$#!<<*"zzzzzzzzzz!!!!O/cYkOzzzzzzzz!!*'"zzzzzzzzzzzz!<<*"zzzzzzzzzz!!"W(z
14.602 +zzzzzzzzzzzzzzzzzzzz!!**$zzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzz!!!$#!<E3%zzzzzzz
14.603 +zzzz/hR,(zzzzzzzzzzzzzzzzzzzz!<N<(!WiE(zzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzz
14.604 +!!!!"!WrN+!WiB'zzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzz!!**%!s8W,!W`9$zzzzzzzzzz!%o
14.605 +l(zzzzzzzzzzzzzzzzzzzz!<E3&!s/N)!<E0#zzzzzzzzzz/hR,(zzzzzzzzzzzzzzz!!*'"zzzz!<
14.606 +E6'!WiB'!<<*"zzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzz!!**#!<E3$!<<*"zz!!!!"!<E3%!<E3$
14.607 +zzzzzzzzzz!!"W(zzzzzzzzzzzzzz!!**$!WiE(!<E3%!<E3$zzz!<E3%!<E0#zzzzzzzzzz!%ol(z
14.608 +zzzzzzzzzzzzz!<N<(!WiB'!<E3%!<E0#zzzzzzzzzzzzzzz/hR,(zzzzzz!!!$#!<E3$zzzzz!!!$
14.609 +$!WiE)!WiB'!<E3%!<E3%!<E0#zzzzzzzzzzzzz!!!!O/cYkOzzzzzz!!!'%!WiB&z!<E3%zzz!!*-
14.610 +&!WrN,!W`<&!<E3%!<E3%!<<*"zzzzzzzzzzzzz!!"W(zzzzzzz!<N?*!s/K(!!**%!WiB'zzz!<N9
14.611 +("9\f.!WiB'!<E3%!<E6'!<<*"z!!!$"zzzzzzzzzzz!%ol(zzzzzz!!!!"!WrN+!W`<&!<E6'!W`<
14.612 +%zz!!!$$!sA`1"9JZ,!W`<&!<E3&!WiE)!W`?(!<E3%!WiE(!<<*"zzzzzzzzzz/hR,(zzzzzz!!!$
14.613 +#!WrK*!<E3%!<N<(!<E0#zz!<N<*"9er4"U"l.!<E3&!WiE)!s8W-!s/K)!sAc0!s/N)zzzzzzzzzz
14.614 +!!!!O/cYkOzzzzzz!!**%!WiB'!!!$#!<E6&!<<*"z!!!$$!sA`1"U,&4!WiE)!WiE)!WiE*"9\l3"
14.615 +9Sc0#6tG9"9S]+zzzzzzzzzz!!"W(zzzzzzz!!**$!<E3$!!!$#!<E3$zz!!*-'"U,&5"U+u1!s8W,
14.616 +!WiE*"9o):"pP56"U52;#R:M9"9JT(zzzzzzzzzz!%ol(zzzzzzz!<E3%z!!!!"zz!!!!"!WiE+"9\
14.617 +i1!s8W-"9S`.!s8]2#RC\?"pYD<#6tM?#R:M:!s&B%zzzzzzzzzz/hR,(z!!!$"zzzz!!!!"!<E3%!
14.618 +<E0$!<<*"zz!!!$$!WrN,"9S`.!s/T-!s8W/$47(H#mLS>#RLbA#7(VA#R(>5!<<*"zzzzzzzzz!!!
14.619 +!O/cYkOz!!**#zzzz!<E6&!WiB'!<E3&!<N9&!!!$"z!<E3&!WiE*!WiH+!s8T+!sJo;$O[=M$OI+F
14.620 +#6kA;#RC\?"U"l-zzzzzzzzzz!!"W(zz!<E3%zzz!!!$#!<N<)!s8T,!s/Q+!WiE)!<E3%!<E3%!<E
14.621 +6'!WiE)!WrN-!WiQ2#7(YD$OmIN#mUY<"U,)8#6kA7!W`<%zzzzzzzzzz!%ol(z!!!!"!<E3$zzz!<
14.622 +E6'!s8W."9eo3"U"r1!s/N*!WiB(!WiB'!WiE)!WiE)!s8W-":>D?#mq(M%1<II"pP57"U,&5"9\c,
14.623 +!<<*"zzzzzzzzzz/hR,(z!!!'%!W`<%zz!!!!"!<N<)"9\l3"pP;;#6k>8!s8W,!s/N*!WiE)!WiE)
14.624 +!s8W-!sA`4$OR.F/e&6u#mUY="U"o0!sA].!W`<%zzzzzzzzzz!!!!O/cYkOz!!*-&!WiB'z!!**#!
14.625 +<E3&!WrQ."U,)7#6tM?#6kA9"9\f/!s8W-!WiE)!WrK,!sA`0"U55=#qdh_$k*OP#R:P:!s8T,!WiB
14.626 +'!<<*"zzzzz!<E0#zz!<<*"z!!"W(zz!WiH+!Wi?%!<E3%!<E3%!<E6'!sA`1"U5/9#RC\@#6k>8"9
14.627 +\f/!s8W-!s8W-!sA`1"9er4#7(Vg#mq(n$k!CK"p>#1!WiE)!<E3%zzzzz!<E3%!WiB&!<<*"!!!$#
14.628 +!<E0#z!%ol(zz!sA`/!s&E'!<E3&!WiE)!WiE*!sA`0"U5/8#6tJ<"U,#3"9\i1"U"r1!sA`1"pYA<
14.629 +"pP;;#RN*i$47.n$O[7H"U"o0!WiB'!<E3$zzzz!!**$!<E6'!WiB'!<E3$!!!$#!<<*"z/hR,(z!!
14.630 +!-)"9\f.!<E3%!<N<(!WiE)!WiE*!s8W-"9er5"pG27"U,#4"U,&6"pG/6#RCbD#RLeC#6tJ=/d_pm
14.631 +$O[=p$OR1F"p>)4!s/K(!<<*"zzz!<E3%!<N<)!WiH+!WiE)!<E0#!!!$"!<E0#!!!!O/cYkOz!!!-
14.632 +)"9\f.!<E6'!WrN,!WiE)!WiE)!WiH*!sAc2"U,&5"U5/9"pYD>#7(YD$k!FM$OI(D#6le5#7:bE$O
14.633 +[=p$OR4H#6tD8!WiB'!<<*"zz!!**$!<E6'!WiH+!s8Z.!WiE(z!!*'"z!!"W(zz"9\i1"9S]+!<N9
14.634 +(!s8W-!WiE)!WiE)!WiE)!sA`1"pbJ@#R1M?#mgqG$4R@Q%M'!W$3pe?"pHUb#RLnJ%1E[u$47(F#6
14.635 +k;6"9JT)zz!!!$#!WiE)!WiH+!s8W-!s8W-!W`9$zzz!%ol(z!!!!$!s8W-!W`<&!<E6'!WrK*!WiH
14.636 +*!s8W,!WiE*"U,,<$k!OQ$k!IO$k<^V%1WmZ%LrjR#6kA:"9gC_#n[[X%h/q"$k!=F"U"u2!W`<%z!
14.637 +!!!"!<N?+"9S`.!s/Q,!s8W-!s8T*zzzz/hR,(z!!!*'!WrK)!<E3%!<N<(!WiE)!s8Z.!sA].!s8W
14.638 +1#R_%O&eP`g&eGTb%LrsW%1NdV$OR+D"U,&3">1)n&If3^'+ka-%13=E"U"o0!W`9$z!<E9)"U,&5"
14.639 +9\i0!WiE)!s8T+!W`<%!!!$"zz!!!!O/cYkOz!!**%!W`<&!!!!"!<N9'!<N<)!sA`1"9S`.!s8`5#
14.640 +n%:U&J5Te&.]6[$k!IQ$jm@K#m^_="U"o3/d`4(%2BTk'G2r+#m^\<"U"o/!<<*"!!**%!sSr7#6kA
14.641 +:"Tni/!WiE)!WiE(!<E0#zzz!!"W(zz!<E3%!!*'"!!!$#!<<-$!<N<)"9\i1"9S`.!X&]4#n7=R%h
14.642 +B*Z$k*LM#mptE#RCY>"U,#2!sT,c().Js(`+#(&.L5u#R1M;"Tnf,!<E0$!<NE/#RC\B#R:P;"9S],
14.643 +!<E3&!<E0#!!!!"zzz!%ol(z!!!!"!<<*"z!!!$#!<<-$!WiE+"9Sc.!WiE)!X&`6#n.4N$k!FM$4.
14.644 +"D#6tG;"pG/5"9Sc/#7W:<)]K_7)&a>+%P@ti"9o&5!WiE(!<E6("UGA?$47+H#R1G7!WiE(!<<*#z
14.645 +zzzz/hR,(zzzz!!!!"!<E3%!WiH+!s8T*!WiB)!sAi7#R^tG$4."F#6tJ<"U,#4"9\f/!sSl;&M=q?
14.646 +*#]k:)]9G+/hRG7"U,&4"9S`."9\r8$4@4M$OR1G#6b21!<E0#zzzzz!!!!O/cYkOzzzz!!!!"!<E3
14.647 +&!WiH*!W`<&!<E6)"9\o7#71\A#R:V>"U,&3"9JZ-!s8Z/#7V.q'Gqc.+s7sH*$#tN)A3;Y!sA`1!s
14.648 +Af5#6tVF%1N^S$OR+B"9S]+zzzzzz!!"W(zzzzz!<<-$!!!$#!<E3%!<<*#!<E9*"9\o5"U5,8"U,#
14.649 +3!s/N*!WiE*!s8c5%5&8+)B'hB,9@j@)&t7G((gcS"9er5"pbMC$k3XU%L`^O#6k;5!<<*"zzzzzz!
14.650 +%ol(zzzzz!!**#z!!*'"z!!!'&!WrT."9S]-!WiE)!WiB'!<N<)!sf5d/eT$D*[E$U+;kh1*ZH^J&.
14.651 +&LE#6tM@$471N%LrpW$OR.D!s/K(zzzzzzz/hR,(zzzzzzzzz!!!!"!!3-#!<E3%!WiE)!<E3%!WiH
14.652 +-#Rh1q&/QB,,UFZ`,S_=@)_Mm=$O6nA#RUtK%1NdV%1EUO#6b22!<E0#zzzzzz!!!!O/cYkOzzzzzz
14.653 +zzzzz!!**$!<E3%!<E3&!sAc5$P*h%/fYu].jlko)'L.D(+p%'#m^hG$k<aW%LigR#m^_=!s/K'zzz
14.654 +zzzz!!"W(zzzzzzzz!!!$"zzz!<E3%!<E3%!<E6("9f&>%M(04+XJ`q/MSLf+"ANV/hRSA$O[CR%M'
14.655 +$Y$OI(D"U"o.!<<*"zzzzzzz!%ol(zzzzzzz!!!!"!<E3$zzz!!**$!<E3%!<E<+":5SO&hY=U/2oI
14.656 +E2'!kk,p4'X&.T0[%hK6^%h9!S#6k;5!W`<%zzzzzzzz/hR,(zzzzzzz!!!$#!<E0#zzz!!**$!<E3
14.657 +$!<WK/$kt<H*\&g$4$#;V,V_##/hRkN%Ls![&.f<Z#R:M9!s/N(zzzzzzzz!!!!O/cYkOzzzzzzz!<
14.658 +E3%!<E3$zzz!!!!"!<E3&"pbMR)]LCT.lTOM4#SN@/hSb"'+bZa%hB0\%L`^N"9S]+zzzzzzzzz!!"
14.659 +W(zzzzzzzz!<E3%!<E3%!<E3%zz!!*'#!<EB2%1O-o+YG<(3BfJd3%?O7*u5_1'+tie%1NaS#6b53!
14.660 +W`9$zzzzzzzzz!%ol(zzzzzzzz!!!$#!!**$!WiB'zz!!**#!XT;F&/QN>,q_;B4utkg/hSRj)'9b3
14.661 +&J#<X$47%@!s/K(zzzzzzzzzz/hR,(z!!!!"!<E3$zzzzzz!<E6'!W`<&z!!!!"!<E3(#7D"P+se`c
14.662 +/j)0Q2DZa4/f#<I+r_70%L<=F#6P#.!<E0#zzzzzzzzz!!!!O/cYkOz!!!$$!<E3$!<E3%!<E3$zzz
14.663 +z!<E6'!W`<%z!!!!#!<E60%1sC%.4d,)1c-X1+X8Qk)^6RQ*Z,7k"U,#3!s&B%zzzzzzzzzz!!"W(z
14.664 +z!WiE)!W`<&!<E3%!<E0#zzz!!!!"!<E6&!<<*"z!!!'%!XT5B&K2`@-n[;+/gDVb/hS+c,:"!:%L*
14.665 +(<!s/N)zzzzzzzzzzz!%ol(zz!s8W,!<E3%!WiB'!<<*"zzzz!!!$"zz!!*0)"UPPJ)]TtK-S$f%/h
14.666 +Sb),pO3H*Xi>V!<E6&!<E0#zzzzzzzzzzz/hR,(z!!!!$!s8T+!<E6'!WiB'zzzzzzzz!<WH.#7(kX
14.667 +)'1:X.P<%n/gMSZ#7(qX#6Fl*zzzzzzzzzzzz!!!!O/cYkOz!!!*'!s8T+!WiE)!WiB'zzzzzzz!!!
14.668 +!"!WrT1":u@c*%3'Q(`OA8*>o.d$4[CDzzzzzzzzzzzzz!!"W(zz!!!*'!s/N*!WiE)!W`<%zzzzzz
14.669 +z!!!$#!WrT.%1Nsb&eP`g&.TKg$3C>9"p"`)!<E3$zzzzzzzzzzzz!%ol(zz!!<<*!WiE)!WiE(!<E
14.670 +0#zzzzzzz!!**%!WrK+"ptbH%LNXP$k3=A!WrN,!W`<'!<E0#zzzzzzzzzzzz/hR,(zz!!<<)!WiE)
14.671 +!W`<&zzzzzzzz!<<-$!<E6)"9o,="pP;="p4o.!s8W-!WrN+!<E3%zzzzzzzzzzz!!!!O/cYkOzz!W
14.672 +iE)!WiE(!<E3$zzzzzzzz!!**$!WiH,"9o&6"Tni.!WiH+"9\i1"U"o/!W`<%zzzzzzzzzzz!!"W(z
14.673 +z!!!!#!WiE(!W`<&zzzzzzzz!!!!"!<E3&!WiH+!s8W,!<E6'!s8Z1"pP58"U"o0!WiB&zzzzzzzzz
14.674 +zz!%ol(zz!!!$#!<E3%zzzzzzzzz!!!$#!<E3&!s8T+!WiB'!<N?*"9eu6#6tJ<"U"o0!<<*"zzzzz
14.675 +zzzzzz/hR,(zz!<E3$zzzzzzzzzz!<N9'!WiE*!s8T+!<E3&!WrQ/"pP;;#6tG;"Tnf,zzzzzzzzzz
14.676 +z!!!!O/cYkOz!!!!"zzzzzzzzzz!!**%!s/Q+!WrN,!s/N*!<E6'!sJi4#7(P>"pG/5!WiB&zzzzzz
14.677 +zzzzz!!"W(zzzzzzzzzzzz!!!!"!WiE*!sA]/"9S`-!WiE(!<E6("9eu6#6tG9"9S`,!<<*"!!!$#!
14.678 +<E3%zzzzzzzzz!%ol(zzzzzzzzz!<E3$zz!!**%!s8W-"9\i1!s8T+!WiB'!<N<)"9er5"U+u0!Wi?
14.679 +%!!!!"!<N<(!WiB'zzzzzzzzz/hR,(zzzzzzzz!!**$!<E0#zz!!*-'!s8W."9\i1!s/K)!<<-$!<N
14.680 +?*!sA`0!s&E'!<<*"!!!$#!WiE)!WiB&zzzzzzzz!!!!O/cYkOzzzzzzzz!<E3%!<E0#zz!WiH+!s8
14.681 +W-!WiH+!<E3%!!!!"!<N<(!WiE(zz!!*-&!WrK*!W`<%zzzzzzzz!!"W(zz!!!$"zzzzz!!!!"!<N<
14.682 +'!<E0#z!!!!"!WiE*!s/N*!WrK)!!**#z!<E3%!<E0#z!!!!"!<E6(!WiE(!<E3%!!**$!W`<&!<E3
14.683 +%!<<*"zzzz!%ol(zzzzzzzz!!!$#!<N9&!<<*"z!!!$#!<N<(!WiE*!W`<%zzzzz!!!!"!WiE)!W`<
14.684 +&!<N9'!X&T,!WrN+!WiE(!<<*"zzzz/hR,(zzzzzzzz!!**$!W`<&zz!!!$#!<N<(!WiE(zzzzzz!!
14.685 +!$#!WiE)!W`?)"9el1"9nu5"pG/5"U+r.!Wi?%zzz!!!!O/cYkOzzzzzzzz!!**$!<E3$zz!!!!"!W
14.686 +iH+!s&B%zzzzzz!!!$#!WiE*"U,#5#RLnH#n..L$Om@I#mCP:!s8T*!!!-%zz!!"W(zzzzzzzzz!!!
14.687 +$#!<E3$zz!!!!"!<N<(zzzzzzz!!**%!X&`5"U>AD%2KWk&eY]c%hB$V$jm4C"9S`,zzz!%ol(zzzz
14.688 +zzzzzz!<<*"zzz!<<*"zzzzzzz!<NB0#RUkK&.fNk().Dq&f)8s'GV/i%giXM"9\c,zzz/hR,(zzzz
14.689 +zzzzzzzzzzzzzzzzz!!!$%!sf8B$P*pc(Ddl%(De&0)AsJ2)B';'%1ERJ"p>#.zz!!!!O/cYkOzzzz
14.690 +zzzzzzzzzzzzzzzz!!!!"!<WN2$4RU['bqK#(`F;5*#oq;)]K_:*#KA#%1<IH"TSN&zz!!"W(zzzzz
14.691 +zzzzzzzzzzzzzzzz!<E6'"U58A&J>iq(E")/*$$(>)]K\5)B9b:(`*nt$OR4Hzzz!%ol(zzzzzzzzz
14.692 +zzzzzzzzzzz!!*-&!WrN/$4d[^'c.]*)]BY9*#fe7)B'J4*#oq:(_mPj$k!%8zzz/hR,(zzzzzzzzz
14.693 +zzzzzzzzzz!!!$#!WrN-"UGDD%h]Ql(`F>5)]Tb7)AsD1)AsP8)]9J1'b:`[#ljr*zz!!!!O/cYkOz
14.694 +zzzzzzzzzzzzzzzzz!!!!"!<E6'!sAf5#R_1T&f)<&)B0V6)&O2-(`=2/)&O>1'GqVu%g`I@zzz!!"
14.695 +W(zzzzzzzzzzzzzzzzzzz!<<-$!<N<*"U>;A%M03c()If)(`4&*'c%;r&f28u&ekfj(D.&^#R18/zz
14.696 +z!%ol(zzzzzzzzzzzzzzzzzz!<E3%!<E3&!sAc3#7:hK%M'3d',(ul&eb`_$4@7O&J>]c$kj<g&e"s
14.697 +Izzzz/hR,(zzzzzzzzzzzzzzzzz!!!!"!<E3%!<N<)"9o)9#n.1N$kNmY$k!FN#mq"H$OdFL#mq+H$
14.698 +P3dR#6Y,/zzz!!!!O/cYkOzzzzzzzzzzzzzzzzz!!!!"!<E3%!WiH,"U55>#mgtI$47+H!!!!*#n%+
14.699 +L$4-qC"pbA>$jQq=!Wi?%zzz!!"W(zzzzzzzzzzzzzzzzzz!<E3%!<E3&!WrN."U>5:"pG/7"pP&-z
14.700 +!!ri7#6Y54!WiT0"9JW+zzzz!%ol(zzzzzzzzzzzzzzzzzz!<E3%!<E3&!WrN."9\i2"9ec*zz"p>#
14.701 +1!WiB'!<N9'!<<*"zzzz/hR,(zzzzzzzzzzzzzzzzzz!!**$!<E3%!WiH+!WiH(zzz!W`<&!<<*#!<
14.702 +E0#zzzz!!!!O/cYkOzzzzzzzzzzzzzzz!!!!"zzz!<E3&!WiB'zzzzz!<E3%!<<*"zzzz!!"W(zzzz
14.703 +zzzzzzzzzzzzzzzzzzzzzz!!!!"!<N9'!<E0#zzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzzzzz!!*-&!
14.704 +WiE(zzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzz!<WE*!s8N'zzzz!!!!O/cYkOzzzzzzzzzzzzzz
14.705 +zzzzzzzzzzz!!!!"!WiE*!rr<$zzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzz!!!!#!WiH(zzzzz!%
14.706 +ol(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O
14.707 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
14.708 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
14.709 +hSb//hSb//hSa~>
14.710 +InterpretLevel1 not {
14.711 + grestore
14.712 +} if
14.713 +grestore
14.714 +%%%%EndImage
14.715 +1.000 UL
14.716 +LTb
14.717 +1.000 UP
14.718 +1.000 UL
14.719 +LTb
14.720 +stroke
14.721 +grestore
14.722 +end
14.723 +showpage
14.724 +%%Trailer
14.725 +%%DocumentFonts: Helvetica
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
15.2 +++ b/singlegene_example_925_Col12a1_ACA+PL+ILA+DP+ORB+MO_gray.eps Sun Apr 19 14:19:52 2009 -0700
15.3 @@ -0,0 +1,789 @@
15.4 +%!PS-Adobe-2.0 EPSF-2.0
15.5 +%%Title: singlegene_example_925_Col12a1_ACA+PL+ILA+DP+ORB+MO_gray.eps
15.6 +%%Creator: gnuplot 4.2 patchlevel 2
15.7 +%%CreationDate: Sun Apr 19 14:08:36 2009
15.8 +%%DocumentFonts: (atend)
15.9 +%%BoundingBox: 50 50 410 302
15.10 +%%EndComments
15.11 +%%BeginProlog
15.12 +/gnudict 256 dict def
15.13 +gnudict begin
15.14 +%
15.15 +% The following 6 true/false flags may be edited by hand if required
15.16 +% The unit line width may also be changed
15.17 +%
15.18 +/Color true def
15.19 +/Blacktext false def
15.20 +/Solid true def
15.21 +/Dashlength 1 def
15.22 +/Landscape false def
15.23 +/Level1 false def
15.24 +/Rounded false def
15.25 +/TransparentPatterns false def
15.26 +/gnulinewidth 5.000 def
15.27 +/userlinewidth gnulinewidth def
15.28 +%
15.29 +/vshift -46 def
15.30 +/dl1 {
15.31 + 10.0 Dashlength mul mul
15.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
15.33 +} def
15.34 +/dl2 {
15.35 + 10.0 Dashlength mul mul
15.36 + Rounded { currentlinewidth 0.75 mul add } if
15.37 +} def
15.38 +/hpt_ 31.5 def
15.39 +/vpt_ 31.5 def
15.40 +/hpt hpt_ def
15.41 +/vpt vpt_ def
15.42 +Level1 {} {
15.43 +/SDict 10 dict def
15.44 +systemdict /pdfmark known not {
15.45 + userdict /pdfmark systemdict /cleartomark get put
15.46 +} if
15.47 +SDict begin [
15.48 + /Title (singlegene_example_925_Col12a1_ACA+PL+ILA+DP+ORB+MO_gray.eps)
15.49 + /Subject (gnuplot plot)
15.50 + /Creator (gnuplot 4.2 patchlevel 2 )
15.51 + /Author (Bayle Shanks,,,)
15.52 +% /Producer (gnuplot)
15.53 +% /Keywords ()
15.54 + /CreationDate (Sun Apr 19 14:08:36 2009)
15.55 + /DOCINFO pdfmark
15.56 +end
15.57 +} ifelse
15.58 +%
15.59 +% Gnuplot Prolog Version 4.2 (August 2006)
15.60 +%
15.61 +/M {moveto} bind def
15.62 +/L {lineto} bind def
15.63 +/R {rmoveto} bind def
15.64 +/V {rlineto} bind def
15.65 +/N {newpath moveto} bind def
15.66 +/Z {closepath} bind def
15.67 +/C {setrgbcolor} bind def
15.68 +/f {rlineto fill} bind def
15.69 +/vpt2 vpt 2 mul def
15.70 +/hpt2 hpt 2 mul def
15.71 +/Lshow {currentpoint stroke M 0 vshift R
15.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
15.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
15.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
15.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
15.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
15.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
15.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
15.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
15.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
15.81 +/BL {stroke userlinewidth 2 mul setlinewidth
15.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
15.83 +/AL {stroke userlinewidth 2 div setlinewidth
15.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
15.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
15.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
15.87 +/PL {stroke userlinewidth setlinewidth
15.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
15.89 +% Default Line colors
15.90 +/LCw {1 1 1} def
15.91 +/LCb {0 0 0} def
15.92 +/LCa {0 0 0} def
15.93 +/LC0 {1 0 0} def
15.94 +/LC1 {0 1 0} def
15.95 +/LC2 {0 0 1} def
15.96 +/LC3 {1 0 1} def
15.97 +/LC4 {0 1 1} def
15.98 +/LC5 {1 1 0} def
15.99 +/LC6 {0 0 0} def
15.100 +/LC7 {1 0.3 0} def
15.101 +/LC8 {0.5 0.5 0.5} def
15.102 +% Default Line Types
15.103 +/LTw {PL [] 1 setgray} def
15.104 +/LTb {BL [] LCb DL} def
15.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
15.106 +/LT0 {PL [] LC0 DL} def
15.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
15.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
15.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
15.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
15.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
15.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
15.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
15.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
15.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
15.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
15.117 + hpt neg vpt neg V hpt vpt neg V
15.118 + hpt vpt V hpt neg vpt V closepath stroke
15.119 + Pnt} def
15.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
15.121 + currentpoint stroke M
15.122 + hpt neg vpt neg R hpt2 0 V stroke
15.123 + } def
15.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
15.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
15.126 + hpt2 neg 0 V closepath stroke
15.127 + Pnt} def
15.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
15.129 + hpt2 vpt2 neg V currentpoint stroke M
15.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
15.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
15.132 + hpt neg vpt -1.62 mul V
15.133 + hpt 2 mul 0 V
15.134 + hpt neg vpt 1.62 mul V closepath stroke
15.135 + Pnt} def
15.136 +/Star {2 copy Pls Crs} def
15.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
15.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
15.139 + hpt2 neg 0 V closepath fill} def
15.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
15.141 + hpt neg vpt -1.62 mul V
15.142 + hpt 2 mul 0 V
15.143 + hpt neg vpt 1.62 mul V closepath fill} def
15.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
15.145 + hpt neg vpt 1.62 mul V
15.146 + hpt 2 mul 0 V
15.147 + hpt neg vpt -1.62 mul V closepath stroke
15.148 + Pnt} def
15.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
15.150 + hpt neg vpt 1.62 mul V
15.151 + hpt 2 mul 0 V
15.152 + hpt neg vpt -1.62 mul V closepath fill} def
15.153 +/DiaF {stroke [] 0 setdash vpt add M
15.154 + hpt neg vpt neg V hpt vpt neg V
15.155 + hpt vpt V hpt neg vpt V closepath fill} def
15.156 +/Pent {stroke [] 0 setdash 2 copy gsave
15.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
15.158 + closepath stroke grestore Pnt} def
15.159 +/PentF {stroke [] 0 setdash gsave
15.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
15.161 + closepath fill grestore} def
15.162 +/Circle {stroke [] 0 setdash 2 copy
15.163 + hpt 0 360 arc stroke Pnt} def
15.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
15.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
15.166 +/C1 {BL [] 0 setdash 2 copy moveto
15.167 + 2 copy vpt 0 90 arc closepath fill
15.168 + vpt 0 360 arc closepath} bind def
15.169 +/C2 {BL [] 0 setdash 2 copy moveto
15.170 + 2 copy vpt 90 180 arc closepath fill
15.171 + vpt 0 360 arc closepath} bind def
15.172 +/C3 {BL [] 0 setdash 2 copy moveto
15.173 + 2 copy vpt 0 180 arc closepath fill
15.174 + vpt 0 360 arc closepath} bind def
15.175 +/C4 {BL [] 0 setdash 2 copy moveto
15.176 + 2 copy vpt 180 270 arc closepath fill
15.177 + vpt 0 360 arc closepath} bind def
15.178 +/C5 {BL [] 0 setdash 2 copy moveto
15.179 + 2 copy vpt 0 90 arc
15.180 + 2 copy moveto
15.181 + 2 copy vpt 180 270 arc closepath fill
15.182 + vpt 0 360 arc} bind def
15.183 +/C6 {BL [] 0 setdash 2 copy moveto
15.184 + 2 copy vpt 90 270 arc closepath fill
15.185 + vpt 0 360 arc closepath} bind def
15.186 +/C7 {BL [] 0 setdash 2 copy moveto
15.187 + 2 copy vpt 0 270 arc closepath fill
15.188 + vpt 0 360 arc closepath} bind def
15.189 +/C8 {BL [] 0 setdash 2 copy moveto
15.190 + 2 copy vpt 270 360 arc closepath fill
15.191 + vpt 0 360 arc closepath} bind def
15.192 +/C9 {BL [] 0 setdash 2 copy moveto
15.193 + 2 copy vpt 270 450 arc closepath fill
15.194 + vpt 0 360 arc closepath} bind def
15.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
15.196 + 2 copy moveto
15.197 + 2 copy vpt 90 180 arc closepath fill
15.198 + vpt 0 360 arc closepath} bind def
15.199 +/C11 {BL [] 0 setdash 2 copy moveto
15.200 + 2 copy vpt 0 180 arc closepath fill
15.201 + 2 copy moveto
15.202 + 2 copy vpt 270 360 arc closepath fill
15.203 + vpt 0 360 arc closepath} bind def
15.204 +/C12 {BL [] 0 setdash 2 copy moveto
15.205 + 2 copy vpt 180 360 arc closepath fill
15.206 + vpt 0 360 arc closepath} bind def
15.207 +/C13 {BL [] 0 setdash 2 copy moveto
15.208 + 2 copy vpt 0 90 arc closepath fill
15.209 + 2 copy moveto
15.210 + 2 copy vpt 180 360 arc closepath fill
15.211 + vpt 0 360 arc closepath} bind def
15.212 +/C14 {BL [] 0 setdash 2 copy moveto
15.213 + 2 copy vpt 90 360 arc closepath fill
15.214 + vpt 0 360 arc} bind def
15.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
15.216 + vpt 0 360 arc closepath} bind def
15.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
15.218 + neg 0 rlineto closepath} bind def
15.219 +/Square {dup Rec} bind def
15.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
15.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
15.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
15.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
15.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
15.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
15.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
15.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
15.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
15.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
15.230 + 2 copy vpt Square fill Bsquare} bind def
15.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
15.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
15.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
15.234 + Bsquare} bind def
15.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
15.236 + Bsquare} bind def
15.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
15.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
15.239 + 2 copy vpt Square fill Bsquare} bind def
15.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
15.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
15.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
15.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
15.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
15.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
15.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
15.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
15.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
15.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
15.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
15.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
15.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
15.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
15.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
15.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
15.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
15.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
15.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
15.259 +/DiaE {stroke [] 0 setdash vpt add M
15.260 + hpt neg vpt neg V hpt vpt neg V
15.261 + hpt vpt V hpt neg vpt V closepath stroke} def
15.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
15.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
15.264 + hpt2 neg 0 V closepath stroke} def
15.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
15.266 + hpt neg vpt -1.62 mul V
15.267 + hpt 2 mul 0 V
15.268 + hpt neg vpt 1.62 mul V closepath stroke} def
15.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
15.270 + hpt neg vpt 1.62 mul V
15.271 + hpt 2 mul 0 V
15.272 + hpt neg vpt -1.62 mul V closepath stroke} def
15.273 +/PentE {stroke [] 0 setdash gsave
15.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
15.275 + closepath stroke grestore} def
15.276 +/CircE {stroke [] 0 setdash
15.277 + hpt 0 360 arc stroke} def
15.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
15.279 +/DiaW {stroke [] 0 setdash vpt add M
15.280 + hpt neg vpt neg V hpt vpt neg V
15.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
15.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
15.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
15.284 + hpt2 neg 0 V Opaque stroke} def
15.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
15.286 + hpt neg vpt -1.62 mul V
15.287 + hpt 2 mul 0 V
15.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
15.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
15.290 + hpt neg vpt 1.62 mul V
15.291 + hpt 2 mul 0 V
15.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
15.293 +/PentW {stroke [] 0 setdash gsave
15.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
15.295 + Opaque stroke grestore} def
15.296 +/CircW {stroke [] 0 setdash
15.297 + hpt 0 360 arc Opaque stroke} def
15.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
15.299 +/Density {
15.300 + /Fillden exch def
15.301 + currentrgbcolor
15.302 + /ColB exch def /ColG exch def /ColR exch def
15.303 + /ColR ColR Fillden mul Fillden sub 1 add def
15.304 + /ColG ColG Fillden mul Fillden sub 1 add def
15.305 + /ColB ColB Fillden mul Fillden sub 1 add def
15.306 + ColR ColG ColB setrgbcolor} def
15.307 +/BoxColFill {gsave Rec PolyFill} def
15.308 +/PolyFill {gsave Density fill grestore grestore} def
15.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
15.310 +%
15.311 +% PostScript Level 1 Pattern Fill routine for rectangles
15.312 +% Usage: x y w h s a XX PatternFill
15.313 +% x,y = lower left corner of box to be filled
15.314 +% w,h = width and height of box
15.315 +% a = angle in degrees between lines and x-axis
15.316 +% XX = 0/1 for no/yes cross-hatch
15.317 +%
15.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
15.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
15.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
15.321 + gsave 1 setgray fill grestore clip
15.322 + currentlinewidth 0.5 mul setlinewidth
15.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
15.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
15.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
15.326 + {PFa 4 get mul 0 M 0 PFs V} for
15.327 + 0 PFa 6 get ne {
15.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
15.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
15.330 + } if
15.331 + stroke grestore} def
15.332 +%
15.333 +/languagelevel where
15.334 + {pop languagelevel} {1} ifelse
15.335 + 2 lt
15.336 + {/InterpretLevel1 true def}
15.337 + {/InterpretLevel1 Level1 def}
15.338 + ifelse
15.339 +%
15.340 +% PostScript level 2 pattern fill definitions
15.341 +%
15.342 +/Level2PatternFill {
15.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
15.344 + bind def
15.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
15.346 +<< Tile8x8
15.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
15.348 +>> matrix makepattern
15.349 +/Pat1 exch def
15.350 +<< Tile8x8
15.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
15.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
15.353 +>> matrix makepattern
15.354 +/Pat2 exch def
15.355 +<< Tile8x8
15.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
15.357 + 8 8 L 8 0 L 0 0 L fill}
15.358 +>> matrix makepattern
15.359 +/Pat3 exch def
15.360 +<< Tile8x8
15.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
15.362 + 0 12 M 12 0 L stroke}
15.363 +>> matrix makepattern
15.364 +/Pat4 exch def
15.365 +<< Tile8x8
15.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
15.367 + 0 -4 M 12 8 L stroke}
15.368 +>> matrix makepattern
15.369 +/Pat5 exch def
15.370 +<< Tile8x8
15.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
15.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
15.373 +>> matrix makepattern
15.374 +/Pat6 exch def
15.375 +<< Tile8x8
15.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
15.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
15.378 +>> matrix makepattern
15.379 +/Pat7 exch def
15.380 +<< Tile8x8
15.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
15.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
15.383 +>> matrix makepattern
15.384 +/Pat8 exch def
15.385 +<< Tile8x8
15.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
15.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
15.388 +>> matrix makepattern
15.389 +/Pat9 exch def
15.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
15.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
15.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
15.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
15.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
15.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
15.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
15.397 +} def
15.398 +%
15.399 +%
15.400 +%End of PostScript Level 2 code
15.401 +%
15.402 +/PatternBgnd {
15.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
15.404 +} def
15.405 +%
15.406 +% Substitute for Level 2 pattern fill codes with
15.407 +% grayscale if Level 2 support is not selected.
15.408 +%
15.409 +/Level1PatternFill {
15.410 +/Pattern1 {0.250 Density} bind def
15.411 +/Pattern2 {0.500 Density} bind def
15.412 +/Pattern3 {0.750 Density} bind def
15.413 +/Pattern4 {0.125 Density} bind def
15.414 +/Pattern5 {0.375 Density} bind def
15.415 +/Pattern6 {0.625 Density} bind def
15.416 +/Pattern7 {0.875 Density} bind def
15.417 +} def
15.418 +%
15.419 +% Now test for support of Level 2 code
15.420 +%
15.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
15.422 +%
15.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
15.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
15.425 +currentdict end definefont pop
15.426 +/MFshow {
15.427 + { dup 5 get 3 ge
15.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
15.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
15.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
15.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
15.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
15.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
15.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
15.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
15.436 + pop aload pop M} ifelse }ifelse }ifelse }
15.437 + ifelse }
15.438 + forall} bind def
15.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
15.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
15.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
15.442 +/MLshow { currentpoint stroke M
15.443 + 0 exch R
15.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
15.445 +/MRshow { currentpoint stroke M
15.446 + exch dup MFwidth neg 3 -1 roll R
15.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
15.448 +/MCshow { currentpoint stroke M
15.449 + exch dup MFwidth -2 div 3 -1 roll R
15.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
15.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
15.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
15.453 +end
15.454 +%%EndProlog
15.455 +gnudict begin
15.456 +gsave
15.457 +50 50 translate
15.458 +0.050 0.050 scale
15.459 +0 setgray
15.460 +newpath
15.461 +(Helvetica) findfont 140 scalefont setfont
15.462 +gsave % colour palette begin
15.463 +/maxcolors 64 def
15.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
15.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
15.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
15.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
15.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
15.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
15.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
15.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
15.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
15.473 + } ifelse} def
15.474 +/Constrain {
15.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
15.476 +/YIQ2RGB {
15.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
15.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
15.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
15.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
15.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
15.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
15.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
15.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
15.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
15.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
15.487 + if} ifelse} ifelse} ifelse} def
15.488 +/InterpolatedColor true def
15.489 +/grayindex {/gidx 0 def
15.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
15.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
15.492 + GrayA gidx get sub div} def
15.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
15.494 + RedA gidx get sub dgdxval mul add} def
15.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
15.496 + GreenA gidx get sub dgdxval mul add} def
15.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
15.498 + BlueA gidx get sub dgdxval mul add} def
15.499 +/interpolate {
15.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
15.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
15.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
15.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
15.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
15.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
15.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
15.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
15.508 + .9524 .9683 .9841 1 ] def
15.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
15.510 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
15.511 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
15.512 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
15.513 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
15.514 + .9524 .9683 .9841 1 ] def
15.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
15.516 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
15.517 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
15.518 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
15.519 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
15.520 + .9524 .9683 .9841 1 ] def
15.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
15.522 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
15.523 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
15.524 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
15.525 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
15.526 + .9524 .9683 .9841 1 ] def
15.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
15.528 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
15.529 +/pm3dGamma 1.0 1.5 div def
15.530 +/ColorSpace (RGB) def
15.531 +Color true and { % COLOUR vs. GRAY map
15.532 + InterpolatedColor { %% Interpolation vs. RGB-Formula
15.533 + /g {stroke pm3dround /grayv exch def interpolate
15.534 + SelectSpace setrgbcolor} bind def
15.535 + }{
15.536 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
15.537 + SelectSpace setrgbcolor} bind def
15.538 + } ifelse
15.539 +}{
15.540 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
15.541 +} ifelse
15.542 +1.000 UP
15.543 +1.000 UL
15.544 +LTb
15.545 +1.000 UL
15.546 +LT0
15.547 +LTb
15.548 +%%%%BeginImage
15.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
15.550 +InterpretLevel1 {
15.551 + %% Construct a box instead of image
15.552 + LTb
15.553 + 876 4852 M
15.554 + 5292 0 V
15.555 + 0 -4429 V
15.556 + -5292 0 V
15.557 + 876 4852 L
15.558 + 40 -110 R
15.559 + (PS level 2 image) Lshow
15.560 + % Read data but ignore it
15.561 + /imagebuf 14372 string def
15.562 + currentfile imagebuf readstring
15.563 +} {
15.564 +gsave
15.565 +876 4852 translate
15.566 +5292 -4429 scale
15.567 +%%%%BeginPalette
15.568 +[ /Indexed
15.569 + /DeviceRGB 63
15.570 + <
15.571 + 000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
15.572 + 202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
15.573 + 414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
15.574 + 616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
15.575 + 828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
15.576 + a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
15.577 + c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
15.578 + e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
15.579 + >
15.580 +] setcolorspace
15.581 +%%%%EndPalette
15.582 +<<
15.583 + /ImageType 1
15.584 + /Width 135
15.585 + /Height 113
15.586 + /BitsPerComponent 8
15.587 + /ImageMatrix [ 135 0 0 113 0 0 ]
15.588 + /Decode [ 0 255 ]
15.589 + /DataSource currentfile /ASCII85Decode filter
15.590 + /MultipleDataSources false
15.591 + /Interpolate false
15.592 +>>
15.593 +image
15.594 +} ifelse
15.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
15.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
15.597 +hSb//hSb//hSb/!<<*"zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzz
15.598 +zzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzz
15.599 +zzzzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzz
15.600 +zzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzz
15.601 +zzzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzz!!!!"!<<*"zzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzz
15.602 +zzz!!!$#zzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!!$#!!*-$zzzzzzzzzzzz!!!!O/cYnPzz
15.603 +zzz!#I6fzzzzzzzzzzzz!!30$!!3-#zzzzzzzzzzzz!!"W(!!!$"zzzz!!!!O/hR,(zzzzzzzzzzz!
15.604 +!!!$!s&B%!!3-#zzzzzzzzzzzz!%ol(!!**#zzzz!!"Vk*A.<lzzzzzzzzzzz!!NK,!<<*"!W`9$zz
15.605 +zzzzzzzzzz/hR,)!<E9.zzzz/fGTK+"f/Gzz/cYkOzzz!"KMN(B=F8zzz"p=u.z!<<*"zzzzzzzzzz
15.606 +z!!!!O/cYkQ"9o,>%0-A.zz!!"Vg)&F55+<)p5!!!!'"thM\/cYkOzzz&JGrs(DIJqzz!!ic4!s&E&
15.607 +!!!!"zzzzzzzzzzzz!!"W(!!!*'"YL2s'b:9E!%n6Oz/hS"U)&aD8*%iiQ#6Y58#;-oI/cYkOzz!!!
15.608 +!/',MQ('GV8s('"=7z#R:J7!W`<%!!!$#zzzzzzzzzzzz!%ol(!!!-S/hRVE/hSb//hR,(!%olV*Z>
15.609 +t:)]UI_&.AdH"9AQ,">1E+(B=F8zz!"98K()Ro)(Dmr('EA+5!!ii9"p=u/!<E3$!!**%zzzzzzzzz
15.610 +zzz/hR,(!%ol4%5'7C$P!U^)_N`C!%o35*??+=)D2a7$k3IF!rr<'#S.ag)ZTj<z/cYl(%1a-f()I\
15.611 +u'G_K#%fd(I#mgk?!s/N*!<E3%!<E6(!rr<$zzzzzzzzzz!!!!O/cYkO!%ol:&hXq6&eYlp*?$O_/f
15.612 +YiP*#pR`'c%Ms%h&XF!s&H-%2U*-*[*-g/hSb//hSb/()e)-)&F,+)&sP0&J#<X$3^P7!W`?(!WiB'
15.613 +!<E3%!WW3#zzzzzzzzzz!!"W(z!%o-'()@`('GM9!)'BtQ(EFM7)Ak(@'bhAo%0d%>"9T&C*ZuUM/g
15.614 +2Jm+W_U@(E"hE)]]t?*#fk;*#TV,%h/jM"p>#0!WiE)!WiE)!<E3%zzzzzzzzzzz!%ol(z!%o*((E"
15.615 +&,()\,:+<haA)B0J2)(lU:%MBKe%1!+E$6('/+<W9^+sS6S+<M^F/hS:j+Wi<Y+!2UI*ZGn0%grUI"
15.616 +9S],!WiE)!WiE)!<E0#zzzzzzzzzzz/hR,(z/fblN*Z5h7)'C+N-6F*F)Aa;-'eU%*$kO*`&/5iu*$
15.617 +-+A/g2>Z+X&!P+X&$R/hSb//hSb//g;G]*Z>e0&IJgJ"p4o.!WrN+!WiE(zzzzzzzzzzz!!!!O/cYk
15.618 +O!!!!O+<_mL+X&-R,9eEY*uZ+;'H%T!(+p(-%Lj$d(Dn&0*#pRP*ZlIG+<M^K+X/*T/g2A]+sS<W/g
15.619 +;G\*?#b,%h&dN"U,#2!s8W,!W`<%zzzzzzzzzzz!!"W(z!!"Vr-7're.4$;d-RgAh+WD75(D[Mp">2
15.620 +;:%Ls3i(E"&B/fPfN*Zc@E*ZuUM+sJ6T+X&$R,9nEW/g;DX)]BM,%h/jO"pG,4!sA].!<E0#zzzzzz
15.621 +zzzzz!%ol(z!%oKA-n6Ys/MA\//1`+n*YoP0'+b``"9^>0/hSb//hRtX)B'P6*$$(A+<_pR,9\3R+X
15.622 +&$S,9nBV/g)/R)&O)'&Io-R#6k;6!sA]-zzzzzzzzzzzz/hR,(z!%oKF.P3>01c$pA0.J4l)]BS.',
15.623 +)#f#n7FX/eo'Q'c%N$(E+21*$$%@+!DgP+X&!P+X/*S,9nBb/fblL(`!l%%h&^K#6k>7!s8T*zzzzz
15.624 +zzzzzz!!!!O/cYkOz/gVqs0JbLA2)@!>.O6>f+W_=2'GD#e%hB0b'GV>u(`4)-)]Tb7*$67E+<VdM+
15.625 +X&!P+X/*S+s8K[*?5t8()7Sr%h&dM"pP55!W`<%zzzzzzzzzzz!!"W(z!!!!O/gr>)1Gq'K1bgO1,:
15.626 +Fl`+s7aA(_mi%&ekrm(E",1)AsG6*ZZ4A+!2RF*ZcCH+X&!P+<_mO/hS1c*#fe6()@Pt%LNLI"U"o/
15.627 +!<<*"zzzzzzzzzzz!%ol(z!!"Vp,V1W,2`EWP0eFh%,pjl\+<_dI)&a>.(`!o+)]B_;*#oq=*?6"=*
15.628 +Zc=A*?H7D+WqmL+!DaK/fl#Q)]KY4(`!kt$jm7D"U"i,zzzzzzzzzzzz/hR,(z/hS@p/Mo:C3&NKE.
15.629 +OHAe,U"9P+<VaI)Aj2))]^"C+X%sN*ul7@)]Ke<*Zc:A*??1C+!;XI+<MXW/fYiN)]K\4(`!_o$3p_
15.630 +<!s/K(zzzzzzzzzzz!!!!O/cYkOz/g;Sk1,h3P2(pU4-6jcY*??1D+!;RC*uZ1C+X/-T+sA'O*ul:@
15.631 +*?6(@*Zc@C*?H4B+!)IE*?6[N)]K_8)B'J1((gr]#R(>5!WiB&zzzzzzzzzzz!!"W(z!!!!F/hSh93
15.632 +]]8\1+agu,:"BO*$-+B+<VaK,9nE[-6sfZ+WhaH*??+>)]Tk>*ZZ7A*??.@*??+>/fYiM)]BS3(`*u
15.633 +(&Io*P"Tni/!W`9$zzzzz!!!!"!Wi?%zzzz!%ol(z!!"B!,V1]34?GDT-mU2e+<)7?*#ot@*Zu[P,:
15.634 +"N],9e<R*ZZ7A*#oq<*#oq=*??.@*#fk9)B1:K)]9P4)&O2,'bq>m$O6k>"U"o0!<<*"zzzzz!!!$"
15.635 +!<<*"!WW3#zzz/hR,(z!!"Vu/N>jU4ukGN-7C5d)B0V7)B0\<+X/*S,U=W\,9S$J)]Kb:*#oq<)]K_
15.636 +9*#oq;)B0PH/fGQ?'c.Z#'bqGt'+YN[$3g\="Tnf,zzzzzz!!!$#!!*-&!rr<$zz!!!!O/cYkOz/hS
15.637 +It1d!ra2_Z^.0I7_Y)]Tb7)B0S5(`jbA,9n<Q*uu@@)]Kb7(`=2/)B'M5)]C=]/hRtU&J>We&/#Qg'
15.638 ++toi%LiaP#mUV:!s8Q(zzzzz!!!!"!<E0#!!!$$"9\i2zz!!"W(zz/gN&+4?Pbe1Fsk#.3KWL)B0P3
15.639 +(`4)-*#p"B+!;UD)]BV5)&O/+(Dmu,)(mNo/f-,U'GV5k%h0!Y%hK?c%h/pT$O[=L"p>#1!s/H&zzz
15.640 +zz!<E3%!W`<%!<E6(!X&Z1zz!%ol(z!!!!O.46r34?52L-6FHW*Zc7=)&O2-(`422*??.@*#TV3(`4
15.641 +&+(D[c=/hSb/(D\V='bh8n&J,BZ$O[=M%1`mW$k*LO$O[4E"9S`.!W`9$zzzzz!<E3%!<E6'!WiE*"
15.642 +U"u4zz/hR,(z!!"Vp+Ykf52`!'5*ZZ+:)&aA2(Ddo+(`423*#]b6()Ic%()7Q"()7T#/f5B>'GV;q&
15.643 +J,B]%1ERN$4.%H#mq%J$OdFN$4$k?"9S`-!<<*"zzzz!!!$#!<E6&!s/Q+!WrK*!sJf1z!!!!O/cYk
15.644 +Oz!%oEB/2T1>/LDMT',_W((`=2.(`*u*(`FA6)]9M.'GM5r'GV;s'eU7;'bqGt'+bW`%13CK$OR7L$
15.645 +O@%F#mgqG$4."E#R:M9"9\f.!<<*"zzzz!!**$!WrN-!sAZ-!WiE*!s8]0z!!"W(zz/gMSe0/,(1-6
15.646 +=!:'H.]((`!l'(`4)-)]Th:(`3r#'GD/p'GW5Q'c%Mu'bV)i%1N[R#RC\A$47(E#6tPA$4.%G#m^hC
15.647 +#6tD9!s8T*zzzz!!!!"!<E6)"9\i2"9\i1!s8T+!s8W*z!%ol(z!!!!O)^-[_/h/+f(`!c#(_mc%()
15.648 +7T%(`4/3*?H.;(_mc!'GD05/eo*9'b_5n&.K$V$k!@J#6tJ=#R:S="pYA=#R:V@#RC\@#6b87!s/K'
15.649 +zzzz!!**%!WrQ/"U,&4!s8W."9S`.!s8N'z/hR,(z!!"Vl*@<3d.3orO'G_;t(DR]$'bqK$)]Ke>*$
15.650 +#q8()@T!'J:+8'GV;q&J,Ka$k!IN#RCY?"pP89#6tJ=#6tG<#7(S@#RC\@#6k>6!W`<%zzzz!<N<)"
15.651 +9\l4"U,#3"9\i1"9\i0"98E%!!!!O/cYkOz!%o98+XJTc,9@[6(D[f&'b_8r'GVB$*??.@)B'J0()7
15.652 +Pu/eo*7&eYcf&.T-W$4."E#R:S="pP89"pP89"pP89#7(S@#RCY?"pG)2!W`9$zzz!!!$#!WiH,"U,
15.653 +)6"U,&4"9\i1"9\i1"98E%!!"W(zz/gVVa-RL&Z)%mW"'c.T!'+tih'c7f/*??+=)&O,(',)u3'+to
15.654 +h&J#B^%1EUO#mU\?"pP89"pP57"U,&5"pP;;#RC\A#RCY>"Tni.!<<*"zz!!!!"!<E6'!sA`1"U,)6
15.655 +"U,&5"U"r2"9\i1z!%ol(z!!!!O/fu2],U4?J'GD2s'bqDr&J,Tj(`F>3*#]Y1(D@Jq&M=V,&.]<^%
15.656 +1WgU$k!@I#6kA:"pP57"U,&5"9\l4"pYA=#RLeC#R:P;!s/N)zzz!!!$#!<N?*"9eu5"U,&5"U,&5"
15.657 +9\i1"9Sc/z/hR,(z!!"Vo*[2dP*Z5b0().Gt'bh>q&J>`o(`OD5)&X2*'G(j/&.fB`%LrpW$k*LO$4
15.658 +$k@"pP89"U,#3"U,&4"U,)8#6tM?#mgnE#R1G7!W`<&zz!!!$#!<E3%!WrN-"U,&5"U,&5"9\i1"9S
15.659 +`.!s8W*!!!!O/cYkOz!%o33+<_mL)&O2,'b_5p'G;&m&el9&)B9Y5(`!eu&2"M)%h9'Z%1ERO$OR1G
15.660 +#6tG;"pG/6"9\i1"9er4"pP8:#RC\B#mgnE#6k;6!WiB'zz!<E3%!<E3&!WrN-"U,&5"U,#3"9\i0!
15.661 +s8W-!s8W*!!"W(zz/fGZK+WqgE(Ddo%',2)m'GD)n)]T_6*#on8()%<5%hB-[%LrpV$jm=K$4$nB"p
15.662 +P57"U,&4"9\i2"U,,9#6tM?#RC_C$47+I#mUS8!W`<%z!!**$!<E3%!<E3&!s8W."9\i1"9\i1"9S`
15.663 +.!s8W-!sAT(!%ol(z!!"W()&O24*?#\.()IYu'bqAr'G2#r)]Kb<*#fh5'.tmI%h9'Z%LigS#m^hC#
15.664 +6tG;"U,&5"U,#3"U5,7"pYA<#6tM@#mgqH$O[=K#R1D5!W`<&!<E3%!<E3%!<E3%!<E3&!s8Z/"9\i
15.665 +1"9\i1!sA].!s8W,"98E%/hR,(z!!"Vg(E=G8)Aa/)().Ds'GD,o&el0"*$$(@)B'M.'J9q-%h9'Y$
15.666 +k!CK#RC\?"pP57"pG/6"U,#5"pYA<#6tJ>#RLeE$47.K$OI+F"pG,3!s8T+!<E3%!<E3%!<E3%!<E6
15.667 +(!sA`0"9\i1"9Sc/!s8W-!s8W-!!!!O/cYkOz!%o$&)B9_8(D[c%',)#m&J>`j'c@o/*ZZ4>)As;C'
15.668 ++k`b%LrmU$jm=I#m^_>"pP89"pG27"U>8<#RC\A#7(S@#RLhG$O[=M$4."E#R1D6!s/N*!WiB'!<E3
15.669 +%!<E3%!<N?*"9\l3"U"r2!s8W.!s8W-!s8W-!!"W(zz/f,<@*#oe2()@Mn&eYfi&JYro(`F;3*#fe6
15.670 +(_eS8&J#?]%1EXQ$OR.G#RC\A#6tJ=#6kA;#7(S@#RC\A#RC_C$4@1J$47+I$4."E"pG,3!s/N*!W`
15.671 +<&!<E3%!<E3&!WrN-"U,&5"U,#3!s8Z.!s8W-!s/Q)!%ol(z!!!!O'c.`-)]KS/()%5i&.oNa'GD2s
15.672 +(D[l-)Aa2)/eSa-%LijV$k*OP$OI+G#mgkC#6tM>#6tM?#mgnE#RC\A#mgnF$4@1K$471L#mq"E"pG
15.673 +,3!WiB(!<E3%!<E3%!<E6(!sAc2"pG28"U"r2!sA`/!s8W,!WrE&/hR,(z!!"Vh*$-.B*?,k5'Ftih
15.674 +&J5Ed()%K"()@f,'bi8Q&eGTa%1N^T$k*LO$OR.G#m^eA#RC\A#RLeE#mgnE#RLeD#mgqG$OmLP$k*
15.675 +OQ$OR4G"U"o/!WiE)!<E3%!<E3&!WiH,"9eu7#6kA9"U,#3"9\f/!s8T+!s8NU/cYkOz!%o62*[)[M
15.676 +*uG_)$ka9i&eu/t'c.Z&(`F5-/hRhL&.f<\%1EXR$k*LO$OR4K#mptF#mgnE$4.%G$4."E#mgnE$Od
15.677 +FR%LrsW$k*LN$4$h>"Tnf-!WiE)!<E3%!<E6'!s8Z1#6tJ=#6tG:"U,#2"9S`.!s/N*!rsr+zz/g)2
15.678 +W,U=QU*#K7s%2Kfs(Dmr*)B'J2)Ak(Z'bh2j&.]3Z%1E[S$k*OQ$k*LO$47(G#mgnF#mgnE#mgnE#m
15.679 +gtK$k*UU%hB-Z$47+H#mLP9!sAZ,!WiE)!WiH+!s8W."U,)9#RC\@#7(P<"U,&4"9S`.!WiH+""l2+
15.680 +z!!!!O+s.sT-6aQT*#9)()As>0)]Te7)B0V6)(lX>'G:of&.T-Z%1WjX%LijU$k*LN$47(G#mgnE#m
15.681 +gnE#mgnE#n.7P$k<aX%LrmR#mq"G#6b55"9S`.!s8W."9\l2"U"u5#RC\A#mgnD#m^_>"U,)6"9S`.
15.682 +!WiH+/hR,(z!!"Vn+XJE],U=QR&J?!%*#fk:*#ot>*#onM)&Er#&ePWc%h9'Z%LrpW%1NaT$OR4I#m
15.683 +gnE#mgnE#mgqF#mgnF$k3UR%1WjX$k!@J$47(D"9\i1"9\i1"U,&6"pP89"pP;<#RLeE$O[7J#R:S=
15.684 +#6k>8"9S`.!WrNW/cYkOz!%o-2,:+W\,9.L3%i?3()]BY9*ZZ7A*%i*F'bLuh&.]6^%LijV%1N^S$O
15.685 +dCM$47(F#RC\B#mgnE$4."G$47+K%1E[U%LijT$4-tE$47(C"9\l3"U,)7"pYA<"pYA;#7(VB$471M
15.686 +$k!=H#RC\@"pP57"9\f.!WXi*zz/eo6K,U4BS*u,D!()7Z''cJ#3*ZZ7?/f#$1%LidR$jm:L$4@4K$
15.687 +OR7L$OR4I#RC\A#RC_C#mgqF$4.%H$4@4L$k*OR%1N^R#m^eC$4-k="U,)7"pP89#6tJ="pYA<#RUn
15.688 +I%1NaU$jd4H#R1M="pG/5"9\f.!%ol(z!!!!O&K)T0*#TY3'G1ro(Ddo*(`=88)]C=D&Io9Y$47(G#
15.689 +R:V@#mgnE#mq"H$4-qB#RCY@#RLeD#mptG$47(H#n%+K$4@7N$k*IL#mq"H$4-n?"pG/6"U,)7#6tJ
15.690 +=#6tM@$4@7O%1EUO$47(F"pP8:"pG,4"9JQ'/hR,(z!!"VZ(Dmu)'GV2j%1j9l'G_N%(`OJ7)(lO5%
15.691 +L`^P#RC\A#7(VC$47(H$47+G#6tJ=#6tJ=#mgnE#mgnE#mgnF$47+I$OmRU%1ERO$k!CM#R1G9"9\i
15.692 +2"U52:#6tM?#RLhF$k*OQ$OR4J$4-tB"pP8:"pG/5!rr<R/cYkOz!%nKd&ebll&If'S$P*j_&/5fk)
15.693 +Aj;D/e\a)%1ERM#RC\A#RLhF#mgnE#m^b@"pP89"pP8:#RC\B#m^eB#m^kF#mh"L%hB-Z$OR:N$k!F
15.694 +K"U"o0!s8Z0"U52:#6tM?#mgtI$k*LN$47+H#RCY?"pG26"U"r.!!"W(zz/dDUg$SDkr$OI(F#mh%L
15.695 +%Lij]'c%N:&.T*V$4-tC#R:S?#RLbB#m^eA"pG27"U,&5"U,)7#7(S@#RLeC#R^tG%1WjX%LrsX$k!
15.696 +IQ$4$h=!s8T,!s8Z0"U5/9#7(SA#mq"I$OR4I#mgnE#R:S="U,#4!s8N'!%ol(z!!!!$/hSb//hRJ:
15.697 +#RUkE#mq"H#n.7R&M=S(%1ERM#R:S>#6tJ="pYA;"pG/6"U"r3"U"r2"U,)8"pbMA$47+I$OR:O%Li
15.698 +mX%h9$W$OdFL"U,#2!WiE*!sAc2"U52:#RLeE$47+I#mgnE#mgnE#6tG;"U,&4"98E%/hR,(z!!!*(
15.699 +">0l`#VI_^/hRJ:#RCbD$OdIs/e&6u$OI(D#6kA:"pP89"pP57"U,&4"9\i1"9\i1"pP;:#mq"I$O[
15.700 +=N$k3US%Ls![%hB-Y$OI+D"9\f.!WiE*!sAc3"pYD>#mgqF$47(F#RC\B#mgkC#6tG;"pP21!!!!O/
15.701 +cYkOz!!!-+#6tJ=#6tJ="tg/d#RLbD$OdIs%1N[Q$3g_?"pP89"U,&5"U,&5"U,#3"9\i1"U"u6#6t
15.702 +J@$O[:L$47.L$k*OR%M''\%LidQ#mU\<!s/N*!WiE*!sAc3#7(SA#mptG$4-tC#7(S@#m^eA#6tG;"
15.703 +pFu,!!"W(zz"9\o6#R:S?#7(P>#;-8f#R:YC$O\Qq$k!FN#mU\?#7(M<"pG/6"U,&5"U,#3"U,&5"p
15.704 +P;<#71bF$47+I$471M$k*RT%h9'X$jm7F"pP55!s/N*!WiE*"9eu7#RLeE$47+I#mU\?#7(SA#RC\@
15.705 +#6kA:z!%ol(zz"9\l6#R:S?#6tJ=/dDXe#71_F$k+`t$k*LN#RLeD$47%D#6kA:"pG/7"pP58"pP58
15.706 +#6tJ>#mq%I$47+I$4I=O%1E[R$k*OP$4$h>"U,#2!WiE)!WiH,"9f#8#RLeD#mptF#6kD<#RC\A#6t
15.707 +J<"pP83z/hR,(z!!!!%"U55<#R:S>#6tMe#RC\A#RCeG/e&7!$k*OP$O[=L$4-tC#6tJ<"pP89"pG2
15.708 +8"U,)7"pYG@#n%(I$47+I$47.K$O[:L$O[=M#R:M:"U"l.!WiE)!s8Z0"pYA<#RC\B#RLbA"pP;;#R
15.709 +:S>"pP57"U+l+!!!!O/cYkOz!!!0+"pYD>#R:S>#6uje#RC\A#n%+n%1NaU$k*OQ$O[:K#mgkB"pY>
15.710 +;"pP89"U,)6"U52:#71\C$47+I$47+H#mq"H$47+I$O[:I#6b87"p=u/!WiH+"9\l5#6tJ>#RC\A#6
15.711 +kA:#6tJ="pG/7"9\l2"98E%!!"W(zz!!!0,#7(S@#6tJ=#;-5e#7(VC$SF%@%1NaU$k*OQ$O[:K#m^
15.712 +b?"pP89"pP57"U,&5"pP8:#RLeE$4.%H#m^hD#mgqG$4@4K$47+F"pG/7"9JW,!s8Z0"U52:#6tM>#
15.713 +6tJ="pP89#6b54!s8W-!sA`,z!%ol(zz!!NN2#7(S?#6tJ=/dDXe#RC_D$SDkt%1NaT$k*OQ$OR1H#
15.714 +R1M<"pG/6"U,&5"9\i2"pYD?#mgqF#mgnD#RC\A#mgqG$47+I$OR1F"pG28!s8W."9\l4"pYA<#6tG
15.715 +;"pP89"U5,6!s8W,!WiH+!rr<$z/hR,(zz!!EK2#7(S@#R:S>/dDRd#RC_D/dr-t%1N^S$k*LM#m^b
15.716 +@"U,&4"U"r2"9\i1"9er5#7(SA$47+H#m^eA#R:S?#RC_D$47+J$4-tB"pP87"9\i2"U5/9#6tJ=#6
15.717 +kA9"U,#3!s8T+!W`<&!WrK(z!!!!O/cYkOzz!sAi6#7(S?#6kD</d;Oc#RLhG/dr-s$k*LO$OI(E"p
15.718 +G/5"9\f0"9Sc0"9\i1"U,)8#RC_D$47+H#R:S?#6tJ>#RC_D$47.J$4$k@"U,&5"U,&6#6tJ=#6tG;
15.719 +"U,&3!s/N*!<E3%!<E3&!Wi?%z!!"W(zz!!!!$!sJo7#6tJ=#6tM?/hRA7#qcQ;/dr-s$k!FM#R:P;
15.720 +"U,#3!s8W-!s8W."9\l3"U55<#mq"H$4-tD#6tJ<"pP;<#RLeD$4@4L$4$k?"U,)6"U52:#6tG:"U"
15.721 +o1!sAZ,!WiB'!<E0#!!**$!<<*"z!%ol(zz!!!'&"U52:#R:S?#RC\?#;.V]$8)\p$k*RQ$4@4H"pP
15.722 +57"9S`.!s8W-!sA`0"U,&6#RC_C$47+I#m^eA#RCY?#6tJ>#mgqG$OdCM#R1G9"pY>:"pP89"U5)4!
15.723 +s/N*!WiE)!WiB'!<N<(!WW6$zz/hR,(zz!<N?,"pYD>#RC\A#m^b@#VHGl$k*OR%1NaS$O[7F"pP25
15.724 +!s8W-!s8Z/"9er4"pP;<#RLeE$47(G#m^bA#R:S>#7(SA#mq%K$k!@I"pP59#R1J:"U,#3"9JW+!Wi
15.725 +E)!WiE)!<E3%!<N9%!!*'"z!!!!O/cYkOz!!!!"!sAc3#7(VB#mgnE#RC_C$4@7N%1NaU%1N[R$O?q
15.726 +?"pG,3!s8W-!sA`1"U,)7"pYD?#mgnF$4."F#R:S?#6tJ=#mgnF$k*OQ$O?tA"pP><"U,&4"9JZ-!W
15.727 +`<'!WiE)!W`<&!<E3%!W`<&!<<*"z!!"W(zz!!!$#"9o&8#RUkE#mgnE$4."G$471M%1NaT$OR7K"p
15.728 +>)5"Tni.!s/Q,"9\i2"U5/8#7(VB#mgnE#mgkC#R:V?#7(SB$4@4M%1NaT#m^b?#6k>7"U"o0!<E3%
15.729 +!<E3%!<E3%!<E3%!<E3%!<E3%zz!%ol(zz!!33*"pP;=$4."F#mgnF#mptG$47.K$k!FL#RC\>"9\i
15.730 +0!s/N*!WrN,"9\i2"U5/9#RC_C#mgnE#RC\A#7(S@#RLhG$OdIR%1N[N#6tJ="9\i0!s/N)!<<-$!<
15.731 +E3%!<E3%!W`9$!!!$"!<E0#zz/hR,(zz!WiN1#6tPA#mgnE#mgnE$4."G$4@4L$4-tD#6k;6"9S`-!
15.732 +WiE)!WiH,"9\i2"pP;<#RLeD#mgkC#mgkC#RLeD$4@7N%1NdW$OR1H#R:M8!s8T*!WW3#zzzz!!*'#
15.733 +!WW3#z!!!!O/cYkOz!!!!#!X/f6#71\B#RLeD#mgnF#mq"I$O[:J#RCY>"U,#2!s8T+!WiE)!WrQ-"
15.734 +9\l4#6tJ>#RLeD#mgnE#mgnE$47+J$OdIR%LrpU$OR.C"Tni/!W`<&zzzz!!*'#!<E3$zz!!"W(zz!
15.735 +!<9*"U>8:#RC\A#RC\B#mgnE$47.K$OR1G#R:P;"9\f/!WiE)!WiE)!s8W."U>59#6tM?#mgnE#mgn
15.736 +E$4."G$47.K$k3XU%LWXP#R:J7!s/Q*zzzzz!!**$!<E0#zz!%ol(zz!s/Q0#R:P<#RLbB#RC_D#mg
15.737 +kE$47.K$OI+F#R(>6"9S`.!WiE)!WiE*!sAc3"pP89#RC\B#mgnE#mgnF$4.%I$O[@O%1N^S$47+E"
15.738 +U"o/!<<*"zzzz!!!!"!<N<(zzz/hR,(z!!!!#!s8c6#R1J<#RC\A#RLeB#mq"I$O[=N$jd1F"p>#2!
15.739 +s8W,!WiE)!WrN,"9eu6"pP;<#mgnE#mq"H#mgqG#mq"H$4@7N$O[7H#m^\<!s/N)zzzzz!!**$!WiE
15.740 +(!<<*"z!!!!O/cYkOz!!EB+!s]&9#7(P>#6tM>#m^_B#RLkH$k3XS$47(F"9\l1!s8T+!WiE)!s8W-
15.741 +"U5,7"pYD>#mgnE$47+I$47+I$47+I$47(G#m^hD#R(A6!<E0#zzzz!!!!"!W`?)!s/Q)zz!!"W(zz
15.742 +"U,#3"U>8;#RCY?#RCY@#R:VA$4@:P%1N^S$OR+C"pG,3!s/N*!WiE*"9\i2"U,)8#RC\A#mgnF$47
15.743 ++I$4.%H$4."F#m^eB#mgh@"p=r-zzzzz!!!$#!<WE+!s8N'zz!%ol(z!!!!&"9er4#6tJ>#R:V@#R:
15.744 +S=#6tM@$OdFQ$k*RQ#R:S>"U"o0!WiE)!WrN-"9\l3"pYA<#RC\B#mgqG$47+I#mgnE#mgnD#RC\B#
15.745 +R1J:!W`9$zzzzz!<E6'"9\i1!rr<$zz/hR,(zz#6kA;#RC\@#7(S@#R:P<"pP;:#7(SB$OR7I#6tJ;
15.746 +"9\f/!s8W-!s8Z/"U,)7"pP;<#RC_C#mq"H$47+H#mgnD#RC\A#RLbA"pP22!<<*"zzzzz!<N<)"9e
15.747 +r/zz!!!!O/cYkOz!!!!(#6tJ=#RCY@#RC\@#mU\>"U##6"pYD?#mgkB"pP56"9\f/!s8W-!sA`1"U5
15.748 +/8"pYD>#mgnE#mq"H#mgnE#mgkB#R:V@#R1J;"9JQ'zzzzz!!!$#!WrQ/"TSN&zz!!"W(zz!!!!(#6
15.749 +tJ>#mU\?#RC\C#m^b@"pP58"pP>>#R:S="pG,4"9S`.!s8W-"9\i2"U5/8"pYD>#RLeD#mgnE#m^eB
15.750 +#RCY?#6kA:"U,#3!<<*"zzzzz!!!$$!sA`1zzz!%ol(zz!!!!(#6tJ;#6b>=$4."E#6kA:#6kA;"pY
15.751 +A<#6kA:"U"r2"9S`.!s8W."9\i1"pG28"pYA<#RC\A#RC_B#RC\@#6kA9"pG/6"U"o.zzzzzz!!*-'
15.752 +"9\])zzz/hR,(zz!!!6/#6tD8#RLeD#m^e@"U"u4"pYD=#R:P<"pP56"U"r1!s8W-!s8W."9\l3"U,
15.753 +)7"pP8:#6tJ=#R:S>#6tG;"U,#3"U,&4!WiB&zzzzzz!<N?+"98E%zz!!!!O/cYkOzz!!!91#R:P>#
15.754 +mgnD#6b86"U"r4"pP;;"pP8:#6k>8"9S`.!s8W-!s8W-"9\l3"U,&6"pP89#6kA:"pYA;"pG/5"9\i
15.755 +1"U,#2!W`9$zzzzz!!!!"!X&W+zzz!!"W(zzz!!ii9#7(VB#RLbA"U,#3!s8Z/"U,&6#6tJ="U,#3"
15.756 +9\f/!s8W-!s8W-"9er3"U,&5"U5,6"U"u4"U,&4"9\i1"9\i1"9\f-!<<*"zzzzz!!!$$!sAT(zzz!
15.757 +%ol(zzz!!rr=$47+I#R1J9"9\f.!WiE)"9\i2"U,#3"9\i1"9S`.!s/N+!s8W-"9Sc0"U,&5"U,#3"
15.758 +9\f0"9\i1"9S`/"9Sc0!s/K(zzzzzz!!*-(zzzz/hR,(zzz!"'&@$4-tC"pG,4"9\c-!WiE(!<N?+!
15.759 +s8W-"9Sc/!s8T+!WiH+!WiH+!s8W-"9\f/!sA`0"9S`.!sA`0!s8W-"9S],!W`<&zzzzzz!<WE(zzz
15.760 +!!!!O/cYkOzzz!"0/B#mUY<"9\i0!s/K)!W`<&!<E3&!WrN,!s8W-!s/N*!WiE)!s8W-!WrN,!s8W-
15.761 +!s8W-!s8W-!s8W-!s8W-!WiB'!<E3$zzzzz!!!$#!WrE&zzz!!"W(zzzz$OdFP$4$e="9\f/!s/N*!
15.762 +<E3%!<E3%!<N<(!WiE)!WiE)!WiE)!s8W,!s/Q,!s8W-!s8W-!s8W-!s8T,!WiE)!<E3%!<<*"zzzz
15.763 +z!!*-&zzzz!%ol(zzzz!"98B#6k>8"9S`.!s8T+!<N9&!<E3%!<E3&!<E3%!<E3%!<N<)!s8T+!WiH
15.764 ++!s8W-!s/N+!s8W-!WiE)!W`<&!<E3$zzzzzz!<N<&zzzz/hR,(zzzz!"92?"pG,4!s/N+!s/N*!Wi
15.765 +E)!<<*#!<E3%!<E3%!<E3%!<E3&!WiE)!WiE)!WiH*!WiH*!WiE)!WiE(!<E3%!<E0#zzzzz!!!!"!
15.766 +<<*"zzz!!!!O/cYkOzzzz!"9/<"U,#1!WiE*!WiE)!W`<&!<E0#!!**$!<E3%!<E3%!<E3&!WiE)!W
15.767 +iE)!WiE)!WiE)!WiE)!W`<&!<E3%zzzzzz!!!$"zzzz!!"W(zzzzz$4$k@"9S`-!W`?(!WiE(!<E3$
15.768 +z!!**$!<E3%!<E3%!<E3&!WiE)!WiE)!WiE)!WiE)!WiE(zzzzzzzz!!*'"zzzz!%ol(zzzzz!!!3+
15.769 +!s/N)!<E6'!WiB'!<<*#!<<*"!!**$!<N<'!W`<'!<N9'!WiE)!WiE)!WiE)!WiB'!<<*"zzzzzzzz
15.770 +zzzzz/hR,(zzzzz!!!0)!WiB&!<E6'!WiB'!<E3%!!!!"!<E3%!WiB(!WiE)!WiE)!WiE)!WiE)!W`
15.771 +<'!W`<%zzzzzzzzzzzzz!!!!O/cYkOzzzzz!!NK,!W`<%!<E6'!<E3%!<E3%!<E3%!<E3%!W`?(!Wi
15.772 +E'!WiE'z!WiE)zzzzzzzzzzzzzzz!!"W(zzzzzz"p>#0!<E3&!<E3%!<E6&!<<*"z!!!!#zzzzzzzz
15.773 +zzzzz!!!!"zzzzzz!%ol(zzzzz!!!!'"9\f-!<E6&!W`<&!Wi?%zzzzzzzzzzzzzzzzzzzzzzz/hR,
15.774 +(zzzzz!!!0+"9JW+!<N6&!<N<(!WW3#zzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb/
15.775 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
15.776 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
15.777 +InterpretLevel1 not {
15.778 + grestore
15.779 +} if
15.780 +grestore
15.781 +%%%%EndImage
15.782 +1.000 UL
15.783 +LTb
15.784 +1.000 UP
15.785 +1.000 UL
15.786 +LTb
15.787 +stroke
15.788 +grestore
15.789 +end
15.790 +showpage
15.791 +%%Trailer
15.792 +%%DocumentFonts: Helvetica
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
16.2 +++ b/singlegene_example_925_Col12a1_ACA+PL+ILA+DP+ORB+MO_jet.eps Sun Apr 19 14:19:52 2009 -0700
16.3 @@ -0,0 +1,783 @@
16.4 +%!PS-Adobe-2.0 EPSF-2.0
16.5 +%%Title: singlegene_example_925_Col12a1_ACA+PL+ILA+DP+ORB+MO_jet.eps
16.6 +%%Creator: gnuplot 4.2 patchlevel 2
16.7 +%%CreationDate: Sun Apr 19 14:08:36 2009
16.8 +%%DocumentFonts: (atend)
16.9 +%%BoundingBox: 50 50 410 302
16.10 +%%EndComments
16.11 +%%BeginProlog
16.12 +/gnudict 256 dict def
16.13 +gnudict begin
16.14 +%
16.15 +% The following 6 true/false flags may be edited by hand if required
16.16 +% The unit line width may also be changed
16.17 +%
16.18 +/Color true def
16.19 +/Blacktext false def
16.20 +/Solid true def
16.21 +/Dashlength 1 def
16.22 +/Landscape false def
16.23 +/Level1 false def
16.24 +/Rounded false def
16.25 +/TransparentPatterns false def
16.26 +/gnulinewidth 5.000 def
16.27 +/userlinewidth gnulinewidth def
16.28 +%
16.29 +/vshift -46 def
16.30 +/dl1 {
16.31 + 10.0 Dashlength mul mul
16.32 + Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
16.33 +} def
16.34 +/dl2 {
16.35 + 10.0 Dashlength mul mul
16.36 + Rounded { currentlinewidth 0.75 mul add } if
16.37 +} def
16.38 +/hpt_ 31.5 def
16.39 +/vpt_ 31.5 def
16.40 +/hpt hpt_ def
16.41 +/vpt vpt_ def
16.42 +Level1 {} {
16.43 +/SDict 10 dict def
16.44 +systemdict /pdfmark known not {
16.45 + userdict /pdfmark systemdict /cleartomark get put
16.46 +} if
16.47 +SDict begin [
16.48 + /Title (singlegene_example_925_Col12a1_ACA+PL+ILA+DP+ORB+MO_jet.eps)
16.49 + /Subject (gnuplot plot)
16.50 + /Creator (gnuplot 4.2 patchlevel 2 )
16.51 + /Author (Bayle Shanks,,,)
16.52 +% /Producer (gnuplot)
16.53 +% /Keywords ()
16.54 + /CreationDate (Sun Apr 19 14:08:36 2009)
16.55 + /DOCINFO pdfmark
16.56 +end
16.57 +} ifelse
16.58 +%
16.59 +% Gnuplot Prolog Version 4.2 (August 2006)
16.60 +%
16.61 +/M {moveto} bind def
16.62 +/L {lineto} bind def
16.63 +/R {rmoveto} bind def
16.64 +/V {rlineto} bind def
16.65 +/N {newpath moveto} bind def
16.66 +/Z {closepath} bind def
16.67 +/C {setrgbcolor} bind def
16.68 +/f {rlineto fill} bind def
16.69 +/vpt2 vpt 2 mul def
16.70 +/hpt2 hpt 2 mul def
16.71 +/Lshow {currentpoint stroke M 0 vshift R
16.72 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
16.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
16.74 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
16.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R
16.76 + Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
16.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
16.78 + /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
16.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
16.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
16.81 +/BL {stroke userlinewidth 2 mul setlinewidth
16.82 + Rounded {1 setlinejoin 1 setlinecap} if} def
16.83 +/AL {stroke userlinewidth 2 div setlinewidth
16.84 + Rounded {1 setlinejoin 1 setlinecap} if} def
16.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
16.86 + dup 1 lt {pop 1} if 10 mul /udl exch def} def
16.87 +/PL {stroke userlinewidth setlinewidth
16.88 + Rounded {1 setlinejoin 1 setlinecap} if} def
16.89 +% Default Line colors
16.90 +/LCw {1 1 1} def
16.91 +/LCb {0 0 0} def
16.92 +/LCa {0 0 0} def
16.93 +/LC0 {1 0 0} def
16.94 +/LC1 {0 1 0} def
16.95 +/LC2 {0 0 1} def
16.96 +/LC3 {1 0 1} def
16.97 +/LC4 {0 1 1} def
16.98 +/LC5 {1 1 0} def
16.99 +/LC6 {0 0 0} def
16.100 +/LC7 {1 0.3 0} def
16.101 +/LC8 {0.5 0.5 0.5} def
16.102 +% Default Line Types
16.103 +/LTw {PL [] 1 setgray} def
16.104 +/LTb {BL [] LCb DL} def
16.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
16.106 +/LT0 {PL [] LC0 DL} def
16.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
16.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
16.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
16.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
16.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
16.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
16.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
16.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
16.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
16.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
16.117 + hpt neg vpt neg V hpt vpt neg V
16.118 + hpt vpt V hpt neg vpt V closepath stroke
16.119 + Pnt} def
16.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
16.121 + currentpoint stroke M
16.122 + hpt neg vpt neg R hpt2 0 V stroke
16.123 + } def
16.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
16.125 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
16.126 + hpt2 neg 0 V closepath stroke
16.127 + Pnt} def
16.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
16.129 + hpt2 vpt2 neg V currentpoint stroke M
16.130 + hpt2 neg 0 R hpt2 vpt2 V stroke} def
16.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
16.132 + hpt neg vpt -1.62 mul V
16.133 + hpt 2 mul 0 V
16.134 + hpt neg vpt 1.62 mul V closepath stroke
16.135 + Pnt} def
16.136 +/Star {2 copy Pls Crs} def
16.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
16.138 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
16.139 + hpt2 neg 0 V closepath fill} def
16.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
16.141 + hpt neg vpt -1.62 mul V
16.142 + hpt 2 mul 0 V
16.143 + hpt neg vpt 1.62 mul V closepath fill} def
16.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
16.145 + hpt neg vpt 1.62 mul V
16.146 + hpt 2 mul 0 V
16.147 + hpt neg vpt -1.62 mul V closepath stroke
16.148 + Pnt} def
16.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
16.150 + hpt neg vpt 1.62 mul V
16.151 + hpt 2 mul 0 V
16.152 + hpt neg vpt -1.62 mul V closepath fill} def
16.153 +/DiaF {stroke [] 0 setdash vpt add M
16.154 + hpt neg vpt neg V hpt vpt neg V
16.155 + hpt vpt V hpt neg vpt V closepath fill} def
16.156 +/Pent {stroke [] 0 setdash 2 copy gsave
16.157 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
16.158 + closepath stroke grestore Pnt} def
16.159 +/PentF {stroke [] 0 setdash gsave
16.160 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
16.161 + closepath fill grestore} def
16.162 +/Circle {stroke [] 0 setdash 2 copy
16.163 + hpt 0 360 arc stroke Pnt} def
16.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
16.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
16.166 +/C1 {BL [] 0 setdash 2 copy moveto
16.167 + 2 copy vpt 0 90 arc closepath fill
16.168 + vpt 0 360 arc closepath} bind def
16.169 +/C2 {BL [] 0 setdash 2 copy moveto
16.170 + 2 copy vpt 90 180 arc closepath fill
16.171 + vpt 0 360 arc closepath} bind def
16.172 +/C3 {BL [] 0 setdash 2 copy moveto
16.173 + 2 copy vpt 0 180 arc closepath fill
16.174 + vpt 0 360 arc closepath} bind def
16.175 +/C4 {BL [] 0 setdash 2 copy moveto
16.176 + 2 copy vpt 180 270 arc closepath fill
16.177 + vpt 0 360 arc closepath} bind def
16.178 +/C5 {BL [] 0 setdash 2 copy moveto
16.179 + 2 copy vpt 0 90 arc
16.180 + 2 copy moveto
16.181 + 2 copy vpt 180 270 arc closepath fill
16.182 + vpt 0 360 arc} bind def
16.183 +/C6 {BL [] 0 setdash 2 copy moveto
16.184 + 2 copy vpt 90 270 arc closepath fill
16.185 + vpt 0 360 arc closepath} bind def
16.186 +/C7 {BL [] 0 setdash 2 copy moveto
16.187 + 2 copy vpt 0 270 arc closepath fill
16.188 + vpt 0 360 arc closepath} bind def
16.189 +/C8 {BL [] 0 setdash 2 copy moveto
16.190 + 2 copy vpt 270 360 arc closepath fill
16.191 + vpt 0 360 arc closepath} bind def
16.192 +/C9 {BL [] 0 setdash 2 copy moveto
16.193 + 2 copy vpt 270 450 arc closepath fill
16.194 + vpt 0 360 arc closepath} bind def
16.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
16.196 + 2 copy moveto
16.197 + 2 copy vpt 90 180 arc closepath fill
16.198 + vpt 0 360 arc closepath} bind def
16.199 +/C11 {BL [] 0 setdash 2 copy moveto
16.200 + 2 copy vpt 0 180 arc closepath fill
16.201 + 2 copy moveto
16.202 + 2 copy vpt 270 360 arc closepath fill
16.203 + vpt 0 360 arc closepath} bind def
16.204 +/C12 {BL [] 0 setdash 2 copy moveto
16.205 + 2 copy vpt 180 360 arc closepath fill
16.206 + vpt 0 360 arc closepath} bind def
16.207 +/C13 {BL [] 0 setdash 2 copy moveto
16.208 + 2 copy vpt 0 90 arc closepath fill
16.209 + 2 copy moveto
16.210 + 2 copy vpt 180 360 arc closepath fill
16.211 + vpt 0 360 arc closepath} bind def
16.212 +/C14 {BL [] 0 setdash 2 copy moveto
16.213 + 2 copy vpt 90 360 arc closepath fill
16.214 + vpt 0 360 arc} bind def
16.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
16.216 + vpt 0 360 arc closepath} bind def
16.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
16.218 + neg 0 rlineto closepath} bind def
16.219 +/Square {dup Rec} bind def
16.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
16.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
16.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
16.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
16.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
16.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
16.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
16.227 + exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
16.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
16.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
16.230 + 2 copy vpt Square fill Bsquare} bind def
16.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
16.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
16.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
16.234 + Bsquare} bind def
16.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
16.236 + Bsquare} bind def
16.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
16.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
16.239 + 2 copy vpt Square fill Bsquare} bind def
16.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
16.241 + 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
16.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
16.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
16.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
16.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
16.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
16.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
16.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
16.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
16.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
16.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
16.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
16.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
16.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
16.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
16.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
16.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
16.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
16.259 +/DiaE {stroke [] 0 setdash vpt add M
16.260 + hpt neg vpt neg V hpt vpt neg V
16.261 + hpt vpt V hpt neg vpt V closepath stroke} def
16.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
16.263 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
16.264 + hpt2 neg 0 V closepath stroke} def
16.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
16.266 + hpt neg vpt -1.62 mul V
16.267 + hpt 2 mul 0 V
16.268 + hpt neg vpt 1.62 mul V closepath stroke} def
16.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
16.270 + hpt neg vpt 1.62 mul V
16.271 + hpt 2 mul 0 V
16.272 + hpt neg vpt -1.62 mul V closepath stroke} def
16.273 +/PentE {stroke [] 0 setdash gsave
16.274 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
16.275 + closepath stroke grestore} def
16.276 +/CircE {stroke [] 0 setdash
16.277 + hpt 0 360 arc stroke} def
16.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
16.279 +/DiaW {stroke [] 0 setdash vpt add M
16.280 + hpt neg vpt neg V hpt vpt neg V
16.281 + hpt vpt V hpt neg vpt V Opaque stroke} def
16.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
16.283 + 0 vpt2 neg V hpt2 0 V 0 vpt2 V
16.284 + hpt2 neg 0 V Opaque stroke} def
16.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
16.286 + hpt neg vpt -1.62 mul V
16.287 + hpt 2 mul 0 V
16.288 + hpt neg vpt 1.62 mul V Opaque stroke} def
16.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
16.290 + hpt neg vpt 1.62 mul V
16.291 + hpt 2 mul 0 V
16.292 + hpt neg vpt -1.62 mul V Opaque stroke} def
16.293 +/PentW {stroke [] 0 setdash gsave
16.294 + translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
16.295 + Opaque stroke grestore} def
16.296 +/CircW {stroke [] 0 setdash
16.297 + hpt 0 360 arc Opaque stroke} def
16.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
16.299 +/Density {
16.300 + /Fillden exch def
16.301 + currentrgbcolor
16.302 + /ColB exch def /ColG exch def /ColR exch def
16.303 + /ColR ColR Fillden mul Fillden sub 1 add def
16.304 + /ColG ColG Fillden mul Fillden sub 1 add def
16.305 + /ColB ColB Fillden mul Fillden sub 1 add def
16.306 + ColR ColG ColB setrgbcolor} def
16.307 +/BoxColFill {gsave Rec PolyFill} def
16.308 +/PolyFill {gsave Density fill grestore grestore} def
16.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
16.310 +%
16.311 +% PostScript Level 1 Pattern Fill routine for rectangles
16.312 +% Usage: x y w h s a XX PatternFill
16.313 +% x,y = lower left corner of box to be filled
16.314 +% w,h = width and height of box
16.315 +% a = angle in degrees between lines and x-axis
16.316 +% XX = 0/1 for no/yes cross-hatch
16.317 +%
16.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
16.319 + PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
16.320 + PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
16.321 + gsave 1 setgray fill grestore clip
16.322 + currentlinewidth 0.5 mul setlinewidth
16.323 + /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
16.324 + 0 0 M PFa 5 get rotate PFs -2 div dup translate
16.325 + 0 1 PFs PFa 4 get div 1 add floor cvi
16.326 + {PFa 4 get mul 0 M 0 PFs V} for
16.327 + 0 PFa 6 get ne {
16.328 + 0 1 PFs PFa 4 get div 1 add floor cvi
16.329 + {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
16.330 + } if
16.331 + stroke grestore} def
16.332 +%
16.333 +/languagelevel where
16.334 + {pop languagelevel} {1} ifelse
16.335 + 2 lt
16.336 + {/InterpretLevel1 true def}
16.337 + {/InterpretLevel1 Level1 def}
16.338 + ifelse
16.339 +%
16.340 +% PostScript level 2 pattern fill definitions
16.341 +%
16.342 +/Level2PatternFill {
16.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
16.344 + bind def
16.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
16.346 +<< Tile8x8
16.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke}
16.348 +>> matrix makepattern
16.349 +/Pat1 exch def
16.350 +<< Tile8x8
16.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
16.352 + 0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
16.353 +>> matrix makepattern
16.354 +/Pat2 exch def
16.355 +<< Tile8x8
16.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
16.357 + 8 8 L 8 0 L 0 0 L fill}
16.358 +>> matrix makepattern
16.359 +/Pat3 exch def
16.360 +<< Tile8x8
16.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
16.362 + 0 12 M 12 0 L stroke}
16.363 +>> matrix makepattern
16.364 +/Pat4 exch def
16.365 +<< Tile8x8
16.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
16.367 + 0 -4 M 12 8 L stroke}
16.368 +>> matrix makepattern
16.369 +/Pat5 exch def
16.370 +<< Tile8x8
16.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
16.372 + 0 12 M 8 -4 L 4 12 M 10 0 L stroke}
16.373 +>> matrix makepattern
16.374 +/Pat6 exch def
16.375 +<< Tile8x8
16.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
16.377 + 0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
16.378 +>> matrix makepattern
16.379 +/Pat7 exch def
16.380 +<< Tile8x8
16.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
16.382 + 12 0 M -4 8 L 12 4 M 0 10 L stroke}
16.383 +>> matrix makepattern
16.384 +/Pat8 exch def
16.385 +<< Tile8x8
16.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
16.387 + -4 0 M 12 8 L -4 4 M 8 10 L stroke}
16.388 +>> matrix makepattern
16.389 +/Pat9 exch def
16.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
16.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
16.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
16.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
16.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
16.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
16.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
16.397 +} def
16.398 +%
16.399 +%
16.400 +%End of PostScript Level 2 code
16.401 +%
16.402 +/PatternBgnd {
16.403 + TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
16.404 +} def
16.405 +%
16.406 +% Substitute for Level 2 pattern fill codes with
16.407 +% grayscale if Level 2 support is not selected.
16.408 +%
16.409 +/Level1PatternFill {
16.410 +/Pattern1 {0.250 Density} bind def
16.411 +/Pattern2 {0.500 Density} bind def
16.412 +/Pattern3 {0.750 Density} bind def
16.413 +/Pattern4 {0.125 Density} bind def
16.414 +/Pattern5 {0.375 Density} bind def
16.415 +/Pattern6 {0.625 Density} bind def
16.416 +/Pattern7 {0.875 Density} bind def
16.417 +} def
16.418 +%
16.419 +% Now test for support of Level 2 code
16.420 +%
16.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
16.422 +%
16.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
16.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
16.425 +currentdict end definefont pop
16.426 +/MFshow {
16.427 + { dup 5 get 3 ge
16.428 + { 5 get 3 eq {gsave} {grestore} ifelse }
16.429 + {dup dup 0 get findfont exch 1 get scalefont setfont
16.430 + [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
16.431 + get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
16.432 + {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
16.433 + get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
16.434 + dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
16.435 + show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
16.436 + pop aload pop M} ifelse }ifelse }ifelse }
16.437 + ifelse }
16.438 + forall} bind def
16.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
16.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
16.441 + 6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
16.442 +/MLshow { currentpoint stroke M
16.443 + 0 exch R
16.444 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
16.445 +/MRshow { currentpoint stroke M
16.446 + exch dup MFwidth neg 3 -1 roll R
16.447 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
16.448 +/MCshow { currentpoint stroke M
16.449 + exch dup MFwidth -2 div 3 -1 roll R
16.450 + Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
16.451 +/XYsave { [( ) 1 2 true false 3 ()] } bind def
16.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
16.453 +end
16.454 +%%EndProlog
16.455 +gnudict begin
16.456 +gsave
16.457 +50 50 translate
16.458 +0.050 0.050 scale
16.459 +0 setgray
16.460 +newpath
16.461 +(Helvetica) findfont 140 scalefont setfont
16.462 +gsave % colour palette begin
16.463 +/maxcolors 64 def
16.464 +/HSV2RGB { exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
16.465 + { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
16.466 + /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
16.467 + /HSVq HSVv 1.0 HSVs HSVf mul sub mul def
16.468 + /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
16.469 + /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
16.470 + {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
16.471 + {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
16.472 + {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
16.473 + } ifelse} def
16.474 +/Constrain {
16.475 + dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
16.476 +/YIQ2RGB {
16.477 + 3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
16.478 + 3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
16.479 + 0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
16.480 +/CMY2RGB { 1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
16.481 +/XYZ2RGB { 3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
16.482 + Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
16.483 + -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
16.484 + exch 1.91 mul exch add Constrain 3 1 roll} def
16.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
16.486 + XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
16.487 + if} ifelse} ifelse} ifelse} def
16.488 +/InterpolatedColor true def
16.489 +/grayindex {/gidx 0 def
16.490 + {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
16.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
16.492 + GrayA gidx get sub div} def
16.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
16.494 + RedA gidx get sub dgdxval mul add} def
16.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
16.496 + GreenA gidx get sub dgdxval mul add} def
16.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
16.498 + BlueA gidx get sub dgdxval mul add} def
16.499 +/interpolate {
16.500 + grayindex grayv GrayA gidx get sub abs 1e-5 le
16.501 + {RedA gidx get GreenA gidx get BlueA gidx get}
16.502 + {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
16.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746
16.504 + .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651
16.505 + .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556
16.506 + .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746
16.507 + .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365
16.508 + .9524 .9683 .9841 1 ] def
16.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508
16.510 + .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127
16.511 + .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627
16.512 + .5635 .5 ] def
16.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524
16.514 + .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1
16.515 + 1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254
16.516 + .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
16.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1
16.518 + 1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413
16.519 + .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
16.520 + 0 0 ] def
16.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
16.522 + {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
16.523 +/pm3dGamma 1.0 1.5 div def
16.524 +/ColorSpace (RGB) def
16.525 +Color true and { % COLOUR vs. GRAY map
16.526 + InterpolatedColor { %% Interpolation vs. RGB-Formula
16.527 + /g {stroke pm3dround /grayv exch def interpolate
16.528 + SelectSpace setrgbcolor} bind def
16.529 + }{
16.530 + /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain
16.531 + SelectSpace setrgbcolor} bind def
16.532 + } ifelse
16.533 +}{
16.534 + /g {stroke pm3dround pm3dGamma exp setgray} bind def
16.535 +} ifelse
16.536 +1.000 UP
16.537 +1.000 UL
16.538 +LTb
16.539 +1.000 UL
16.540 +LT0
16.541 +LTb
16.542 +%%%%BeginImage
16.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
16.544 +InterpretLevel1 {
16.545 + %% Construct a box instead of image
16.546 + LTb
16.547 + 876 4852 M
16.548 + 5292 0 V
16.549 + 0 -4429 V
16.550 + -5292 0 V
16.551 + 876 4852 L
16.552 + 40 -110 R
16.553 + (PS level 2 image) Lshow
16.554 + % Read data but ignore it
16.555 + /imagebuf 14372 string def
16.556 + currentfile imagebuf readstring
16.557 +} {
16.558 +gsave
16.559 +876 4852 translate
16.560 +5292 -4429 scale
16.561 +%%%%BeginPalette
16.562 +[ /Indexed
16.563 + /DeviceRGB 63
16.564 + <
16.565 + 000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
16.566 + 0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
16.567 + 0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
16.568 + 06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
16.569 + 88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
16.570 + fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
16.571 + ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
16.572 + f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
16.573 + >
16.574 +] setcolorspace
16.575 +%%%%EndPalette
16.576 +<<
16.577 + /ImageType 1
16.578 + /Width 135
16.579 + /Height 113
16.580 + /BitsPerComponent 8
16.581 + /ImageMatrix [ 135 0 0 113 0 0 ]
16.582 + /Decode [ 0 255 ]
16.583 + /DataSource currentfile /ASCII85Decode filter
16.584 + /MultipleDataSources false
16.585 + /Interpolate false
16.586 +>>
16.587 +image
16.588 +} ifelse
16.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
16.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
16.591 +hSb//hSb//hSb/!<<*"zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzz
16.592 +zzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzz
16.593 +zzzzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzzzzzzzzz
16.594 +zzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cYkOzzzzzzzzzzzzzzzzzzzzz
16.595 +zzzzzzzzzzz!!"W(zzzzzzzzzzzzzzzzzzz!!!!"!<<*"zzzzzzzzzzzz!%ol(zzzzzzzzzzzzzzzz
16.596 +zzz!!!$#zzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!!$#!!*-$zzzzzzzzzzzz!!!!O/cYnPzz
16.597 +zzz!#I6fzzzzzzzzzzzz!!30$!!3-#zzzzzzzzzzzz!!"W(!!!$"zzzz!!!!O/hR,(zzzzzzzzzzz!
16.598 +!!!$!s&B%!!3-#zzzzzzzzzzzz!%ol(!!**#zzzz!!"Vk*A.<lzzzzzzzzzzz!!NK,!<<*"!W`9$zz
16.599 +zzzzzzzzzz/hR,)!<E9.zzzz/fGTK+"f/Gzz/cYkOzzz!"KMN(B=F8zzz"p=u.z!<<*"zzzzzzzzzz
16.600 +z!!!!O/cYkQ"9o,>%0-A.zz!!"Vg)&F55+<)p5!!!!'"thM\/cYkOzzz&JGrs(DIJqzz!!ic4!s&E&
16.601 +!!!!"zzzzzzzzzzzz!!"W(!!!*'"YL2s'b:9E!%n6Oz/hS"U)&aD8*%iiQ#6Y58#;-oI/cYkOzz!!!
16.602 +!/',MQ('GV8s('"=7z#R:J7!W`<%!!!$#zzzzzzzzzzzz!%ol(!!!-S/hRVE/hSb//hR,(!%olV*Z>
16.603 +t:)]UI_&.AdH"9AQ,">1E+(B=F8zz!"98K()Ro)(Dmr('EA+5!!ii9"p=u/!<E3$!!**%zzzzzzzzz
16.604 +zzz/hR,(!%ol4%5'7C$P!U^)_N`C!%o35*??+=)D2a7$k3IF!rr<'#S.ag)ZTj<z/cYl(%1a-f()I\
16.605 +u'G_K#%fd(I#mgk?!s/N*!<E3%!<E6(!rr<$zzzzzzzzzz!!!!O/cYkO!%ol:&hXq6&eYlp*?$O_/f
16.606 +YiP*#pR`'c%Ms%h&XF!s&H-%2U*-*[*-g/hSb//hSb/()e)-)&F,+)&sP0&J#<X$3^P7!W`?(!WiB'
16.607 +!<E3%!WW3#zzzzzzzzzz!!"W(z!%o-'()@`('GM9!)'BtQ(EFM7)Ak(@'bhAo%0d%>"9T&C*ZuUM/g
16.608 +2Jm+W_U@(E"hE)]]t?*#fk;*#TV,%h/jM"p>#0!WiE)!WiE)!<E3%zzzzzzzzzzz!%ol(z!%o*((E"
16.609 +&,()\,:+<haA)B0J2)(lU:%MBKe%1!+E$6('/+<W9^+sS6S+<M^F/hS:j+Wi<Y+!2UI*ZGn0%grUI"
16.610 +9S],!WiE)!WiE)!<E0#zzzzzzzzzzz/hR,(z/fblN*Z5h7)'C+N-6F*F)Aa;-'eU%*$kO*`&/5iu*$
16.611 +-+A/g2>Z+X&!P+X&$R/hSb//hSb//g;G]*Z>e0&IJgJ"p4o.!WrN+!WiE(zzzzzzzzzzz!!!!O/cYk
16.612 +O!!!!O+<_mL+X&-R,9eEY*uZ+;'H%T!(+p(-%Lj$d(Dn&0*#pRP*ZlIG+<M^K+X/*T/g2A]+sS<W/g
16.613 +;G\*?#b,%h&dN"U,#2!s8W,!W`<%zzzzzzzzzzz!!"W(z!!"Vr-7're.4$;d-RgAh+WD75(D[Mp">2
16.614 +;:%Ls3i(E"&B/fPfN*Zc@E*ZuUM+sJ6T+X&$R,9nEW/g;DX)]BM,%h/jO"pG,4!sA].!<E0#zzzzzz
16.615 +zzzzz!%ol(z!%oKA-n6Ys/MA\//1`+n*YoP0'+b``"9^>0/hSb//hRtX)B'P6*$$(A+<_pR,9\3R+X
16.616 +&$S,9nBV/g)/R)&O)'&Io-R#6k;6!sA]-zzzzzzzzzzzz/hR,(z!%oKF.P3>01c$pA0.J4l)]BS.',
16.617 +)#f#n7FX/eo'Q'c%N$(E+21*$$%@+!DgP+X&!P+X/*S,9nBb/fblL(`!l%%h&^K#6k>7!s8T*zzzzz
16.618 +zzzzzz!!!!O/cYkOz/gVqs0JbLA2)@!>.O6>f+W_=2'GD#e%hB0b'GV>u(`4)-)]Tb7*$67E+<VdM+
16.619 +X&!P+X/*S+s8K[*?5t8()7Sr%h&dM"pP55!W`<%zzzzzzzzzzz!!"W(z!!!!O/gr>)1Gq'K1bgO1,:
16.620 +Fl`+s7aA(_mi%&ekrm(E",1)AsG6*ZZ4A+!2RF*ZcCH+X&!P+<_mO/hS1c*#fe6()@Pt%LNLI"U"o/
16.621 +!<<*"zzzzzzzzzzz!%ol(z!!"Vp,V1W,2`EWP0eFh%,pjl\+<_dI)&a>.(`!o+)]B_;*#oq=*?6"=*
16.622 +Zc=A*?H7D+WqmL+!DaK/fl#Q)]KY4(`!kt$jm7D"U"i,zzzzzzzzzzzz/hR,(z/hS@p/Mo:C3&NKE.
16.623 +OHAe,U"9P+<VaI)Aj2))]^"C+X%sN*ul7@)]Ke<*Zc:A*??1C+!;XI+<MXW/fYiN)]K\4(`!_o$3p_
16.624 +<!s/K(zzzzzzzzzzz!!!!O/cYkOz/g;Sk1,h3P2(pU4-6jcY*??1D+!;RC*uZ1C+X/-T+sA'O*ul:@
16.625 +*?6(@*Zc@C*?H4B+!)IE*?6[N)]K_8)B'J1((gr]#R(>5!WiB&zzzzzzzzzzz!!"W(z!!!!F/hSh93
16.626 +]]8\1+agu,:"BO*$-+B+<VaK,9nE[-6sfZ+WhaH*??+>)]Tk>*ZZ7A*??.@*??+>/fYiM)]BS3(`*u
16.627 +(&Io*P"Tni/!W`9$zzzzz!!!!"!Wi?%zzzz!%ol(z!!"B!,V1]34?GDT-mU2e+<)7?*#ot@*Zu[P,:
16.628 +"N],9e<R*ZZ7A*#oq<*#oq=*??.@*#fk9)B1:K)]9P4)&O2,'bq>m$O6k>"U"o0!<<*"zzzzz!!!$"
16.629 +!<<*"!WW3#zzz/hR,(z!!"Vu/N>jU4ukGN-7C5d)B0V7)B0\<+X/*S,U=W\,9S$J)]Kb:*#oq<)]K_
16.630 +9*#oq;)B0PH/fGQ?'c.Z#'bqGt'+YN[$3g\="Tnf,zzzzzz!!!$#!!*-&!rr<$zz!!!!O/cYkOz/hS
16.631 +It1d!ra2_Z^.0I7_Y)]Tb7)B0S5(`jbA,9n<Q*uu@@)]Kb7(`=2/)B'M5)]C=]/hRtU&J>We&/#Qg'
16.632 ++toi%LiaP#mUV:!s8Q(zzzzz!!!!"!<E0#!!!$$"9\i2zz!!"W(zz/gN&+4?Pbe1Fsk#.3KWL)B0P3
16.633 +(`4)-*#p"B+!;UD)]BV5)&O/+(Dmu,)(mNo/f-,U'GV5k%h0!Y%hK?c%h/pT$O[=L"p>#1!s/H&zzz
16.634 +zz!<E3%!W`<%!<E6(!X&Z1zz!%ol(z!!!!O.46r34?52L-6FHW*Zc7=)&O2-(`422*??.@*#TV3(`4
16.635 +&+(D[c=/hSb/(D\V='bh8n&J,BZ$O[=M%1`mW$k*LO$O[4E"9S`.!W`9$zzzzz!<E3%!<E6'!WiE*"
16.636 +U"u4zz/hR,(z!!"Vp+Ykf52`!'5*ZZ+:)&aA2(Ddo+(`423*#]b6()Ic%()7Q"()7T#/f5B>'GV;q&
16.637 +J,B]%1ERN$4.%H#mq%J$OdFN$4$k?"9S`-!<<*"zzzz!!!$#!<E6&!s/Q+!WrK*!sJf1z!!!!O/cYk
16.638 +Oz!%oEB/2T1>/LDMT',_W((`=2.(`*u*(`FA6)]9M.'GM5r'GV;s'eU7;'bqGt'+bW`%13CK$OR7L$
16.639 +O@%F#mgqG$4."E#R:M9"9\f.!<<*"zzzz!!**$!WrN-!sAZ-!WiE*!s8]0z!!"W(zz/gMSe0/,(1-6
16.640 +=!:'H.]((`!l'(`4)-)]Th:(`3r#'GD/p'GW5Q'c%Mu'bV)i%1N[R#RC\A$47(E#6tPA$4.%G#m^hC
16.641 +#6tD9!s8T*zzzz!!!!"!<E6)"9\i2"9\i1!s8T+!s8W*z!%ol(z!!!!O)^-[_/h/+f(`!c#(_mc%()
16.642 +7T%(`4/3*?H.;(_mc!'GD05/eo*9'b_5n&.K$V$k!@J#6tJ=#R:S="pYA=#R:V@#RC\@#6b87!s/K'
16.643 +zzzz!!**%!WrQ/"U,&4!s8W."9S`.!s8N'z/hR,(z!!"Vl*@<3d.3orO'G_;t(DR]$'bqK$)]Ke>*$
16.644 +#q8()@T!'J:+8'GV;q&J,Ka$k!IN#RCY?"pP89#6tJ=#6tG<#7(S@#RC\@#6k>6!W`<%zzzz!<N<)"
16.645 +9\l4"U,#3"9\i1"9\i0"98E%!!!!O/cYkOz!%o98+XJTc,9@[6(D[f&'b_8r'GVB$*??.@)B'J0()7
16.646 +Pu/eo*7&eYcf&.T-W$4."E#R:S="pP89"pP89"pP89#7(S@#RCY?"pG)2!W`9$zzz!!!$#!WiH,"U,
16.647 +)6"U,&4"9\i1"9\i1"98E%!!"W(zz/gVVa-RL&Z)%mW"'c.T!'+tih'c7f/*??+=)&O,(',)u3'+to
16.648 +h&J#B^%1EUO#mU\?"pP89"pP57"U,&5"pP;;#RC\A#RCY>"Tni.!<<*"zz!!!!"!<E6'!sA`1"U,)6
16.649 +"U,&5"U"r2"9\i1z!%ol(z!!!!O/fu2],U4?J'GD2s'bqDr&J,Tj(`F>3*#]Y1(D@Jq&M=V,&.]<^%
16.650 +1WgU$k!@I#6kA:"pP57"U,&5"9\l4"pYA=#RLeC#R:P;!s/N)zzz!!!$#!<N?*"9eu5"U,&5"U,&5"
16.651 +9\i1"9Sc/z/hR,(z!!"Vo*[2dP*Z5b0().Gt'bh>q&J>`o(`OD5)&X2*'G(j/&.fB`%LrpW$k*LO$4
16.652 +$k@"pP89"U,#3"U,&4"U,)8#6tM?#mgnE#R1G7!W`<&zz!!!$#!<E3%!WrN-"U,&5"U,&5"9\i1"9S
16.653 +`.!s8W*!!!!O/cYkOz!%o33+<_mL)&O2,'b_5p'G;&m&el9&)B9Y5(`!eu&2"M)%h9'Z%1ERO$OR1G
16.654 +#6tG;"pG/6"9\i1"9er4"pP8:#RC\B#mgnE#6k;6!WiB'zz!<E3%!<E3&!WrN-"U,&5"U,#3"9\i0!
16.655 +s8W-!s8W*!!"W(zz/fGZK+WqgE(Ddo%',2)m'GD)n)]T_6*#on8()%<5%hB-[%LrpV$jm=K$4$nB"p
16.656 +P57"U,&4"9\i2"U,,9#6tM?#RC_C$47+I#mUS8!W`<%z!!**$!<E3%!<E3&!s8W."9\i1"9\i1"9S`
16.657 +.!s8W-!sAT(!%ol(z!!"W()&O24*?#\.()IYu'bqAr'G2#r)]Kb<*#fh5'.tmI%h9'Z%LigS#m^hC#
16.658 +6tG;"U,&5"U,#3"U5,7"pYA<#6tM@#mgqH$O[=K#R1D5!W`<&!<E3%!<E3%!<E3%!<E3&!s8Z/"9\i
16.659 +1"9\i1!sA].!s8W,"98E%/hR,(z!!"Vg(E=G8)Aa/)().Ds'GD,o&el0"*$$(@)B'M.'J9q-%h9'Y$
16.660 +k!CK#RC\?"pP57"pG/6"U,#5"pYA<#6tJ>#RLeE$47.K$OI+F"pG,3!s8T+!<E3%!<E3%!<E3%!<E6
16.661 +(!sA`0"9\i1"9Sc/!s8W-!s8W-!!!!O/cYkOz!%o$&)B9_8(D[c%',)#m&J>`j'c@o/*ZZ4>)As;C'
16.662 ++k`b%LrmU$jm=I#m^_>"pP89"pG27"U>8<#RC\A#7(S@#RLhG$O[=M$4."E#R1D6!s/N*!WiB'!<E3
16.663 +%!<E3%!<N?*"9\l3"U"r2!s8W.!s8W-!s8W-!!"W(zz/f,<@*#oe2()@Mn&eYfi&JYro(`F;3*#fe6
16.664 +(_eS8&J#?]%1EXQ$OR.G#RC\A#6tJ=#6kA;#7(S@#RC\A#RC_C$4@1J$47+I$4."E"pG,3!s/N*!W`
16.665 +<&!<E3%!<E3&!WrN-"U,&5"U,#3!s8Z.!s8W-!s/Q)!%ol(z!!!!O'c.`-)]KS/()%5i&.oNa'GD2s
16.666 +(D[l-)Aa2)/eSa-%LijV$k*OP$OI+G#mgkC#6tM>#6tM?#mgnE#RC\A#mgnF$4@1K$471L#mq"E"pG
16.667 +,3!WiB(!<E3%!<E3%!<E6(!sAc2"pG28"U"r2!sA`/!s8W,!WrE&/hR,(z!!"Vh*$-.B*?,k5'Ftih
16.668 +&J5Ed()%K"()@f,'bi8Q&eGTa%1N^T$k*LO$OR.G#m^eA#RC\A#RLeE#mgnE#RLeD#mgqG$OmLP$k*
16.669 +OQ$OR4G"U"o/!WiE)!<E3%!<E3&!WiH,"9eu7#6kA9"U,#3"9\f/!s8T+!s8NU/cYkOz!%o62*[)[M
16.670 +*uG_)$ka9i&eu/t'c.Z&(`F5-/hRhL&.f<\%1EXR$k*LO$OR4K#mptF#mgnE$4.%G$4."E#mgnE$Od
16.671 +FR%LrsW$k*LN$4$h>"Tnf-!WiE)!<E3%!<E6'!s8Z1#6tJ=#6tG:"U,#2"9S`.!s/N*!rsr+zz/g)2
16.672 +W,U=QU*#K7s%2Kfs(Dmr*)B'J2)Ak(Z'bh2j&.]3Z%1E[S$k*OQ$k*LO$47(G#mgnF#mgnE#mgnE#m
16.673 +gtK$k*UU%hB-Z$47+H#mLP9!sAZ,!WiE)!WiH+!s8W."U,)9#RC\@#7(P<"U,&4"9S`.!WiH+""l2+
16.674 +z!!!!O+s.sT-6aQT*#9)()As>0)]Te7)B0V6)(lX>'G:of&.T-Z%1WjX%LijU$k*LN$47(G#mgnE#m
16.675 +gnE#mgnE#n.7P$k<aX%LrmR#mq"G#6b55"9S`.!s8W."9\l2"U"u5#RC\A#mgnD#m^_>"U,)6"9S`.
16.676 +!WiH+/hR,(z!!"Vn+XJE],U=QR&J?!%*#fk:*#ot>*#onM)&Er#&ePWc%h9'Z%LrpW%1NaT$OR4I#m
16.677 +gnE#mgnE#mgqF#mgnF$k3UR%1WjX$k!@J$47(D"9\i1"9\i1"U,&6"pP89"pP;<#RLeE$O[7J#R:S=
16.678 +#6k>8"9S`.!WrNW/cYkOz!%o-2,:+W\,9.L3%i?3()]BY9*ZZ7A*%i*F'bLuh&.]6^%LijV%1N^S$O
16.679 +dCM$47(F#RC\B#mgnE$4."G$47+K%1E[U%LijT$4-tE$47(C"9\l3"U,)7"pYA<"pYA;#7(VB$471M
16.680 +$k!=H#RC\@"pP57"9\f.!WXi*zz/eo6K,U4BS*u,D!()7Z''cJ#3*ZZ7?/f#$1%LidR$jm:L$4@4K$
16.681 +OR7L$OR4I#RC\A#RC_C#mgqF$4.%H$4@4L$k*OR%1N^R#m^eC$4-k="U,)7"pP89#6tJ="pYA<#RUn
16.682 +I%1NaU$jd4H#R1M="pG/5"9\f.!%ol(z!!!!O&K)T0*#TY3'G1ro(Ddo*(`=88)]C=D&Io9Y$47(G#
16.683 +R:V@#mgnE#mq"H$4-qB#RCY@#RLeD#mptG$47(H#n%+K$4@7N$k*IL#mq"H$4-n?"pG/6"U,)7#6tJ
16.684 +=#6tM@$4@7O%1EUO$47(F"pP8:"pG,4"9JQ'/hR,(z!!"VZ(Dmu)'GV2j%1j9l'G_N%(`OJ7)(lO5%
16.685 +L`^P#RC\A#7(VC$47(H$47+G#6tJ=#6tJ=#mgnE#mgnE#mgnF$47+I$OmRU%1ERO$k!CM#R1G9"9\i
16.686 +2"U52:#6tM?#RLhF$k*OQ$OR4J$4-tB"pP8:"pG/5!rr<R/cYkOz!%nKd&ebll&If'S$P*j_&/5fk)
16.687 +Aj;D/e\a)%1ERM#RC\A#RLhF#mgnE#m^b@"pP89"pP8:#RC\B#m^eB#m^kF#mh"L%hB-Z$OR:N$k!F
16.688 +K"U"o0!s8Z0"U52:#6tM?#mgtI$k*LN$47+H#RCY?"pG26"U"r.!!"W(zz/dDUg$SDkr$OI(F#mh%L
16.689 +%Lij]'c%N:&.T*V$4-tC#R:S?#RLbB#m^eA"pG27"U,&5"U,)7#7(S@#RLeC#R^tG%1WjX%LrsX$k!
16.690 +IQ$4$h=!s8T,!s8Z0"U5/9#7(SA#mq"I$OR4I#mgnE#R:S="U,#4!s8N'!%ol(z!!!!$/hSb//hRJ:
16.691 +#RUkE#mq"H#n.7R&M=S(%1ERM#R:S>#6tJ="pYA;"pG/6"U"r3"U"r2"U,)8"pbMA$47+I$OR:O%Li
16.692 +mX%h9$W$OdFL"U,#2!WiE*!sAc2"U52:#RLeE$47+I#mgnE#mgnE#6tG;"U,&4"98E%/hR,(z!!!*(
16.693 +">0l`#VI_^/hRJ:#RCbD$OdIs/e&6u$OI(D#6kA:"pP89"pP57"U,&4"9\i1"9\i1"pP;:#mq"I$O[
16.694 +=N$k3US%Ls![%hB-Y$OI+D"9\f.!WiE*!sAc3"pYD>#mgqF$47(F#RC\B#mgkC#6tG;"pP21!!!!O/
16.695 +cYkOz!!!-+#6tJ=#6tJ="tg/d#RLbD$OdIs%1N[Q$3g_?"pP89"U,&5"U,&5"U,#3"9\i1"U"u6#6t
16.696 +J@$O[:L$47.L$k*OR%M''\%LidQ#mU\<!s/N*!WiE*!sAc3#7(SA#mptG$4-tC#7(S@#m^eA#6tG;"
16.697 +pFu,!!"W(zz"9\o6#R:S?#7(P>#;-8f#R:YC$O\Qq$k!FN#mU\?#7(M<"pG/6"U,&5"U,#3"U,&5"p
16.698 +P;<#71bF$47+I$471M$k*RT%h9'X$jm7F"pP55!s/N*!WiE*"9eu7#RLeE$47+I#mU\?#7(SA#RC\@
16.699 +#6kA:z!%ol(zz"9\l6#R:S?#6tJ=/dDXe#71_F$k+`t$k*LN#RLeD$47%D#6kA:"pG/7"pP58"pP58
16.700 +#6tJ>#mq%I$47+I$4I=O%1E[R$k*OP$4$h>"U,#2!WiE)!WiH,"9f#8#RLeD#mptF#6kD<#RC\A#6t
16.701 +J<"pP83z/hR,(z!!!!%"U55<#R:S>#6tMe#RC\A#RCeG/e&7!$k*OP$O[=L$4-tC#6tJ<"pP89"pG2
16.702 +8"U,)7"pYG@#n%(I$47+I$47.K$O[:L$O[=M#R:M:"U"l.!WiE)!s8Z0"pYA<#RC\B#RLbA"pP;;#R
16.703 +:S>"pP57"U+l+!!!!O/cYkOz!!!0+"pYD>#R:S>#6uje#RC\A#n%+n%1NaU$k*OQ$O[:K#mgkB"pY>
16.704 +;"pP89"U,)6"U52:#71\C$47+I$47+H#mq"H$47+I$O[:I#6b87"p=u/!WiH+"9\l5#6tJ>#RC\A#6
16.705 +kA:#6tJ="pG/7"9\l2"98E%!!"W(zz!!!0,#7(S@#6tJ=#;-5e#7(VC$SF%@%1NaU$k*OQ$O[:K#m^
16.706 +b?"pP89"pP57"U,&5"pP8:#RLeE$4.%H#m^hD#mgqG$4@4K$47+F"pG/7"9JW,!s8Z0"U52:#6tM>#
16.707 +6tJ="pP89#6b54!s8W-!sA`,z!%ol(zz!!NN2#7(S?#6tJ=/dDXe#RC_D$SDkt%1NaT$k*OQ$OR1H#
16.708 +R1M<"pG/6"U,&5"9\i2"pYD?#mgqF#mgnD#RC\A#mgqG$47+I$OR1F"pG28!s8W."9\l4"pYA<#6tG
16.709 +;"pP89"U5,6!s8W,!WiH+!rr<$z/hR,(zz!!EK2#7(S@#R:S>/dDRd#RC_D/dr-t%1N^S$k*LM#m^b
16.710 +@"U,&4"U"r2"9\i1"9er5#7(SA$47+H#m^eA#R:S?#RC_D$47+J$4-tB"pP87"9\i2"U5/9#6tJ=#6
16.711 +kA9"U,#3!s8T+!W`<&!WrK(z!!!!O/cYkOzz!sAi6#7(S?#6kD</d;Oc#RLhG/dr-s$k*LO$OI(E"p
16.712 +G/5"9\f0"9Sc0"9\i1"U,)8#RC_D$47+H#R:S?#6tJ>#RC_D$47.J$4$k@"U,&5"U,&6#6tJ=#6tG;
16.713 +"U,&3!s/N*!<E3%!<E3&!Wi?%z!!"W(zz!!!!$!sJo7#6tJ=#6tM?/hRA7#qcQ;/dr-s$k!FM#R:P;
16.714 +"U,#3!s8W-!s8W."9\l3"U55<#mq"H$4-tD#6tJ<"pP;<#RLeD$4@4L$4$k?"U,)6"U52:#6tG:"U"
16.715 +o1!sAZ,!WiB'!<E0#!!**$!<<*"z!%ol(zz!!!'&"U52:#R:S?#RC\?#;.V]$8)\p$k*RQ$4@4H"pP
16.716 +57"9S`.!s8W-!sA`0"U,&6#RC_C$47+I#m^eA#RCY?#6tJ>#mgqG$OdCM#R1G9"pY>:"pP89"U5)4!
16.717 +s/N*!WiE)!WiB'!<N<(!WW6$zz/hR,(zz!<N?,"pYD>#RC\A#m^b@#VHGl$k*OR%1NaS$O[7F"pP25
16.718 +!s8W-!s8Z/"9er4"pP;<#RLeE$47(G#m^bA#R:S>#7(SA#mq%K$k!@I"pP59#R1J:"U,#3"9JW+!Wi
16.719 +E)!WiE)!<E3%!<N9%!!*'"z!!!!O/cYkOz!!!!"!sAc3#7(VB#mgnE#RC_C$4@7N%1NaU%1N[R$O?q
16.720 +?"pG,3!s8W-!sA`1"U,)7"pYD?#mgnF$4."F#R:S?#6tJ=#mgnF$k*OQ$O?tA"pP><"U,&4"9JZ-!W
16.721 +`<'!WiE)!W`<&!<E3%!W`<&!<<*"z!!"W(zz!!!$#"9o&8#RUkE#mgnE$4."G$471M%1NaT$OR7K"p
16.722 +>)5"Tni.!s/Q,"9\i2"U5/8#7(VB#mgnE#mgkC#R:V?#7(SB$4@4M%1NaT#m^b?#6k>7"U"o0!<E3%
16.723 +!<E3%!<E3%!<E3%!<E3%!<E3%zz!%ol(zz!!33*"pP;=$4."F#mgnF#mptG$47.K$k!FL#RC\>"9\i
16.724 +0!s/N*!WrN,"9\i2"U5/9#RC_C#mgnE#RC\A#7(S@#RLhG$OdIR%1N[N#6tJ="9\i0!s/N)!<<-$!<
16.725 +E3%!<E3%!W`9$!!!$"!<E0#zz/hR,(zz!WiN1#6tPA#mgnE#mgnE$4."G$4@4L$4-tD#6k;6"9S`-!
16.726 +WiE)!WiH,"9\i2"pP;<#RLeD#mgkC#mgkC#RLeD$4@7N%1NdW$OR1H#R:M8!s8T*!WW3#zzzz!!*'#
16.727 +!WW3#z!!!!O/cYkOz!!!!#!X/f6#71\B#RLeD#mgnF#mq"I$O[:J#RCY>"U,#2!s8T+!WiE)!WrQ-"
16.728 +9\l4#6tJ>#RLeD#mgnE#mgnE$47+J$OdIR%LrpU$OR.C"Tni/!W`<&zzzz!!*'#!<E3$zz!!"W(zz!
16.729 +!<9*"U>8:#RC\A#RC\B#mgnE$47.K$OR1G#R:P;"9\f/!WiE)!WiE)!s8W."U>59#6tM?#mgnE#mgn
16.730 +E$4."G$47.K$k3XU%LWXP#R:J7!s/Q*zzzzz!!**$!<E0#zz!%ol(zz!s/Q0#R:P<#RLbB#RC_D#mg
16.731 +kE$47.K$OI+F#R(>6"9S`.!WiE)!WiE*!sAc3"pP89#RC\B#mgnE#mgnF$4.%I$O[@O%1N^S$47+E"
16.732 +U"o/!<<*"zzzz!!!!"!<N<(zzz/hR,(z!!!!#!s8c6#R1J<#RC\A#RLeB#mq"I$O[=N$jd1F"p>#2!
16.733 +s8W,!WiE)!WrN,"9eu6"pP;<#mgnE#mq"H#mgqG#mq"H$4@7N$O[7H#m^\<!s/N)zzzzz!!**$!WiE
16.734 +(!<<*"z!!!!O/cYkOz!!EB+!s]&9#7(P>#6tM>#m^_B#RLkH$k3XS$47(F"9\l1!s8T+!WiE)!s8W-
16.735 +"U5,7"pYD>#mgnE$47+I$47+I$47+I$47(G#m^hD#R(A6!<E0#zzzz!!!!"!W`?)!s/Q)zz!!"W(zz
16.736 +"U,#3"U>8;#RCY?#RCY@#R:VA$4@:P%1N^S$OR+C"pG,3!s/N*!WiE*"9\i2"U,)8#RC\A#mgnF$47
16.737 ++I$4.%H$4."F#m^eB#mgh@"p=r-zzzzz!!!$#!<WE+!s8N'zz!%ol(z!!!!&"9er4#6tJ>#R:V@#R:
16.738 +S=#6tM@$OdFQ$k*RQ#R:S>"U"o0!WiE)!WrN-"9\l3"pYA<#RC\B#mgqG$47+I#mgnE#mgnD#RC\B#
16.739 +R1J:!W`9$zzzzz!<E6'"9\i1!rr<$zz/hR,(zz#6kA;#RC\@#7(S@#R:P<"pP;:#7(SB$OR7I#6tJ;
16.740 +"9\f/!s8W-!s8Z/"U,)7"pP;<#RC_C#mq"H$47+H#mgnD#RC\A#RLbA"pP22!<<*"zzzzz!<N<)"9e
16.741 +r/zz!!!!O/cYkOz!!!!(#6tJ=#RCY@#RC\@#mU\>"U##6"pYD?#mgkB"pP56"9\f/!s8W-!sA`1"U5
16.742 +/8"pYD>#mgnE#mq"H#mgnE#mgkB#R:V@#R1J;"9JQ'zzzzz!!!$#!WrQ/"TSN&zz!!"W(zz!!!!(#6
16.743 +tJ>#mU\?#RC\C#m^b@"pP58"pP>>#R:S="pG,4"9S`.!s8W-"9\i2"U5/8"pYD>#RLeD#mgnE#m^eB
16.744 +#RCY?#6kA:"U,#3!<<*"zzzzz!!!$$!sA`1zzz!%ol(zz!!!!(#6tJ;#6b>=$4."E#6kA:#6kA;"pY
16.745 +A<#6kA:"U"r2"9S`.!s8W."9\i1"pG28"pYA<#RC\A#RC_B#RC\@#6kA9"pG/6"U"o.zzzzzz!!*-'
16.746 +"9\])zzz/hR,(zz!!!6/#6tD8#RLeD#m^e@"U"u4"pYD=#R:P<"pP56"U"r1!s8W-!s8W."9\l3"U,
16.747 +)7"pP8:#6tJ=#R:S>#6tG;"U,#3"U,&4!WiB&zzzzzz!<N?+"98E%zz!!!!O/cYkOzz!!!91#R:P>#
16.748 +mgnD#6b86"U"r4"pP;;"pP8:#6k>8"9S`.!s8W-!s8W-"9\l3"U,&6"pP89#6kA:"pYA;"pG/5"9\i
16.749 +1"U,#2!W`9$zzzzz!!!!"!X&W+zzz!!"W(zzz!!ii9#7(VB#RLbA"U,#3!s8Z/"U,&6#6tJ="U,#3"
16.750 +9\f/!s8W-!s8W-"9er3"U,&5"U5,6"U"u4"U,&4"9\i1"9\i1"9\f-!<<*"zzzzz!!!$$!sAT(zzz!
16.751 +%ol(zzz!!rr=$47+I#R1J9"9\f.!WiE)"9\i2"U,#3"9\i1"9S`.!s/N+!s8W-"9Sc0"U,&5"U,#3"
16.752 +9\f0"9\i1"9S`/"9Sc0!s/K(zzzzzz!!*-(zzzz/hR,(zzz!"'&@$4-tC"pG,4"9\c-!WiE(!<N?+!
16.753 +s8W-"9Sc/!s8T+!WiH+!WiH+!s8W-"9\f/!sA`0"9S`.!sA`0!s8W-"9S],!W`<&zzzzzz!<WE(zzz
16.754 +!!!!O/cYkOzzz!"0/B#mUY<"9\i0!s/K)!W`<&!<E3&!WrN,!s8W-!s/N*!WiE)!s8W-!WrN,!s8W-
16.755 +!s8W-!s8W-!s8W-!s8W-!WiB'!<E3$zzzzz!!!$#!WrE&zzz!!"W(zzzz$OdFP$4$e="9\f/!s/N*!
16.756 +<E3%!<E3%!<N<(!WiE)!WiE)!WiE)!s8W,!s/Q,!s8W-!s8W-!s8W-!s8T,!WiE)!<E3%!<<*"zzzz
16.757 +z!!*-&zzzz!%ol(zzzz!"98B#6k>8"9S`.!s8T+!<N9&!<E3%!<E3&!<E3%!<E3%!<N<)!s8T+!WiH
16.758 ++!s8W-!s/N+!s8W-!WiE)!W`<&!<E3$zzzzzz!<N<&zzzz/hR,(zzzz!"92?"pG,4!s/N+!s/N*!Wi
16.759 +E)!<<*#!<E3%!<E3%!<E3%!<E3&!WiE)!WiE)!WiH*!WiH*!WiE)!WiE(!<E3%!<E0#zzzzz!!!!"!
16.760 +<<*"zzz!!!!O/cYkOzzzz!"9/<"U,#1!WiE*!WiE)!W`<&!<E0#!!**$!<E3%!<E3%!<E3&!WiE)!W
16.761 +iE)!WiE)!WiE)!WiE)!W`<&!<E3%zzzzzz!!!$"zzzz!!"W(zzzzz$4$k@"9S`-!W`?(!WiE(!<E3$
16.762 +z!!**$!<E3%!<E3%!<E3&!WiE)!WiE)!WiE)!WiE)!WiE(zzzzzzzz!!*'"zzzz!%ol(zzzzz!!!3+
16.763 +!s/N)!<E6'!WiB'!<<*#!<<*"!!**$!<N<'!W`<'!<N9'!WiE)!WiE)!WiE)!WiB'!<<*"zzzzzzzz
16.764 +zzzzz/hR,(zzzzz!!!0)!WiB&!<E6'!WiB'!<E3%!!!!"!<E3%!WiB(!WiE)!WiE)!WiE)!WiE)!W`
16.765 +<'!W`<%zzzzzzzzzzzzz!!!!O/cYkOzzzzz!!NK,!W`<%!<E6'!<E3%!<E3%!<E3%!<E3%!W`?(!Wi
16.766 +E'!WiE'z!WiE)zzzzzzzzzzzzzzz!!"W(zzzzzz"p>#0!<E3&!<E3%!<E6&!<<*"z!!!!#zzzzzzzz
16.767 +zzzzz!!!!"zzzzzz!%ol(zzzzz!!!!'"9\f-!<E6&!W`<&!Wi?%zzzzzzzzzzzzzzzzzzzzzzz/hR,
16.768 +(zzzzz!!!0+"9JW+!<N6&!<N<(!WW3#zzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb/
16.769 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
16.770 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
16.771 +InterpretLevel1 not {
16.772 + grestore
16.773 +} if
16.774 +grestore
16.775 +%%%%EndImage
16.776 +1.000 UL
16.777 +LTb
16.778 +1.000 UP
16.779 +1.000 UL
16.780 +LTb
16.781 +stroke
16.782 +grestore
16.783 +end
16.784 +showpage
16.785 +%%Trailer
16.786 +%%DocumentFonts: Helvetica