%!PS-Adobe-3.0 %%Title: 368615 %%Creator: VAX DOCUMENT V2.1-1 %%Copyright: 1986,1987,1988,1989,1990,1991 DIGITAL EQUIPMENT CORPORATION. %%+All Rights Reserved. %%CreationDate: Mon Oct 11 1999 17:26:41 %%For: SCHOLES %%BoundingBox: (atend) %%DocumentData: Clean7Bit %%LanguageLevel: 1 %%Orientation: Portrait %%Pages: (atend) %%PageOrder: Ascend %%DocumentFonts: (atend) %%DocumentNeededFonts: (atend) %%DocumentProcSets: Underlay Color5044 %%DocumentSuppliedProcSets: Underlay Color5044 %%DocumentProcessColors: (atend) %%DocumentCustomColors: (atend) %%EndComments % %%BeginResource: procset Underlay %%CreationDate: (2/10/92) % % In VAX DOCUMENT V2.1-1, simple EPSF files up to 65,000 bytes long % may be an underlay. Define the EPSF as a PostScript proceedure % called /UNDERLAY and prefix to DOCUMENT's PS output For example:. % /UNDERLAY ( EPSF code here ) cvx def % % To create a "Preliminary" underlay change /UNDERLAY* to /UNDERLAY /UNDERLAY* ( /Note (Preliminary) def /NoteSize 120 def /NoteFont /Helvetica findfont NoteSize scalefont def /Note where { pop Note length 0 gt { /NoteWidth NoteFont setfont Note stringwidth pop def PaperWidth 36 mul PaperHeight 36 mul moveto PaperHeight PaperWidth atan rotate NoteWidth -2 div NoteSize .729 mul -2 div rmoveto Note true charpath .075 setseparationgray fill }if }if ) cvx def %%EndResource % %%BeginResource: procset Color5044 %%CreationDate: (1/21/91) %%Version:1.0 3 %Implementation of Adobe 5044 color specification %/ndf allows command override during color separation /Color5044Dict 100 dict def Color5044Dict begin /bdf {bind def} def /ndf {1 index where {pop pop pop } {dup xcheck {bind} if def } ifelse } bdf /setcmykcolor {1 exch sub 3 {dup 5 -1 roll sub 0 2 copy lt {exch} if pop exch } repeat pop setrgbcolor }ndf /setcmykcoloroverprint {4 {dup -1 eq {pop 0} if 4 1 roll } repeat setcmykcolor } ndf /findcmykcustomcolor {5 /packedarray where {pop packedarray } {array astore readonly } ifelse } ndf /setcustomcolor {exch aload pop pop 4 {4 index mul 4 1 roll } repeat setcmykcolor pop } ndf /setseparationgray {1 exch sub systemdict /setgray get exec } ndf /setoverprint {pop} ndf /currentoverprint false ndf %CMYK multi-proc colorimage /colorimage {4 ne {(\nUnsupported number of colors for colorimage.\n) print flush quit } if not {(\nSingle procedure form colorimage unsupported.\n) print flush quit } if save 20 dict begin /&saveobj exch def /&Kproc exch def /&Yproc exch def /&Mproc exch def /&Cproc exch def {&Cproc &Mproc &Yproc &Kproc /&K exch def /&Y exch def /&M exch def /&C exch def 0 1 &K length 1 sub {/&i exch def &K &i 255 &C &i get 30 mul &M &i get 59 mul add &Y &i get 11 mul add &K &i get 100 mul add 100 idiv dup 255 gt {pop 255} if sub put } for &K } image &saveobj end restore } ndf /customcolorimage {pop systemdict /image get exec } ndf /separationimage {systemdict /image get exec } ndf end %%EndResource Color5044Dict begin % /DEC_DVC$dict 300 dict def DEC_DVC$dict begin % /DVC$PSJob save def % /DOCPSE ISOLatin1Encoding 256 array copy def mark % CREATE DOCPSE ENCODING 8#055 /hyphen 8#201 /bullet 8#202 /emdash 8#203 /endash 8#204 /dagger 8#205 /daggerdbl 8#206 /registered 8#207 /trademark %8#210 /Delta 8#211 /fi 8#212 /fl 8#213 /OE 8#214 /oe 8#215 /Ydieresis counttomark -1 bitshift % DIVIDE BY 2 {DOCPSE 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /ReENCODE { % /basefont /newfont encoding ReENCODE /newencoding exch def %ARG: NAME OF ENCODING VECTOR /newfontname exch def %ARG: NEW NAME FOR FONT AFTER RE-ENCODING findfont /basefontdict exch def %ARG: NAME OF FONT TO BE RE-ENCODED basefontdict maxlength dict begin %CREATE AND OPEN NEW DICT basefontdict { %COPY ENTRIES FROM BASE FONT DICT TO NEW ONE 1 index /FID ne { def %IF NOT THE ONE WE'RE ENCODING, JUST COPY PTRS } { %else pop pop %IGNORE FID AND ENCODING FOR ONE WE'RE ENCODING } ifelse } forall /FontName newfontname def %DEFINE NEW NAME /Encoding newencoding def %DEFINE NEW ENCODING VECTOR newfontname currentdict definefont %TURN IT INTO A PS FONT pop %IGNORE MODIFIED DICT RETURNED BY DEFINEFONT end }def % /cvsstr 64 string def /tempmatrix matrix def % % Exit page (temporarily) to add fonts/characters. /XP { }def % % Resume page /RP { }def % % End Page: EP /EP {DVC$PSPage restore}def % % Purge fonts to reclaim VM /PF { currentoverprint currentrgbcolor EP %Does restore PageSetup %Does save setrgbcolor setoverprint }def % % ABBREVIATIONS /S /show load def /SV /save load def /RST /restore load def % /Yadjust {Ymax exch sub} def % /XY { % (x,y) POSITION ABSOLUTE Yadjust moveto } def % /X { % (x,0) POSITION ABSOLUTE currentpoint exch pop moveto } def % /Y { % (0,y) POSITION ABSOLUTE currentpoint pop exch Yadjust moveto } def % /xy { % (x,y) POSITION RELATIVE neg rmoveto } def % /x { % (x,0) POSITION RELATIVE 0 rmoveto } def % /y { % (0,y) POSITION RELATIVE 0 exch neg rmoveto } def % /R { % Draw a rectangle /ht exch def /wd exch def gsave currentpoint newpath moveto 0 ht rlineto wd 0 rlineto 0 ht neg rlineto wd neg 0 rlineto closepath fill grestore wd 0 rmoveto }def % %Setup Page Media: PM /PM { /Xmax exch Resolution mul def /Ymax exch Resolution mul def /UNDERLAY where { pop /eps_save save def % save before EPSF underlay Resolution 72 div dup scale % Revert coords to points count array astore /DVCstack exch def % save op stack /dict_count countdictstack def % # of dicts userdict begin % default dict /showpage {}def % disable showpage 0 setgray {UNDERLAY} stopped {(Error executing /UNDERLAY)== quit}if countdictstack dict_count sub {end} repeat % clean up dict stack clear DVCstack aload pop % restore op stack eps_save restore % restore after EPSF }if PageSetup }def % %Setup page coordinates /PageSetup { /DVC$PSPage save def PortraitMode not {PaperWidth 0 translate 90 rotate} if /Xpos 0 def /Ypos 0 def }def % % Begin EPS file: SPB /SPB { Yadjust transform % convert from DVC to device coords EP % page-level restore /eps_save save def % save before EPSF Resolution 72 div dup scale % Revert coords to points itransform % convert position back to points translate % set position for EPSF PortraitMode not {90 rotate} if % rotate for EPSF count array astore /DVCstack exch def % save op stack /dict_count countdictstack def % # of dicts userdict begin % default dict /showpage {}def % disable showpage 0 setgray }def % % End EPS file /SPE { countdictstack dict_count sub {end} repeat % clean up dict stack clear DVCstack aload pop % restore op stack eps_save restore % restore after EPSF PageSetup % restore DVC coords }def % % Print-Page Routine: PP /PP { gsave showpage grestore }def % /DMF { % /font-name DMF exch findfont exch scalefont setfont }def % /concatnam { % /abcd (xxx) concatnam ==> /abcdxxx /xxx exch def /namstr exch cvsstr cvs def /newnam namstr length xxx length add string def newnam 0 namstr putinterval newnam namstr length xxx putinterval newnam cvn }def % /strip { % /abcdef 2 strip ==> /cdef /num exch def /nam exch def /namstr nam cvsstr cvs def /newlen namstr length num sub def namstr num newlen getinterval cvn }def % ROUTINES TO HANDLE PACKING/UNPACKING NUMBERS /PackHW { % PackHW --> /num exch def /pos exch def /target exch def num 16#0000FFFF and 1 pos sub 16 mul bitshift target or }def /PackByte { % PackByte --> /num exch def /pos exch def /target exch def num 16#000000FF and 3 pos sub 8 mul bitshift target or }def /UnpkHW { % UnpkHW --> /num exch def /pos exch def num 1 pos sub -16 mul bitshift 16#0000FFFF and dup 16#00007FFF gt {16#00010000 sub} if }def /UnpkByte { % UnpkByte --> /num exch def /pos exch def num 3 pos sub -8 mul bitshift 16#000000FF and dup 16#0000007F gt {16#00000100 sub} if }def % /ps-scalefont { % FOR PS FONTS, LOOK AT SIZE REQUESTED. IF IT HAS A DECIMAL REMAINDER % EQUIVALENT TO .001-.009 POINTS (I.E., .050-.450 VAXDOC UNITS), THAT'S % A FLAG TO STRETCH IT VERTICALLY BY ADDING 1-9 EXTRA POINTS TO THE % VERTICAL SCALING. % save requested size - as entered and as integer dup /x-size exch def cvi /x-int exch def % calc decimal remainder, mul x 1000, round x-size x-int sub 1000 mul round cvi /remainder exch def % see how we scale... remainder 50 lt remainder 450 gt or { % scale isomorphically /ystretch 0 def x-size scalefont } { % scale anamorphically /ystretch remainder def x-int ystretch add /y-size exch def [x-int 0 0 y-size 0 0] makefont } ifelse }def % /DPSF { % /procname size /fontname DPSF findfont exch ps-scalefont [ exch /setfont cvx ] cvx def }def % /PXLBuildCharDict 17 dict def /CMEncodingArray 256 array def 0 1 255 {CMEncodingArray exch dup cvsstr cvs cvn put} for /RasterConvert {RasterScaleFactor div}def /TransformBBox { aload pop /BB-ury exch def /BB-urx exch def /BB-lly exch def /BB-llx exch def [ BB-llx RasterConvert BB-lly RasterConvert BB-urx RasterConvert BB-ury RasterConvert ] }def /RunLengthToRasters { % none yet }def /GenerateRasters { % GENERATE RASTERS FOR "IMAGEMASK" rasters runlength 1 eq {RunLengthToRasters} if }def % /int-dict-name {int (-dict) concatnam}def /int-dict {int (-dict) concatnam cvx load}def % /DefinePXLFont { % ... % ...[llx lly urx ury]DefinePXLFont /newfont exch def /bb exch def /num exch def /psz exch def /dsz exch def /pxlmag exch def /ext exch def /int exch def /fnam ext (-) concatnam pxlmag cvsstr cvs concatnam def newfont not { int-dict-name 13 dict def int-dict begin /FontType 3 def /FontMatrix [ 1 dsz div 0 0 1 dsz div 0 0 ] def /FontBBox bb TransformBBox def /Encoding CMEncodingArray def /CharDict 1 dict def CharDict begin /Char-Info num array def end /BuildChar { PXLBuildCharDict begin /char exch def /fontdict exch def fontdict /CharDict get /Char-Info get char get aload pop /rasters exch def /PackedWord1 exch def 0 PackedWord1 UnpkHW 16#7FFF ne { /PackedWord2 exch def /wx 0 PackedWord1 UnpkHW def /rows 2 PackedWord1 UnpkByte def /cols 3 PackedWord1 UnpkByte def /llx 0 PackedWord2 UnpkByte def /lly 1 PackedWord2 UnpkByte def /urx 2 PackedWord2 UnpkByte def /ury 3 PackedWord2 UnpkByte def }{ %else /PackedWord2 exch def /PackedWord3 exch def /PackedWord4 exch def /wx 1 PackedWord1 UnpkHW def /rows 0 PackedWord2 UnpkHW def /cols 1 PackedWord2 UnpkHW def /llx 0 PackedWord3 UnpkHW def /lly 1 PackedWord3 UnpkHW def /urx 0 PackedWord4 UnpkHW def /ury 1 PackedWord4 UnpkHW def } ifelse rows 0 lt { /rows rows neg def /runlength 1 def }{ %else /runlength 0 def } ifelse wx 0 llx RasterConvert lly RasterConvert urx RasterConvert ury RasterConvert setcachedevice rows 0 ne { gsave cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if end }def end fnam int-dict definefont pop } if int-dict-name fnam findfont psz scalefont def currentdict int [ int-dict /setfont cvx ] cvx put }def /PXLF { true DefinePXLFont}def % SIGNAL THAT FONT ALREADY LOADED /PXLNF {false DefinePXLFont}def % SIGNAL THAT FONT NOT ALREADY LOADED % /PXLC { % ... % ...PXLC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /wx exch def /code exch def /int exch def % SEE IF LONG OR SHORT FORMAT IS REQUIRED true cols CKSZ rows CKSZ ury CKSZ urx CKSZ lly CKSZ llx CKSZ TackRunLengthToRows { int-dict /CharDict get /Char-Info get code [ 0 0 llx PackByte 1 lly PackByte 2 urx PackByte 3 ury PackByte 0 0 wx PackHW 2 rows PackByte 3 cols PackByte rasters ] put }{ %else int-dict /CharDict get /Char-Info get code [ 0 0 urx PackHW 1 ury PackHW 0 0 llx PackHW 1 lly PackHW 0 0 rows PackHW 1 cols PackHW 0 0 16#7FFF PackHW 1 wx PackHW rasters ] put } ifelse }def % /CKSZ {abs 127 le and}def /TackRunLengthToRows {runlength 0 ne {/rows rows neg def} if}def % /PLOTC { % PLOTC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /psz exch def /dsz exch def /wx exch def % "PLOT" A CHARACTER'S RASTER PATTERN rows 0 ne { gsave currentpoint translate psz dsz div dup scale cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if wx x }def % % set color routine: Color# SC /SC {ColorPalette exch get 1.0 setcustomcolor}bind def % %%EndProlog %%BeginSetup /PxlResolution 300 def /Resolution 3600 def /RasterScaleFactor PxlResolution Resolution div def /PortraitMode true def /PaperWidth 8.500 def /PaperHeight 11.000 def 72 Resolution div dup scale %> Postamble of file WORK45:[SCHOLES.NAS_DOCS.SPDS]368615.DVI_PS. % DefineFont:F47 Category:10 Pointsize:6 /Helvetica-Oblique /Helvetica-Oblique@DOCPSE DOCPSE ReENCODE /F47 300.0 /Helvetica-Oblique@DOCPSE DPSF % DefineFont:F46 Category:10 Pointsize:6 /Helvetica /Helvetica@DOCPSE DOCPSE ReENCODE /F46 300.0 /Helvetica@DOCPSE DPSF % DefineFont:F45 Category:10 Pointsize:8 /Helvetica-BoldOblique /Helvetica-BoldOblique@DOCPSE DOCPSE ReENCODE /F45 400.0 /Helvetica-BoldOblique@DOCPSE DPSF % DefineFont:F44 Category:10 Pointsize:8 /Helvetica-Bold /Helvetica-Bold@DOCPSE DOCPSE ReENCODE /F44 400.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F43 Category:10 Pointsize:8 /F43 400.0 /Helvetica-Oblique@DOCPSE DPSF % DefineFont:F42 Category:10 Pointsize:8 /F42 400.0 /Helvetica@DOCPSE DPSF % DefineFont:F41 Category:10 Pointsize:9 /F41 450.0 /Helvetica-BoldOblique@DOCPSE DPSF % DefineFont:F40 Category:10 Pointsize:9 /F40 450.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F39 Category:10 Pointsize:9 /F39 450.0 /Helvetica-Oblique@DOCPSE DPSF % DefineFont:F38 Category:10 Pointsize:9 /F38 450.0 /Helvetica@DOCPSE DPSF % DefineFont:F37 Category:10 Pointsize:10 /F37 500.0 /Helvetica-BoldOblique@DOCPSE DPSF % DefineFont:F36 Category:10 Pointsize:10 /F36 500.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F16 Category:10 Pointsize:24 /F16 1200.0 /Helvetica-Bold@DOCPSE DPSF %Spot color array for this job /ColorPalette [ 0.0 0.0 0.0 1.0 (BLACK) findcmykcustomcolor ] def %%EndSetup % %%Page: (1) 1 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 3600 5094 XY 3600 8083 SPB -73.000 -383.000 translate %%BeginDocument: (DOC$ROOT:[TEX.FORMATS]COMP1C.EPS) %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 7.0 %%For: (Teresa M Honkala) (SEi, Sykes Enterprise Incorp.) %%Title: (center1.eps) %%CreationDate: (9/2/98) (11:10 AM) %%BoundingBox: 73 383 542 408 %%HiResBoundingBox: 73.25 383.9375 541.25 407.9375 %%DocumentProcessColors: Black %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0 %%+ procset Adobe_ColorImage_AI6 1.1 0 %%+ procset Adobe_Illustrator_AI5 1.2 0 %%+ procset Adobe_cshow 2.0 8 %AI5_FileFormat 3.0 %AI3_ColorUsage: Black&White %AI3_IncludePlacedImages %AI7_ImageSettings: 1 %%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) %%+ Options: 1 16 0 1 0 1 1 1 0 1 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 %%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 () %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: Macintosh_ColorPic %AI5_ArtSize: 612 792 %AI5_RulerUnits: 0 %AI5_ArtFlags: 1 0 0 1 0 0 1 1 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI5_OpenToView: -558 1008 -1.5 1146 827 18 1 1 3 40 0 0 %AI5_OpenViewLayers: 7 %%PageOrigin:30 31 %%AI3_PaperRect:-30 761 582 -31 %%AI3_Margin:30 -31 -30 31 %AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI7_Thumbnail: 128 8 8 %%BeginData: 1618 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FDFCFFFD3AFFFD14F8FD6CFFFD14F8FD6CFFFD14F8FD6CFFFD0EF8 %FFFD05F8FDFCFFFD39FFFF %%EndData %%EndComments %%BeginProlog %%BeginResource: procset Adobe_level2_AI5 1.2 0 %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) %%Version: 1.2 0 %%CreationDate: (04/10/93) () %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_level2_AI5 25 dict dup begin put /packedarray where not { userdict begin /packedarray { array astore readonly } bind def /setpacking /pop load def /currentpacking false def end 0 } if pop userdict /defaultpacking currentpacking put true setpacking /initialize { Adobe_level2_AI5 begin } bind def /terminate { currentdict Adobe_level2_AI5 eq { end } if } bind def mark /setcustomcolor where not { /findcmykcustomcolor { 0 6 packedarray } bind def /findrgbcustomcolor { 1 5 packedarray } bind def /setcustomcolor { exch aload pop 0 eq { pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } { pop 3 { 1 exch sub 3 index mul 1 exch sub 3 1 roll } repeat 4 -1 roll pop setrgbcolor } ifelse } def } if /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put userdict /level2? systemdict /languagelevel known dup { pop systemdict /languagelevel get 2 ge } if put /level2ScreenFreq { begin 60 HalftoneType 1 eq { pop Frequency } if HalftoneType 2 eq { pop GrayFrequency } if HalftoneType 5 eq { pop Default level2ScreenFreq } if end } bind def userdict /currentScreenFreq level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put level2? not { /setcmykcolor where not { /setcmykcolor { exch .11 mul add exch .59 mul add exch .3 mul add 1 exch sub setgray } def } if /currentcmykcolor where not { /currentcmykcolor { 0 0 0 1 currentgray sub } def } if /setoverprint where not { /setoverprint /pop load def } if /selectfont where not { /selectfont { exch findfont exch dup type /arraytype eq { makefont } { scalefont } ifelse setfont } bind def } if /cshow where not { /cshow { [ 0 0 5 -1 roll aload pop ] cvx bind forall } bind def } if } if cleartomark /anyColor? { add add add 0 ne } bind def /testColor { gsave setcmykcolor currentcmykcolor grestore } bind def /testCMYKColorThrough { testColor anyColor? } bind def userdict /composite? level2? { gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore add add add 4 eq } { 1 0 0 0 testCMYKColorThrough 0 1 0 0 testCMYKColorThrough 0 0 1 0 testCMYKColorThrough 0 0 0 1 testCMYKColorThrough and and and } ifelse put composite? not { userdict begin gsave /cyan? 1 0 0 0 testCMYKColorThrough def /magenta? 0 1 0 0 testCMYKColorThrough def /yellow? 0 0 1 0 testCMYKColorThrough def /black? 0 0 0 1 testCMYKColorThrough def grestore /isCMYKSep? cyan? magenta? yellow? black? or or or def /customColor? isCMYKSep? not def end } if end defaultpacking setpacking %%EndResource %%BeginProcSet: Adobe_ColorImage_AI6 1.1 0 userdict /Adobe_ColorImage_AI6 known not { userdict /Adobe_ColorImage_AI6 24 dict put } if userdict /Adobe_ColorImage_AI6 get begin /initialize { Adobe_ColorImage_AI6 begin Adobe_ColorImage_AI6 { dup type /arraytype eq { dup xcheck { bind } if } if pop pop } forall } def /terminate { end } def currentdict /Adobe_ColorImage_AI6_Vars known not { /Adobe_ColorImage_AI6_Vars 15 dict def } if Adobe_ColorImage_AI6_Vars begin /channelcount 0 def /sourcecount 0 def /sourcearray 4 array def /plateindex -1 def /XIMask 0 def /XIBinary 0 def /XIChannelCount 0 def /XIBitsPerPixel 0 def /XIImageHeight 0 def /XIImageWidth 0 def /XIImageMatrix null def /XIBuffer null def /XIDataProc null def /XIVersion 6 def end /WalkRGBString null def /WalkCMYKString null def /StuffRGBIntoGrayString null def /RGBToGrayImageProc null def /StuffCMYKIntoGrayString null def /CMYKToGrayImageProc null def /ColorImageCompositeEmulator null def /SeparateCMYKImageProc null def /FourEqual null def /TestPlateIndex null def currentdict /_colorimage known not { /colorimage where { /colorimage get /_colorimage exch def } { /_colorimage null def } ifelse } if /_currenttransfer systemdict /currenttransfer get def /colorimage null def /XI null def /WalkRGBString { 0 3 index dup length 1 sub 0 3 3 -1 roll { 3 getinterval { } forall 5 index exec 3 index } for 5 { pop } repeat } def /WalkCMYKString { 0 3 index dup length 1 sub 0 4 3 -1 roll { 4 getinterval { } forall 6 index exec 3 index } for 5 { pop } repeat } def /StuffRGBIntoGrayString { .11 mul exch .59 mul add exch .3 mul add cvi 3 copy put pop 1 add } def /RGBToGrayImageProc { Adobe_ColorImage_AI6_Vars begin sourcearray 0 get exec dup length 3 idiv string dup 3 1 roll /StuffRGBIntoGrayString load exch WalkRGBString end } def /StuffCMYKIntoGrayString { exch .11 mul add exch .59 mul add exch .3 mul add dup 255 gt { pop 255 } if 255 exch sub cvi 3 copy put pop 1 add } def /CMYKToGrayImageProc { Adobe_ColorImage_AI6_Vars begin sourcearray 0 get exec dup length 4 idiv string dup 3 1 roll /StuffCMYKIntoGrayString load exch WalkCMYKString end } def /ColorImageCompositeEmulator { pop true eq { Adobe_ColorImage_AI6_Vars /sourcecount get 5 add { pop } repeat } { Adobe_ColorImage_AI6_Vars /channelcount get 1 ne { Adobe_ColorImage_AI6_Vars begin sourcearray 0 3 -1 roll put channelcount 3 eq { /RGBToGrayImageProc } { /CMYKToGrayImageProc } ifelse load end } if image } ifelse } def /SeparateCMYKImageProc { Adobe_ColorImage_AI6_Vars begin sourcecount 0 ne { sourcearray plateindex get exec } { sourcearray 0 get exec dup length 4 idiv string 0 2 index plateindex 4 2 index length 1 sub { get 255 exch sub 3 copy put pop 1 add 2 index } for pop pop exch pop } ifelse end } def /FourEqual { 4 index ne { pop pop pop false } { 4 index ne { pop pop false } { 4 index ne { pop false } { 4 index eq } ifelse } ifelse } ifelse } def /TestPlateIndex { Adobe_ColorImage_AI6_Vars begin /plateindex -1 def /setcmykcolor where { pop gsave 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub grestore 1 0 0 0 FourEqual { /plateindex 0 def } { 0 1 0 0 FourEqual { /plateindex 1 def } { 0 0 1 0 FourEqual { /plateindex 2 def } { 0 0 0 1 FourEqual { /plateindex 3 def } { 0 0 0 0 FourEqual { /plateindex 5 def } if } ifelse } ifelse } ifelse } ifelse pop pop pop pop } if plateindex end } def /colorimage { Adobe_ColorImage_AI6_Vars begin /channelcount 1 index def /sourcecount 2 index 1 eq { channelcount 1 sub } { 0 } ifelse def 4 sourcecount add index dup 8 eq exch 1 eq or not end { /_colorimage load null ne { _colorimage } { Adobe_ColorImage_AI6_Vars /sourcecount get 7 add { pop } repeat } ifelse } { dup 3 eq TestPlateIndex dup -1 eq exch 5 eq or or { /_colorimage load null eq { ColorImageCompositeEmulator } { dup 1 eq { pop pop image } { Adobe_ColorImage_AI6_Vars /plateindex get 5 eq { gsave 0 _currenttransfer exec 1 _currenttransfer exec eq { 0 _currenttransfer exec 0.5 lt } { 0 _currenttransfer exec 1 _currenttransfer exec gt } ifelse { { pop 0 } } { { pop 1 } } ifelse systemdict /settransfer get exec } if _colorimage Adobe_ColorImage_AI6_Vars /plateindex get 5 eq { grestore } if } ifelse } ifelse } { dup 1 eq { pop pop image } { pop pop Adobe_ColorImage_AI6_Vars begin sourcecount -1 0 { exch sourcearray 3 1 roll put } for /SeparateCMYKImageProc load end systemdict /image get exec } ifelse } ifelse } ifelse } def /XG { pop pop } def /XF { 13 {pop} repeat } def /Xh { Adobe_ColorImage_AI6_Vars begin gsave /XIMask exch 0 ne def /XIImageHeight exch def /XIImageWidth exch def /XIImageMatrix exch def 0 0 moveto XIImageMatrix concat XIImageWidth XIImageHeight scale XIMask { /_lp /null ddef _fc /_lp /imagemask ddef } if /XIVersion 7 def end } def /XH { Adobe_ColorImage_AI6_Vars begin /XIVersion 6 def grestore end } def /XI { Adobe_ColorImage_AI6_Vars begin gsave /XIMask exch 0 ne def /XIBinary exch 0 ne def pop pop /XIChannelCount exch def /XIBitsPerPixel exch def /XIImageHeight exch def /XIImageWidth exch def pop pop pop pop /XIImageMatrix exch def XIBitsPerPixel 1 eq { XIImageWidth 8 div ceiling cvi } { XIImageWidth XIChannelCount mul } ifelse /XIBuffer exch string def XIBinary { /XIDataProc { currentfile XIBuffer readstring pop } def XIVersion 6 le { currentfile 128 string readline pop pop } if } { /XIDataProc { currentfile XIBuffer readhexstring pop } def } ifelse XIVersion 6 le { 0 0 moveto XIImageMatrix concat XIImageWidth XIImageHeight scale XIMask { /_lp /null ddef _fc /_lp /imagemask ddef } if } if XIMask { XIImageWidth XIImageHeight false [ XIImageWidth 0 0 XIImageHeight neg 0 0 ] /XIDataProc load imagemask } { XIImageWidth XIImageHeight XIBitsPerPixel [ XIImageWidth 0 0 XIImageHeight neg 0 0 ] /XIDataProc load XIChannelCount 1 eq { gsave 0 setgray image grestore } { false XIChannelCount colorimage } ifelse } ifelse grestore end } def end %%EndProcSet %%BeginResource: procset Adobe_Illustrator_AI5 1.2 0 %%Title: (Adobe Illustrator (R) Version 7.0 Full Prolog) %%Version: 1.2 0 %%CreationDate: (3/7/1994) () %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_Illustrator_AI5_vars 107 dict dup begin put /_eo false def /_lp /none def /_pf { } def /_ps { } def /_psf { } def /_pss { } def /_pjsf { } def /_pjss { } def /_pola 0 def /_doClip 0 def /cf currentflat def /_lineorientation 0 def /_charorientation 0 def /_yokoorientation 0 def /_tm matrix def /_renderStart [ /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 ] def /_renderEnd [ null null null null /i1 /i1 /i1 /i1 ] def /_render -1 def /_shift [0 0] def /_ax 0 def /_ay 0 def /_cx 0 def /_cy 0 def /_leading [ 0 0 ] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fontSize 0 def /_fontAscent 0 def /_fontDescent 0 def /_fontHeight 0 def /_fontRotateAdjust 0 def /Ss 256 string def Ss 0 (fonts/) putinterval /_cnt 0 def /_scale [1 1] def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def /_hfname 100 string def /_hffound false def /Tx { } def /Tj { } def /CRender { } def /_AI3_savepage { } def /_gf null def /_cf 4 array def /_rgbf 3 array def /_if null def /_of false def /_fc { } def /_gs null def /_cs 4 array def /_rgbs 3 array def /_is null def /_os false def /_sc { } def /_pd 1 dict def /_ed 15 dict def /_pm matrix def /_fm null def /_fd null def /_fdd null def /_sm null def /_sd null def /_sdd null def /_i null def /_lobyte 0 def /_hibyte 0 def /_cproc null def /_cscript 0 def /_hvax 0 def /_hvay 0 def /_hvwb 0 def /_hvcx 0 def /_hvcy 0 def /_bitfont null def /_bitlobyte 0 def /_bithibyte 0 def /_bitkey null def /_bitdata null def /_bitindex 0 def /discardSave null def /buffer 256 string def /beginString null def /endString null def /endStringLength null def /layerCnt 1 def /layerCount 1 def /perCent (%) 0 get def /perCentSeen? false def /newBuff null def /newBuffButFirst null def /newBuffLast null def /clipForward? false def end userdict /Adobe_Illustrator_AI5 known not { userdict /Adobe_Illustrator_AI5 95 dict put } if userdict /Adobe_Illustrator_AI5 get begin /initialize { Adobe_Illustrator_AI5 dup begin Adobe_Illustrator_AI5_vars begin discardDict { bind pop pop } forall dup /nc get begin { dup xcheck 1 index type /operatortype ne and { bind } if pop pop } forall end newpath } def /terminate { end end } def /_ null def /ddef { Adobe_Illustrator_AI5_vars 3 1 roll put } def /xput { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop { { pop } repeat } def /hswj { dup stringwidth 3 2 roll { _hvwb eq { exch _hvcx add exch _hvcy add } if exch _hvax add exch _hvay add } cforall } def /vswj { 0 0 3 -1 roll { dup 255 le _charorientation 1 eq and { dup cstring stringwidth 5 2 roll _hvwb eq { exch _hvcy sub exch _hvcx sub } if exch _hvay sub exch _hvax sub 4 -1 roll sub exch 3 -1 roll sub exch } { _hvwb eq { exch _hvcy sub exch _hvcx sub } if exch _hvay sub exch _hvax sub _fontHeight sub } ifelse } cforall } def /swj { 6 1 roll /_hvay exch ddef /_hvax exch ddef /_hvwb exch ddef /_hvcy exch ddef /_hvcx exch ddef _lineorientation 0 eq { hswj } { vswj } ifelse } def /sw { 0 0 0 6 3 roll swj } def /vjss { 4 1 roll { dup cstring dup length 1 eq _charorientation 1 eq and { -90 rotate currentpoint _fontRotateAdjust add moveto gsave false charpath currentpoint 5 index setmatrix stroke grestore _fontRotateAdjust sub moveto _sp eq { 5 index 5 index rmoveto } if 2 copy rmoveto 90 rotate } { currentpoint _fontHeight sub 5 index sub 3 index _sp eq { 9 index sub } if currentpoint exch 4 index stringwidth pop 2 div sub exch _fontAscent sub moveto gsave 2 index false charpath 6 index setmatrix stroke grestore moveto pop pop } ifelse } cforall 6 npop } def /hjss { 4 1 roll { dup cstring gsave false charpath currentpoint 5 index setmatrix stroke grestore moveto _sp eq { 5 index 5 index rmoveto } if 2 copy rmoveto } cforall 6 npop } def /jss { _lineorientation 0 eq { hjss } { vjss } ifelse } def /ss { 0 0 0 7 3 roll jss } def /vjsp { 4 1 roll { dup cstring dup length 1 eq _charorientation 1 eq and { -90 rotate currentpoint _fontRotateAdjust add moveto false charpath currentpoint _fontRotateAdjust sub moveto _sp eq { 5 index 5 index rmoveto } if 2 copy rmoveto 90 rotate } { currentpoint _fontHeight sub 5 index sub 3 index _sp eq { 9 index sub } if currentpoint exch 4 index stringwidth pop 2 div sub exch _fontAscent sub moveto 2 index false charpath moveto pop pop } ifelse } cforall 6 npop } def /hjsp { 4 1 roll { dup cstring false charpath _sp eq { 5 index 5 index rmoveto } if 2 copy rmoveto } cforall 6 npop } def /jsp { matrix currentmatrix _lineorientation 0 eq {hjsp} {vjsp} ifelse } def /sp { matrix currentmatrix 0 0 0 7 3 roll _lineorientation 0 eq {hjsp} {vjsp} ifelse } def /pl { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c { curveto } def /C /c load def /v { currentpoint 6 2 roll curveto } def /V /v load def /y { 2 copy curveto } def /Y /y load def /l { lineto } def /L /l load def /m { moveto } def } { /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def } ifelse /d { setdash } def /cf { } def /i { dup 0 eq { pop cf } if setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def /XR { 0 ne /_eo exch ddef } def /H { } def /h { closepath } def /N { _pola 0 eq { _doClip 1 eq { _eo {eoclip} {clip} ifelse /_doClip 0 ddef } if newpath } { /CRender { N } ddef } ifelse } def /n { N } def /F { _pola 0 eq { _doClip 1 eq { gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf } ifelse } { /CRender { F } ddef } ifelse } def /f { closepath F } def /S { _pola 0 eq { _doClip 1 eq { gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps } ifelse } { /CRender { S } ddef } ifelse } def /s { closepath S } def /B { _pola 0 eq { _doClip 1 eq gsave F grestore { gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc /_doClip 0 ddef } { S } ifelse } { /CRender { B } ddef } ifelse } def /b { closepath B } def /W { /_doClip 1 ddef } def /* { count 0 ne { dup type /stringtype eq { pop } if } if newpath } def /u { } def /U { } def /q { _pola 0 eq { gsave } if } def /Q { _pola 0 eq { grestore } if } def /*u { _pola 1 add /_pola exch ddef } def /*U { _pola 1 sub /_pola exch ddef _pola 0 eq { CRender } if } def /D { pop } def /*w { } def /*W { } def /` { /_i save ddef clipForward? { nulldevice } if 6 1 roll 4 npop concat pop userdict begin /showpage { } def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash /setstrokeadjust where {pop false setstrokeadjust} if newpath 0 setgray false setoverprint } def /~ { end _i restore } def /O { 0 ne /_of exch ddef /_lp /none ddef } def /R { 0 ne /_os exch ddef /_lp /none ddef } def /g { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /G { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /K { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /Xa { _rgbf astore pop /_fc { _lp /fill ne { _of setoverprint _rgbf aload pop setrgbcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /XA { _rgbs astore pop /_sc { _lp /stroke ne { _os setoverprint _rgbs aload pop setrgbcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /_rgbtocmyk { 3 { 1 exch sub 3 1 roll } repeat 3 copy 1 4 1 roll 3 { 3 index 2 copy gt { exch } if pop 4 1 roll } repeat pop pop pop 4 1 roll 3 { 3 index sub 3 1 roll } repeat 4 -1 roll } def /Xx { exch /_gf exch ddef 0 eq { findcmykcustomcolor } { /findrgbcustomcolor where not { 4 1 roll _rgbtocmyk 5 -1 roll findcmykcustomcolor } { pop findrgbcustomcolor } ifelse } ifelse /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /XX { exch /_gs exch ddef 0 eq { findcmykcustomcolor } { /findrgbcustomcolor where not { 4 1 roll _rgbtocmyk 5 -1 roll findcmykcustomcolor } { pop findrgbcustomcolor } ifelse } ifelse /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /X { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /A { pop } def /annotatepage { userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse } def /XT { pop pop } def /discard { save /discardSave exch store discardDict begin /endString exch store gt38? { 2 add } if load stopped pop end discardSave restore } bind def userdict /discardDict 7 dict dup begin put /pre38Initialize { /endStringLength endString length store /newBuff buffer 0 endStringLength getinterval store /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store /newBuffLast newBuff endStringLength 1 sub 1 getinterval store } def /shiftBuffer { newBuff 0 newBuffButFirst putinterval newBuffLast 0 currentfile read not { stop } if put } def 0 { pre38Initialize mark currentfile newBuff readstring exch pop { { newBuff endString eq { cleartomark stop } if shiftBuffer } loop } { stop } ifelse } def 1 { pre38Initialize /beginString exch store mark currentfile newBuff readstring exch pop { { newBuff beginString eq { /layerCount dup load 1 add store } { newBuff endString eq { /layerCount dup load 1 sub store layerCount 0 eq { cleartomark stop } if } if } ifelse shiftBuffer } loop } if } def 2 { mark { currentfile buffer readline not { stop } if endString eq { cleartomark stop } if } loop } def 3 { /beginString exch store /layerCnt 1 store mark { currentfile buffer readline not { stop } if dup beginString eq { pop /layerCnt dup load 1 add store } { endString eq { layerCnt 1 eq { cleartomark stop } { /layerCnt dup load 1 sub store } ifelse } if } ifelse } loop } def end userdict /clipRenderOff 15 dict dup begin put { /n /N /s /S /f /F /b /B } { { _doClip 1 eq { /_doClip 0 ddef _eo {eoclip} {clip} ifelse } if newpath } def } forall /Tr /pop load def /Bb {} def /BB /pop load def /Bg {12 npop} def /Bm {6 npop} def /Bc /Bm load def /Bh {4 npop} def end /Lb { 4 npop 6 1 roll pop 4 1 roll pop pop pop 0 eq { 0 eq { (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard } { /clipForward? true def /Tx /pop load def /Tj /pop load def currentdict end clipRenderOff begin begin } ifelse } { 0 eq { save /discardSave exch store } if } ifelse } bind def /LB { discardSave dup null ne { restore } { pop clipForward? { currentdict end end begin /clipForward? false ddef } if } ifelse } bind def /Pb { pop pop 0 (%AI5_EndPalette) discard } bind def /Np { 0 (%AI5_End_NonPrinting--) discard } bind def /Ln /pop load def /Ap /pop load def /Ar { 72 exch div 0 dtransform dup mul exch dup mul add sqrt dup 1 lt { pop 1 } if setflat } def /Mb { q } def /Md { } def /MB { Q } def /nc 4 dict def nc begin /setgray { pop } bind def /setcmykcolor { 4 npop } bind def /setrgbcolor { 3 npop } bind def /setcustomcolor { 2 npop } bind def currentdict readonly pop end end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 2.0 8 %%Title: (Writing System Operators) %%Version: 2.0 8 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1992-1996 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 14 dict dup begin put /initialize { Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if pop pop } forall end Adobe_cshow begin } def /terminate { currentdict Adobe_cshow eq { end } if } def /cforall { /_lobyte 0 ddef /_hibyte 0 ddef /_cproc exch ddef /_cscript currentfont /FontScript known { currentfont /FontScript get } { -1 } ifelse ddef { /_lobyte exch ddef _hibyte 0 eq _cscript 1 eq _lobyte 129 ge _lobyte 159 le and _lobyte 224 ge _lobyte 252 le and or and _cscript 2 eq _lobyte 161 ge _lobyte 254 le and and _cscript 3 eq _lobyte 161 ge _lobyte 254 le and and _cscript 25 eq _lobyte 161 ge _lobyte 254 le and and _cscript -1 eq or or or or and { /_hibyte _lobyte ddef } { _hibyte 256 mul _lobyte add _cproc /_hibyte 0 ddef } ifelse } forall } def /cstring { dup 256 lt { (s) dup 0 4 3 roll put } { dup 256 idiv exch 256 mod (hl) dup dup 0 6 5 roll put 1 4 3 roll put } ifelse } def /clength { 0 exch { 256 lt { 1 } { 2 } ifelse add } cforall } def /hawidthshow { { dup cstring show _hvax _hvay rmoveto _hvwb eq { _hvcx _hvcy rmoveto } if } cforall } def /vawidthshow { { dup 255 le _charorientation 1 eq and { -90 rotate 0 _fontRotateAdjust rmoveto cstring _hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow 0 _fontRotateAdjust neg rmoveto 90 rotate } { currentpoint _fontHeight sub exch _hvay sub exch _hvax sub 2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if 3 2 roll cstring dup stringwidth pop 2 div neg _fontAscent neg rmoveto show moveto } ifelse } cforall } def /hvawidthshow { 6 1 roll /_hvay exch ddef /_hvax exch ddef /_hvwb exch ddef /_hvcy exch ddef /_hvcx exch ddef _lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse } def /hvwidthshow { 0 0 3 -1 roll hvawidthshow } def /hvashow { 0 0 0 6 -3 roll hvawidthshow } def /hvshow { 0 0 0 0 0 6 -1 roll hvawidthshow } def currentdict readonly pop end setpacking %%EndResource %%EndProlog %%BeginSetup Adobe_level2_AI5 /initialize get exec Adobe_cshow /initialize get exec Adobe_ColorImage_AI6 /initialize get exec Adobe_Illustrator_AI5 /initialize get exec %AI5_BeginPalette 0 0 Pb 0 0 0 0 k (C=0 M=0 Y=0 K=0) Pc 0 0 0 1 k (C=0 M=0 Y=0 K=100) Pc PB %AI5_EndPalette %%EndSetup %AI5_BeginLayer 1 1 1 1 0 0 0 79 128 255 Lb (Layer 1) Ln 0 A u 0 O 0 g 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR 335.4958 389.5004 m 335.4958 388.2499 l 335.6891 388.3209 335.8824 388.3919 336.0953 388.4628 c 336.7806 388.639 337.522 388.7075 338.3858 388.7075 c 342.4015 388.7075 l 343.0352 390.8047 l 339.9177 390.8218 l 339.8468 390.8218 339.7415 390.8047 339.6534 390.8047 c 339.6705 390.8585 339.7072 390.9099 339.7072 390.9295 c 340.4292 392.5153 341.7677 397.1304 341.7677 397.8695 c 341.7505 398.4519 341.5744 398.9463 341.2391 399.3157 c 340.8696 399.7391 340.5001 400.0205 339.9716 400.16 c 338.9315 400.4242 337.0448 400.4609 335.4958 400.39 c 335.4958 398.2414 l 336.411 398.3809 337.7153 398.2928 338.0677 397.9771 c 338.2977 397.7471 338.2781 397.3776 338.2096 397.0962 c 337.9625 396.039 337.3972 393.9589 336.9053 392.6914 c 336.4281 391.4752 336.1834 391.0347 335.4958 390.8928 c 335.4958 390.1367 l 335.6548 390.2051 335.8115 390.259 335.9877 390.3299 c 336.9934 390.6456 337.9454 390.8047 339.0906 390.8047 c 339.1248 390.8047 339.1419 390.8047 339.1419 390.7876 c 339.1077 390.7704 339.0906 390.7876 v 338.5081 390.7337 337.8572 390.5942 337.2748 390.4352 c 336.6753 390.259 336.0586 389.9237 335.4958 389.5004 c 335.4958 389.5004 l f 335.4958 398.2414 m 335.4958 400.39 l 334.7739 400.3558 334.0863 400.3019 333.6458 400.231 c 332.941 400.1256 332.6058 399.8443 332.1824 399.4919 c 331.9891 399.2985 331.8472 399.1395 331.6905 398.8924 c 331.0739 398.0114 329.7867 394.2405 329.4686 392.3195 c 329.312 391.3871 329.4343 390.2419 330.0681 389.6252 c 330.8439 388.8666 331.6024 388.7075 333.6458 388.7075 c 333.9982 389.219 334.6148 389.7475 335.4958 390.1367 c 335.4958 390.8928 l 335.3025 390.8414 335.0895 390.8218 334.8082 390.8218 c 334.72 390.8218 334.3335 390.8218 334.2453 390.8218 c 333.4158 390.8414 332.5006 390.9637 332.782 392.2143 c 332.9239 392.7795 333.2934 394.1352 333.9101 395.9852 c 334.2967 397.2357 334.5097 397.7471 334.8082 398.0114 c 334.9305 398.1166 335.1948 398.2048 335.4958 398.2414 c 335.4958 398.2414 l f 335.4958 388.2499 m 335.4958 389.5004 l 334.8082 388.9375 334.2453 388.179 334.1034 387.4056 c 334.1034 387.2808 334.1744 387.2638 v 334.2453 387.2466 334.2624 387.298 334.2967 387.3518 c 334.4215 387.5451 334.8424 387.9514 335.4958 388.2499 c 335.4958 388.2499 l f 324.3786 393.3423 m 324.3786 391.4385 l 325.7343 391.4385 l 325.7343 388.9375 l 328.7834 388.9375 l 328.7834 400.2848 l 325.8567 400.3019 l 325.24 400.3019 324.7653 400.1967 324.3786 400.0205 c 324.3786 395.8628 l 325.7343 398.2414 l 325.7343 393.3423 l 324.3786 393.3423 l 324.3786 393.3423 l f 324.3786 395.8628 m 324.3786 400.0205 l 323.5148 399.6313 323.0743 398.8752 322.5629 398.1166 c 322.5287 398.0456 322.0514 397.3237 322.0001 397.2528 c 317.1891 389.3438 l 317.1891 388.9375 l 320.5025 388.9375 l 321.912 391.4385 l 324.3786 391.4385 l 324.3786 393.3423 l 322.9691 393.3423 l 324.3786 395.8628 l 324.3786 395.8628 l f 317.1891 396.2324 m 317.1891 392.3733 l 317.3481 392.4075 317.4876 392.4785 317.6638 392.5494 c 320.0791 393.6409 320.73 397.1842 320.5905 398.0652 c 320.3605 399.4381 319.181 400.3019 317.8057 400.3019 c 317.1891 400.3019 l 317.1891 398.0456 l 317.2233 398.0286 317.2429 398.0114 317.26 397.9943 c 317.5243 397.6247 317.4705 396.92 317.1891 396.2324 c 317.1891 396.2324 l f 317.1891 398.0456 m 317.1891 400.3019 l 311.48 400.3019 l 309.0842 392.5323 l 309.0842 388.9375 l 311.4457 388.9375 l 312.3976 392.18 l 315.5691 392.18 l 316.2371 392.1971 316.7144 392.2509 317.1891 392.3733 c 317.1891 396.2324 l 316.9419 395.579 316.4672 394.9452 315.9386 394.6466 c 315.6034 394.4704 315.1457 394.3653 314.7762 394.3456 c 313.0314 394.3456 l 314.1938 398.3637 l 316.3791 398.3637 l 316.8538 398.3296 317.0471 398.2218 317.1891 398.0456 c 317.1891 398.0456 l f 317.1891 388.9375 m 317.1891 389.3438 l 316.9419 388.9375 l 317.1891 388.9375 l 317.1891 388.9375 l f 309.0842 400.3019 m 309.0842 396.7781 l 310.1414 400.3019 l 309.0842 400.3019 l 309.0842 400.3019 l f 309.0842 396.7781 m 309.0842 400.3019 l 307.3052 400.3019 l 305.7709 400.3019 305.3304 399.6852 304.5033 398.77 c 302.619 396.3033 l 302.3009 398.3466 l 302.1418 399.4747 301.9657 400.3019 300.0814 400.3019 c 296.998 400.3019 l 296.2566 397.8352 295.06 393.9761 294.25 391.4385 c 294.25 388.9375 l 296.8929 388.9375 l 299.428 397.4485 l 300.4167 391.3699 l 301.0333 391.3699 l 305.9471 397.3409 l 303.3581 388.9375 l 306.7767 388.9375 l 309.0842 396.7781 l 309.0842 396.7781 l f 309.0842 388.9375 m 309.0842 392.5323 l 307.9929 388.9375 l 309.0842 388.9375 l 309.0842 388.9375 l f 294.25 399.5433 m 294.25 394.7518 l 294.6709 396.1785 295.0062 397.4999 295.0062 397.8695 c 295.0062 398.4519 294.8299 398.9463 294.4947 399.3157 c 294.4066 399.3867 294.338 399.4747 294.25 399.5433 c 294.25 399.5433 l f 294.25 394.7518 m 294.25 399.5433 l 293.949 399.8443 293.6333 400.0376 293.21 400.16 c 292.17 400.4242 290.3028 400.4609 288.7514 400.39 c 288.7514 398.2414 l 289.6494 398.3809 290.9708 398.2928 291.3061 397.9771 c 291.5533 397.7471 291.5191 397.3776 291.4651 397.0962 c 291.218 396.039 290.6381 393.9589 290.1609 392.6914 c 289.6861 391.4752 289.439 391.0347 288.7514 390.8928 c 288.7514 388.7075 l 289.9504 388.7442 291.4113 388.9033 292.1871 389.7133 c 292.4514 389.9776 292.7695 390.5233 292.9628 390.9295 c 293.3152 391.7224 293.8438 393.2885 294.25 394.7518 c 294.25 394.7518 l f 294.25 388.9375 m 294.25 391.4385 l 293.7899 389.9409 293.4913 388.9375 y 294.25 388.9375 l 294.25 388.9375 l f 288.7514 398.2414 m 288.7514 400.39 l 287.9952 400.3558 287.3247 400.3019 286.8671 400.231 c 286.0204 400.1085 285.7218 399.7904 285.4037 399.4919 c 285.2446 399.3328 285.0881 399.1395 284.9119 398.8924 c 284.5766 398.398 284.048 397.0766 283.5708 395.6671 c 283.5708 389.3609 l 284.3466 388.7613 285.2446 388.6733 287.4837 388.7075 c 287.819 388.7075 288.2595 388.6904 288.7514 388.7075 c 288.7514 390.8928 l 288.558 390.8414 288.328 390.8218 288.0466 390.8218 c 287.9414 390.8218 287.5547 390.8218 287.447 390.8218 c 286.6738 390.8414 285.7218 390.9637 286.0204 392.2143 c 286.1452 392.7795 286.5318 394.1352 287.1314 395.9852 c 287.5547 397.2357 287.7481 397.7471 288.0466 398.0114 c 288.1714 398.1166 288.4356 398.2048 288.7514 398.2414 c 288.7514 398.2414 l f 283.5708 400.4438 m 283.5708 397.8181 l 283.6076 397.8181 283.6418 397.8181 283.6786 397.8181 c 284.4714 400.4438 l 283.5708 400.4438 l 283.5708 400.4438 l f 283.5708 397.8181 m 283.5708 400.4438 l 278.9385 400.4438 l 276.9123 400.4438 275.4856 400.4242 274.2694 397.8524 c 273.9513 397.1647 273.6528 396.0904 273.2832 394.7518 c 273.0532 393.9589 272.7718 393.149 272.6299 392.3195 c 272.4708 391.4042 272.5956 390.2419 273.2465 389.6252 c 274.0932 388.7956 274.9204 388.6733 277.4409 388.7075 c 277.6513 388.7075 277.8104 388.7075 278.1089 388.7075 c 278.6913 388.7075 280.7004 388.7785 280.9475 388.8837 c 281.8285 391.7224 l 278.8846 391.2452 277.2647 391.4923 276.7189 391.5976 c 276.0142 391.7224 275.9604 392.268 276.2785 393.4476 c 276.4179 393.9761 276.6113 394.5218 276.7875 395.07 c 277.6342 397.6761 277.9694 397.7814 278.9898 397.8009 c 279.7485 397.8181 281.3684 397.8181 283.5708 397.8181 c 283.5708 397.8181 l f 283.5708 389.3609 m 283.5708 395.6671 l 283.1842 394.4704 282.8318 393.2004 282.6899 392.3195 c 282.5504 391.3871 282.6556 390.2419 283.3066 389.6252 c 283.3946 389.52 283.4828 389.449 283.5708 389.3609 c 283.5708 389.3609 l f U 1 Ap 541.25 383.9375 m 541.25 407.9375 L 73.25 407.9375 L 73.25 383.9375 L 541.25 383.9375 L n 0 Ap -3987.75 395.9375 m 4652.25 395.9375 L (N) * 307.25 4548.9375 m 307.25 -4091.0625 L (N) * LB %AI5_EndLayer-- %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_Illustrator_AI5 /terminate get exec Adobe_ColorImage_AI6 /terminate get exec Adobe_cshow /terminate get exec Adobe_level2_AI5 /terminate get exec %%EndDocument SPE 3600 5094 XY 0 SC 3600 9976 XY F16(Software)S 3600 11221 XY(Produ)S 2 x(ct)S 3600 12467 XY (Description)S 3600 X 747 y 23316 204 R 3600 13988 XY F36(PRODUC)S -2 x (T)S 167 x(NAME:)S 597 x F37(Compaq)S 167 x(NAS)S 165 x(Base)S 166 x (Server)S 165 x(200)S 166 x(V)S -18 x(ersion)S 167 x(8.1a)S 23784 X F36(SPD)S 166 x(36.86.15)S 8459 X 631 y F37(for)S 166 x(OpenVMS)S 167 x (V)S -37 x(AX)S 166 x(Systems)S 3600 16327 XY F40(DESCRIPTI)S -2 x(ON)S 3600 X 897 y F39(NAS)S F38(\207)S 136 x F39(Compaq)S 136 x(NAS)S 135 x (Base)S 137 x(Server)S 136 x(200)S 137 x(V)S -17 x(ersion)S 136 x(8.1a)S 136 x(for)S 3600 X 548 y(OpenVMS\207)S 172 x(V)S -24 x(AX\207)S 171 x (Systems)S 172 x F38(is)S 170 x(a)S 171 x(memb)S 2 x(er)S 171 x(of)S 171 x(the)S 171 x F39(NAS)S 3600 X 548 y F38(Client/Server)S 130 x(Packag)S 2 x(es)S 131 x(family)S -34 x(.)S 192 x(Each)S 132 x F39(NAS)S 130 x F38(Package)S 132 x(is)S 130 x(a)S 3600 X 548 y(software)S 106 x(product)S 106 x(providing)S 106 x(a)S 106 x(license)S 105 x(for)S 106 x(the)S 105 x F39(NAS)S 105 x F38(produ)S 2 x(ct)S 3600 X 548 y(and)S 150 x (docum)S 2 x(entation.)S 3600 X 896 y F39(Compaq)S 115 x(NAS)S 114 x (Base)S 115 x(Server)S 116 x(200)S 115 x F38(consists)S 114 x(of)S 114 x (a)S 115 x(set)S 114 x(of)S 114 x(com-)S 3600 X 548 y(ponents)S 161 x (that)S 159 x(provide)S 161 x(a)S 160 x(server)S 161 x(run-time)S 160 x (environm)S 2 x(ent)S 159 x(for)S 3600 X 548 y(distributed)S 132 x(network)S 133 x(applications)S 132 x(on)S 133 x F39(OpenVMS)S 133 x(V)S -24 x (AX)S 132 x F38(sys-)S 3600 X 548 y(tems.)S 191 x(These)S 125 x(compo)S 2 x(nents,)S 129 x(along)S 125 x(with)S 124 x(the)S 124 x(opera)S 2 x (ting)S 124 x(sys-)S 3600 X 548 y(tem,)S 194 x(provide)S 185 x(uniform)S 186 x(services)S 185 x(that)S 185 x(enable)S 185 x(applications)S 3600 X 548 y(to)S 124 x(be)S 124 x(distributed)S 124 x(in)S 123 x(heterog)S 2 x(eneous)S 125 x(client/server)S 124 x(environ-)S 3600 X 548 y(ments.)S 3600 X 897 y(Use)S 186 x(of)S 187 x(the)S 186 x(compo)S 2 x(nents)S 186 x(of)S 187 x F39(Compaq)S 187 x(NAS)S 186 x(Base)S 187 x(Server)S 3600 X 548 y(200)S 192 x(V)S -16 x(ersion)S 192 x(8.1a)S 192 x F38(requires)S 193 x(a)S 192 x(license)S 191 x(for)S 192 x F39(Compaq)S 193 x(NAS)S 3600 X 548 y(Base)S 177 x(Server)S 177 x(200)S 176 x(V)S -16 x(ersion)S 177 x(8.1a)S 176 x F38(in)S 176 x(combination)S 176 x(with)S 175 x(the)S 3600 X 548 y F39(OpenVMS)S 151 x(V)S -25 x(AX)S 149 x(Operating)S 150 x (System)S F38(.)S 3600 X 896 y(T)S -50 x(able)S 159 x(1)S 158 x(lists)S 158 x(the)S 158 x(compon)S 2 x(ents)S 158 x(included)S 159 x(in)S 158 x F39(Compaq)S 160 x(NAS)S 15854 16602 XY(Base)S 125 x(Server)S 125 x (200)S 125 x(for)S 125 x(OpenVMS)S 125 x(V)S -25 x(AX)S 124 x F38(and)S 125 x(summa)S 2 x(rizes)S 124 x(li-)S 15854 X 548 y(cense)S 118 x(and)S 118 x(media)S 118 x(information)S 118 x(for)S 118 x(each)S 118 x(compone)S 2 x(nt.)S 188 x(Spe-)S 15854 X 548 y(cial)S 149 x(cases)S 150 x(are)S 151 x(covered)S 151 x(by)S 150 x(footnotes.)S 15854 X 897 y(The)S 218 x (License)S 218 x(\(L\))S 219 x(column)S 218 x(indicates)S 218 x(whether)S 218 x(or)S 218 x(not)S 217 x(the)S 15854 X 547 y(customer)S 18 x(')S -8 x(s)S 201 x F39(Compaq)S 202 x(NAS)S 201 x(Base)S 202 x(Server)S 202 x(200)S 202 x(for)S 202 x(Open-)S 15854 X 548 y(VMS)S 188 x(V)S -24 x(AX)S 187 x F38(license)S 188 x(includes)S 189 x(the)S 188 x(right)S 187 x(to)S 188 x(run)S 189 x(each)S 188 x(com-)S 15854 X 548 y(ponent)S 205 x(produ)S 2 x(ct.)S 363 x(The)S 204 x F39(Compaq)S 206 x(NAS)S 204 x (Packages)S 206 x F38(do)S 204 x(not)S 15854 X 548 y(license)S 150 x (all)S 148 x(comp)S 2 x(onents)S 150 x(reference)S 2 x(d)S 149 x(in)S 149 x(this)S 149 x(SPD.)S 15854 X 897 y F40(The)S 133 x(version)S 134 x (of)S 133 x(each)S 134 x F41(NAS)S 133 x F40(component)S 133 x(licensed,)S 136 x(is)S 133 x(as)S 15854 X 548 y(stated)S 190 x(within)S 187 x(the)S 189 x F41(Software)S 190 x(Products)S 189 x(Library)S 189 x F40(of)S 189 x(the)S 15854 X 548 y(calendar)S 223 x(quarter)S 223 x(in)S 222 x (which)S 221 x(the)S 222 x F41(NAS)S 222 x F40(P)S -34 x(AK)S 222 x (is)S 221 x(dated.)S 15854 X 548 y(Update)S 168 x(licenses)S 168 x(may)S 168 x(be)S 168 x(purchased)S 169 x(for)S 169 x(use)S 168 x(of)S 168 x (later)S 15854 X 548 y(versions)S 150 x(of)S 150 x(any)S 150 x(component.)S 15854 X 872 y F38(The)S 105 x(Media)S 106 x(\(M\))S 106 x(column)S 105 x (indicates)S 105 x(whether)S 106 x(or)S 105 x(not)S 105 x(the)S 105 x (bina-)S 15854 X 548 y(ries)S 131 x(are)S 131 x(provided)S 131 x(on)S 131 x(the)S 130 x F39(OpenVMS)S 132 x(V)S -25 x(AX)S 130 x(Software)S 130 x(Prod-)S 15854 X 548 y(ucts)S 176 x(Library)S 177 x F38(CD\203ROMs)S (.)S 279 x(Over)S 176 x(time,)S 182 x(some)S 178 x(kits)S 175 x(may)S 177 x(be)S 15854 X 548 y(retired.)S 394 x(Check)S 215 x(the)S 215 x (current)S 216 x F39(Software)S 214 x(Products)S 216 x(Library)S 15854 X 548 y F38(Master)S 151 x(Index)S 150 x(for)S 149 x(availability)S -34 x (.)S 14487 28133 XY F40(T)S -33 x(able)S 151 x(1)S 10277 X 697 y(Components)S 144 x(in)S 144 x F41(Compaq)S 143 x(NAS)S 144 x(Base)S 145 x(Server)S 146 x(200)S 3600 X 623 y 23316 24 R 3600 29951 XY F45(NAS)S 132 x F44 (Compo)S 2 x(nent)S 16153 X(SPD)S 132 x(numb)S 2 x(er)S 20337 X(L)S 21533 X(M)S 3600 X 299 y 23316 24 R 13155 30798 XY(Presenta)S -2 x(tion)S 150 x(Servic)S -2 x(es)S 3600 X 299 y 23316 24 R 3600 31645 XY F43(DECwindo)S -2 x(ws\207)S 132 x(Motif\206)S 133 x(for)S 131 x(OpenVMS)S 132 x(V)S -23 x(AX)S 16153 X F42(42.1)S -2 x(9.xx)S 20337 X(Y)S 21533 X(Y)S 3600 X 498 y F43(DECwindo)S -2 x(ws)S 133 x(Motif)S 132 x(Worldwide)S 132 x (Supp)S -2 x(ort)S 132 x(for)S 132 x(OpenVMS)S 131 x(V)S -22 x(AX)S 16153 X F42(42.1)S -2 x(9.xx)S 20337 X(Y)S 21533 X(Y)S 3600 X 498 y F43(DECwindo)S -2 x(ws)S 133 x(Motif)S 132 x(for)S 132 x(OpenVMS)S 131 x (Langu)S -2 x(age)S 132 x(V)S -15 x(ariant)S -2 x(s)S 4043 X 498 y(UI/Deu)S -2 x(tsch)S 16153 X F42(27.F5.xx)S 20337 X(Y)S 21533 X(Y)S 24064 38270 XY F40(October)S 134 x(1999)S EP PP %%PageTrailer %%PageFonts: Helvetica-Bold Helvetica-BoldOblique %%+ Helvetica-Oblique Helvetica %%PageProcessColors: Black %%PageCustomColors: (BLACK) % %%Page: (2) 2 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 3600 3002 XY F41(Compaq)S 149 x(NAS)S 149 x(Base)S 149 x(Serve)S 2 x(r)S 150 x(200)S 150 x(V)S -17 x(ersion)S 150 x(8.1a)S 23947 X F40 (SPD)S 149 x(36.86.15)S 3600 X 548 y F41(for)S 150 x(OpenVMS)S 150 x (V)S -33 x(AX)S 149 x(Systems)S 13691 5593 XY F40(T)S -34 x(able)S 151 x (1)S 150 x(\(Cont.\))S 10277 X 697 y(Components)S 144 x(in)S 144 x F41 (Compaq)S 143 x(NAS)S 144 x(Base)S 145 x(Server)S 146 x(200)S 3721 X 623 y 23316 24 R 3721 7411 XY F45(NAS)S 132 x F44(Compon)S 2 x(ent)S 16274 X(SPD)S 132 x(numb)S 2 x(er)S 20458 X(L)S 21654 X(M)S 3721 X 299 y 23316 24 R 13609 8258 XY(Printing)S 150 x(Service)S -2 x(s)S 3600 X 298 y 23316 24 R 3600 9104 XY F43(DECprint)S -2 x(\207)S 133 x(Supe)S -2 x(rvisor)S 133 x(\(DCPS\))S 131 x(for)S 132 x(OpenVMS)S 131 x(V)S -22 x(AX)S 4043 X 498 y(Base)S 16153 X F42(44.1)S -2 x(5.xx)S 20337 X (N)S -140 y F46(1)S 742 x 140 y F42(Y)S 4043 X 499 y F43(Plus)S 16153 X F42(44.1)S -2 x(5.xx)S 20337 X(Y)S 21533 X(Y)S 4043 X 498 y F43(Open)S 16153 X F42(44.1)S -2 x(5.xx)S 20337 X(Y)S 21533 X(Y)S 3600 X 498 y F43(PrintSer)S -2 x(ver\207)S 132 x(Softwa)S -2 x(re)S 133 x(for)S 131 x (OpenVMS)S 16153 X F42(48.0)S -2 x(9.xx)S 20337 X(N)S -141 y F46(2)S 742 x 141 y F42(Y)S 3600 X 797 y 23316 24 R 13476 12442 XY F44(Network)S 149 x(T)S -21 x(ransport)S 3600 X 299 y 23316 24 R 3600 13289 XY F43 (DECne)S -2 x(t-Plus)S 133 x(for)S 132 x(Open)S -2 x(VMS)S 133 x(V)S -22 x(AX)S 132 x(End)S 132 x(System)S 16153 X F42(25.0)S -2 x(3.xx)S 20337 X(Y)S 21533 X(Y)S 3600 X 498 y F43(DECne)S -2 x(t\207)S 132 x (for)S 132 x(OpenVMS)S 131 x(V)S -22 x(AX)S 133 x(End)S 132 x(Nod)S -2 x(e)S 16153 X F42(42.2)S -2 x(5.xx)S 20337 X(Y)S 21533 X(N)S -141 y F46(3)S 3600 X 639 y F43(DIGIT)S -30 x(AL)S 133 x(TCP/IP)S 132 x(Services)S 132 x(for)S 132 x(OpenVMS)S 131 x(V)S -22 x(AX)S 16153 X F42(46.4)S -2 x(6.xx)S 20337 X(Y)S 21533 X(Y)S 3600 X 498 y F43(P)S -30 x(A)S -29 x (THWORKS\207)S 132 x(for)S 132 x(Open)S -2 x(VMS)S 133 x(\(LAN)S 131 x (Manage)S -2 x(r\))S 16153 X F42(30.5)S -2 x(0.xx)S 20337 X(N)S -141 y F46(4)S 742 x 141 y F42(Y)S 3600 X 498 y 23316 24 R 3600 15647 XY F46 (1)S 25 x 125 y(The)S 133 x(licens)S 2 x(e)S 133 x(rights)S 133 x(for)S 133 x(this)S 134 x(product)S 133 x(are)S 133 x(inclu)S 2 x(ded)S 133 x (with)S 133 x(the)S 133 x(OpenVMS)S 134 x(V)S -22 x(AX)S 134 x(operating)S 134 x(system.)S 3600 X 481 y(2)S 25 x 126 y(Licens)S 2 x(ed)S 133 x (with)S 133 x(the)S 134 x(appropriate)S 133 x(Compaq)S 133 x(printer)S -16 x(.)S 3600 X 481 y(3)S 25 x 125 y(The)S 133 x(media)S 134 x(for)S 132 x(this)S 134 x(product)S 134 x(is)S 133 x(provided)S 134 x(with)S 133 x(the)S 134 x(OpenVMS)S 133 x(V)S -21 x(AX)S 133 x(operating)S 134 x (system.)S 3600 X 481 y(4)S 25 x 126 y(Licens)S 2 x(ed)S 133 x(outside)S 134 x(of)S 134 x F47(Compaq)S 133 x(NAS)S 133 x(Pack)S 2 x(ages)S 133 x F46(on)S 133 x(a)S 133 x(per)S 133 x(clie)S 2 x(nt)S 133 x(basis)S 134 x (or)S 133 x(obtain)S 133 x(conc)S 2 x(urrent)S 132 x(use)S 134 x(server)S 133 x(licens)S 2 x(es)S 133 x(separatel)S 2 x(y)S -22 x(.)S 3600 X 464 y 23316 24 R 3600 18941 XY F40(COMPONENTS)S 3600 X 897 y F38(Each)S 153 x (compone)S 2 x(nt)S 152 x(of)S 152 x F39(Compaq)S 153 x(NAS)S 151 x (Base)S 153 x(Server)S 154 x(200)S 152 x(for)S 3600 X 548 y(OpenVMS)S 146 x(V)S -24 x(AX)S 145 x(Systems)S 146 x F38(is)S 145 x(a)S 145 x (prod)S 2 x(uct)S 145 x(independe)S 2 x(ntly)S 144 x(of-)S 3600 X 548 y (fered)S 135 x(by)S 136 x(Compaq)S 136 x(Computer)S 136 x(Corporation.)S 195 x(Complete)S 135 x(de-)S 3600 X 548 y(scriptions)S 124 x(of)S 124 x (the)S 124 x(functional)S 123 x(content)S 124 x(of)S 124 x(these)S 125 x (componen)S 2 x(ts)S 3600 X 548 y(can)S 150 x(be)S 150 x(found)S 150 x (in)S 149 x(the)S 150 x(SPD)S 149 x(for)S 150 x(each)S 150 x(produ)S 2 x(ct.)S 3600 X 897 y(The)S 120 x F39(OpenVMS)S 121 x(V)S -24 x(AX)S 119 x(Software)S 120 x(Produc)S 2 x(t)S 119 x(Library)S 121 x F38(CD\203ROM)S 3600 X 548 y(contains)S 194 x(an)S 195 x(NAS_BAS_SER)S -8 x(VER)S 194 x (directory)S -33 x(.)S 333 x(There)S 195 x(are)S 3600 X 548 y(two)S 193 x(subdirectories:)S 288 x(a)S 194 x(KIT)S 193 x(directory)S 194 x (for)S 193 x(the)S 194 x(product)S 194 x(bi-)S 3600 X 548 y(naries,)S 224 x(and)S 210 x(a)S 210 x(DOCU)S -2 x(MENT)S -33 x(A)S -33 x(TION)S 208 x(directory)S 210 x(containing)S 3600 X 548 y(PostScript\206)S 194 x (and)S 194 x(ASCII)S 192 x(versions)S 195 x(of)S 193 x(installati)S -2 x(on)S 194 x(guides,)S 3600 X 547 y(SPDs,)S 149 x(and)S 150 x(similar)S 149 x(docum)S 2 x(entation.)S 3600 X 897 y(Y)S -41 x(ou)S 189 x(may)S 190 x(print)S 189 x(the)S 189 x(electronic)S 189 x(docume)S 2 x(ntation)S 188 x(accom)S 2 x(pa-)S 3600 X 548 y(nying)S 178 x(the)S 177 x F39(Compaq)S 179 x(NAS)S 177 x(Packages)S 179 x F38(as)S 178 x(reasonab)S 2 x(ly)S 177 x(nec-)S 3600 X 548 y(essary)S 216 x(to)S 214 x(exercise)S 216 x (your)S 215 x(license)S 215 x(to)S 214 x(use)S 215 x F39(Compaq)S 216 x (NAS)S 3600 X 548 y(Packages)S 2 x F38(.)S 3600 X 897 y F40(The)S 167 x (license)S 167 x(for)S 167 x F41(NAS)S 166 x(V)S -16 x(ersion)S 167 x (8.1a)S 167 x F40(does)S 167 x(not)S 167 x(provide)S 3600 X 548 y(the)S 128 x(right)S 127 x(to)S 127 x(use)S 128 x(any)S 128 x(version)S 128 x (of)S 127 x(the)S 128 x(following)S 126 x(compo-)S 3600 X 548 y(nents:)S 3600 X 896 y(\201)S 441 x F41(DECmessageQ\207)S 284 x(for)S 285 x(OpenVMS)S 284 x(V)S -33 x(AX)S 283 x(Run-T)S -8 x(ime)S 4198 X 548 y(Only)S 149 x (Option)S 3600 X 797 y F40(\201)S 441 x F41(DECwind)S -2 x(ows)S 139 x (Motif)S 139 x(for)S 138 x(OpenVMS)S 139 x(V)S -33 x(AX)S 138 x(Local)S 138 x(Lan-)S 4198 X 548 y(guage)S 149 x(V)S -16 x(ersions:)S 4198 X 798 y F40(\202)S 150 x F41(UI/)S -2 x(Cesky)S 4198 X 797 y(\202)S 150 x (UI/)S -2 x(Espa\361ol)S 4198 X 797 y(\202)S 150 x(UI/)S -2 x(Fran\347a)S 2 x(is)S 4198 X 797 y(\202)S 150 x(UI/)S -2 x(Italiano)S 16452 18928 XY (\202)S 150 x(UI/Magyar)S 16452 X 797 y(\202)S 150 x(UI/Po)S -2 x(lski)S 16452 X 797 y(\202)S 150 x(UI/R)S -2 x(usskij)S 16452 X 797 y(\202)S 150 x(UI/Sl)S -2 x(ovensky)S 16452 X 797 y(\202)S 150 x(UI/Svenska)S 15854 X 797 y F40(\201)S 441 x F41(ObjectBroker\207)S 104 x(for)S 103 x (OpenVMS)S 103 x(V)S -33 x(AX)S 102 x(Run-T)S -8 x(ime)S 102 x(Only)S 15854 X 797 y F40(\201)S 441 x F41(POL)S -34 x(YCENTER\207)S 170 x(Software)S 171 x(Distribution)S 170 x(for)S 170 x(Open-)S 16452 X 548 y(VMS)S 150 x (V)S -33 x(AX)S 15854 X 797 y F40(\201)S 441 x F41(POSIX\206)S 149 x (for)S 150 x(OpenVMS)S 15854 X 896 y F40(The)S 213 x F41(NAS)S 213 x (V)S -16 x(ersion)S 213 x(8.1a)S 214 x F40(license)S 214 x(was)S 213 x (effec)S 2 x(tive)S 214 x(as)S 213 x(of)S 15854 X 548 y(March)S 151 x (1998.)S 15854 X 897 y F39(ObjectBroker)S 150 x F38(is)S 149 x(available)S 149 x(from)S 149 x(BEA)S 149 x(Systems,)S 150 x(Inc.)S 198 x F39(BEA)S 15854 X 548 y(Messag)S 2 x(eQ)S 174 x F38(\(formerly)S 175 x F39(DECmessageQ)S F38(\))S 175 x(is)S 174 x(available)S 174 x(from)S 15854 X 548 y(BEA)S 242 x(Systems,)S 265 x(and)S 242 x(may)S 243 x(be)S 242 x(purcha)S 2 x (sed)S 242 x(and)S 242 x(serviced)S 15854 X 548 y(through)S 215 x(Compaq.)S 391 x(For)S 214 x(information)S 214 x(on)S 214 x(the)S 213 x F39(POL)S -41 x(YCEN-)S 15854 X 548 y(TER)S 234 x F38(products,)S 256 x(contact)S 235 x(Computer)S 235 x(Associates)S 235 x(Interna-)S 15854 X 548 y(tional,)S 149 x(Inc.)S 15854 X 896 y(The)S 195 x F39(DECwindows)S 194 x(Motif)S 194 x F38(local)S 194 x(languag)S 2 x(e)S 194 x(versions)S 196 x(listed)S 15854 X 548 y(above)S 128 x(are)S 127 x(in)S 126 x(the)S 127 x(retirement)S 127 x(process,)S 132 x(and)S 127 x(will)S 125 x(reach)S 128 x(their)S 15854 X 548 y(end-of-se)S 2 x(rvice)S 207 x(lif)S -2 x(e)S 207 x(in)S 206 x(May)S -32 x(,)S 221 x(2000.)S 371 x F39(P)S -33 x(A)S -33 x(THWORKS)S 205 x(\(Net-)S 15854 X 548 y(ware\))S 156 x F38(and)S 155 x F39(P)S -33 x(A)S -33 x(THWORKS)S 154 x(\(Macintosh\))S 2 x F38(,)S 155 x(tested)S 155 x(but)S 155 x(not)S 155 x(li-)S 15854 X 548 y(censed)S 151 x(with)S 148 x(NAS)S 150 x(Packages,)S 150 x(have)S 151 x(also)S 149 x(been)S 151 x(retired.)S 15132 38868 XY F40(2)S EP PP %%PageTrailer %%PageFonts: Helvetica-BoldOblique %%+ Helvetica-Bold Helvetica-Oblique Helvetica %%PageProcessColors: %%PageCustomColors: (BLACK) % %%Page: (3) 3 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 3600 3002 XY F41(Compaq)S 149 x(NAS)S 149 x(Base)S 149 x(Serve)S 2 x(r)S 150 x(200)S 150 x(V)S -17 x(ersion)S 150 x(8.1a)S 23947 X F40 (SPD)S 149 x(36.86.15)S 3600 X 548 y F41(for)S 150 x(OpenVMS)S 150 x (V)S -33 x(AX)S 149 x(Systems)S 3600 4834 XY F40(INST)S -34 x(ALLA)S -34 x(TION)S 3600 5753 XY F38(Compaq)S 245 x(recomm)S 2 x(ends)S 244 x (that)S 244 x(customers)S 245 x(unfamiliar)S 243 x(with)S 3600 X 547 y (the)S 174 x(compon)S 2 x(ents)S 174 x(of)S 174 x F39(Compaq)S 175 x (NAS)S 173 x(Base)S 175 x(Server)S 175 x(200)S 174 x(for)S 3600 X 548 y (OpenVMS)S 145 x(V)S -25 x(AX)S 144 x(Systems)S 144 x F38(purcha)S 2 x (se)S 144 x(Compaq)S 145 x(Installat)S -2 x(ion)S 3600 X 548 y(Services.)S 240 x(These)S 164 x(services)S 164 x(provide)S 164 x(for)S 163 x(installati)S -2 x(on)S 164 x(of)S 162 x(the)S 3600 X 548 y(software)S 166 x(product)S 166 x(by)S 166 x(an)S 166 x(experienced)S 167 x(Compaq)S 166 x(Software)S 3600 X 548 y(Specialist.)S 3600 9411 XY F39(Only)S 174 x(software)S 174 x(kits)S 173 x(expre)S 2 x(ssly)S 174 x(identi\211ed)S 174 x(in)S 174 x(this)S 173 x(SPD)S 174 x(can)S 3600 X 548 y(be)S 202 x(used)S 203 x(to)S 202 x(install)S 201 x(compone)S 2 x(nts)S 201 x(of)S 202 x (Compaq)S 203 x(NAS)S 202 x(Base)S 3600 X 547 y(Server)S 175 x(200)S 175 x(for)S 174 x(OpenVMS)S 175 x(V)S -24 x(AX)S 174 x(Systems.)S 273 x (Use)S 174 x(of)S 174 x(other)S 3600 X 548 y(software)S 181 x(kits)S 181 x(may)S 182 x(result)S 181 x(in)S 181 x(inoperable)S 182 x(software)S 181 x(con\211g-)S 3600 X 548 y(urations)S 185 x(and)S 185 x(may)S 186 x (invalidate)S 184 x(the)S 185 x(software)S 184 x(produ)S 2 x(ct)S 184 x (war-)S 3600 X 548 y(ranty)S 150 x(or)S 150 x(software)S 150 x(service)S 150 x(contract.)S 3600 13666 XY F40(HARDW)S -26 x(ARE)S 149 x(REQUIREMENTS)S 3600 14585 XY F38(The)S 187 x F39(Compaq)S 187 x(NAS)S 186 x(Base)S 188 x(Server)S 187 x(200)S 187 x F38(suppo)S 2 x(rts)S 186 x(all)S 186 x (valid)S 3600 X 548 y F39(OpenVMS)S 130 x(V)S -24 x(AX)S 129 x F38(systems.)S 193 x(For)S 129 x(questions)S 130 x(about)S 130 x(the)S 129 x(hard-)S 3600 X 548 y(ware)S 204 x(requirem)S 2 x(ents)S 203 x(for)S 204 x(individual)S 203 x(compo)S 2 x(nent)S 204 x(products,)S 3600 X 548 y(customers)S 167 x(should)S 167 x(consult)S 165 x(the)S 166 x F39(HARDW)S -9 x(ARE)S 166 x(REQUIR)S -2 x(E-)S 3600 X 547 y(MENTS)S 150 x F38(section)S 149 x (of)S 150 x(individual)S 149 x(compone)S 2 x(nt)S 149 x(SPDs.)S 3600 17695 XY F39(Memor)S 2 x(y)S 149 x(Requireme)S 2 x(nts)S 3600 18613 XY F38(The)S 107 x(minimum)S 107 x(suppor)S 2 x(ted)S 106 x(memo)S 2 x(ry)S 107 x (for)S 106 x(installation)S 106 x(of)S 106 x F39(Com-)S 3600 X 548 y (paq)S 125 x(NAS)S 124 x(Base)S 124 x(Server)S 126 x(200)S 124 x(for)S 125 x(OpenVMS)S 125 x(V)S -25 x(AX)S 124 x(Systems)S F38(,)S 3600 X 548 y(with)S 122 x(all)S 123 x(compone)S 2 x(nts)S 123 x(and)S 124 x (subcomp)S 2 x(onents)S 124 x(installed,)S 127 x(is)S 123 x(32)S 3600 X 548 y(MB.)S -797 x 21175 Y(The)S 171 x(performan)S 2 x(ce)S 170 x(and)S 171 x(mem)S 2 x(ory)S 171 x(usage)S 171 x(of)S 170 x F39(Compaq)S 172 x (NAS)S 3600 X 548 y(Base)S 199 x(Server)S 200 x(200)S 200 x(for)S 198 x (OpenVMS)S 200 x(V)S -25 x(AX)S 199 x F38(and)S 199 x(applications)S 3600 X 548 y(based)S 147 x(on)S 147 x(it)S 145 x(are)S 146 x(particularly)S 146 x(sensitive)S 146 x(to)S 146 x(system)S 147 x(con\211gu-)S 3600 X 548 y(ration.)S 215 x(Full)S 153 x(con\211gu)S 2 x(ration)S 155 x(of)S 154 x(all)S 154 x(subcom)S 2 x(ponents)S 155 x(may)S 156 x(re-)S 3600 X 548 y(quire)S 147 x(memory)S 147 x(in)S 146 x(excess)S 147 x(of)S 146 x (the)S 146 x(minimum)S 147 x(quoted)S 147 x(above.)S 3600 X 548 y(Additional)S 139 x(memo)S 2 x(ry)S 140 x(may)S 140 x(also)S 140 x(be)S 141 x(required)S 141 x(based)S 141 x(on)S 140 x(sys-)S 3600 X 548 y(tem)S 150 x(loading)S 150 x(and)S 150 x(usage)S 150 x(patterns)S 151 x(of)S 149 x(the)S 150 x (compone)S 2 x(nts.)S 3600 25381 XY(More)S 206 x(or)S 206 x(less)S 205 x (memo)S 2 x(ry)S 205 x(may)S 206 x(be)S 206 x(required)S 206 x(depen)S 2 x(ding)S 205 x(on)S 3600 X 548 y(whether)S 171 x(clients)S 171 x(and)S 171 x(serve)S 2 x(rs)S 171 x(execute)S 172 x(on)S 171 x(the)S 171 x (same)S 172 x(sys-)S 3600 X 548 y(tem)S 206 x(or)S 206 x(on)S 206 x (dif)S -9 x(ferent)S 206 x(systems.)S 367 x(Additional)S 205 x(mem)S 2 x(ory)S 206 x(may)S 3600 X 548 y(also)S 146 x(improve)S 146 x(perform)S 2 x(ance)S 146 x(of)S 145 x(one)S 146 x(or)S 146 x(more)S 147 x(compon)S 2 x(ents.)S 3600 27943 XY(Refer)S 202 x(to)S 202 x(the)S 203 x(compone)S 2 x(nt)S 202 x(SPDs)S 202 x(and)S 203 x(installati)S -2 x(on)S 203 x (guides)S 3600 X 548 y(for)S 188 x(detailed)S 188 x(information)S 189 x (about)S 189 x(memory)S 190 x(usage)S 189 x(by)S 188 x(com-)S 3600 X 548 y(ponents)S 132 x(and)S 132 x(subcomp)S 2 x(onents)S 131 x(of)S 131 x(the)S 131 x F39(Compaq)S 132 x(NAS)S 131 x(Base)S 3600 X 548 y (Server)S 151 x(200)S 150 x(for)S 150 x(OpenVMS)S 150 x(V)S -25 x(AX)S F38(.)S 3600 30506 XY F39(Disk)S 149 x(Space)S 150 x(Requireme)S 2 x (nts)S 3600 31424 XY F38(When)S 103 x(installing)S 101 x(the)S 103 x (complete)S 103 x(set)S 102 x(of)S 102 x(comp)S 2 x(onents)S 103 x(of)S 102 x F39(Com-)S 3600 X 548 y(paq)S 234 x(NAS)S 232 x(Base)S 234 x(Server)S 235 x(200)S 233 x(for)S 234 x(OpenVMS)S 234 x(V)S -25 x(AX)S F38(,)S 233 x(cus-)S 3600 X 548 y(tomers)S 153 x(must)S 152 x(have)S 152 x(a)S 152 x(minimum)S 153 x(of)S 152 x(313)S 152 x(MB)S 152 x(of)S 152 x(disk)S 151 x(space)S 3600 X 548 y(available.)S 3600 33986 XY(This)S 139 x(count)S 140 x(refers)S 140 x(to)S 139 x(the)S 139 x(disk)S 139 x(space)S 140 x (require)S 2 x(d)S 139 x(on)S 139 x(the)S 140 x(sys-)S 3600 X 548 y (tem)S 154 x(disk.)S 213 x(The)S 154 x(sizes)S 154 x(are)S 155 x(approx)S 2 x(imate;)S 155 x(actual)S 154 x(sizes)S 155 x(may)S 3600 X 548 y(vary)S 136 x(depending)S 136 x(on)S 136 x(the)S 135 x(customer)S 18 x(')S -9 x (s)S 136 x(system)S 135 x(environm)S 2 x(ent,)S 3600 X 548 y(con\211gur)S 2 x(ation,)S 192 x(and)S 185 x(software)S 184 x(options.)S 304 x(For)S 184 x(examp)S 2 x(le,)S 192 x(ac-)S 3600 X 548 y(tual)S 207 x(disk)S 207 x(space)S 209 x(required)S 208 x(may)S 208 x(be)S 208 x(less)S 207 x (if)S 207 x(the)S 207 x(customer)S 15854 4821 XY(does)S 183 x(not)S 182 x(install)S 181 x(some)S 183 x(compon)S 2 x(ents)S 182 x(or)S 182 x (subcom)S 2 x(ponents.)S 15854 X 548 y(Customers)S 161 x(may)S 160 x (require)S 161 x(additional)S 160 x(disk)S 159 x(space)S 161 x(to)S 160 x(create)S 15854 X 548 y(or)S 137 x(expand)S 138 x(compon)S 2 x (ent)S 136 x(databases)S 138 x(or)S 137 x(to)S 136 x(create)S 137 x (user)S 138 x(\211les.)S 15854 7411 XY F40(SOFTW)S -25 x(ARE)S 149 x (REQUIREMENTS)S 15854 X 897 y F39(OpenVMS)S 151 x(V)S -25 x(AX)S 149 x (V)S -16 x(ersion)S 150 x(7.1)S 150 x F38(or)S 150 x(higher)S 150 x (version.)S 15854 9802 XY F40(GROWTH)S 149 x(CONSI)S -2 x(DERA)S -34 x (TIONS)S 15854 X 897 y F38(The)S 184 x(minimum)S 185 x(hardware)S 2 x (/software)S 183 x(requirem)S 2 x(ents)S 184 x(for)S 184 x(any)S 15854 X 548 y(future)S 159 x(version)S 159 x(of)S 158 x(this)S 158 x(product)S 159 x(may)S 159 x(be)S 159 x(dif)S -9 x(ferent)S 159 x(from)S 158 x (the)S 15854 X 548 y(requirem)S 2 x(ents)S 149 x(for)S 150 x(the)S 150 x (current)S 150 x(version.)S 15854 13289 XY F40(ORDERIN)S -2 x(G)S 149 x (INFORMA)S -34 x(TION)S 15854 X 897 y F39(Compaq)S 151 x(NAS)S 149 x (Base)S 150 x(Server)S 151 x(200)S 15854 X 548 y F38(Software)S 150 x (Licenses:)S 200 x(QL\203MC1A*\203**)S 15854 X 548 y F39(NAS)S 149 x F38(200)S 150 x(to)S 150 x(300)S 150 x(Upgrade)S 151 x(License:)S 200 x (QL\203MC3A*\203**)S 15854 X 548 y F39(NAS)S 149 x F38(200)S 150 x(to)S 150 x(400)S 150 x(Upgrade)S 151 x(License:)S 200 x(QL\203MKRA*\203**)S 15854 X 548 y(Software)S 150 x(Product)S 150 x(Services:)S 200 x(QT)S -25 x(\203MC1A*\203**)S 15854 X 896 y(*)S 424 x(Denotes)S 152 x(variant)S 153 x(\211elds.)S 207 x(For)S 153 x(additional)S 152 x(information)S 152 x(on)S 16452 X 548 y(available)S 165 x(licenses,)S 169 x(services,)S 169 x(and)S 166 x(media,)S 170 x(refer)S 165 x(to)S 165 x(the)S 16452 X 548 y(appropr)S 2 x(iate)S 149 x(price)S 150 x(book.)S 15854 19865 XY F40(DISTRIB)S -2 x(UTION)S 148 x(MEDIA)S 15854 X 896 y F38(Media)S 103 x (and)S 104 x(documen)S 2 x(tation)S 102 x(for)S 102 x(this)S 102 x(prod)S 2 x(uct)S 102 x(are)S 103 x(distributed)S 15854 X 548 y(on)S 135 x(the)S 135 x F39(OpenVMS)S 136 x(V)S -25 x(AX)S 135 x(Software)S 134 x(Produc)S 2 x(ts)S 134 x(Library)S 136 x(Pack-)S 15854 X 548 y(age)S F38(,)S 150 x (with)S 148 x(orde)S 2 x(r)S 149 x(numb)S 2 x(ers)S 150 x(as)S 150 x (foll)S -2 x(ow:)S 16297 X 897 y F43(OpenVMS)S 131 x(V)S -22 x(AX)S 133 x(Softw)S -2 x(are)S 16297 X 498 y(Produ)S -2 x(ct)S 133 x(Library)S 132 x F42(\(binar)S -2 x(ies\))S 23924 X(QA\203VWJ8A\203)S -2 x(A8)S 16297 X 498 y F43(OpenVMS)S 131 x(V)S -22 x(AX)S 133 x(Online)S 16297 X 498 y(Documen)S -2 x(tation)S 132 x(Library)S 132 x F42(\(do)S -2 x (cs\))S 23924 X(QA\203VYR8)S -2 x(A\203GZ)S 16297 X 498 y F43(OpenVMS)S 131 x(V)S -22 x(AX)S 133 x(Softw)S -2 x(are)S 16297 X 498 y(Library)S 132 x(Package)S 131 x F42(\(binaries)S 132 x(and)S 131 x(docs\))S 23924 X (QA\203YL4)S -2 x(8A\203H8)S 15854 X 897 y F39(Online)S 149 x(Documentation)S 15854 X 897 y F38(Customers)S 113 x(can)S 112 x(view)S 111 x(documen)S 2 x(tation)S 111 x(using)S 111 x(the)S 112 x F39(Bookshelf)S 15854 X 548 y(Navigation)S 190 x(Utili)S -2 x(ty)S 190 x F38(on)S 191 x(suppo)S 2 x(rted)S 191 x(X-windows)S 190 x(display)S 191 x(de-)S 15854 X 548 y (vices.)S 15854 X 896 y F39(Hardcopy)S 151 x(Documentation)S 15854 X 897 y F38(Each)S 153 x(compone)S 2 x(nt)S 152 x(of)S 152 x F39(Compaq)S 153 x(NAS)S 152 x(Base)S 152 x(Server)S 154 x(200)S 152 x(for)S 15854 X 548 y(OpenVMS)S 207 x(V)S -25 x(AX)S 206 x(Systems)S 207 x F38(has)S 206 x(its)S 206 x(own)S 206 x(hardcopy)S 207 x(docu-)S 15854 X 548 y (mentation)S 174 x(set.)S 273 x(Customers)S 175 x(can)S 174 x(order)S 175 x(docum)S 2 x(entation)S 174 x(in)S 15854 X 548 y(single)S 117 x (copies)S 118 x(or)S 118 x(as)S 118 x(subscr)S 2 x(ipti)S -2 x(ons.)S 189 x(Not)S 117 x(all)S 117 x(docume)S 2 x(ntation)S 15854 X 548 y(is)S 149 x(available)S 150 x(in)S 149 x(online)S 149 x(format.)S 15854 X 896 y(For)S 245 x(order)S 247 x(numbers)S 2 x(,)S 268 x(see)S 245 x (the)S 245 x F39(ORDERING)S 243 x(INFORMA-)S 15854 X 548 y(TION)S 205 x F38(section)S 207 x(in)S 205 x(each)S 207 x(comp)S 2 x(onent')S -8 x (s)S 206 x(SPD.)S 205 x(Not)S 206 x(all)S 206 x(doc-)S 15854 X 548 y (umentation)S 150 x(is)S 149 x(available)S 150 x(in)S 149 x(online)S 150 x(format.)S 15132 38868 XY F40(3)S EP PP %%PageTrailer %%PageFonts: Helvetica-BoldOblique %%+ Helvetica-Bold Helvetica Helvetica-Oblique %%PageProcessColors: %%PageCustomColors: (BLACK) % %%Page: (4) 4 %%PageFonts: (atend) %%PageProcessColors: (atend) %%PageCustomColors: (atend) PaperHeight PaperWidth PM 0 0 XY 0 SC 3600 3002 XY F41(Compaq)S 149 x(NAS)S 149 x(Base)S 149 x(Serve)S 2 x(r)S 150 x(200)S 150 x(V)S -17 x(ersion)S 150 x(8.1a)S 23947 X F40 (SPD)S 149 x(36.86.15)S 3600 X 548 y F41(for)S 150 x(OpenVMS)S 150 x (V)S -33 x(AX)S 149 x(Systems)S 3600 4834 XY F40(YEAR)S 149 x(2000)S 150 x(READINESS)S 3600 X 897 y F38(This)S 105 x(product)S 106 x(is)S 105 x(capable)S 106 x(of)S 104 x(accur)S 2 x(ately)S 104 x(proce)S 2 x (ssing,)S 113 x(provid-)S 3600 X 548 y(ing,)S 170 x(and/or)S 168 x(receiving)S 167 x(date)S 167 x(data)S 167 x(from,)S 171 x(into)S 166 x(and)S 167 x (between)S 3600 X 548 y(the)S 252 x(twentieth)S 251 x(and)S 253 x(the)S 252 x(twenty-\211rst)S 252 x(centuries,)S 278 x(and)S 252 x(the)S 3600 X 548 y(years)S 164 x(1999)S 163 x(and)S 164 x(2000,)S 166 x(including)S 163 x(leap)S 162 x(year)S 164 x(calculations,)S 3600 X 548 y(when)S 185 x(used)S 185 x(in)S 184 x(accord)S 2 x(ance)S 185 x(with)S 184 x (the)S 184 x(associated)S 185 x(produ)S 2 x(ct)S 3600 X 548 y(docume)S 2 x(ntation)S 123 x(and)S 123 x(provided)S 125 x(that)S 122 x(all)S 123 x(hardware,)S 129 x(\211rmware)S 3600 X 548 y(and)S 115 x(software)S 115 x(used)S 116 x(in)S 114 x(combination)S 116 x(with)S 114 x(the)S 114 x(produ)S 2 x(ct)S 114 x(prop-)S 3600 X 547 y(erly)S 150 x(exchange)S 151 x(accurate)S 151 x(date)S 150 x(data)S 150 x(wit)S -2 x(h)S 150 x (the)S 150 x(product.)S 3600 11061 XY F40(SOFTW)S -25 x(ARE)S 149 x (LICENSIN)S -2 x(G)S 3600 X 897 y F39(Compaq)S 122 x(NAS)S 120 x(Packages)S 122 x F38(software)S 120 x(is)S 120 x(furnished)S 122 x(under)S 121 x (the)S 3600 X 547 y(licensing)S 121 x(provisions)S 121 x(of)S 120 x (Compaq)S 122 x(Computer)S 122 x(Corporation')S -8 x(s)S 3600 X 548 y (Standard)S 172 x(T)S -50 x(erms)S 172 x(and)S 172 x(Conditions.)S 263 x (For)S 171 x(more)S 172 x(information)S 3600 X 548 y(about)S 207 x(Compaq')S -8 x(s)S 206 x(licensing)S 206 x(terms)S 207 x(and)S 207 x(policies,)S 219 x(contact)S 3600 X 548 y(your)S 116 x(local)S 115 x(Compaq)S 116 x (of)S -9 x(\211ce,)S 122 x(or)S 116 x(visit)S 114 x(the)S 115 x(Software)S 115 x(Licensing)S 3600 X 548 y(InfoCenter)S 150 x(on)S 150 x(the)S 149 x (W)S -8 x(orld)S 150 x(Wide)S 150 x(W)S -8 x(eb)S 150 x(at:)S 4620 15793 XY (http://)S -2 x(www)S -25 x(.digital)S -2 x(.com/info/software-licensing/)S 3600 X 897 y(Consult)S 115 x(the)S 114 x(SPD)S 115 x(for)S 115 x(each)S 116 x F39(Compaq)S 116 x(NAS)S 114 x(Packages)S 116 x F38(com-)S 3600 X 548 y(ponent)S 150 x(for)S 150 x(speci\211c)S 150 x(license)S 150 x (information.)S 3600 18732 XY F40(SOFTW)S -25 x(ARE)S 149 x(PRODUCT)S 148 x(SER)S -8 x(VICES)S 3600 X 897 y F38(A)S 133 x(variety)S 134 x (of)S 134 x(service)S 134 x(options)S 134 x(are)S 134 x(available)S 134 x(from)S 134 x(Compaq.)S 3600 X 548 y(For)S 129 x(more)S 129 x(information,)S 133 x(contact)S 128 x(your)S 129 x(local)S 128 x(Compaq)S 129 x(of)S -8 x(\211ce.)S 15854 6617 XY F40(SOFTW)S -25 x(ARE)S 149 x(W)S -24 x (ARRA)S -2 x(NTY)S 15854 X 897 y F38(This)S 117 x(software)S 117 x(is)S 116 x(provided)S 118 x(by)S 117 x(Compaq)S 118 x(with)S 116 x(a)S 117 x (90)S 117 x(day)S 118 x(con-)S 15854 X 548 y(formance)S 119 x(warranty)S 117 x(in)S 117 x(accord)S 2 x(ance)S 118 x(wit)S -2 x(h)S 118 x(the)S 117 x(Compaq)S 118 x(war-)S 15854 X 547 y(ranty)S 150 x(terms)S 150 x (applicable)S 150 x(to)S 149 x(the)S 150 x(license)S 150 x(purchase)S 2 x(.)S 15854 X 897 y(The)S 108 x(above)S 108 x(information)S 107 x (is)S 107 x(valid)S 107 x(at)S 107 x(time)S 107 x(of)S 107 x(release.)S 186 x(Please)S 15854 X 548 y(contact)S 113 x(your)S 114 x(local)S 112 x (Compaq)S 114 x(of)S -9 x(\211ce)S 114 x(for)S 112 x(the)S 113 x(most)S 113 x(up-to-da)S 2 x(te)S 15854 X 548 y(information.)S 15854 X 897 y F42(\206)S 603 x(Apple)S 131 x(is)S 134 x(a)S 132 x(registered)S 131 x (trade)S -2 x(mark)S 132 x(of)S 133 x(Apple)S 131 x(Compute)S -2 x(r)S -22 x(,)S 133 x(Inc.)S 15854 X 697 y(\206)S 603 x(IBM)S 137 x(is)S 138 x (a)S 137 x(register)S -2 x(ed)S 137 x(trad)S -2 x(emark)S 137 x(of)S 137 x(Inte)S -2 x(rnationa)S -2 x(l)S 138 x(Business)S 16751 X 498 y (Machines)S 132 x(Corp)S -2 x(oration.)S 15854 X 698 y(\206)S 603 x (Motif)S 136 x(is)S 137 x(a)S 136 x(reg)S -2 x(istered)S 136 x(trad)S -2 x(emark)S 136 x(of)S 135 x(Open)S 136 x(Softw)S -2 x(are)S 135 x (Foun-)S 16751 X 498 y(dation)S -2 x(,)S 133 x(Inc.)S 15854 X 697 y (\206)S 603 x(PostScript)S 135 x(is)S 137 x(a)S 135 x(registere)S -2 x (d)S 136 x(trade)S -2 x(mark)S 136 x(of)S 135 x(Adobe)S 134 x(Systems,)S 16751 X 498 y(Inc.)S 15854 X 698 y(\207)S 498 x(V)S -30 x(AX,)S 154 x (Bookre)S -2 x(ader)S(,)S 159 x(DEC,)S 153 x(DECnet)S(,)S 158 x(DIGIT)S -29 x(AL,)S 154 x F43(NAS)S F42(,)S 16751 X 498 y(Open)S -2 x(VMS)S (,)S 139 x(P)S -30 x(A)S -30 x(THWORKS)S(,)S 139 x(PrintSe)S -2 x(rver)S (,)S 138 x(POL)S -30 x(YCENTER)S(,)S 16751 X 498 y(VMS,)S 133 x(VMScluster)S -23 x(,)S 135 x(and)S 132 x(the)S 133 x(Compaq)S 132 x(logo)S 134 x (are)S 133 x(trad)S -2 x(emarks)S 16751 X 498 y(of)S 132 x(Compa)S -2 x (q)S 133 x(Comp)S -2 x(uter)S 132 x(Corp)S -2 x(oration.)S 15854 X 897 y F38(All)S 148 x(other)S 150 x(trademark)S 2 x(s)S 149 x(and)S 149 x (registered)S 151 x(trademark)S 2 x(s)S 149 x(are)S 149 x(the)S 15854 X 548 y(proper)S 2 x(ty)S 149 x(of)S 149 x(their)S 150 x(respective)S 150 x(holders.)S 15854 X 896 y(\251)S 190 x(Compaq)S 191 x(Computer)S 191 x(Corpor)S 2 x(ation)S 189 x(1999.)S 322 x(All)S 189 x(rights)S 190 x(re-)S 15854 X 548 y(served.)S 15132 38868 XY F40(4)S EP PP %%PageTrailer %%PageFonts: Helvetica-BoldOblique %%+ Helvetica-Bold Helvetica Helvetica-Oblique %%PageProcessColors: %%PageCustomColors: (BLACK) % %%Trailer %%Pages: 4 %%BoundingBox: 0 0 612 792 %%DocumentFonts: Helvetica-Oblique %%+ Helvetica Helvetica-BoldOblique Helvetica-Bold %%DocumentNeededFonts: Helvetica-Oblique %%+ Helvetica Helvetica-BoldOblique Helvetica-Bold %%DocumentProcessColors: Black %%DocumentCustomColors: (BLACK) %%CMYKCustomColor: 0.0 0.0 0.0 1.0 (BLACK) % DVC$PSJob restore end %DEC_DVC$dict end %Color5044Dict % %%EOF