diff options
Diffstat (limited to 'lib/tv/doc/src/tv_start.ps')
-rw-r--r-- | lib/tv/doc/src/tv_start.ps | 828 |
1 files changed, 0 insertions, 828 deletions
diff --git a/lib/tv/doc/src/tv_start.ps b/lib/tv/doc/src/tv_start.ps deleted file mode 100644 index 7dae8e4a5a..0000000000 --- a/lib/tv/doc/src/tv_start.ps +++ /dev/null @@ -1,828 +0,0 @@ -%!PS-Adobe-3.0 EPSF-3.0 -%%Creator: (ImageMagick) -%%Title: (./tv_start.tmp.eps) -%%CreationDate: (Tue Jun 12 16:02:24 2001) -%%BoundingBox: 0 42 377 247 -%%DocumentData: Clean7Bit -%%LanguageLevel: 1 -%%Pages: 0 -%%EndComments - -%%BeginDefaults -%%PageOrientation: Portrait -%%EndDefaults - -%%BeginProlog -% -% Display a color image. The image is displayed in color on -% Postscript viewers or printers that support color, otherwise -% it is displayed as grayscale. -% -/buffer 512 string def -/byte 1 string def -/color_packet 3 string def -/pixels 768 string def - -/DirectClassPacket -{ - % - % Get a DirectClass packet. - % - % Parameters: - % red. - % green. - % blue. - % length: number of pixels minus one of this color (optional). - % - currentfile color_packet readhexstring pop pop - compression 0 gt - { - /number_pixels 3 def - } - { - currentfile byte readhexstring pop 0 get - /number_pixels exch 1 add 3 mul def - } ifelse - 0 3 number_pixels 1 sub - { - pixels exch color_packet putinterval - } for - pixels 0 number_pixels getinterval -} bind def - -/DirectClassImage -{ - % - % Display a DirectClass image. - % - systemdict /colorimage known - { - columns rows 8 - [ - columns 0 0 - rows neg 0 rows - ] - { DirectClassPacket } false 3 colorimage - } - { - % - % No colorimage operator; convert to grayscale. - % - columns rows 8 - [ - columns 0 0 - rows neg 0 rows - ] - { GrayDirectClassPacket } image - } ifelse -} bind def - -/GrayDirectClassPacket -{ - % - % Get a DirectClass packet; convert to grayscale. - % - % Parameters: - % red - % green - % blue - % length: number of pixels minus one of this color (optional). - % - currentfile color_packet readhexstring pop pop - color_packet 0 get 0.299 mul - color_packet 1 get 0.587 mul add - color_packet 2 get 0.114 mul add - cvi - /gray_packet exch def - compression 0 gt - { - /number_pixels 1 def - } - { - currentfile byte readhexstring pop 0 get - /number_pixels exch 1 add def - } ifelse - 0 1 number_pixels 1 sub - { - pixels exch gray_packet put - } for - pixels 0 number_pixels getinterval -} bind def - -/GrayPseudoClassPacket -{ - % - % Get a PseudoClass packet; convert to grayscale. - % - % Parameters: - % index: index into the colormap. - % length: number of pixels minus one of this color (optional). - % - currentfile byte readhexstring pop 0 get - /offset exch 3 mul def - /color_packet colormap offset 3 getinterval def - color_packet 0 get 0.299 mul - color_packet 1 get 0.587 mul add - color_packet 2 get 0.114 mul add - cvi - /gray_packet exch def - compression 0 gt - { - /number_pixels 1 def - } - { - currentfile byte readhexstring pop 0 get - /number_pixels exch 1 add def - } ifelse - 0 1 number_pixels 1 sub - { - pixels exch gray_packet put - } for - pixels 0 number_pixels getinterval -} bind def - -/PseudoClassPacket -{ - % - % Get a PseudoClass packet. - % - % Parameters: - % index: index into the colormap. - % length: number of pixels minus one of this color (optional). - % - currentfile byte readhexstring pop 0 get - /offset exch 3 mul def - /color_packet colormap offset 3 getinterval def - compression 0 gt - { - /number_pixels 3 def - } - { - currentfile byte readhexstring pop 0 get - /number_pixels exch 1 add 3 mul def - } ifelse - 0 3 number_pixels 1 sub - { - pixels exch color_packet putinterval - } for - pixels 0 number_pixels getinterval -} bind def - -/PseudoClassImage -{ - % - % Display a PseudoClass image. - % - % Parameters: - % class: 0-PseudoClass or 1-Grayscale. - % - currentfile buffer readline pop - token pop /class exch def pop - class 0 gt - { - currentfile buffer readline pop - token pop /depth exch def pop - /grays columns 8 add depth sub depth mul 8 idiv string def - columns rows depth - [ - columns 0 0 - rows neg 0 rows - ] - { currentfile grays readhexstring pop } image - } - { - % - % Parameters: - % colors: number of colors in the colormap. - % colormap: red, green, blue color packets. - % - currentfile buffer readline pop - token pop /colors exch def pop - /colors colors 3 mul def - /colormap colors string def - currentfile colormap readhexstring pop pop - systemdict /colorimage known - { - columns rows 8 - [ - columns 0 0 - rows neg 0 rows - ] - { PseudoClassPacket } false 3 colorimage - } - { - % - % No colorimage operator; convert to grayscale. - % - columns rows 8 - [ - columns 0 0 - rows neg 0 rows - ] - { GrayPseudoClassPacket } image - } ifelse - } ifelse -} bind def - -/DisplayImage -{ - % - % Display a DirectClass or PseudoClass image. - % - % Parameters: - % x & y translation. - % x & y scale. - % label pointsize. - % image label. - % image columns & rows. - % class: 0-DirectClass or 1-PseudoClass. - % compression: 0-RunlengthEncodedCompression or 1-NoCompression. - % hex color packets. - % - gsave - currentfile buffer readline pop - token pop /x exch def - token pop /y exch def pop - x y translate - currentfile buffer readline pop - token pop /x exch def - token pop /y exch def pop - currentfile buffer readline pop - token pop /pointsize exch def pop - /Helvetica findfont pointsize scalefont setfont - x y scale - currentfile buffer readline pop - token pop /columns exch def - token pop /rows exch def pop - currentfile buffer readline pop - token pop /class exch def pop - currentfile buffer readline pop - token pop /compression exch def pop - class 0 gt { PseudoClassImage } { DirectClassImage } ifelse - grestore -} bind def -%%EndProlog -%%Page: 1 1 -%%PageBoundingBox: 0 42 377 247 -userdict begin -%%BeginData: -DisplayImage -0 42 -377.000000 205.000000 -12 -755 410 -1 -0 -0 -16 -ffffff -000000 -d8d8d8 -c2c2c2 -6b6b6b -d9d9d9 -b22222 -828282 -aab6aa -000000 -000000 -000000 -000000 -000000 -000000 -000000 -000a01ff01ff01dc000b0208040001ff01ff01dc00000208040000000208040002ff02ff -02dc000002080400000002080400020000ff00ff00d90400020000000208040000000202 -04060200000004ff04ff04d9020000000405020204000000020204000209000d02ff02ff -02d000000202040000000202040002080000020d040002f6010302110103023801010206 -0101024001010230010102ff020400000202040000000202040002080000020d040002f6 -010102020107020001010203010102010101020e0105020001070201010302070100020b -01010206010102400101020c0104021e010102ff02040000020204000000020204000208 -0000020d040002f6010102050101020301010203010102010101020e0101020701010203 -01010201010102050101020b010102060101024e010102020101021d010102ff02040000 -0202040000000202040002080000020204060203040002f6010102050101020301010203 -010102010101020e01010207010102030101020801040201010302030101020001010203 -010102020103020301040206010302030101020001010207010102000101020101010203 -010302030101020201010200010102020101020101030202010102000101020101010203 -010302020101020001010201010102020103020201010202010102f30000020204000000 -04030208000002020400030400000203040002f601010205010102040101020201000202 -0101020e0101020701010203010202080101020201010201010102020102020001010202 -010102010101020101010201010102090101020101010202010202000101020601020200 -010202000101020101010201010102020101020201020200010102010101020001010200 -010102020102020001020200010102010101020101010201010102000101020101010201 -010102010101020101010202010102f3000004030101020b000002030400030200000204 -040002f6010102050101020401010201010102020101020e010402040101020401030206 -010102060101020201010201010102020101020101010201010102010102020801010201 -010102020101020101010206010102010101020101010205010102020101020201010201 -010102010101020001010200010102020101020101010201010102050101020101020203 -01010201010102010101020101010202010002f70103020b000002030400030200000204 -040002f6010102050101020501010200010002030101020e010102070101020601020205 -010102030104020201010201010102020101020101050202010302060101020101010202 -010102010101020601010201010102010101020201040202010102020101020101010201 -010102000101020001010202010102010101020101010202010402010101020401010201 -0105020201010200010102f70103020b000002040400030000000205040002f601010205 -01010205010302030101020e010102070101020701010205010102020101020101010202 -010102010101020201010201010102080102020501010201010102020101020101010206 -010102010101020101010201010102010101020201010202010102010101020101010201 -010102000101020101010201010102010101020101010201010102010101020401010201 -0101020601010200010002f80103020b000002040400030000000205040002f601010205 -01010206010102040101020e010102070101020301010201010102050101020201010201 -010102020101020101010202010102010101020201000205010102050101020101010202 -010102010101020601010201010102010101020101010201010102020101020201010201 -010102020101020701010201010102010101020101010201010102010101020401010201 -0101020201000203010202f80103020b0000020500000206040002f60101020501010206 -010102040101020e01050203010102040103020701020201010202000101020101040203 -010102020103020201040207010302030101020101010206010102010101020101010202 -010202000101020101010202010102010101020301050202010102010101020101010202 -0102020001010200010102040101020201030204010102f90103020b0000020d040002f6 -01030211010302c4010102fa0103020b0000020d040002ff02d5010102fa0103020b0000 -020d040002ff02ff02d20103020c040d02ff02ff02d3010302ff02ff02ee010302ff02ff -02ee0103020200ff00ff00e70400020201030202000004ff04ff04e70202010302ff02ff -02ee0103020200ff00ff00e802020103020200ff00ff00e70700020201030202000105ff -05ff05e40701020201030202000105ff05ff05e40701020201030202000105ff05ff05e4 -0701020201030202000105ff05ff05e40701020201030202000105ff05ff05e407010202 -010302020001050b06040504060005030602051f0600050206000504060005270602050b -06000506060005ff05ff053506000502060005090602051307010202010302020001050b -0600050f0600051f060005020600052c060005020600050a060005ff05ff053d06000502 -0600050b0600051307010202010302020001050b06000506060205050600050306020518 -060005020600050206020503060205020600050206000517060005020600050106000500 -060105020604050206020503060205020600050006010503060205ff05ff052006000502 -060005020602050506000502060005000601050c07010202010302020001050b06000508 -060005050600050206000502060005180600050006000505060005020600050206000501 -060005020600051706000502060005010601050106000503060005060600050206000502 -06000501060105010600050106000502060005ff05ff051f060005020600050106000502 -0600050406000502060105010600050b07010202010302020001050b0603050506000505 -060005020600050206000518060005000600050506000502060005020600050106000500 -060005000600051706000502060005010600050206000503060005060600050206000502 -060005010600050206000501060005ff05ff052306040501060005020600050406000502 -060005020600050b07010202010302020001050b06000508060005050600050206040518 -060005000600050506000502060405010600050006000500060005170600050206000501 -0600050206000503060005060600050206000502060005010600050206000502060205ff -05ff052006000502060005010604050406000502060005020600050b0701020201030202 -0001050b0600050806000505060005020600051d06000506060005020600050506000500 -060005000600051706000502060005010600050206000503060005060600050206000502 -060005010600050206000505060005ff05ff051f06000502060005010600050806000502 -060005020600050b07010202010302020001050b06000508060005050600050206000502 -060005190600050606000502060005020600050106000500060005000600051706000502 -060005010601050106000503060005060600050206000502060005010600050206000501 -06000502060005ff05ff051f060005020600050106000502060005040600050206010501 -0600050b07010202010302020001050b0600050806000505060005030602051a06000506 -060005030602050306000500060005190602050206000500060105050601050406000503 -060205020600050206000502060205ff05ff052006000502060005020602050506000502 -060005000601050c070102020103020200010576060005ff05ff055b0600050f07010202 -010302020001050a0606052a0606052a06060500060005ff05ff05450606050e0600050f -07010202010302020001050a0606052a0606052a06060500060005ff05ff05450606050e -0600050f0701020201030202000105ff05ff05e40701020201030202000105ff05ff05e4 -0701020201030202000105ff05ff05e40701020201030202000107ff07ff07e602020103 -0202000007ff07ff07e702020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff05e80202 -0103020205ff05ff05e802020103020205ff05ff05e8020201030202051c010205040103 -05c1010205040103051a0102057f01010505010205f001020504010305190101052f0202 -01030202050e01060508010005060101050f010205010102059b01060508010005060101 -0510010505040101054d010205240104050d0101051e0102052401020501010205930106 -0508010005060101051101030535020201030202050e0100050101010500010005070101 -050601000511010105010100059d01000501010105000100050701010506010005130101 -05060100054d0101050001010524010105000101050c0100051e01010500010105240101 -050101000595010005010101050001000507010105060100051101010501010105340202 -010302020510010105030103050201030503010105030103050801020500010105010103 -05000101050001000500010005020103058b010105030103050201030503010105030103 -050a010105030104054c0101050101050500010305000102050201030501010105000102 -05070101050101010500010305030104051d010105010105050001030500010205020103 -050101010500010205070102050001010501010305000101050001000500010005020103 -058301010503010305020103050301010503010305090101050101000500010305020105 -050101030521020201030202051001010506010105000101050101010502010105020101 -0501010105070100050001000500010005050101050001050500010105010101058a0101 -050601010500010105010101050201010502010105010101050901010502010105010101 -054c01000502010105000101050201000500010205000101050001010501010105010102 -050001000507010105010101050201010502010105010101051d01000502010105000101 -050201000500010205000101050001010501010105010102050001000507010005000100 -050001000505010105000105050001010501010105820101050601010500010105010101 -050201010502010105010101050801020504010105020101050001010501010105010101 -052002020103020205100100050401040500010105010101050201010501010605070100 -0500010205020104050001010500010005000107058a0100050401040500010105010101 -0502010105010106050901010501010105020101054b0101050201000501010105000100 -05000100050001010501010805010101050a0103050401010501010105020101051c0101 -05020100050101010500010005000100050001010501010805010101050a010005000102 -050201040500010105000100050001070582010005040104050001010501010105020101 -05010106050901020503010105040101050101060520020201030202050f010105020101 -0501010105000101050201010501010105020101050b0101050001010501010105010101 -05010100050001000500010005000101058e010105020101050101010500010105020101 -0501010105020101050d01010502010105010101054c0101050101010501010205000100 -05010100050201000500010105050101050a0101050601010502010105010101051d0101 -05010101050101020500010005010100050201000500010105050101050a010105000101 -050101010501010105010100050001000500010005000101058601010502010105010101 -05000101050201010501010105020101050b010105010101050201010503010105030101 -0525020201030202050f0101050201010501010105000101050101010502010105020101 -050101010507010005010101050101010501010105000101050001000500010005000101 -05010101058a010105020101050101010500010105010101050201010502010105010101 -050901010502010105010101054c01010500010105020103050101010501010105000101 -0501010105010101050a0101050601010502010105010101051d01010500010105020103 -0501010105010101050001010501010105010101050a0100050101010501010105010101 -050001010500010005000100050001010501010105820101050201010501010105000101 -050101010502010105020101050101010507010105010101050201010502010205000101 -05000101050101010521020201030202050e01030502010a050101050501010305070102 -0500010105020107050001000500010105000103058a01030502010a0501010505010103 -0508010505010105054c0102050301010500010005000103050001020500010305010104 -050701030503010505010105051d01020503010105000100050001030500010205000103 -05010104050701020500010105020107050001000500010105000103058201030502010a -050101050501010305090103050101050500010505010103052202020103020205ff05ff -05e802020103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff -05e802020103020205ff05ff05e802020103020205ff05ff05e802020103020205ff05ff -05e8020201030202050201ff01ff01e205020202010302020503080000cb080001000081 -01010059010100c30101005801000711000005020202010302020503080000cb08000100 -000b0101004e0101002201010059010100c3010100580100070103060700030600010502 -0202010302020503080000cb08000100000a0100001c0100002a01000008010000210101 -000c0100002a0100001f010100c301010058010007010305000007000306000105020202 -0103020205030800001f0800000a080000060802009408000100000a0100000401020003 -0102000c010000040101000a010200030102000b0101000201000007010000210101000b -010000040101000a010200030102000b010100020100001e010100c30101000a0101004b -0100070103050000070103050001050202020103020205030800001f0800000a08000008 -0800009408000100000a010000030100000201000001010000020100000a010000040100 -000101000008010000020100000101000002010000090100000101000002010000060100 -00210101000a010000040100000101000008010000020100000101000002010000090100 -0001010000020100001d010100c301010009010000010100004a01000701030400010701 -030500010502020201030202050308000008080100000800000208000002080000080804 -0002080200020800000008010005080000030802008d08000100000a0100000701000005 -0100000901000005010000010100000c0100000501000009010000010100000301000005 -010000210101000901000005010000010100000c01000005010000090100000101000003 -0100001c010100c301010009010000010100004a01000701030400010500070103040001 -0502020201030202050308000008080000000800000008000001080000020800000a0800 -00030800000208000001080100010800000408000002080000020800008c08000100000a -01000007010000050100000801000006010000010100000c010000050100000901000001 -0100000401000004010000210101000801000006010000010100000c0100000501000009 -01000001010000040100001b010100c301010009010000010100004a0100070103030001 -050107010304000105020202010302020503080000080800000008000000080000020800 -00010800000a0800000708000001080000020800000408000002080000020800008c0800 -0100000801010007010000050100000801000007010000010100000a010100040101000a -0100000101000005010000040101001f0101000701000007010000010100000a01010004 -0101000a01000001010000050100001a010100c301010009010000010100004a01000701 -030300010502070103030001050202020103020205030800000808000000080000000800 -0002080000010800000a08000004080300010800000208000004080000020804008c0800 -0100000a01000005010000050100000a01000006010000010100000c0100000501000009 -010000010100000401000004010000210101000801000006010000010100000c01000005 -0100000901000001010000040100001b010100c301010009010000010100004a01000701 -030200010503070103030001050202020103020205030800000808000000080000000800 -0003080000000800000a0800000308000002080000010800000208000004080000020800 -009008000100000a01000004010000050100000c01000005010000010100000c01000005 -01000009010000010100000301000005010000210101000901000005010000010100000c -010000050100000901000001010000030100001c010100c301010009010000010100004a -010007010302000105040701030200010502020201030202050308000008080000000800 -0000080000030801000b0800000308000002080000010801000108000004080000020800 -00020800008c08000100000a010000030100000501000007010100040100000401000001 -010000030101000201000002010000010100000201000003010100030100000101000002 -01000006010000210101000a010000040100000101000003010100020100000201000001 -01000002010000030101000301000001010000020100001d010100c30101000901000001 -0100004a0100070103010001050507010302000105020202010302020503080000080800 -000008000000080000040800000c08010002080300010800000008010005080000030802 -008d08000100000a01000003010400010104000301010005010000040101000401010003 -0102000301020004010100040101000201000007010000210101000b0100000401010004 -01010003010200030102000401010004010100020100001e010100c30101000a0101004b -010007010301000105060701030100010502020201030202050308000012080000010805 -00af08000100000a01000014010000060100002a01000008010000210101000c0100002a -0100001f010100c301010058010007010300000105070701030100010502020201030202 -05030800000f08000000080000b808000100000b010100100101003b0101002201010059 -010100c30101005801000701030000010508070103000001050202020103020205030800 -0010080000b908000100008101010059010100c301010058010007010001070b03000001 -05020202010302020503080000cb08000100008101010059010100c30101005801000701 -0000070d000105020202010302020503080000cb08000100008101010059010100c30101 -005801000701030e000105020202010302020503080000cb080001000081010100590101 -00c30101005801000701001005020202010302020503080000cb08000100008101010059 -010100c30101005801000701000d070000010502020201030202050308cd01ff01ff0100 -07010001050a070100010502020201030202050301ff01ff01ce07010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a070100010502020201030202050301ff01ff01ce07010001050a0701000105020202 -01030202050301ff01ff01ce07010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -050301ff01ff01ce07010001050a070100010502020201030202050301ff01ff01ce0701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a070100010502020201030202050301ff01ff01ce07010001050a -070100010502020201030202050301ff01ff01ce07010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -0502020201030202050301ff01ff01ce07010001050a0701000105020202010302020503 -01ff01ff01ce07010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a070100010502020201030202050301ff01ff -01ce07010001050a070100010502020201030202050301ff01ff01ce07010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a070100010502020201030202050301ff01ff01ce07010001050a070100010502 -020201030202050301ff01ff01ce07010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -0202050301ff01ff01ce07010001050a070100010502020201030202050301ff01ff01ce -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a070100010502020201030202050301ff01ff01ce07010001 -050a070100010502020201030202050301ff01ff01ce07010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0001050a0701000105020202010302020503010000cb0101008101010059010100c30101 -0058010007010001050a0701000105020202010302020503010000cb0101008101010059 -010100c301010058010007010001050a0701000105020202010302020503010000cb0101 -008101010059010100c301010058010007010001050a0701000105020202010302020503 -010000cb0101008101010059010100c301010058010007010001050a0701000105020202 -010302020503010000cb0101008101010059010100c301010058010007010001050a0701 -00010502020201030202050301ff01ff01ce07010001050a070100010502020201030202 -050301ff01ff01ce07010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a07010001050202020103020205030100 -00cb0101008101010059010100c301010058010007010001050a07010001050202020103 -02020503010000cb0101008101010059010100c301010058010007010001050a07010001 -05020202010302020503010000cb0101008101010059010100c301010058010007010001 -050a0701000105020202010302020503010000cb0101008101010059010100c301010058 -010007010001050a0701000105020202010302020503010000cb01010081010100590101 -00c301010058010007010001050a0701000105020202010302020503010000cb01010081 -01010059010100c301010058010007010001050a070100010502020201030202050301ff -01ff01ce07010001050a070100010502020201030202050301ff01ff01ce07010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001050a -0701000105020202010302020503010000cb0101008101010059010100c3010100580100 -07010001050a0701000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010001050a0701000105020202010302020503010000cb010100810101 -0059010100c301010058010007010001050a0701000105020202010302020503010000cb -0101008101010059010100c301010058010007010001050a070100010502020201030202 -0503010000cb0101008101010059010100c301010058010007010001050a070100010502 -0202010302020503010000cb0101008101010059010100c301010058010007010001070c -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -0000070d00010502020201030202050301ff01ff01ce0701030e00010502020201030202 -050301ff01ff01ce0701030e000105020202010302020503010000cb0101008101010059 -010100c30101005801000701030e000105020202010302020503010000cb010100810101 -0059010100c30101005801000701030e000105020202010302020503010000cb01010081 -01010059010100c30101005801000701030e000105020202010302020503010000cb0101 -008101010059010100c30101005801000701030e000105020202010302020503010000cb -0101008101010059010100c30101005801000701030e0001050202020103020205030100 -00cb0101008101010059010100c30101005801000701030e000105020202010302020503 -010000cb0101008101010059010100c30101005801000701030e00010502020201030202 -0503010000cb0101008101010059010100c30101005801000701030e0001050202020103 -02020503010000cb0101008101010059010100c30101005801000701030e000105020202 -010302020503010000cb0101008101010059010100c30101005801000701030e00010502 -0202010302020503010000cb0101008101010059010100c30101005801000701030e0001 -05020202010302020503010000cb0101008101010059010100c30101005801000701030e -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -030e000105020202010302020503010000cb0101008101010059010100c3010100580100 -0701030e000105020202010302020503010000cb0101008101010059010100c301010058 -01000701030e000105020202010302020503010000cb0101008101010059010100c30101 -005801000701030e000105020202010302020503010000cb0101008101010059010100c3 -0101005801000701030e000105020202010302020503010000cb01010081010100590101 -00c30101005801000701030e000105020202010302020503010000cb0101008101010059 -010100c30101005801000701030e00010502020201030202050301ff01ff01ce0701030e -00010502020201030202050301ff01ff01ce0701001005020202010302020503010000cb -0101008101010059010100c301010058010007010300000c070000010502020201030202 -0503010000cb0101008101010059010100c3010100580100070103000001050807010300 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -03010001050707010300000105020202010302020503010000cb01010081010100590101 -00c3010100580100070103010001050607010301000105020202010302020503010000cb -0101008101010059010100c3010100580100070103020001050507010301000105020202 -010302020503010000cb0101008101010059010100c30101005801000701030200010504 -07010302000105020202010302020503010000cb0101008101010059010100c301010058 -0100070103030001050307010302000105020202010302020503010000cb010100810101 -0059010100c3010100580100070103030001050207010303000105020202010302020503 -010000cb0101008101010059010100c30101005801000701030400010501070103030001 -05020202010302020503010000cb0101008101010059010100c301010058010007010304 -0001050007010304000105020202010302020503010000cb0101008101010059010100c3 -01010058010007010305000007020304000105020202010302020503010000cb01010081 -01010059010100c301010058010007010305000007010305000105020202010302020503 -010000cb0101008101010059010100c30101005801000701030607010305000105020202 -010302020503010000cb0101008101010059010100c30101005801000701030607000306 -000105020202010302020503010000cb0101008101010059010100c30101005801000701 -001005020202010302020503010000cb0101008101010059010100c30101005801000700 -00110502020201030202050207ff07ff07d30511020201030202050207ff07ff07d20000 -051102020103020205020701030d0000030000ff00ff00af03000001030c000105110202 -0103020205020701030b00010700030000ff00ff00ae070003000003030a000105110202 -01030202050207010309000207010300000105ff05ff05ab070103000005030800010511 -0202010302020502070103070003050007010300000105ff05ff05ab0701030000010501 -00030306000105110202010302020502070103050003050207010300000105ff05ff05ab -070103000001050300030304000105110202010302020502070103030003050407010300 -000105ff05ff05ab07010300000105050003030200010511020201030202050207010301 -0003050607010300000105ff05ff05ab0701030000010507000303000001051102020103 -020205020705050807010300000105ff05ff05ab07010300000105080703000105110202 -010302020502070103010703050607010300000105ff05ff05ab07010300000105070703 -0300000105110202010302020502070103030703050407010300000105ff05ff05ab0701 -030000010505070303020001051102020103020205020701030507030502070103000001 -05ff05ff05ab070103000001050307030304000105110202010302020502070103070703 -050007010300000105ff05ff05ab07010300000105010703030600010511020201030202 -05020701030907040300000105ff05ff05ab070103000001070303080001051102020103 -020205020701030b07020300000107ff07ff07ad030000010701030a0001051102020101 -000405020701030d07000300000007ff07ff07ae030000000700030c0001051100050202 -04000502070100ff00ff00d105110000020204000000020204000502070000ff00ff00d2 -051100000202040000000202040005ff05ff05e800000202040000000202040005ff05ff -05e800000202040000000202040005ff05ff05e8000002020400000002020400000502ff -02ff02dc00060202040000000208040002ff02ff02dc00000208040000000208040002ff -02ff02dc00000208040000000208040001ff01ff01dc0000020804000000040901ff01ff -01dc00000409 -%%EndData -end -%%PageTrailer -%%Trailer -%%BoundingBox: 0 42 377 247 -%%EOF |