(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 3.0, MathReader 3.0, or any compatible application. The data for the notebook starts with the line of stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. ***********************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 11788682, 297044]*) (*NotebookOutlinePosition[ 11790129, 297087]*) (* CellTagsIndexPosition[ 11790085, 297083]*) (*WindowFrame->Normal*) Notebook[{ Cell[BoxData[ StyleBox[\( (*\ \[Copyright]\ Orly\ Alter\ 2001\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->True, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ All\ Rights\ Reserved\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ \(\n\)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ SVD\ Analysis\ of\ Cdc15\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Estimate\ Missing\ Data\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, Background->RGBColor[1, 1, 0]], Cell[BoxData[ StyleBox[\( (*\ Read\ Selected\ Data\ from\ Select_Data . txt\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(<< LinearAlgebra`MatrixManipulation`; \n<< NumericalMath`TrigFit`; \n<< Graphics`Graphics`; \n<< Graphics`Arrow`; \n Off[General::"\"]; \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Define\ HardDrive\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(\(name = "\"; \)\)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Cdc15\ *) \), FontColor->RGBColor[1, 0, 0]]], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[CellGroupData[{ Cell[BoxData[{ \(stream = StringJoin[name, "\<:Desktop Folder:SPIE Data:Raw_Cdc15.txt\>"]; \n matrix = ReadList[stream, Word, RecordLists -> True, NullWords -> True]; \n{genes, arrays} = Dimensions[matrix] - {2, 1}\), \(\(Clear[stream]; \)\)}], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \({6113, 24}\)], "Output", PageBreakAbove->Automatic] }, Open ]], Cell[BoxData[ \(genenames = TakeRows[\n\t\tTakeColumns[matrix, {1, 1}], \n\t\t{3, genes + 2}]; \n arraynames = TakeColumns[\n\t\tTakeRows[matrix, {1, 2}], \n\t\t{2, arrays + 1}]; \n matrix = TakeColumns[\n\t\tTakeRows[matrix, {3, genes + 2}], \n \t\t\t\t{2, arrays + 1}]; \nmatrix = ToExpression[matrix]; \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ \(sizes = Flatten[\n\t\t Table[\n\t\t\t Dimensions[\n\t\t\t\t Characters[\n\t\t\t\t\tToString[arraynames[\([2, a]\)]]\n\t\t\t\t] \n\t\t\t], {a, 1, arrays}]]; \n size = \(Sort[sizes, OrderedQ[{#2, #1}]&]\)[\([1]\)]; \n Do[\n\tDo[ arraynames[\([2, a]\)] = StringJoin[ToString[arraynames[\([2, a]\)]], "\< \>"], \n \t\ \ \ \ \ \ \ {b, 1, size - sizes[\([a]\)]}], \n \ \ \ \ \t{a, 1, arrays}]; \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False], Cell[BoxData[ StyleBox[\( (*\ Count\ Null\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \(counter = Table[0, {genes}]; \n Do[\n\tcounter[\([a]\)] = counter[\([a]\)] + Count[matrix[\([a]\)], Null], \n\t{a, 1, genes}]; \)], "Input", PageBreakAbove->Automatic], Cell[BoxData[ StyleBox[\( (*\ Locate\ Gene\ Position\ of\ Null\ Data\ *) \), FontColor->RGBColor[0, 0, 1]]], "Input", PageBreakAbove->Automatic], Cell[BoxData[ \(Clear[positions]; \npositions = Table[0, {a, 1, arrays + 1}]; \n Do[\n\tpositions[\([a]\)] = Flatten[\n\t\t\tPosition[Flatten[counter], a - 1]], \n \t{a, 1, arrays + 1}]; \n numbers = Flatten[\n\t\t Table[\n\t\t\tDimensions[positions[\([a]\)]], \n \t\t\t{a, 1, arrays + 1}]]; \)], "Input", PageBreakAbove->Automatic], Cell[BoxData[ \( (*\ Create\ Display\ of\ Gene\ Position\ of\ Null\ Data\ *) \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(framex = Table[a - 1, {a, 2, arrays + 1}]; \n sizes = Flatten[\n\t\t Table[\n\t\t\t Dimensions[\n\t\t\t\t Characters[\n\t\t\t\t\tToString[framex[\([a]\)]]\n\t\t\t\t]\n \t\t\t], {a, 1, arrays}]]; \n Do[\n\tDo[ framex[\([a]\)] = StringJoin["\< \>", ToString[framex[\([a]\)]]], \n \t\ \ \ \ \ \ \ {b, 1, size - sizes[\([a]\)]}], \n \ \ \ \ \t{a, 1, arrays}]; \n framex = Table[{a, framex[\([a]\)]}, {a, 1, arrays}]; \n framey = {100, 200, 300, 400}; \n g = BarChart[Table[numbers[\([a]\)], {a, 2, arrays + 1}], \n\t Frame -> True, \n\tAxes -> False, \n\t FrameTicks -> {framex, framey, None, None}, \n\t PlotRange -> {{0.5, arrays + 0.5}, {0. , 400}}, \n\t DisplayFunction -> Identity]; \ng = FullGraphics[g]; \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \n\t\t Text[a_, {b_, c_}, {0. , 1. }] -> \n\t\t\t Text[a, {b, c - 100}, {0, 0}, {0, 1}]; \n g1 = Show[g, \n\tAspectRatio -> 13/\((arrays + 1)\), \n\t PlotRange -> All, \n\tDisplayFunction -> Identity]; \)], "Input", PageBreakAbove->Automatic], Cell[BoxData[ \(framex = Table[a - 1, {a, 1, arrays + 1}]; \n sizes = Flatten[\n\t\t Table[\n\t\t\t Dimensions[\n\t\t\t\t Characters[\n\t\t\t\t\tToString[framex[\([a]\)]]\n\t\t\t\t]\n \t\t\t], {a, 1, arrays + 1}]]; \n Do[\n\tDo[ framex[\([a]\)] = StringJoin["\< \>", ToString[framex[\([a]\)]]], \n \t\ \ \ \ \ \ \ {b, 1, size - sizes[\([a]\)]}], \n \ \ \ \ \t{a, 1, arrays + 1}]; \n framex = Table[{a, framex[\([a]\)]}, {a, 1, arrays + 1}]; \n framey = {1000, 2000, 3000, 4000, 5000, 6000}; \n labelx = ColumnForm[{"\"}, Center]; \n labely = ColumnForm[{"\"}, Center]; \n g = BarChart[numbers, \n\tFrame -> True, \n\tAxes -> False, \n\t FrameLabel -> {labelx, labely, None, None}, \n\t FrameTicks -> {framex, framey, None, None}, \n\t GridLines -> {None, None}, \n\t PlotRange -> {{0.5, arrays + 1.5}, {0, 6000}}, \n\t DisplayFunction -> Identity]; \ng = FullGraphics[g]; \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \n\t\t Text[labely, {b_, c_}, {1. , 0. }] -> \n\t\t\t Text[labely, {b - 2.5, c}, {0, 0}, {0, 1}]; \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \n\t\t Text[labelx, {b_, c_}, {0. , 1. }] -> \n\t\t\t Text[labelx, {b, c - 800}, {0, 1}, {1, 0}]; \n g[\([1, 2]\)] = g[\([1, 2]\)] /. \n\t\t Text[a_, {b_, c_}, {0. , 1. }] -> \n\t\t\t Text[a, {b, c - 800}, {0, 0}, {0, 1}]; \)], "Input", PageBreakAbove->True, PageBreakBelow->False], Cell[BoxData[ \( (*\ Display\ Gene\ Position\ of\ Null\ Data\ *) \)], "Input", PageBreakAbove->Automatic, PageBreakBelow->False, GroupPageBreakWithin->False, FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(\(g2 = Show[{g, \n\t\t\t Graphics[{RGBColor[1, 1, 0.8], Rectangle[{4, 400}, {24.75, 5800}]}], \n\t\t\t Graphics[{Rectangle[{0, \(-250\)}, {29, 5750}, g1]}]}, \n\t AspectRatio -> 10/\((arrays + 1)\), \n\tPlotRange -> All]; \)\)], "Input", PageBreakAbove->Automatic], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .4 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0985246 0.0302643 0.0602352 5.50402e-05 [ [.12879 .00952 -6 -20 ] [.12879 .00952 6 20 ] [.15905 .00952 -6 -20 ] [.15905 .00952 6 20 ] [.18932 .00952 -6 -20 ] [.18932 .00952 6 20 ] [.21958 .00952 -6 -20 ] [.21958 .00952 6 20 ] [.24985 .00952 -6 -20 ] [.24985 .00952 6 20 ] [.28011 .00952 -6 -20 ] [.28011 .00952 6 20 ] [.31037 .00952 -6 -20 ] [.31037 .00952 6 20 ] [.34064 .00952 -6 -20 ] [.34064 .00952 6 20 ] [.3709 .00952 -6 -20 ] [.3709 .00952 6 20 ] [.40117 .00952 -6 -20 ] [.40117 .00952 6 20 ] [.43143 .00952 -6 -20 ] [.43143 .00952 6 20 ] [.4617 .00952 -6 -20 ] [.4617 .00952 6 20 ] [.49196 .00952 -6 -20 ] [.49196 .00952 6 20 ] [.52223 .00952 -6 -20 ] [.52223 .00952 6 20 ] [.55249 .00952 -6 -20 ] [.55249 .00952 6 20 ] [.58275 .00952 -6 -20 ] [.58275 .00952 6 20 ] [.61302 .00952 -6 -20 ] [.61302 .00952 6 20 ] [.64328 .00952 -6 -20 ] [.64328 .00952 6 20 ] [.67355 .00952 -6 -20 ] [.67355 .00952 6 20 ] [.70381 .00952 -6 -20 ] [.70381 .00952 6 20 ] [.73408 .00952 -6 -20 ] [.73408 .00952 6 20 ] [.76434 .00952 -6 -20 ] [.76434 .00952 6 20 ] [.7946 .00952 -6 -20 ] [.7946 .00952 6 20 ] [.82487 .00952 -6 -20 ] [.82487 .00952 6 20 ] [.85513 .00952 -6 -20 ] [.85513 .00952 6 20 ] [.49196 .00952 -50 -12.625 ] [.49196 .00952 50 0 ] [.1042 .11528 -24 -4.5 ] [.1042 .11528 0 4.5 ] [.1042 .17032 -24 -4.5 ] [.1042 .17032 0 4.5 ] [.1042 .22536 -24 -4.5 ] [.1042 .22536 0 4.5 ] [.1042 .2804 -24 -4.5 ] [.1042 .2804 0 4.5 ] [.1042 .33544 -24 -4.5 ] [.1042 .33544 0 4.5 ] [.1042 .39048 -24 -4.5 ] [.1042 .39048 0 4.5 ] [.02381 .22536 -6.3125 -47 ] [.02381 .22536 6.3125 47 ] [ 0 0 0 0 ] [ 1 .4 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .11668 .06024 m .11668 .36907 L .14089 .36907 L .14089 .06024 L F 0 g .5 Mabswid [ ] 0 setdash .11668 .06024 m .11668 .36907 L .14089 .36907 L .14089 .06024 L .11668 .06024 L s 1 0 0 r .14695 .06024 m .14695 .07867 L .17116 .07867 L .17116 .06024 L F 0 g .14695 .06024 m .14695 .07867 L .17116 .07867 L .17116 .06024 L .14695 .06024 L s 1 0 0 r .17721 .06024 m .17721 .06464 L .20142 .06464 L .20142 .06024 L F 0 g .17721 .06024 m .17721 .06464 L .20142 .06464 L .20142 .06024 L .17721 .06024 L s 1 0 0 r .20748 .06024 m .20748 .06035 L .23169 .06035 L .23169 .06024 L F 0 g .20748 .06024 m .20748 .06035 L .23169 .06035 L .23169 .06024 L .20748 .06024 L s 1 0 0 r .23774 .06024 m .23774 .06024 L .26195 .06024 L .26195 .06024 L F 0 g .23774 .06024 m .23774 .06024 L .26195 .06024 L .26195 .06024 L .23774 .06024 L s 1 0 0 r .268 .06024 m .268 .06024 L .29222 .06024 L .29222 .06024 L F 0 g .268 .06024 m .268 .06024 L .29222 .06024 L .29222 .06024 L .268 .06024 L s 1 0 0 r .29827 .06024 m .29827 .06024 L .32248 .06024 L .32248 .06024 L F 0 g .29827 .06024 m .29827 .06024 L .32248 .06024 L .32248 .06024 L .29827 .06024 L s 1 0 0 r .32853 .06024 m .32853 .06491 L .35275 .06491 L .35275 .06024 L F 0 g .32853 .06024 m .32853 .06491 L .35275 .06491 L .35275 .06024 L .32853 .06024 L s 1 0 0 r .3588 .06024 m .3588 .06024 L .38301 .06024 L .38301 .06024 L F 0 g .3588 .06024 m .3588 .06024 L .38301 .06024 L .38301 .06024 L .3588 .06024 L s 1 0 0 r .38906 .06024 m .38906 .06024 L .41327 .06024 L .41327 .06024 L F 0 g .38906 .06024 m .38906 .06024 L .41327 .06024 L .41327 .06024 L .38906 .06024 L s 1 0 0 r .41933 .06024 m .41933 .06024 L .44354 .06024 L .44354 .06024 L F 0 g .41933 .06024 m .41933 .06024 L .44354 .06024 L .44354 .06024 L .41933 .06024 L s 1 0 0 r .44959 .06024 m .44959 .06024 L .4738 .06024 L .4738 .06024 L F 0 g .44959 .06024 m .44959 .06024 L .4738 .06024 L .4738 .06024 L .44959 .06024 L s 1 0 0 r .47986 .06024 m .47986 .06024 L .50407 .06024 L .50407 .06024 L F 0 g .47986 .06024 m .47986 .06024 L .50407 .06024 L .50407 .06024 L .47986 .06024 L s 1 0 0 r .51012 .06024 m .51012 .06024 L .53433 .06024 L .53433 .06024 L F 0 g .51012 .06024 m .51012 .06024 L .53433 .06024 L .53433 .06024 L .51012 .06024 L s 1 0 0 r .54038 .06024 m .54038 .06024 L .5646 .06024 L .5646 .06024 L F 0 g .54038 .06024 m .54038 .06024 L .5646 .06024 L .5646 .06024 L .54038 .06024 L s 1 0 0 r .57065 .06024 m .57065 .06024 L .59486 .06024 L .59486 .06024 L F 0 g .57065 .06024 m .57065 .06024 L .59486 .06024 L .59486 .06024 L .57065 .06024 L s 1 0 0 r .60091 .06024 m .60091 .06024 L .62512 .06024 L .62512 .06024 L F 0 g .60091 .06024 m .60091 .06024 L .62512 .06024 L .62512 .06024 L .60091 .06024 L s 1 0 0 r .63118 .06024 m .63118 .06024 L .65539 .06024 L .65539 .06024 L F 0 g .63118 .06024 m .63118 .06024 L .65539 .06024 L .65539 .06024 L .63118 .06024 L s 1 0 0 r .66144 .06024 m .66144 .06024 L .68565 .06024 L .68565 .06024 L F 0 g .66144 .06024 m .66144 .06024 L .68565 .06024 L .68565 .06024 L .66144 .06024 L s 1 0 0 r .69171 .06024 m .69171 .06024 L .71592 .06024 L .71592 .06024 L F 0 g .69171 .06024 m .69171 .06024 L .71592 .06024 L .71592 .06024 L .69171 .06024 L s 1 0 0 r .72197 .06024 m .72197 .06024 L .74618 .06024 L .74618 .06024 L F 0 g .72197 .06024 m .72197 .06024 L .74618 .06024 L .74618 .06024 L .72197 .06024 L s 1 0 0 r .75223 .06024 m .75223 .06024 L .77645 .06024 L .77645 .06024 L F 0 g .75223 .06024 m .75223 .06024 L .77645 .06024 L .77645 .06024 L .75223 .06024 L s 1 0 0 r .7825 .06024 m .7825 .06024 L .80671 .06024 L .80671 .06024 L F 0 g .7825 .06024 m .7825 .06024 L .80671 .06024 L .80671 .06024 L .7825 .06024 L s 1 0 0 r .81276 .06024 m .81276 .06024 L .83697 .06024 L .83697 .06024 L F 0 g .81276 .06024 m .81276 .06024 L .83697 .06024 L .83697 .06024 L .81276 .06024 L s 1 0 0 r .84303 .06024 m .84303 .06024 L .86724 .06024 L .86724 .06024 L F 0 g .84303 .06024 m .84303 .06024 L .86724 .06024 L .86724 .06024 L .84303 .06024 L s .25 Mabswid .12879 .06024 m .12879 .06357 L s gsave .12879 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .15905 .06024 m .15905 .06357 L s gsave .15905 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (1) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .18932 .06024 m .18932 .06357 L s gsave .18932 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .21958 .06024 m .21958 .06357 L s gsave .21958 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (3) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .24985 .06024 m .24985 .06357 L s gsave .24985 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .28011 .06024 m .28011 .06357 L s gsave .28011 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (5) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .31037 .06024 m .31037 .06357 L s gsave .31037 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .34064 .06024 m .34064 .06357 L s gsave .34064 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (7) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .3709 .06024 m .3709 .06357 L s gsave .3709 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (8) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .40117 .06024 m .40117 .06357 L s gsave .40117 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (9) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .43143 .06024 m .43143 .06357 L s gsave .43143 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (10) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .4617 .06024 m .4617 .06357 L s gsave .4617 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (11) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .49196 .06024 m .49196 .06357 L s gsave .49196 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (12) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .52223 .06024 m .52223 .06357 L s gsave .52223 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (13) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .55249 .06024 m .55249 .06357 L s gsave .55249 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (14) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .58275 .06024 m .58275 .06357 L s gsave .58275 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (15) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .61302 .06024 m .61302 .06357 L s gsave .61302 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (16) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .64328 .06024 m .64328 .06357 L s gsave .64328 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (17) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .67355 .06024 m .67355 .06357 L s gsave .67355 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (18) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .70381 .06024 m .70381 .06357 L s gsave .70381 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (19) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .73408 .06024 m .73408 .06357 L s gsave .73408 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (20) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .76434 .06024 m .76434 .06357 L s gsave .76434 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (21) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .7946 .06024 m .7946 .06357 L s gsave .7946 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (22) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .82487 .06024 m .82487 .06357 L s gsave .82487 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (23) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .85513 .06024 m .85513 .06357 L s gsave .85513 .00952 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (24) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .11366 .06024 m .87027 .06024 L s gsave .49196 .00952 -111 -16.625 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.625 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.625000 moveto 558.000000 16.625000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.625000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Number) show 105.000000 13.000000 moveto (of) show 123.000000 13.000000 moveto (Arrays) show 159.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .11366 .11528 m .11839 .11528 L s [(1000)] .1042 .11528 1 0 Mshowa .11366 .17032 m .11839 .17032 L s [(2000)] .1042 .17032 1 0 Mshowa .11366 .22536 m .11839 .22536 L s [(3000)] .1042 .22536 1 0 Mshowa .11366 .2804 m .11839 .2804 L s [(4000)] .1042 .2804 1 0 Mshowa .11366 .33544 m .11839 .33544 L s [(5000)] .1042 .33544 1 0 Mshowa .11366 .39048 m .11839 .39048 L s [(6000)] .1042 .39048 1 0 Mshowa .11366 .06024 m .11366 .39048 L s gsave .02381 .22536 -108 -10.3125 Mabsadd m 1 1 Mabs scale currentpoint translate 108 10.3125 translate 90 rotate -108 -10.3125 translate 0 20.625 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.625000 moveto 558.000000 16.625000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.625000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Number) show 105.000000 13.000000 moveto (of) show 123.000000 13.000000 moveto (Genes) show 153.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .11366 .39048 m .87027 .39048 L s .87027 .06024 m .87027 .39048 L s 1 1 .8 r .21958 .08225 m .21958 .37947 L .84757 .37947 L .84757 .08225 L F % Start of sub-graphic p 0.0985246 0.0464752 0.97619 0.376716 MathSubStart %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.015971 0.0391926 0.117737 0.000974705 [ [.05516 .01238 -6 -20 ] [.05516 .01238 6 20 ] [.09436 .01238 -6 -20 ] [.09436 .01238 6 20 ] [.13355 .01238 -6 -20 ] [.13355 .01238 6 20 ] [.17274 .01238 -6 -20 ] [.17274 .01238 6 20 ] [.21193 .01238 -6 -20 ] [.21193 .01238 6 20 ] [.25113 .01238 -6 -20 ] [.25113 .01238 6 20 ] [.29032 .01238 -6 -20 ] [.29032 .01238 6 20 ] [.32951 .01238 -6 -20 ] [.32951 .01238 6 20 ] [.3687 .01238 -6 -20 ] [.3687 .01238 6 20 ] [.4079 .01238 -6 -20 ] [.4079 .01238 6 20 ] [.44709 .01238 -6 -20 ] [.44709 .01238 6 20 ] [.48628 .01238 -6 -20 ] [.48628 .01238 6 20 ] [.52548 .01238 -6 -20 ] [.52548 .01238 6 20 ] [.56467 .01238 -6 -20 ] [.56467 .01238 6 20 ] [.60386 .01238 -6 -20 ] [.60386 .01238 6 20 ] [.64305 .01238 -6 -20 ] [.64305 .01238 6 20 ] [.68225 .01238 -6 -20 ] [.68225 .01238 6 20 ] [.72144 .01238 -6 -20 ] [.72144 .01238 6 20 ] [.76063 .01238 -6 -20 ] [.76063 .01238 6 20 ] [.79982 .01238 -6 -20 ] [.79982 .01238 6 20 ] [.83902 .01238 -6 -20 ] [.83902 .01238 6 20 ] [.87821 .01238 -6 -20 ] [.87821 .01238 6 20 ] [.9174 .01238 -6 -20 ] [.9174 .01238 6 20 ] [.95659 .01238 -6 -20 ] [.95659 .01238 6 20 ] [.02381 .21521 -18 -4.5 ] [.02381 .21521 0 4.5 ] [.02381 .31268 -18 -4.5 ] [.02381 .31268 0 4.5 ] [.02381 .41015 -18 -4.5 ] [.02381 .41015 0 4.5 ] [.02381 .50762 -18 -4.5 ] [.02381 .50762 0 4.5 ] [ 0 0 0 0 ] [ 1 .52 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 1 0 0 r .03949 .11774 m .03949 .44426 L .07084 .44426 L .07084 .11774 L F 0 g .5 Mabswid [ ] 0 setdash .03949 .11774 m .03949 .44426 L .07084 .44426 L .07084 .11774 L .03949 .11774 L s 1 0 0 r .07868 .11774 m .07868 .19571 L .11003 .19571 L .11003 .11774 L F 0 g .07868 .11774 m .07868 .19571 L .11003 .19571 L .11003 .11774 L .07868 .11774 L s 1 0 0 r .11787 .11774 m .11787 .11969 L .14923 .11969 L .14923 .11774 L F 0 g .11787 .11774 m .11787 .11969 L .14923 .11969 L .14923 .11774 L .11787 .11774 L s 1 0 0 r .15706 .11774 m .15706 .11774 L .18842 .11774 L .18842 .11774 L F 0 g .15706 .11774 m .15706 .11774 L .18842 .11774 L .18842 .11774 L .15706 .11774 L s 1 0 0 r .19626 .11774 m .19626 .11774 L .22761 .11774 L .22761 .11774 L F 0 g .19626 .11774 m .19626 .11774 L .22761 .11774 L .22761 .11774 L .19626 .11774 L s 1 0 0 r .23545 .11774 m .23545 .11774 L .2668 .11774 L .2668 .11774 L F 0 g .23545 .11774 m .23545 .11774 L .2668 .11774 L .2668 .11774 L .23545 .11774 L s 1 0 0 r .27464 .11774 m .27464 .20059 L .306 .20059 L .306 .11774 L F 0 g .27464 .11774 m .27464 .20059 L .306 .20059 L .306 .11774 L .27464 .11774 L s 1 0 0 r .31383 .11774 m .31383 .11774 L .34519 .11774 L .34519 .11774 L F 0 g .31383 .11774 m .31383 .11774 L .34519 .11774 L .34519 .11774 L .31383 .11774 L s 1 0 0 r .35303 .11774 m .35303 .11774 L .38438 .11774 L .38438 .11774 L F 0 g .35303 .11774 m .35303 .11774 L .38438 .11774 L .38438 .11774 L .35303 .11774 L s 1 0 0 r .39222 .11774 m .39222 .11774 L .42357 .11774 L .42357 .11774 L F 0 g .39222 .11774 m .39222 .11774 L .42357 .11774 L .42357 .11774 L .39222 .11774 L s 1 0 0 r .43141 .11774 m .43141 .11774 L .46277 .11774 L .46277 .11774 L F 0 g .43141 .11774 m .43141 .11774 L .46277 .11774 L .46277 .11774 L .43141 .11774 L s 1 0 0 r .47061 .11774 m .47061 .11774 L .50196 .11774 L .50196 .11774 L F 0 g .47061 .11774 m .47061 .11774 L .50196 .11774 L .50196 .11774 L .47061 .11774 L s 1 0 0 r .5098 .11774 m .5098 .11774 L .54115 .11774 L .54115 .11774 L F 0 g .5098 .11774 m .5098 .11774 L .54115 .11774 L .54115 .11774 L .5098 .11774 L s 1 0 0 r .54899 .11774 m .54899 .11774 L .58034 .11774 L .58034 .11774 L F 0 g .54899 .11774 m .54899 .11774 L .58034 .11774 L .58034 .11774 L .54899 .11774 L s 1 0 0 r .58818 .11774 m .58818 .11774 L .61954 .11774 L .61954 .11774 L F 0 g .58818 .11774 m .58818 .11774 L .61954 .11774 L .61954 .11774 L .58818 .11774 L s 1 0 0 r .62738 .11774 m .62738 .11774 L .65873 .11774 L .65873 .11774 L F 0 g .62738 .11774 m .62738 .11774 L .65873 .11774 L .65873 .11774 L .62738 .11774 L s 1 0 0 r .66657 .11774 m .66657 .11774 L .69792 .11774 L .69792 .11774 L F 0 g .66657 .11774 m .66657 .11774 L .69792 .11774 L .69792 .11774 L .66657 .11774 L s 1 0 0 r .70576 .11774 m .70576 .11774 L .73712 .11774 L .73712 .11774 L F 0 g .70576 .11774 m .70576 .11774 L .73712 .11774 L .73712 .11774 L .70576 .11774 L s 1 0 0 r .74495 .11774 m .74495 .11774 L .77631 .11774 L .77631 .11774 L F 0 g .74495 .11774 m .74495 .11774 L .77631 .11774 L .77631 .11774 L .74495 .11774 L s 1 0 0 r .78415 .11774 m .78415 .11774 L .8155 .11774 L .8155 .11774 L F 0 g .78415 .11774 m .78415 .11774 L .8155 .11774 L .8155 .11774 L .78415 .11774 L s 1 0 0 r .82334 .11774 m .82334 .11774 L .85469 .11774 L .85469 .11774 L F 0 g .82334 .11774 m .82334 .11774 L .85469 .11774 L .85469 .11774 L .82334 .11774 L s 1 0 0 r .86253 .11774 m .86253 .11774 L .89389 .11774 L .89389 .11774 L F 0 g .86253 .11774 m .86253 .11774 L .89389 .11774 L .89389 .11774 L .86253 .11774 L s 1 0 0 r .90172 .11774 m .90172 .11774 L .93308 .11774 L .93308 .11774 L F 0 g .90172 .11774 m .90172 .11774 L .93308 .11774 L .93308 .11774 L .90172 .11774 L s 1 0 0 r .94092 .11774 m .94092 .11774 L .97227 .11774 L .97227 .11774 L F 0 g .94092 .11774 m .94092 .11774 L .97227 .11774 L .97227 .11774 L .94092 .11774 L s .25 Mabswid .05516 .11774 m .05516 .12168 L s gsave .05516 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (1) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .09436 .11774 m .09436 .12168 L s gsave .09436 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .13355 .11774 m .13355 .12168 L s gsave .13355 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (3) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .17274 .11774 m .17274 .12168 L s gsave .17274 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .21193 .11774 m .21193 .12168 L s gsave .21193 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (5) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .25113 .11774 m .25113 .12168 L s gsave .25113 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .29032 .11774 m .29032 .12168 L s gsave .29032 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (7) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .32951 .11774 m .32951 .12168 L s gsave .32951 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (8) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .3687 .11774 m .3687 .12168 L s gsave .3687 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 93.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (9) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .4079 .11774 m .4079 .12168 L s gsave .4079 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (10) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .44709 .11774 m .44709 .12168 L s gsave .44709 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (11) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .48628 .11774 m .48628 .12168 L s gsave .48628 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (12) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .52548 .11774 m .52548 .12168 L s gsave .52548 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (13) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .56467 .11774 m .56467 .12168 L s gsave .56467 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (14) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .60386 .11774 m .60386 .12168 L s gsave .60386 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (15) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .64305 .11774 m .64305 .12168 L s gsave .64305 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (16) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .68225 .11774 m .68225 .12168 L s gsave .68225 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (17) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .72144 .11774 m .72144 .12168 L s gsave .72144 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (18) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .76063 .11774 m .76063 .12168 L s gsave .76063 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (19) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .79982 .11774 m .79982 .12168 L s gsave .79982 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (20) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .83902 .11774 m .83902 .12168 L s gsave .83902 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (21) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .87821 .11774 m .87821 .12168 L s gsave .87821 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (22) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .9174 .11774 m .9174 .12168 L s gsave .9174 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (23) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .95659 .11774 m .95659 .12168 L s gsave .95659 .01238 -81 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 81 10 translate 90 rotate -81 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 87.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (24) show 99.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .03557 .11774 m .97619 .11774 L s .03557 .21521 m .04145 .21521 L s [(100)] .02381 .21521 1 0 Mshowa .03557 .31268 m .04145 .31268 L s [(200)] .02381 .31268 1 0 Mshowa .03557 .41015 m .04145 .41015 L s [(300)] .02381 .41015 1 0 Mshowa .03557 .50762 m .04145 .50762 L s [(400)] .02381 .50762 1 0 Mshowa .03557 .11774 m .03557 .50762 L s .03557 .50762 m .97619 .50762 L s .97619 .11774 m .97619 .50762 L s 0 0 m 1 0 L 1 .52 L 0 .52 L closepath clip newpath MathSubEnd P % End of sub-graphic 0 0 m 1 0 L 1 .4 L 0 .4 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", PageBreakAbove->Automatic, ImageSize->{720.25, 288.062}, ImageMargins->{{13, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`040000003o ool0oooo00000180oooo00<000000?ooo`3oool04@3oool010000000oooo0?ooo`00000D0?ooo`03 0000003oool0oooo00h0oooo00@000000?ooo`3oool000004P3oool00`000000oooo0?ooo`0B0?oo o`030000003oool0oooo01<0oooo00<000000?ooo`3oool04@3oool00`000000oooo0?ooo`0C0?oo o`030000003oool0oooo00h0oooo00@000000?ooo`3oool000004P3oool00`000000oooo0?ooo`0A 0?ooo`040000003oool0oooo000001@0oooo00<000000?ooo`3oool03P3oool010000000oooo0?oo o`00000B0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool04`3oool00`000000oooo 0?ooo`0A0?ooo`030000003oool0oooo06d0oooo001]0?ooo`040000003oool0oooo00000180oooo 00<000000?ooo`3oool04`3oool00`000000oooo0?ooo`0B0?ooo`030000003oool0oooo00l0oooo 1000000D0?ooo`030000003oool0oooo00h0oooo00@000000?ooo`3oool000004`3oool00`000000 oooo0?ooo`0@0?ooo`040000003oool0oooo00000180oooo0`00000@0?ooo`040000003oool0oooo 00000180oooo00<000000?ooo`3oool04`3oool00`000000oooo0?ooo`0B0?ooo`030000003oool0 oooo00l0oooo1000000D0?ooo`030000003oool0oooo00h0oooo00@000000?ooo`3oool000004`3o ool00`000000oooo0?ooo`0@0?ooo`040000003oool0oooo00000180oooo0`00000@0?ooo`040000 003oool0oooo00000180oooo00<000000?ooo`3oool04`3oool00`000000oooo0?ooo`0B0?ooo`03 0000003oool0oooo00l0oooo1000001^0?ooo`00K@3oool010000000oooo0?ooo`00000B0?ooo`03 0000003oool0oooo01@0oooo00<000000?ooo`3oool03`3oool200000180oooo00<000000?ooo`00 00004P3oool300000140oooo0`00000D0?ooo`030000003oool0oooo0140oooo0P00000B0?ooo`04 0000003oool0oooo00000100oooo00@000000?ooo`3oool000004P3oool00`000000oooo0?ooo`0D 0?ooo`030000003oool0oooo00l0oooo0P00000B0?ooo`030000003oool000000180oooo0`00000A 0?ooo`<00000503oool00`000000oooo0?ooo`0A0?ooo`8000004P3oool010000000oooo0?ooo`00 000@0?ooo`040000003oool0oooo00000180oooo00<000000?ooo`3oool0503oool00`000000oooo 0?ooo`0?0?ooo`8000004P3oool00`000000oooo0000001_0?ooo`00K@3oool010000000oooo0?oo o`00000B0?ooo`030000003oool0oooo0140oooo00@000000?ooo`3oool000004`3oool00`000000 oooo0?ooo`0?0?ooo`030000003oool000000180oooo00<000000?ooo`3oool04@3oool00`000000 oooo0?ooo`0E0?ooo`030000003oool0oooo00l0oooo00@000000?ooo`3oool000004@3oool01000 0000oooo0?ooo`00000@0?ooo`040000003oool0oooo00000180oooo00<000000?ooo`3oool04@3o ool010000000oooo0?ooo`00000C0?ooo`030000003oool0oooo00l0oooo00<000000?ooo`000000 4P3oool00`000000oooo0?ooo`0A0?ooo`030000003oool0oooo01D0oooo00<000000?ooo`3oool0 3`3oool010000000oooo0?ooo`00000A0?ooo`040000003oool0oooo00000100oooo00@000000?oo o`3oool000004P3oool00`000000oooo0?ooo`0A0?ooo`040000003oool0oooo000001<0oooo00<0 00000?ooo`3oool03`3oool00`000000oooo0000001_0?ooo`00KP3oool200000180oooo0P00000D 0?ooo`8000004@3oool3000001<0oooo0P00000B0?ooo`@000004@3oool300000140oooo1000000B 0?ooo`8000004`3oool200000180oooo0P00000B0?ooo`800000503oool200000140oooo0`00000C 0?ooo`8000004P3oool400000140oooo0`00000A0?ooo`@000004P3oool2000001<0oooo0P00000B 0?ooo`8000004P3oool2000001@0oooo0P00000A0?ooo`<000004`3oool2000006l0oooo003o0?oo ool0oooodP3oool00?l0ooooo`3ooooB0?ooo`00o`3ooooo0?ooom80oooo003o0?ooool0oooodP3o ool00?l0ooooo`3ooooB0?ooo`00o`3ooooo0?ooom80oooo003o0?ooool0oooodP3oool00?l0oooo o`3ooooB0?ooo`00o`3ooooo0?ooom80oooo003o0?ooool0oooodP3oool00?l0ooooo`3ooooB0?oo o`00o`3ooooo0?ooom80oooo003o0?ooool0oooodP3oool00?l0ooooo`3ooooB0?ooo`00o`3ooooo 0?ooom80oooo003o0?ooool0oooodP3oool005l0ooooo`00003o000000P00000J`3oool005l0oooo 00<000000?ooo`0000001`3o00000`000000o`000?l000060?l000050000003oool0oooo0?ooo`00 00001`3o00000`000000o`000?l000050?l000050000003oool0oooo0?ooo`000000203o00000`00 0000o`000?l000050?l000030000003oool0oooo00T0oooo00<000000?ooo`3oool04P3oool00`00 0000oooo0?ooo`0B0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool02P3oool00`00 0000o`000?l000050?l000030000003o0000o`0000D0o`0000<000000?ooo`3oool02P3oool00`00 0000oooo0?ooo`0B0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool04P3oool00`00 0000oooo0?ooo`0B0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool04P3oool00`00 0000oooo0?ooo`0B0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool04P3oool00`00 0000oooo0?ooo`0B0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool04@3oool00`00 0000oooo0?ooo`0B0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool04@3oool00`00 0000oooo0?ooo`0B0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool0J@3oool005l0 oooo00<000000?ooo`0000001`3o00000`000000o`000?l000060?l000050000003oool0oooo0?oo o`0000001`3o00000`000000o`000?l000050?l000050000003oool0oooo0?ooo`000000203o0000 0`000000o`000?l000050?l000030000003oool0oooo00T0oooo00<000000?ooo`3oool04P3oool0 0`000000oooo0?ooo`0B0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool02P3oool0 0`000000o`000?l000050?l000030000003o0000o`0000D0o`0000<000000?ooo`3oool02P3oool0 0`000000oooo0?ooo`0B0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool04P3oool0 0`000000oooo0?ooo`0B0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool04P3oool0 0`000000oooo0?ooo`0B0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool04P3oool0 0`000000oooo0?ooo`0B0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool04@3oool0 0`000000oooo0?ooo`0B0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool04@3oool0 0`000000oooo0?ooo`0B0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool0J@3oool0 05l0oooo00<000000?ooo`000000403o00001@000000oooo0?ooo`3oool0000000l0o`0000@00000 0?ooo`3oool0oooo4P00001F0?oooa400000o`3ooomR0?ooo`030000003oool0oooo06T0oooo001O 0?ooo`030000003oool000000100o`0000D000000?ooo`3oool0oooo0000000?0?l000030000003o ool0oooo0?l0oooog03oool00`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@ 0?l000050000003oool0oooo0?ooo`0000003`3o00000`000000oooo0?ooo`3o0?ooom`0oooo00<0 00000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000403o00001@000000oooo0?ooo`3o ool0000000l0o`0000<000000?ooo`3oool0o`3ooooL0?ooo`030000003oool0oooo06T0oooo001O 0?ooo`030000003oool000000100o`0000D000000?ooo`3oool0oooo0000000?0?l000030000003o ool0oooo0?l0oooog03oool00`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@ 0?l000050000003oool0oooo0?ooo`0000003`3o00000`000000oooo0?ooo`3o0?ooom`0oooo00<0 00000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000403o00001@000000oooo0?ooo`3o ool0000000l0o`0000<000000?ooo`3oool0o`3ooooL0?ooo`030000003oool0oooo06T0oooo001O 0?ooo`030000003oool000000100o`0000D000000?ooo`3oool0oooo0000000?0?l000030000003o ool0oooo0?l0oooog03oool00`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@ 0?l000050000003oool0oooo0?ooo`0000003`3o00000`000000oooo0?ooo`3o0?ooom`0oooo00<0 00000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000403o00001@000000oooo0?ooo`3o ool0000000l0o`0000<000000?ooo`3oool0o`3ooooL0?ooo`030000003oool0oooo06T0oooo001O 0?ooo`030000003oool000000100o`0000@000000?ooo`3oool0oooo4@00003o0?ooomh0oooo00<0 00000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000403o00000`000000oooo0?ooo`3o 0?oooo00oooo00<000000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000403o00000`00 0000oooo0?ooo`3o0?oooo00oooo00<000000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`00 0000403o00000`000000oooo0?ooo`0b0?ooool0ooo<[`3ool`?0?ooo`030000003oool0oooo06T0 oooo001O0?ooo`030000003oool000000100o`0000<000000?ooo`3oool00?ooc003 0000003ool`0ooo<00d0ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc003 0000003ool`0ooo<00d0ooo<00<000000?ooc03ool`03@3ool`?0?ooo`030000003oool0oooo06T0 oooo001O0?ooo`030000003oool000000100o`0000<000000?ooo`3oool00?ooc08000003P3ool`2000000h0ooo<0P00 000>0?ooc08000003P3ool`2000000h0ooo<0P00000>0?ooc08000003P3ool`2000000h0ooo<0P00 000>0?ooc08000003P3ool`2000000h0ooo<0P00000>0?ooc08000003P3ool`200000100ooo<3`3o ool00`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@0?l000030000003oool0 oooo0380oooo;@3ool`3000000d0ooo<1000000<0?ooc0<000003P3ool`3000000`0ooo<0`00000> 0?ooc08000003P3ool`00`000000ooo<0?ooc00=0?ooc08000003@3ool`3000000d0ooo<0P00000= 0?ooc0<000003@3ool`4000000`0ooo<0`00000>0?ooc0<00000303ool`3000000h0ooo<0P00000> 0?ooc0030000003ool`0ooo<00d0ooo<0P00000=0?ooc0<000003@3ool`2000000d0ooo<0`00000= 0?ooc0@00000303ool`3000000h0ooo<0`00000?0?ooc0l0oooo00<000000?ooo`3oool0J@3oool0 05l0oooo00<000000?ooo`000000403o00000`000000oooo0?ooo`0b0?ooobh0ooo<00<000000?oo c03ool`03@3ool`00`000000ooo<0?ooc00?0?ooc0030000003ool`0ooo<00`0ooo<00<000000?oo c03ool`03P3ool`00`000000ooo<0?ooc00:0?ooc0040000003ool`0ooo<000000d0ooo<00<00000 0?ooc03ool`0303ool`010000000ooo<0?ooc000000?0?ooc0030000003ool`0ooo<00T0ooo<00@0 00000?ooc03ool`000003@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00l0ooo< 00<000000?ooc03ool`0303ool`00`000000ooo<0?ooc00>0?ooc0030000003ool`0ooo<00X0ooo< 00@000000?ooc03ool`000003@3ool`00`000000ooo<0?ooc00<0?ooc0040000003ool`0ooo<0000 00l0ooo<00<000000?ooc03ool`02@3ool`010000000ooo<0?ooc000000=0?ooc0030000003ool`0 ooo<00d0ooo<00<000000?ooc03ool`03`3ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0 ooo<00h0ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@0?l0 00030000003oool0oooo0380oooo;P3ool`00`000000ooo<0?ooc00>0?ooc0030000003ool`0ooo< 00h0ooo<00<000000?ooc03ool`02P3ool`4000000l0ooo<00<000000?ooc03ool`02P3ool`01000 0000ooo<0?ooc000000>0?ooc0030000003ool`0ooo<00/0ooo<00@000000?ooc03ool`000003@3o ol`3000000/0ooo<00@000000?ooc03ool`000003@3ool`00`000000ooo<0?ooc00>0?ooc0030000 003ool`0ooo<00h0ooo<00<000000?ooc03ool`02P3ool`4000000l0ooo<00<000000?ooc03ool`0 2P3ool`010000000ooo<0?ooc000000>0?ooc0030000003ool`0ooo<00/0ooo<00@000000?ooc03o ol`000003@3ool`3000000/0ooo<00@000000?ooc03ool`000003@3ool`00`000000ooo<0?ooc00> 0?ooc0030000003ool`0ooo<00h0ooo<00<000000?ooc03ool`02P3ool`4000000l0ooo<3`3oool0 0`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@0?l000030000003oool0oooo 0380oooo;P3ool`00`000000ooo<0?ooc00?0?ooc0030000003ool`0ooo<00/0ooo<0P00000=0?oo c0030000003ool`0000000d0ooo<0`00000=0?ooc0<000003`3ool`00`000000ooo<0?ooc00<0?oo c08000003@3ool`010000000ooo<0?ooc000000;0?ooc0040000003ool`0ooo<000000d0ooo<00<0 00000?ooc03ool`03`3ool`00`000000ooo<0?ooc00;0?ooc08000003@3ool`00`000000ooo<0000 000=0?ooc0<000003@3ool`3000000l0ooo<00<000000?ooc03ool`0303ool`2000000d0ooo<00@0 00000?ooc03ool`000002`3ool`010000000ooo<0?ooc000000=0?ooc0030000003ool`0ooo<00l0 ooo<00<000000?ooc03ool`02`3ool`2000000d0ooo<00<000000?ooc0000000403ool`?0?ooo`03 0000003oool0oooo06T0oooo001O0?ooo`030000003oool000000100o`0000<000000?ooo`3oool0 0?ooc08000003@3ool`4000000d0ooo<0`00000<0?ooc0@000003@3ool`2000000h0ooo<0P00000= 0?ooc08000003@3ool`2000000l0ooo<0P00000=0?ooc0<000003P3ool`200000100ooo<3`3oool0 0`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@0?l000030000003oool0oooo 0380ooooo`3oolb_0?ooc0l0oooo00<000000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`00 0000403o00000`000000oooo0?ooo`0b0?ooool0ooo<[`3ool`?0?ooo`030000003oool0oooo06T0 oooo001O0?ooo`030000003oool000000100o`0000<000000?ooo`3oool00?ooc0l0 oooo00<000000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000403o00000`000000oooo 0?ooo`0b0?ooob40ooo<00<000000?ooc00000001@3o00000`000000o`000?l000040?l000040000 003ool`0ooo<000000D0o`0000<000000?l0003o0000103o00000`000000ooo<0?ooc00>000000P0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00H0 ooo<00<000000?l0003o0000103o00000`000000o`000?l000030?l000030000003ool`0ooo<00L0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00<0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00`0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc0050?ooc0030000003ool`0ooo<00`0 ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@0?l000030000 003oool0oooo0380oooo8@3ool`00`000000ooo<000000050?l000030000003o0000o`0000@0o`00 00@000000?ooc03ool`000001@3o00000`000000o`000?l000040?l000030000003ool`0ooo<00H0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`01P3ool`00`000000o`000?l000040?l000030000003o0000o`0000<0 o`0000<000000?ooc03ool`01`3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00`0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`0303ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00d0 ooo<00<000000?ooc03ool`03@3ool`00`000000ooo<0?ooc00=0?ooc0030000003ool`0ooo<00D0 ooo<00<000000?ooc03ool`0303ool`?0?ooo`030000003oool0oooo06T0oooo001O0?ooo`030000 003oool000000100o`0000<000000?ooo`3oool00?ooc0030000003ool`0ooo<00`0ooo<3`3oool00`000000 oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@0?l000030000003oool0oooo0380oooo 8@3ool`00`000000ooo<0000000<0?l000040000003ool`0ooo<000000`0o`0000<000000?ooc03o ol`0?`3ool`00`000000o`000?l0000:0?l000030000003ool`0ooo<0?l0ooo<3P3ool`00`000000 ooo<0?ooc00<0?ooc0l0oooo00<000000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000 403o00000`000000oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000303o000010000000ooo< 0?ooc000000<0?l000030000003ool`0ooo<03l0ooo<00<000000?l0003o00002P3o00000`000000 ooo<0?ooc03o0?ooc0h0ooo<00<000000?ooc03ool`0303ool`?0?ooo`030000003oool0oooo06T0 oooo001O0?ooo`030000003oool000000100o`0000<000000?ooo`3oool00?ooc0030000003ool`0ooo<00`0 ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo0000000@0?l000030000 003oool0oooo0380oooo8@3ool`00`000000ooo<0000000<0?l000040000003ool`0ooo<000000`0 o`0000<000000?ooc03ool`0?`3ool`00`000000o`000?l0000:0?l000030000003ool`0ooo<0?l0 ooo<3P3ool`00`000000ooo<0?ooc00<0?ooc0l0oooo00<000000?ooo`3oool0J@3oool005l0oooo 00<000000?ooo`000000403o00000`000000oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000 303o000010000000ooo<0?ooc000000<0?l000030000003ool`0ooo<03l0ooo<00<000000?l0003o 00002P3o00000`000000ooo<0?ooc03o0?ooc0h0ooo<00<000000?ooc03ool`0303ool`?0?ooo`03 0000003oool0oooo06T0oooo001O0?ooo`030000003oool000000100o`0000<000000?ooo`3oool0 0?ooc003 0000003ool`0ooo<00`0ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`00G`3oool00`000000oooo 0000000@0?l000030000003oool0oooo0380oooo8@3ool`00`000000ooo<0000000<0?l000040000 003ool`0ooo<000000`0o`0000<000000?ooc03ool`0?`3ool`00`000000o`000?l0000:0?l00003 0000003ool`0ooo<0?l0ooo<3P3ool`00`000000ooo<0?ooc00<0?ooc0l0oooo00<000000?ooo`3o ool0J@3oool005l0oooo00<000000?ooo`000000403o00000`000000oooo0?ooo`0b0?ooob40ooo< 00<000000?ooc0000000303o000010000000ooo<0?ooc000000<0?l000030000003ool`0ooo<03l0 ooo<00<000000?l0003o00002P3o00000`000000ooo<0?ooc03o0?ooc0h0ooo<00<000000?ooc03o ol`0303ool`?0?ooo`030000003oool0oooo06T0oooo001O0?ooo`030000003oool000000100o`00 00<000000?ooo`3oool00?ooc0030000003ool`0ooo<00`0ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`00 G`3oool00`000000oooo0000000@0?l000030000003oool0oooo0380oooo8@3ool`00`000000ooo< 0000000<0?l000040000003ool`0ooo<000000`0o`0000<000000?ooc03ool`0?`3ool`00`000000 o`000?l0000:0?l000030000003ool`0ooo<0?l0ooo<3P3ool`00`000000ooo<0?ooc00<0?ooc0l0 oooo00<000000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000403o00000`000000oooo 0?ooo`0b0?ooob40ooo<00<000000?ooc0000000303o000010000000ooo<0?ooc000000<0?l00003 0000003ool`0ooo<03l0ooo<00<000000?l0003o00002P3o00000`000000ooo<0?ooc03o0?ooc0h0 ooo<00<000000?ooc03ool`0303ool`?0?ooo`030000003oool0oooo06T0oooo001O0?ooo`030000 003oool000000100o`0000<000000?ooo`3oool00?ooc0030000003ool`0ooo<00`0ooo<3`3oool00`000000 oooo0?ooo`1Y0?ooo`00903oool200000080oooo00<000000?ooo`3oool0=03oool00`000000oooo 0000000@0?l000030000003oool0oooo0380oooo8@3ool`00`000000ooo<0000000<0?l000040000 003ool`0ooo<000000`0o`0000<000000?ooc03ool`0?`3ool`00`000000o`000?l0000:0?l00003 0000003ool`0ooo<0?l0ooo<3P3ool`00`000000ooo<0?ooc00<0?ooc0l0oooo00<000000?ooo`3o ool0J@3oool002D0oooo00@000000?ooo`0000000000=P3oool00`000000oooo0000000@0?l00003 0000003oool0oooo0380oooo8@3ool`00`000000ooo<0000000<0?l000040000003ool`0ooo<0000 00`0o`0000<000000?ooc03ool`0?`3ool`00`000000o`000?l0000:0?l000030000003ool`0ooo< 0?l0ooo<3P3ool`00`000000ooo<0?ooc00<0?ooc0l0oooo00<000000?ooo`3oool0J@3oool002D0 oooo00@000000?ooo`0000000000=P3oool00`000000oooo0000000@0?l000030000003oool0oooo 0380oooo8@3ool`00`000000ooo<0000000<0?l000040000003ool`0ooo<000000`0o`0000<00000 0?ooc03ool`0?`3ool`00`000000o`000?l0000:0?l000030000003ool`0ooo<0?l0ooo<3P3ool`0 0`000000ooo<0?ooc00<0?ooc0l0oooo00<000000?ooo`3oool0J@3oool002D0oooo0P0000000`3o ool000000?ooo`0e0?ooo`030000003oool000000100o`0000<000000?ooo`3oool00?ooc0030000003ool`0 ooo<00`0ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`009@3oool2000000030?ooo`000000oooo 01L0oooo100000030?ooo`800000103oool2000000@0oooo0P0000090?ooo`030000003oool00000 0100o`0000<000000?ooo`3oool00?ooc0030000003ool`0ooo<00`0ooo<3`3oool00`000000oooo0?ooo`1Y 0?ooo`00903oool200000080oooo0P00000H0?ooo`030000003oool0oooo0080oooo00@000000?oo o`3oool000000P3oool010000000oooo0?ooo`0000020?ooo`040000003oool0oooo000000P0oooo 00<000000?ooo`000000403o00000`000000oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000 303o000010000000ooo<0?ooc000000<0?l000030000003ool`0ooo<03l0ooo<00<000000?l0003o 00002P3o00000`000000ooo<0?ooc03o0?ooc0h0ooo<00<000000?ooc03ool`0303ool`?0?ooo`03 0000003oool0oooo06T0oooo000U0?ooo`D000006@3oool01@000000oooo0?ooo`3oool000000080 oooo00@000000?ooo`3oool000000P3oool010000000oooo0?ooo`0000020?ooo`030000003oool0 oooo00H0oooo1000000?0?l000030000003oool0oooo0380oooo8@3ool`00`000000ooo<0000000< 0?l000040000003ool`0ooo<000000`0o`0000<000000?ooc03ool`0?`3ool`00`000000o`000?l0 000:0?l000030000003ool`0ooo<0?l0ooo<3P3ool`00`000000ooo<0?ooc00<0?ooc0l0oooo00<0 00000?ooo`3oool0J@3oool002D0oooo00@000000?ooo`3oool000006`3oool010000000oooo0?oo o`0000020?ooo`040000003oool0oooo00000080oooo00@000000?ooo`3oool000000P3oool00`00 0000oooo0?ooo`060?ooo`030000003oool000000100o`0000<000000?ooo`3oool00?ooc0030000003ool`0 ooo<00`0ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`009@3oool010000000oooo0?ooo`00000H 0?ooo`040000003oool0oooo00000080oooo00@000000?ooo`3oool000000P3oool010000000oooo 0?ooo`0000020?ooo`040000003oool0oooo000000P0oooo00<000000?ooo`000000403o00000`00 0000oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000303o000010000000ooo<0?ooc000000< 0?l000030000003ool`0ooo<03l0ooo<00<000000?l0003o00002P3o00000`000000ooo<0?ooc03o 0?ooc0h0ooo<00<000000?ooc03ool`0303ool`?0?ooo`030000003oool0oooo06T0oooo000U0?oo o`040000003oool0oooo000001T0oooo0P0000040?ooo`800000103oool2000000@0oooo0P000009 0?ooo`030000003oool000000100o`0000<000000?ooo`3oool00?ooc0030000003ool`0ooo<00`0ooo<3`3o ool00`000000oooo0?ooo`1Y0?ooo`00903oool2000000030?ooo`000000000003H0oooo00<00000 0?ooo`000000403o00000`000000oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000303o0000 10000000ooo<0?ooc000000<0?l000030000003ool`0ooo<03l0ooo<00<000000?l0003o00002P3o 00000`000000ooo<0?ooc03o0?ooc0h0ooo<00<000000?ooc03ool`0303ool`?0?ooo`030000003o ool0oooo06T0oooo001O0?ooo`030000003oool000000100o`0000<000000?ooo`3oool00?ooc0030000003o ol`0ooo<00`0ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`009@3oool01@000000oooo0000003o ool0000003D0oooo00<000000?ooo`000000403o00000`000000oooo0?ooo`0b0?ooob40ooo<00<0 00000?ooc0000000303o000010000000ooo<0?ooc000000<0?l000030000003ool`0ooo<03l0ooo< 00<000000?l0003o00002P3o00000`000000ooo<0?ooc03o0?ooc0h0ooo<00<000000?ooc03ool`0 303ool`?0?ooo`030000003oool0oooo06T0oooo000U0?ooo`050000003oool000000?ooo`000000 =@3oool00`000000oooo0000000@0?l000030000003oool0oooo0380oooo8@3ool`00`000000ooo< 0000000<0?l000040000003ool`0ooo<000000`0o`0000<000000?ooc03ool`0?`3ool`00`000000 o`000?l0000:0?l000030000003ool`0ooo<0?l0ooo<3P3ool`00`000000ooo<0?ooc00<0?ooc0l0 oooo00<000000?ooo`3oool0J@3oool002D0oooo00D000000?ooo`000000oooo0000000e0?ooo`03 0000003oool000000100o`0000<000000?ooo`3oool00?ooc0030000003ool`0ooo<00`0ooo<3`3oool00`00 0000oooo0?ooo`1Y0?ooo`009@3oool01@000000oooo0000003oool0000003D0oooo00<000000?oo o`000000403o00000`000000oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000303o00001000 0000ooo<0?ooc000000<0?l000030000003ool`0ooo<03l0ooo<00<000000?l0003o00002P3o0000 0`000000ooo<0?ooc03o0?ooc0h0ooo<00<000000?ooc03ool`0303ool`?0?ooo`030000003oool0 oooo06T0oooo000T0?ooo`H00000=@3oool00`000000oooo0000000@0?l000030000003oool0oooo 0380oooo8@3ool`00`000000ooo<0000000<0?l000030000003ool`0ooo<00h00000@@3ool`00`00 0000o`000?l0000:0?l000030000003ool`0ooo<0?l0ooo<3P3ool`00`000000ooo<0?ooc00<0?oo c0l0oooo00<000000?ooo`3oool0J@3oool005l0oooo00<000000?ooo`000000403o00000`000000 oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000303o00000`000000ooo<0?ooc01?0?ooc003 0000003o0000o`0000X0o`0000<000000?ooc03ool`0o`3ool`>0?ooc0030000003ool`0ooo<00`0 ooo<3`3oool00`000000oooo0?ooo`1Y0?ooo`009@3oool4000003H0oooo00<000000?ooo`000000 403o00000`000000oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000303o00000`000000ooo< 0?ooc01?0?ooc0h00000o`3ool`@0?ooc0030000003ool`0ooo<00`0ooo<3`3oool00`000000oooo 0?ooo`1Y0?ooo`009@3oool01@000000oooo0?ooo`3oool0000003D0oooo00<000000?ooo`000000 403o00000`000000oooo0?ooo`0b0?ooob40ooo<00<000000?ooc0000000303o00000`000000ooo< 0?ooc03o0?ooc6d0ooo<00<000000?ooc03ool`0303ool`?0?ooo`030000003oool0oooo06T0oooo 000U0?ooo`050000003oool0oooo0?ooo`000000=@3oool00`000000oooo0000000@0?l000030000 003oool0oooo0380oooo8@3ool`00`000000ooo<0000000<0?l000030000003ool`0ooo<0?l0ooo< K@3ool`00`000000ooo<0?ooc00<0?ooc0l0oooo00<000000?ooo`3oool0J@3oool002D0oooo00D0 00000?ooo`3oool0oooo0000000e0?ooo`030000003oool000000100o`0000<000000?ooo`3oool0