%!PS-Adobe-3.0 %%BoundingBox: (atend) %%Pages: (atend) %%PageOrder: (atend) %%DocumentFonts: (atend) %%Creator: Frame 5.0 %%DocumentData: Clean7Bit %%EndComments %%BeginProlog % % Frame ps_prolog 5.0, for use with Frame 5.0 products % This ps_prolog file is Copyright (c) 1986-1995 Frame Technology % Corporation. All rights reserved. This ps_prolog file may be % freely copied and distributed in conjunction with documents created % using FrameMaker, FrameMaker/SGML and FrameViewer as long as this % copyright notice is preserved. % % FrameMaker users specify the proper paper size for each print job in the % "Print" dialog's "Printer Paper Size" "Width" and "Height~ fields. If the % printer that the PS file is sent to does not support the requested paper % size, or if there is no paper tray of the proper size currently installed, % then the job will not be printed. The following flag, if set to true, will % cause the job to print on the default paper in such cases. /FMAllowPaperSizeMismatch false def % % Frame products normally print colors as their true color on a color printer % or as shades of gray, based on luminance, on a black-and white printer. The % following flag, if set to true, forces all non-white colors to print as pure % black. This has no effect on bitmap images. /FMPrintAllColorsAsBlack false def % % Frame products can either set their own line screens or use a printer's % default settings. Three flags below control this separately for no % separations, spot separations and process separations. If a flag % is true, then the default printer settings will not be changed. If it is % false, Frame products will use their own settings from a table based on % the printer's resolution. /FMUseDefaultNoSeparationScreen true def /FMUseDefaultSpotSeparationScreen true def /FMUseDefaultProcessSeparationScreen false def % % For any given PostScript printer resolution, Frame products have two sets of % screen angles and frequencies for printing process separations, which are % recomended by Adobe. The following variable chooses the higher frequencies % when set to true or the lower frequencies when set to false. This is only % effective if the appropriate FMUseDefault...SeparationScreen flag is false. /FMUseHighFrequencyScreens true def % % The following is a set of predefined optimal frequencies and angles for various % common dpi settings. This is taken from "Advances in Color Separation Using % PostScript Software Technology," from Adobe Systems (3/13/89 P.N. LPS 0043) % and corrolated with information which is in various PPD (4.0) files. % % The "dpiranges" figure is the minimum dots per inch device resolution which % can support this setting. The "low" and "high" values are controlled by the % setting of the FMUseHighFrequencyScreens flag above. The "TDot" flags control % the use of the "Yellow Triple Dot" feature whereby the frequency id divided by % three, but the dot function is "trippled" giving a block of 3x3 dots per cell. % % PatFreq is a compromise pattern frequency for ps Level 2 printers which is close % to the ideal WYSIWYG pattern frequency of 9 repetitions/inch but does not beat % (too badly) against the screen frequencies of any separations for that DPI. /dpiranges [ 2540 2400 1693 1270 1200 635 600 0 ] def /CMLowFreqs [ 100.402 94.8683 89.2289 100.402 94.8683 66.9349 63.2456 47.4342 ] def /YLowFreqs [ 95.25 90.0 84.65 95.25 90.0 70.5556 66.6667 50.0 ] def /KLowFreqs [ 89.8026 84.8528 79.8088 89.8026 84.8528 74.8355 70.7107 53.033 ] def /CLowAngles [ 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 ] def /MLowAngles [ 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 ] def /YLowTDot [ true true false true true false false false ] def /CMHighFreqs [ 133.87 126.491 133.843 108.503 102.523 100.402 94.8683 63.2456 ] def /YHighFreqs [ 127.0 120.0 126.975 115.455 109.091 95.25 90.0 60.0 ] def /KHighFreqs [ 119.737 113.137 119.713 128.289 121.218 89.8026 84.8528 63.6395 ] def /CHighAngles [ 71.5651 71.5651 71.5651 70.0169 70.0169 71.5651 71.5651 71.5651 ] def /MHighAngles [ 18.4349 18.4349 18.4349 19.9831 19.9831 18.4349 18.4349 18.4349 ] def /YHighTDot [ false false true false false true true false ] def /PatFreq [ 10.5833 10.0 9.4055 10.5833 10.0 10.5833 10.0 9.375 ] def % % PostScript Level 2 printers contain an "Accurate Screens" feature which can % improve process separation rendering at the expense of compute time. This % flag is ignored by PostScript Level 1 printers. /FMUseAcccurateScreens true def % % The following PostScript procedure defines the spot function that Frame % products will use for process separations. You may un-comment-out one of % the alternative functions below, or use your own. % % Dot function /FMSpotFunction {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub } {dup mul exch dup mul add 1 exch sub }ifelse } def % % Line function % /FMSpotFunction { pop } def % % Elipse function % /FMSpotFunction { dup 5 mul 8 div mul exch dup mul exch add % sqrt 1 exch sub } def % % /FMversion (5.0) def /fMLevel1 /languagelevel where {pop languagelevel} {1} ifelse 2 lt def /FMPColor fMLevel1 { false /colorimage where {pop pop true} if } { true } ifelse def /FrameDict 400 dict def systemdict /errordict known not {/errordict 10 dict def errordict /rangecheck {stop} put} if % The readline in PS 23.0 doesn't recognize cr's as nl's on AppleTalk FrameDict /tmprangecheck errordict /rangecheck get put errordict /rangecheck {FrameDict /bug true put} put FrameDict /bug false put mark % Some PS machines read past the CR, so keep the following 3 lines together! currentfile 5 string readline 00 0000000000 cleartomark errordict /rangecheck FrameDict /tmprangecheck get put FrameDict /bug get { /readline { /gstring exch def /gfile exch def /gindex 0 def { gfile read pop dup 10 eq {exit} if dup 13 eq {exit} if gstring exch gindex exch put /gindex gindex 1 add def } loop pop gstring 0 gindex getinterval true } bind def } if /FMshowpage /showpage load def /FMquit /quit load def /FMFAILURE { dup = flush FMshowpage /Helvetica findfont 12 scalefont setfont 72 200 moveto show 72 220 moveto show FMshowpage FMquit } def /FMVERSION { FMversion ne { (Frame product version does not match ps_prolog! Check installation;) (also check ~/fminit and ./fminit for old versions) FMFAILURE } if } def /FMBADEPSF { (Adobe's PostScript Language Reference Manual, 2nd Edition, section H.2.4) (says your EPS file is not valid, as it calls X ) dup dup (X) search pop exch pop exch pop length 5 -1 roll putinterval FMFAILURE } def /fmConcatProcs { /proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx }def FrameDict begin [ /ALDsave /FMdicttop /FMoptop /FMpointsize /FMsaveobject /b /bitmapsave /blut /bpside /bs /bstring /bwidth /c /cf /cs /cynu /depth /edown /fh /fillvals /fw /fx /fy /g /gfile /gindex /grnt /gryt /gstring /height /hh /i /im /indx /is /k /kk /landscape /lb /len /llx /lly /m /magu /manualfeed /n /offbits /onbits /organgle /orgbangle /orgbfreq /orgbproc /orgbxfer /orgfreq /orggangle /orggfreq /orggproc /orggxfer /orgmatrix /orgproc /orgrangle /orgrfreq /orgrproc /orgrxfer /orgxfer /pagesave /paperheight /papersizedict /paperwidth /pos /pwid /r /rad /redt /sl /str /tran /u /urx /ury /val /width /width /ws /ww /x /x1 /x2 /xindex /xpoint /xscale /xx /y /y1 /y2 /yelu /yindex /ypoint /yscale /yy ] { 0 def } forall /FmBD {bind def} bind def systemdict /pdfmark known { /fMAcrobat true def /FmPD /pdfmark load def /FmPT /show load def currentdistillerparams /CoreDistVersion get 2000 ge { /FmPD2 /pdfmark load def /FmPA { mark exch /Dest exch 5 3 roll /View [ /XYZ null 6 -2 roll FmDC exch pop null] /DEST FmPD }FmBD } { /FmPD2 /cleartomark load def /FmPA {pop pop pop}FmBD } ifelse } { /fMAcrobat false def /FmPD /cleartomark load def /FmPD2 /cleartomark load def /FmPT /pop load def /FmPA {pop pop pop}FmBD } ifelse /FmDC { transform fMDefaultMatrix itransform cvi exch cvi exch }FmBD /FmBx { dup 3 index lt {3 1 roll exch} if 1 index 4 index lt {4 -1 roll 3 1 roll exch 4 1 roll} if }FmBD /FMnone 0 def /FMcyan 1 def /FMmagenta 2 def /FMyellow 3 def /FMblack 4 def /FMcustom 5 def /fMNegative false def /FrameSepIs FMnone def /FrameSepBlack 0 def /FrameSepYellow 0 def /FrameSepMagenta 0 def /FrameSepCyan 0 def /FrameSepRed 1 def /FrameSepGreen 1 def /FrameSepBlue 1 def /FrameCurGray 1 def /FrameCurPat null def /FrameCurColors [ 0 0 0 1 0 0 0 ] def /FrameColorEpsilon .001 def /eqepsilon { sub dup 0 lt {neg} if FrameColorEpsilon le } bind def /FrameCmpColorsCMYK { 2 copy 0 get exch 0 get eqepsilon { 2 copy 1 get exch 1 get eqepsilon { 2 copy 2 get exch 2 get eqepsilon { 3 get exch 3 get eqepsilon } {pop pop false} ifelse }{pop pop false} ifelse } {pop pop false} ifelse } bind def /FrameCmpColorsRGB { 2 copy 4 get exch 0 get eqepsilon { 2 copy 5 get exch 1 get eqepsilon { 6 get exch 2 get eqepsilon }{pop pop false} ifelse } {pop pop false} ifelse } bind def /RGBtoCMYK { 1 exch sub 3 1 roll 1 exch sub 3 1 roll 1 exch sub 3 1 roll 3 copy 2 copy le { pop } { exch pop } ifelse 2 copy le { pop } { exch pop } ifelse dup dup dup 6 1 roll 4 1 roll 7 1 roll sub 6 1 roll sub 5 1 roll sub 4 1 roll } bind def /CMYKtoRGB { dup dup 4 -1 roll add 5 1 roll 3 -1 roll add 4 1 roll add 1 exch sub dup 0 lt {pop 0} if 3 1 roll 1 exch sub dup 0 lt {pop 0} if exch 1 exch sub dup 0 lt {pop 0} if exch } bind def /FrameSepInit { 1.0 RealSetgray } bind def /FrameSetSepColor { /FrameSepBlue exch def /FrameSepGreen exch def /FrameSepRed exch def /FrameSepBlack exch def /FrameSepYellow exch def /FrameSepMagenta exch def /FrameSepCyan exch def /FrameSepIs FMcustom def setCurrentScreen } bind def /FrameSetCyan { /FrameSepBlue 1.0 def /FrameSepGreen 1.0 def /FrameSepRed 0.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 1.0 def /FrameSepIs FMcyan def setCurrentScreen } bind def /FrameSetMagenta { /FrameSepBlue 1.0 def /FrameSepGreen 0.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 1.0 def /FrameSepCyan 0.0 def /FrameSepIs FMmagenta def setCurrentScreen } bind def /FrameSetYellow { /FrameSepBlue 0.0 def /FrameSepGreen 1.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 1.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMyellow def setCurrentScreen } bind def /FrameSetBlack { /FrameSepBlue 0.0 def /FrameSepGreen 0.0 def /FrameSepRed 0.0 def /FrameSepBlack 1.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMblack def setCurrentScreen } bind def /FrameNoSep { /FrameSepIs FMnone def setCurrentScreen } bind def /FrameSetSepColors { FrameDict begin [ exch 1 add 1 roll ] /FrameSepColors exch def end } bind def /FrameColorInSepListCMYK { FrameSepColors { exch dup 3 -1 roll FrameCmpColorsCMYK { pop true exit } if } forall dup true ne {pop false} if } bind def /FrameColorInSepListRGB { FrameSepColors { exch dup 3 -1 roll FrameCmpColorsRGB { pop true exit } if } forall dup true ne {pop false} if } bind def /RealSetgray /setgray load def /RealSetrgbcolor /setrgbcolor load def /RealSethsbcolor /sethsbcolor load def end /setgray { FrameDict begin FrameSepIs FMnone eq { RealSetgray } { FrameSepIs FMblack eq { RealSetgray } { FrameSepIs FMcustom eq FrameSepRed 0 eq and FrameSepGreen 0 eq and FrameSepBlue 0 eq and { RealSetgray } { 1 RealSetgray pop } ifelse } ifelse } ifelse end } bind def /setrgbcolor { FrameDict begin FrameSepIs FMnone eq { RealSetrgbcolor } { 3 copy [ 4 1 roll ] FrameColorInSepListRGB { FrameSepBlue eq exch FrameSepGreen eq and exch FrameSepRed eq and { 0 } { 1 } ifelse } { FMPColor { RealSetrgbcolor currentcmykcolor } { RGBtoCMYK } ifelse FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse RealSetgray } ifelse end } bind def /sethsbcolor { FrameDict begin FrameSepIs FMnone eq { RealSethsbcolor } { RealSethsbcolor currentrgbcolor setrgbcolor } ifelse end } bind def FrameDict begin /setcmykcolor where { pop /RealSetcmykcolor /setcmykcolor load def } { /RealSetcmykcolor { 4 1 roll 3 { 3 index add 0 max 1 min 1 exch sub 3 1 roll} repeat RealSetrgbcolor pop } bind def } ifelse userdict /setcmykcolor { FrameDict begin FrameSepIs FMnone eq { RealSetcmykcolor } { 4 copy [ 5 1 roll ] FrameColorInSepListCMYK { FrameSepBlack eq exch FrameSepYellow eq and exch FrameSepMagenta eq and exch FrameSepCyan eq and { 0 } { 1 } ifelse } { FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse RealSetgray } ifelse end } bind put fMLevel1 { /patScreenDict 7 dict dup begin <0f1e3c78f0e1c387> [ 45 { pop } {exch pop} .5 2 sqrt] FmBD <0f87c3e1f0783c1e> [ 135 { pop } {exch pop} .5 2 sqrt] FmBD [ 0 { pop } dup .5 2 ] FmBD [ 90 { pop } dup .5 2 ] FmBD <8142241818244281> [ 45 { 2 copy lt {exch} if pop} dup .75 2 sqrt] FmBD <03060c183060c081> [ 45 { pop } {exch pop} .875 2 sqrt] FmBD <8040201008040201> [ 135 { pop } {exch pop} .875 2 sqrt] FmBD end def } { /patProcDict 5 dict dup begin <0f1e3c78f0e1c387> { 3 setlinewidth -1 -1 moveto 9 9 lineto stroke 4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <0f87c3e1f0783c1e> { 3 setlinewidth -1 9 moveto 9 -1 lineto stroke -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def <8142241818244281> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -1 -1 moveto 9 9 lineto stroke } bind def <03060c183060c081> { 1 setlinewidth -1 -1 moveto 9 9 lineto stroke 4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <8040201008040201> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def end def /patDict 15 dict dup begin /PatternType 1 def /PaintType 2 def /TilingType 3 def /BBox [ 0 0 8 8 ] def /XStep 8 def /YStep 8 def /PaintProc { begin patProcDict bstring known { patProcDict bstring get exec } { 8 8 true [1 0 0 -1 0 8] bstring imagemask } ifelse end } bind def end def } ifelse /combineColor { FrameSepIs FMnone eq { graymode fMLevel1 or not { [/Pattern [/DeviceCMYK]] setcolorspace FrameCurColors 0 4 getinterval aload pop FrameCurPat setcolor } { FrameCurColors 3 get 1.0 ge { FrameCurGray RealSetgray } { fMAcrobat not FMPColor graymode and and { 0 1 3 { FrameCurColors exch get 1 FrameCurGray sub mul } for RealSetcmykcolor } { 4 1 6 { FrameCurColors exch get graymode { 1 exch sub 1 FrameCurGray sub mul 1 exch sub } { 1.0 lt {FrameCurGray} {1} ifelse } ifelse } for RealSetrgbcolor } ifelse } ifelse } ifelse } { FrameCurColors 0 4 getinterval aload FrameColorInSepListCMYK { FrameSepBlack eq exch FrameSepYellow eq and exch FrameSepMagenta eq and exch FrameSepCyan eq and FrameSepIs FMcustom eq and { FrameCurGray } { 1 } ifelse } { FrameSepIs FMblack eq {FrameCurGray 1.0 exch sub mul 1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop FrameCurGray 1.0 exch sub mul 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse graymode fMLevel1 or not { [/Pattern [/DeviceGray]] setcolorspace FrameCurPat setcolor } { graymode not fMLevel1 and { dup 1 lt {pop FrameCurGray} if } if RealSetgray } ifelse } ifelse } bind def /savematrix { orgmatrix currentmatrix pop } bind def /restorematrix { orgmatrix setmatrix } bind def /fMDefaultMatrix matrix defaultmatrix def /fMatrix2 matrix def /dpi 72 0 fMDefaultMatrix dtransform dup mul exch dup mul add sqrt def /freq dpi dup 72 div round dup 0 eq {pop 1} if 8 mul div def /sangle 1 0 fMDefaultMatrix dtransform exch atan def sangle fMatrix2 rotate fMDefaultMatrix fMatrix2 concatmatrix dup 0 get /sflipx exch def 3 get /sflipy exch def /screenIndex { 0 1 dpiranges length 1 sub { dup dpiranges exch get 1 sub dpi le {exit} {pop} ifelse } for } bind def /getCyanScreen { FMUseHighFrequencyScreens { CHighAngles CMHighFreqs} {CLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getMagentaScreen { FMUseHighFrequencyScreens { MHighAngles CMHighFreqs } {MLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getYellowScreen { FMUseHighFrequencyScreens { YHighTDot YHighFreqs} { YLowTDot YLowFreqs } ifelse screenIndex dup 3 1 roll get 3 1 roll get { 3 div {2 { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch} repeat FMSpotFunction } } {/FMSpotFunction load } ifelse 0.0 exch } bind def /getBlackScreen { FMUseHighFrequencyScreens { KHighFreqs } { KLowFreqs } ifelse screenIndex get 45.0 /FMSpotFunction load } bind def /getSpotScreen { getBlackScreen } bind def /getCompositeScreen { getBlackScreen } bind def /FMSetScreen fMLevel1 { /setscreen load }{ { 8 dict begin /HalftoneType 1 def /SpotFunction exch def /Angle exch def /Frequency exch def /AccurateScreens FMUseAcccurateScreens def currentdict end sethalftone } bind } ifelse def /setDefaultScreen { FMPColor { orgrxfer cvx orggxfer cvx orgbxfer cvx orgxfer cvx setcolortransfer } { orgxfer cvx settransfer } ifelse orgfreq organgle orgproc cvx setscreen } bind def /setCurrentScreen { FrameSepIs FMnone eq { FMUseDefaultNoSeparationScreen { setDefaultScreen } { getCompositeScreen FMSetScreen } ifelse } { FrameSepIs FMcustom eq { FMUseDefaultSpotSeparationScreen { setDefaultScreen } { getSpotScreen FMSetScreen } ifelse } { FMUseDefaultProcessSeparationScreen { setDefaultScreen } { FrameSepIs FMcyan eq { getCyanScreen FMSetScreen } { FrameSepIs FMmagenta eq { getMagentaScreen FMSetScreen } { FrameSepIs FMyellow eq { getYellowScreen FMSetScreen } { getBlackScreen FMSetScreen } ifelse } ifelse } ifelse } ifelse } ifelse } ifelse } bind def end /FMDOCUMENT { array /FMfonts exch def /#copies exch def FrameDict begin 0 ne /manualfeed exch def /paperheight exch def /paperwidth exch def 0 ne /fMNegative exch def 0 ne /edown exch def /yscale exch def /xscale exch def fMLevel1 { manualfeed {setmanualfeed} if /FMdicttop countdictstack 1 add def /FMoptop count def setpapername manualfeed {true} {papersize} ifelse {manualpapersize} {false} ifelse {desperatepapersize} {false} ifelse {papersizefailure} if count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for } {2 dict dup /PageSize [paperwidth paperheight] put manualfeed {dup /ManualFeed manualfeed put} if {setpagedevice} stopped {papersizefailure} if } ifelse FMPColor { currentcolorscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def cvlit /orgbproc exch def /orgbangle exch def /orgbfreq exch def cvlit /orggproc exch def /orggangle exch def /orggfreq exch def cvlit /orgrproc exch def /orgrangle exch def /orgrfreq exch def currentcolortransfer fMNegative { 1 1 4 { pop { 1 exch sub } fmConcatProcs 4 1 roll } for 4 copy setcolortransfer } if cvlit /orgxfer exch def cvlit /orgbxfer exch def cvlit /orggxfer exch def cvlit /orgrxfer exch def } { currentscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def currenttransfer fMNegative { { 1 exch sub } fmConcatProcs dup settransfer } if cvlit /orgxfer exch def } ifelse end } def /FMBEGINPAGE { FrameDict begin /pagesave save def 3.86 setmiterlimit /landscape exch 0 ne def landscape { 90 rotate 0 exch dup /pwid exch def neg translate pop }{ pop /pwid exch def } ifelse edown { [-1 0 0 1 pwid 0] concat } if 0 0 moveto paperwidth 0 lineto paperwidth paperheight lineto 0 paperheight lineto 0 0 lineto 1 setgray fill xscale yscale scale /orgmatrix matrix def gsave } def /FMENDPAGE { grestore pagesave restore end showpage } def /FMFONTDEFINE { FrameDict begin findfont ReEncode 1 index exch definefont FMfonts 3 1 roll put end } def /FMFILLS { FrameDict begin dup array /fillvals exch def dict /patCache exch def end } def /FMFILL { FrameDict begin fillvals 3 1 roll put end } def /FMNORMALIZEGRAPHICS { newpath 1 setlinewidth 0 setlinecap 0 0 0 sethsbcolor 0 setgray } bind def /FMBEGINEPSF { end /FMEPSF save def /showpage {} def % See Adobe's "PostScript Language Reference Manual, 2nd Edition", page 714. % "...the following operators MUST NOT be used in an EPS file:" (emphasis ours) /banddevice {(banddevice) FMBADEPSF} def /clear {(clear) FMBADEPSF} def /cleardictstack {(cleardictstack) FMBADEPSF} def /copypage {(copypage) FMBADEPSF} def /erasepage {(erasepage) FMBADEPSF} def /exitserver {(exitserver) FMBADEPSF} def /framedevice {(framedevice) FMBADEPSF} def /grestoreall {(grestoreall) FMBADEPSF} def /initclip {(initclip) FMBADEPSF} def /initgraphics {(initgraphics) FMBADEPSF} def /quit {(quit) FMBADEPSF} def /renderbands {(renderbands) FMBADEPSF} def /setglobal {(setglobal) FMBADEPSF} def /setpagedevice {(setpagedevice) FMBADEPSF} def /setshared {(setshared) FMBADEPSF} def /startjob {(startjob) FMBADEPSF} def /lettertray {(lettertray) FMBADEPSF} def /letter {(letter) FMBADEPSF} def /lettersmall {(lettersmall) FMBADEPSF} def /11x17tray {(11x17tray) FMBADEPSF} def /11x17 {(11x17) FMBADEPSF} def /ledgertray {(ledgertray) FMBADEPSF} def /ledger {(ledger) FMBADEPSF} def /legaltray {(legaltray) FMBADEPSF} def /legal {(legal) FMBADEPSF} def /statementtray {(statementtray) FMBADEPSF} def /statement {(statement) FMBADEPSF} def /executivetray {(executivetray) FMBADEPSF} def /executive {(executive) FMBADEPSF} def /a3tray {(a3tray) FMBADEPSF} def /a3 {(a3) FMBADEPSF} def /a4tray {(a4tray) FMBADEPSF} def /a4 {(a4) FMBADEPSF} def /a4small {(a4small) FMBADEPSF} def /b4tray {(b4tray) FMBADEPSF} def /b4 {(b4) FMBADEPSF} def /b5tray {(b5tray) FMBADEPSF} def /b5 {(b5) FMBADEPSF} def FMNORMALIZEGRAPHICS [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall fx fw 2 div add fy fh 2 div add translate rotate fw 2 div neg fh 2 div neg translate fw urx llx sub div fh ury lly sub div scale llx neg lly neg translate /FMdicttop countdictstack 1 add def /FMoptop count def } bind def /FMENDEPSF { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMEPSF restore FrameDict begin } bind def FrameDict begin /setmanualfeed { %%BeginFeature *ManualFeed True statusdict /manualfeed true put %%EndFeature } bind def /max {2 copy lt {exch} if pop} bind def /min {2 copy gt {exch} if pop} bind def /inch {72 mul} def /pagedimen { paperheight sub abs 16 lt exch paperwidth sub abs 16 lt and {/papername exch def} {pop} ifelse } bind def /setpapername { /papersizedict 14 dict def papersizedict begin /papername /unknown def /Letter 8.5 inch 11.0 inch pagedimen /LetterSmall 7.68 inch 10.16 inch pagedimen /Tabloid 11.0 inch 17.0 inch pagedimen /Ledger 17.0 inch 11.0 inch pagedimen /Legal 8.5 inch 14.0 inch pagedimen /Statement 5.5 inch 8.5 inch pagedimen /Executive 7.5 inch 10.0 inch pagedimen /A3 11.69 inch 16.5 inch pagedimen /A4 8.26 inch 11.69 inch pagedimen /A4Small 7.47 inch 10.85 inch pagedimen /B4 10.125 inch 14.33 inch pagedimen /B5 7.16 inch 10.125 inch pagedimen end } bind def /papersize { papersizedict begin /Letter {lettertray letter} def /LetterSmall {lettertray lettersmall} def /Tabloid {11x17tray 11x17} def /Ledger {ledgertray ledger} def /Legal {legaltray legal} def /Statement {statementtray statement} def /Executive {executivetray executive} def /A3 {a3tray a3} def /A4 {a4tray a4} def /A4Small {a4tray a4small} def /B4 {b4tray b4} def /B5 {b5tray b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end statusdict begin stopped end } bind def /manualpapersize { papersizedict begin /Letter {letter} def /LetterSmall {lettersmall} def /Tabloid {11x17} def /Ledger {ledger} def /Legal {legal} def /Statement {statement} def /Executive {executive} def /A3 {a3} def /A4 {a4} def /A4Small {a4small} def /B4 {b4} def /B5 {b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end stopped } bind def /desperatepapersize { statusdict /setpageparams known { paperwidth paperheight 0 1 statusdict begin {setpageparams} stopped end } {true} ifelse } bind def /papersizefailure { FMAllowPaperSizeMismatch not { (The requested paper size is not available in any currently-installed tray) (Edit the PS file to "FMAllowPaperSizeMismatch true" to use default tray) FMFAILURE } if } def /DiacriticEncoding [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis /iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve /ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex /udieresis /dagger /.notdef /cent /sterling /section /bullet /paragraph /germandbls /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef /yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown /exclamdown /logicalnot /.notdef /florin /.notdef /.notdef /guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde /Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright /quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis /fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl /periodcentered /quotesinglbase /quotedblbase /perthousand /Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve /Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron ] def /ReEncode { dup length dict begin { 1 index /FID ne {def} {pop pop} ifelse } forall 0 eq {/Encoding DiacriticEncoding def} if currentdict end } bind def FMPColor { /BEGINBITMAPCOLOR { BITMAPCOLOR} def /BEGINBITMAPCOLORc { BITMAPCOLORc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUECOLOR } def /BEGINBITMAPTRUECOLORc { BITMAPTRUECOLORc } def /BEGINBITMAPCMYK { BITMAPCMYK } def /BEGINBITMAPCMYKc { BITMAPCMYKc } def } { /BEGINBITMAPCOLOR { BITMAPGRAY} def /BEGINBITMAPCOLORc { BITMAPGRAYc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUEGRAY } def /BEGINBITMAPTRUECOLORc { BITMAPTRUEGRAYc } def /BEGINBITMAPCMYK { BITMAPCMYKGRAY } def /BEGINBITMAPCMYKc { BITMAPCMYKGRAYc } def } ifelse /K { FMPrintAllColorsAsBlack { dup 1 eq 2 index 1 eq and 3 index 1 eq and not {7 {pop} repeat 0 0 0 1 0 0 0} if } if FrameCurColors astore pop combineColor } bind def /graymode true def fMLevel1 { /fmGetFlip { fMatrix2 exch get mul 0 lt { -1 } { 1 } ifelse } FmBD } if /setPatternMode { fMLevel1 { 2 index patScreenDict exch known { pop pop patScreenDict exch get aload pop freq mul 5 2 roll fMatrix2 currentmatrix 1 get 0 ne { 3 -1 roll 90 add 3 1 roll sflipx 1 fmGetFlip sflipy 2 fmGetFlip neg mul } { sflipx 0 fmGetFlip sflipy 3 fmGetFlip mul } ifelse 0 lt {exch pop} {pop} ifelse fMNegative { {neg} fmConcatProcs } if bind systemdict /setscreen get exec /FrameCurGray exch def } { /bwidth exch def /bpside exch def /bstring exch def /onbits 0 def /offbits 0 def freq sangle landscape {90 add} if {/ypoint exch def /xpoint exch def /xindex xpoint 1 add 2 div bpside mul cvi def /yindex ypoint 1 add 2 div bpside mul cvi def bstring yindex bwidth mul xindex 8 idiv add get 1 7 xindex 8 mod sub bitshift and 0 ne fMNegative {not} if {/onbits onbits 1 add def 1} {/offbits offbits 1 add def 0} ifelse } setscreen offbits offbits onbits add div fMNegative {1.0 exch sub} if /FrameCurGray exch def } ifelse } { pop pop dup patCache exch known { patCache exch get } { dup patDict /bstring 3 -1 roll put patDict 9 PatFreq screenIndex get div dup matrix scale makepattern dup patCache 4 -1 roll 3 -1 roll put } ifelse /FrameCurGray 0 def /FrameCurPat exch def } ifelse /graymode false def combineColor } bind def /setGrayScaleMode { graymode not { /graymode true def fMLevel1 { setCurrentScreen } if } if /FrameCurGray exch def combineColor } bind def /normalize { transform round exch round exch itransform } bind def /dnormalize { dtransform round exch round exch idtransform } bind def /lnormalize { 0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop } bind def /H { lnormalize setlinewidth } bind def /Z { setlinecap } bind def /PFill { graymode fMLevel1 or not { gsave 1 setgray eofill grestore } if } bind def /PStroke { graymode fMLevel1 or not { gsave 1 setgray stroke grestore } if stroke } bind def /X { fillvals exch get dup type /stringtype eq {8 1 setPatternMode} {setGrayScaleMode} ifelse } bind def /V { PFill gsave eofill grestore } bind def /Vclip { clip } bind def /Vstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /N { PStroke } bind def /Nclip { strokepath clip newpath } bind def /Nstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /M {newpath moveto} bind def /E {lineto} bind def /D {curveto} bind def /O {closepath} bind def /L { /n exch def newpath normalize moveto 2 1 n {pop normalize lineto} for } bind def /Y { L closepath } bind def /R { /y2 exch def /x2 exch def /y1 exch def /x1 exch def x1 y1 x2 y1 x2 y2 x1 y2 4 Y } bind def /rarc {rad arcto } bind def /RR { /rad exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def mark newpath { x1 y1 rad add moveto x1 y2 x2 y2 rarc x2 y2 x2 y1 rarc x2 y1 x1 y1 rarc x1 y1 x1 y2 rarc closepath } stopped {x1 y1 x2 y2 R} if cleartomark } bind def /RRR { /rad exch def normalize /y4 exch def /x4 exch def normalize /y3 exch def /x3 exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def newpath normalize moveto mark { x2 y2 x3 y3 rarc x3 y3 x4 y4 rarc x4 y4 x1 y1 rarc x1 y1 x2 y2 rarc closepath } stopped {x1 y1 x2 y2 x3 y3 x4 y4 newpath moveto lineto lineto lineto closepath} if cleartomark } bind def /C { grestore gsave R clip setCurrentScreen } bind def /CP { grestore gsave Y clip setCurrentScreen } bind def /F { FMfonts exch get FMpointsize scalefont setfont } bind def /Q { /FMpointsize exch def F } bind def /T { moveto show } bind def /RF { rotate 0 ne {-1 1 scale} if } bind def /TF { gsave moveto RF show grestore } bind def /P { moveto 0 32 3 2 roll widthshow } bind def /PF { gsave moveto RF 0 32 3 2 roll widthshow grestore } bind def /S { moveto 0 exch ashow } bind def /SF { gsave moveto RF 0 exch ashow grestore } bind def /B { moveto 0 32 4 2 roll 0 exch awidthshow } bind def /BF { gsave moveto RF 0 32 4 2 roll 0 exch awidthshow grestore } bind def /G { gsave newpath normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath PFill fill grestore } bind def /Gstrk { savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /Gclip { newpath savematrix normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath clip newpath restorematrix } bind def /GG { gsave newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath PFill fill grestore } bind def /GGclip { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath clip newpath restorematrix } bind def /GGstrk { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath restorematrix currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /A { gsave savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix PStroke grestore } bind def /Aclip { newpath savematrix normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath strokepath clip newpath restorematrix } bind def /Astrk { Gstrk } bind def /AA { gsave savematrix newpath 3 index 2 div add exch 4 index 2 div sub exch normalize 3 index 2 div sub exch 4 index 2 div add exch translate rotate scale 0.0 0.0 1.0 5 3 roll arc restorematrix PStroke grestore } bind def /AAclip { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath strokepath clip newpath restorematrix } bind def /AAstrk { GGstrk } bind def /BEGINPRINTCODE { /FMdicttop countdictstack 1 add def /FMoptop count 7 sub def /FMsaveobject save def userdict begin /showpage {} def FMNORMALIZEGRAPHICS 3 index neg 3 index neg translate } bind def /ENDPRINTCODE { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMsaveobject restore } bind def /gn { 0 { 46 mul cf read pop 32 sub dup 46 lt {exit} if 46 sub add } loop add } bind def /cfs { /str sl string def 0 1 sl 1 sub {str exch val put} for str def } bind def /ic [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /ms { /sl exch def /val 255 def /ws cfs /im cfs /val 0 def /bs cfs /cs cfs } bind def 400 ms /ip { is 0 cf cs readline pop { ic exch get exec add } forall pop } bind def /rip { bis ris copy pop is 0 cf cs readline pop { ic exch get exec add } forall pop pop ris gis copy pop dup is exch cf cs readline pop { ic exch get exec add } forall pop pop gis bis copy pop dup add is exch cf cs readline pop { ic exch get exec add } forall pop } bind def /rip4 { kis cis copy pop is 0 cf cs readline pop { ic exch get exec add } forall pop pop cis mis copy pop dup is exch cf cs readline pop { ic exch get exec add } forall pop pop mis yis copy pop dup dup add is exch cf cs readline pop { ic exch get exec add } forall pop pop yis kis copy pop 3 mul is exch cf cs readline pop { ic exch get exec add } forall pop } bind def /wh { /len exch def /pos exch def ws 0 len getinterval im pos len getinterval copy pop pos len } bind def /bl { /len exch def /pos exch def bs 0 len getinterval im pos len getinterval copy pop pos len } bind def /s1 1 string def /fl { /len exch def /pos exch def /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len } bind def /hx { 3 copy getinterval cf exch readhexstring pop pop } bind def /wbytes { dup dup 8 gt { pop 8 idiv mul } { 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } ifelse } bind def /BEGINBITMAPBWc { 1 {} COMMONBITMAPc } bind def /BEGINBITMAPGRAYc { 8 {} COMMONBITMAPc } bind def /BEGINBITMAP2BITc { 2 {} COMMONBITMAPc } bind def /COMMONBITMAPc { /cvtProc exch def /depth exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def cvtProc /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height depth [width 0 0 height neg 0 height] {ip} image bitmapsave restore grestore } bind def /BEGINBITMAPBW { 1 {} COMMONBITMAP } bind def /BEGINBITMAPGRAY { 8 {} COMMONBITMAP } bind def /BEGINBITMAP2BIT { 2 {} COMMONBITMAP } bind def /COMMONBITMAP { /cvtProc exch def /depth exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def cvtProc /is width depth wbytes string def /cf currentfile def width height depth [width 0 0 height neg 0 height] {cf is readhexstring pop} image bitmapsave restore grestore } bind def /ngrayt 256 array def /nredt 256 array def /nbluet 256 array def /ngreent 256 array def fMLevel1 { /colorsetup { currentcolortransfer /gryt exch def /blut exch def /grnt exch def /redt exch def 0 1 255 { /indx exch def /cynu 1 red indx get 255 div sub def /magu 1 green indx get 255 div sub def /yelu 1 blue indx get 255 div sub def /kk cynu magu min yelu min def /u kk currentundercolorremoval exec def % /u 0 def nredt indx 1 0 cynu u sub max sub redt exec put ngreent indx 1 0 magu u sub max sub grnt exec put nbluet indx 1 0 yelu u sub max sub blut exec put ngrayt indx 1 kk currentblackgeneration exec sub gryt exec put } for {255 mul cvi nredt exch get} {255 mul cvi ngreent exch get} {255 mul cvi nbluet exch get} {255 mul cvi ngrayt exch get} setcolortransfer {pop 0} setundercolorremoval {} setblackgeneration } bind def } { /colorSetup2 { [ /Indexed /DeviceRGB 255 {dup red exch get 255 div exch dup green exch get 255 div exch blue exch get 255 div} ] setcolorspace } bind def } ifelse /fakecolorsetup { /tran 256 string def 0 1 255 {/indx exch def tran indx red indx get 77 mul green indx get 151 mul blue indx get 28 mul add add 256 idiv put} for currenttransfer {255 mul cvi tran exch get 255.0 div} exch fmConcatProcs settransfer } bind def /BITMAPCOLOR { /depth 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def fMLevel1 { colorsetup /is width depth wbytes string def /cf currentfile def width height depth [width 0 0 height neg 0 height] {cf is readhexstring pop} {is} {is} true 3 colorimage } { colorSetup2 /is width depth wbytes string def /cf currentfile def 7 dict dup begin /ImageType 1 def /Width width def /Height height def /ImageMatrix [width 0 0 height neg 0 height] def /DataSource {cf is readhexstring pop} bind def /BitsPerComponent depth def /Decode [0 255] def end image } ifelse bitmapsave restore grestore } bind def /BITMAPCOLORc { /depth 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def fMLevel1 { colorsetup /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height depth [width 0 0 height neg 0 height] {ip} {is} {is} true 3 colorimage } { colorSetup2 /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def 7 dict dup begin /ImageType 1 def /Width width def /Height height def /ImageMatrix [width 0 0 height neg 0 height] def /DataSource {ip} bind def /BitsPerComponent depth def /Decode [0 255] def end image } ifelse bitmapsave restore grestore } bind def /BITMAPTRUECOLORc { /depth 24 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /ris im 0 width getinterval def /gis im width width getinterval def /bis im width 2 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop ris} {gis} {bis} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPCMYKc { /depth 32 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /cis im 0 width getinterval def /mis im width width getinterval def /yis im width 2 mul width getinterval def /kis im width 3 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip4 pop cis} {mis} {yis} {kis} true 4 colorimage bitmapsave restore grestore } bind def /BITMAPTRUECOLOR { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /gis width string def /bis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop } { cf gis readhexstring pop } { cf bis readhexstring pop } true 3 colorimage bitmapsave restore grestore } bind def /BITMAPCMYK { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /mis width string def /yis width string def /kis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop } { cf mis readhexstring pop } { cf yis readhexstring pop } { cf kis readhexstring pop } true 4 colorimage bitmapsave restore grestore } bind def /BITMAPTRUEGRAYc { /depth 24 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /ris im 0 width getinterval def /gis im width width getinterval def /bis im width 2 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop ris gis bis width gray} image bitmapsave restore grestore } bind def /BITMAPCMYKGRAYc { /depth 32 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /cis im 0 width getinterval def /mis im width width getinterval def /yis im width 2 mul width getinterval def /kis im width 3 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop cis mis yis kis width cgray} image bitmapsave restore grestore } bind def /cgray { /ww exch def /k exch def /y exch def /m exch def /c exch def 0 1 ww 1 sub { /i exch def c i get m i get y i get k i get CMYKtoRGB .144 mul 3 1 roll .587 mul 3 1 roll .299 mul add add c i 3 -1 roll floor cvi put } for c } bind def /gray { /ww exch def /b exch def /g exch def /r exch def 0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul b i get .114 mul add add r i 3 -1 roll floor cvi put } for r } bind def /BITMAPTRUEGRAY { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /gis width string def /bis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop cf gis readhexstring pop cf bis readhexstring pop width gray} image bitmapsave restore grestore } bind def /BITMAPCMYKGRAY { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /yis width string def /mis width string def /kis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop cf mis readhexstring pop cf yis readhexstring pop cf kis readhexstring pop width cgray} image bitmapsave restore grestore } bind def /BITMAPGRAY { 8 {fakecolorsetup} COMMONBITMAP } bind def /BITMAPGRAYc { 8 {fakecolorsetup} COMMONBITMAPc } bind def /ENDBITMAP { } bind def end /ALDmatrix matrix def ALDmatrix currentmatrix pop /StartALD { /ALDsave save def savematrix ALDmatrix setmatrix } bind def /InALD { restorematrix } bind def /DoneALD { ALDsave restore } bind def /I { setdash } bind def /J { [] 0 setdash } bind def %%EndProlog %%BeginSetup (5.0) FMVERSION 1 1 0 0 612 792 0 1 10 FMDOCUMENT 0 0 /Helvetica-Bold FMFONTDEFINE 1 0 /Helvetica FMFONTDEFINE 2 0 /Times-Bold FMFONTDEFINE 3 0 /Times-Roman FMFONTDEFINE 4 0 /Courier-Bold FMFONTDEFINE 32 FMFILLS 0 0 FMFILL 1 0.1 FMFILL 2 0.3 FMFILL 3 0.5 FMFILL 4 0.7 FMFILL 5 0.9 FMFILL 6 0.97 FMFILL 7 1 FMFILL 8 <0f1e3c78f0e1c387> FMFILL 9 <0f87c3e1f0783c1e> FMFILL 10 FMFILL 11 FMFILL 12 <8142241818244281> FMFILL 13 <03060c183060c081> FMFILL 14 <8040201008040201> FMFILL 16 1 FMFILL 17 0.9 FMFILL 18 0.7 FMFILL 19 0.5 FMFILL 20 0.3 FMFILL 21 0.1 FMFILL 22 0.03 FMFILL 23 0 FMFILL 24 FMFILL 25 FMFILL 26 <3333333333333333> FMFILL 27 <0000ffff0000ffff> FMFILL 28 <7ebddbe7e7dbbd7e> FMFILL 29 FMFILL 30 <7fbfdfeff7fbfdfe> FMFILL %%EndSetup %%Page: "7" 1 %%BeginPaperSize: Letter %%EndPaperSize 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K J 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K 5 (Integration of Non-Pr) 104.7 749.33 S 5 (otocol Speci\336c MIBs) 309.5 749.33 S 83.02 747.49 89.7 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 83.02 747.49 89.7 755.33 R 7 X 0 0 0 1 0 0 0 K V 83.02 750.48 87.86 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 517.3 747.49 523.98 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 517.3 747.49 523.98 755.33 R 7 X 0 0 0 1 0 0 0 K V 517.3 750.48 522.14 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 36 90 576 720 R 0.25 H 0 Z 0 X 0 0 0 1 0 0 0 K N 1 7 Q (Montreal IETF) 283.83 57.49 T (J) 252.18 48.49 T (une 1996 - NM Area Presentation) 255.54 48.49 T (Jon Saper) 254.84 39.49 T (ia - BGS Systems) 286.85 39.49 T (, Inc.) 341.98 39.49 T 302.66 64.16 309.34 72 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 302.66 64.16 309.34 72 R 7 X 0 0 0 1 0 0 0 K V 302.66 67.16 307.5 72 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 523.5 76.5 577.5 87.5 R 7 X 0 0 0 1 0 0 0 K V 1 9 Q 0 X (7 of 7) 554.98 81.5 T 2 24 Q (Changes to Pr) 95.12 668 T (ocedur) 240.01 668 T (e/Recommendations) 310.24 668 T 3 16 Q (1.) 108 625.33 T (F) 126 625.33 T (or softw) 134.66 625.33 T (are tables in ne) 187.38 625.33 T (w MIBs, formalize requirement for) 283.39 625.33 T (e) 126 607.33 T (xamination of interactions with HR, System Applications,) 132.86 607.33 T (Application \050when a) 126 589.33 T (v) 256.32 589.33 T (ailable\051 and Netw) 263.92 589.33 T (ork Services MIBs.) 377.5 589.33 T (2.) 108 565.33 T (F) 126 565.33 T (or ne) 134.66 565.33 T (w application speci\336c MIBs such as e) 166.69 565.33 T (xtant RDBMS and) 408.19 565.33 T (planned WWW acti) 126 547.33 T (vities, ensure connections to \324infrastructure\325) 252.67 547.33 T (MIBs where necessary \050e.g., HR, sysAppl, Appl, Netw) 126 529.33 T (ork) 477.33 529.33 T (Services\051.) 126 511.33 T (3.) 108 487.33 T -0.63 (Suggestion from Bob Ste) 126 487.33 P -0.63 (w) 285.05 487.33 P -0.63 (art: \322it\325) 296.44 487.33 P -0.63 (s about time we had an e) 341.58 487.33 P -0.63 (xplicit) 495.74 487.33 P (o) 126 469.33 T (v) 133.76 469.33 T (erall information hierarch) 141.52 469.33 T (y for all of our MIBs. Gi) 305.84 469.33 T (v) 467.2 469.33 T (en that, it) 474.96 469.33 T (should become more mechanical to sort out which things go in) 126 451.33 T (which MIBs.) 126 433.33 T (\323 A preliminary suggestion is on pre) 208.43 433.33 T (vious page.) 444.9 433.33 T 2 F (Special Thanks/Ackno) 72 399.33 T (wledgements:) 225.22 399.33 T 3 F (Carl W) 72 371.33 T (. Kalb\337eisch) 117.18 371.33 T (K) 72 341.33 T (eith McCloghrie) 83.15 341.33 T (Harald T) 72 311.33 T (. Alv) 128.13 311.33 T (estrand) 159.89 311.33 T (Bob Ste) 72 281.33 T (w) 122.72 281.33 T (art) 134.11 281.33 T (Jef) 72 251.33 T (f Case) 90.26 251.33 T (Cheryl Krupczak) 72 221.33 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "7" 1 %%Page: "6" 2 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K 5 (Integration of Non-Pr) 104.7 749.33 S 5 (otocol Speci\336c MIBs) 309.5 749.33 S 83.02 747.49 89.7 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 83.02 747.49 89.7 755.33 R 7 X 0 0 0 1 0 0 0 K V 83.02 750.48 87.86 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 517.3 747.49 523.98 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 517.3 747.49 523.98 755.33 R 7 X 0 0 0 1 0 0 0 K V 517.3 750.48 522.14 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 36 90 576 720 R 0.25 H 0 Z 0 X 0 0 0 1 0 0 0 K N 1 7 Q (Montreal IETF) 283.83 57.49 T (J) 252.18 48.49 T (une 1996 - NM Area Presentation) 255.54 48.49 T (Jon Saper) 254.84 39.49 T (ia - BGS Systems) 286.85 39.49 T (, Inc.) 341.98 39.49 T 302.66 64.16 309.34 72 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 302.66 64.16 309.34 72 R 7 X 0 0 0 1 0 0 0 K V 302.66 67.16 307.5 72 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 523.5 76.5 577.5 87.5 R 7 X 0 0 0 1 0 0 0 K V 1 9 Q 0 X (6 of 7) 554.98 81.5 T 2 24 Q (Changes to Existing MIBs) 172.32 668 T 3 16 Q (1.) 108 625.33 T -0.25 (Connect sysAppl MIB to Host Resources Running Softw) 126 625.33 P -0.25 (are and) 489.86 625.33 P (Host Resources Running Softw) 126 607.33 T (are Performance Groups .) 327.17 607.33 T (2.) 108 583.33 T -0.35 (Connect System Applications MIB to Netw) 126 583.33 P -0.35 (ork Services MIB by) 403.64 583.33 P (changing sysApplElmtRunNumTCon to be a pointer to the) 126 565.33 T (Netw) 126 547.33 T (ork Services Monitoring MIB \050applT) 160.5 547.33 T (able\051.) 396.53 547.33 T (3.) 108 523.33 T (Connect the System Applications MIB to the Host Resources) 126 523.33 T (MIB, by adding entries for the installed and running groups to) 126 505.33 T (the de) 126 487.33 T (vices tables in the HR MIB where necessary) 164.26 487.33 T (.) 447.15 487.33 T (4.) 108 463.33 T (applDirectoryName in the Netw) 126 463.33 T (ork Services Monitoring MIB) 331.57 463.33 T (should be changed to not require/suggest con\336g information) 126 445.33 T (comes for directory services. Con\336guration information should) 126 427.33 T -0.12 (allo) 126 409.33 P -0.12 (w for pointers to MIB objects lik) 149.6 409.33 P -0.12 (e those found in the System) 359.38 409.33 P (Applications MIB, HR MIB and RDBMS MIB.) 126 391.33 T (5.) 108 367.33 T (There are a number of elements in the Netw) 126 367.33 T (ork Services) 407.54 367.33 T (Monitoring MIB which are not related directly to netw) 126 349.33 T (ork) 476.02 349.33 T (services, b) 126 331.33 T (ut are general applications information which should) 193.22 331.33 T (be mo) 126 313.33 T (v) 165.31 313.33 T (ed to other appropriate MIBs. These include:) 173.07 313.33 T -0.6 (applV) 126 295.33 P -0.6 (ersion, applUptime, applOperStatus \050this is also duplicated) 163.33 295.33 P (in HR MIB\051, applLastChange. The applDescription and) 126 277.33 T (applURL probably should mo) 126 259.33 T (v) 317.31 259.33 T (e to a generic applications MIB.) 325.07 259.33 T (6.) 108 235.33 T (Connect RDBMS MIB to System Application MIB in ne) 126 235.33 T (xt) 490.22 235.33 T (re) 126 217.33 T (visions.) 138.03 217.33 T (7.) 108 193.33 T (A w) 126 193.33 T (ay to connect Netw) 152.94 193.33 T (ork Services to the Interf) 276.75 193.33 T (ace should be) 435.66 193.33 T (created.) 126 175.33 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "6" 2 %%Page: "5" 3 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K 5 (Integration of Non-Pr) 104.7 749.33 S 5 (otocol Speci\336c MIBs) 309.5 749.33 S 83.02 747.49 89.7 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 83.02 747.49 89.7 755.33 R 7 X 0 0 0 1 0 0 0 K V 83.02 750.48 87.86 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 517.3 747.49 523.98 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 517.3 747.49 523.98 755.33 R 7 X 0 0 0 1 0 0 0 K V 517.3 750.48 522.14 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 36 90 576 720 R 0.25 H 0 Z 0 X 0 0 0 1 0 0 0 K N 1 7 Q (Montreal IETF) 283.83 57.49 T (J) 252.18 48.49 T (une 1996 - NM Area Presentation) 255.54 48.49 T (Jon Saper) 254.84 39.49 T (ia - BGS Systems) 286.85 39.49 T (, Inc.) 341.98 39.49 T 302.66 64.16 309.34 72 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 302.66 64.16 309.34 72 R 7 X 0 0 0 1 0 0 0 K V 302.66 67.16 307.5 72 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 523.5 76.5 577.5 87.5 R 7 X 0 0 0 1 0 0 0 K V 1 9 Q 0 X (5 of 7) 554.98 81.5 T 2 24 Q (Pr) 185.87 668 T (oposed Relationships) 210.76 668 T 1 1 0 0 0 0 1 K 72 126 540 646 C 0 0 0 1 0 0 0 K 1 1 0 0 0 0 1 K 72 126 540 646 R 7 X 1 1 0 0 0 0 1 K V 0 0 1 0 1 1 0 K 106 307 213 359 R 4 X 0 0 1 0 1 1 0 K V 3 H 2 Z 0 X N 1 0 1 0 0 1 0 K 275 173 383 218 R 4 X 1 0 1 0 0 1 0 K V 0 X N 1 0 0 0 0 1 1 K 434 253 524 307 R 4 X 1 0 0 0 0 1 1 K V 0 X N 432 368 522 412 R 4 X V 0 X N 0 0 1 0 1 1 0 K 266 319 383 366 R 4 X 0 0 1 0 1 1 0 K V 0 X N 1 0 0 0 0 1 1 K 235 594 394 639 R 4 X 1 0 0 0 0 1 1 K V 0 X N 425 473 524 518 R 4 X V 0 X N 270 466 369 520 R 4 X V 0 X N 0 0 0 1 0 0 0 K 2 14 Q 0 0 0 1 0 0 0 K (Host Resour) 282.1 198.87 T (ces) 356.12 198.87 T (A) 443.02 393.22 T (pplications) 452.78 393.22 T ( A) 434 499.54 T (pplication) 447.26 499.54 T ( V) 251.43 619.87 T (endor A) 263.64 619.87 T (pplication) 311.9 619.87 T (Speci\336c MIBs) 434 485.54 T ( RDBMS) 287.95 500.87 T (Netw) 275.2 346.17 T (ork Ser) 306.15 346.17 T (vices) 350.73 346.17 T (Monitoring MIB) 275.2 331.54 T ( MIB) 282.1 184.87 T ( MIB) 443.02 379.53 T ( Extensions) 251.43 605.87 T ( MIB) 287.95 486.87 T ( System) 439.89 288.54 T (A) 439.89 274.54 T (pplications) 449.65 274.54 T ( MIB) 439.89 260.54 T (Netw) 118 334.87 T (ork Le) 148.95 334.87 T (v) 188.8 334.87 T (el) 195.66 334.87 T ( MIBs) 118 320.87 T (\050example\051) 287.95 472.87 T 0 0 0 1 0 0 0 K 0 0 1 0 1 1 0 K 87 173 230 225 R 4 X 0 0 1 0 1 1 0 K V 0 X N 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K ( Media) 96 206 T (and Ph) 96 192 T (ysical Netw) 138.2 192 T (ork) 206.1 192 T ( MIBS) 96 178 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 90 450 1 1 270 327 244.3 GG 327 243.3 330.63 243.3 327 230.63 323.37 243.3 4 Y 2 H 0 Z N 327 243.3 330.63 243.3 327 230.63 323.37 243.3 4 Y V 327 305 327 244.3 2 L 2 Z N 90 450 1 1 218.99 401.45 227.89 GG 400.67 227.26 402.96 224.43 390.82 219.28 398.38 230.08 4 Y 0 Z N 400.67 227.26 402.96 224.43 390.82 219.28 398.38 230.08 4 Y V 430 251 401.45 227.89 2 L 2 Z N 90 450 1 1 271.19 481.64 330.3 GG 481.66 329.3 485.29 329.37 481.92 316.63 478.03 329.22 4 Y 0 Z N 481.66 329.3 485.29 329.37 481.92 316.63 478.03 329.22 4 Y V 481 361 481.64 330.3 2 L 2 Z N 90 450 1 1 271.19 481.64 434.3 GG 481.66 433.3 485.29 433.37 481.92 420.63 478.03 433.22 4 Y 0 Z N 481.66 433.3 485.29 433.37 481.92 420.63 478.03 433.22 4 Y V 481 465 481.64 434.3 2 L 2 Z N 90 450 1 1 247.58 237.6 244.99 GG 237.22 244.07 240.58 242.68 232.38 232.35 233.86 245.46 4 Y 0 Z N 237.22 244.07 240.58 242.68 232.38 232.35 233.86 245.46 4 Y V 264 309 237.6 244.99 2 L 2 Z N 90 450 1 1 270 162 258.3 GG 162 257.3 165.63 257.3 162 244.63 158.37 257.3 4 Y 0 Z N 162 257.3 165.63 257.3 162 244.63 158.37 257.3 4 Y V 162 298 162 258.3 2 L 2 Z N 90 450 1 1 270 328 389.3 GG 328 388.3 331.63 388.3 328 375.63 324.37 388.3 4 Y 0 Z N 328 388.3 331.63 388.3 328 375.63 324.37 388.3 4 Y V 328 444 328 389.3 2 L 2 Z N 90 450 1 1 322.31 413.31 428.58 GG 414.1 427.97 416.32 430.84 424.13 420.22 411.88 425.09 4 Y 0 Z N 414.1 427.97 416.32 430.84 424.13 420.22 411.88 425.09 4 Y V 383 452 413.31 428.58 2 L 2 Z N 90 450 1 1 343.01 409.45 311.06 GG 410.41 310.76 411.47 314.24 422.53 307.06 409.35 307.29 4 Y 0 Z N 410.41 310.76 411.47 314.24 422.53 307.06 409.35 307.29 4 Y V 409.45 311.06 390 317 2 L 2 Z N 90 450 1 1 180 252.3 194 GG 251.3 194 251.3 190.37 238.63 194 251.3 197.63 4 Y 0 Z N 251.3 194 251.3 190.37 238.63 194 251.3 197.63 4 Y V 270 194 252.3 194 2 L 2 Z N 90 450 1 1 234.9 287.95 569.16 GG 287.37 568.34 290.35 566.25 280.09 557.97 284.4 570.43 4 Y 0 Z N 287.37 568.34 290.35 566.25 280.09 557.97 284.4 570.43 4 Y V 304 592 287.95 569.16 2 L 2 Z N 90 450 1 1 268.78 315.37 563.3 GG 315.35 562.3 318.98 562.22 315.08 549.63 311.71 562.38 4 Y 0 Z N 315.35 562.3 318.98 562.22 315.08 549.63 311.71 562.38 4 Y V 316 593 315.37 563.3 2 L 2 Z N 90 450 1 1 313.15 345.17 573.62 GG 345.85 572.89 348.5 575.38 354.52 563.65 343.2 570.41 4 Y 0 Z N 345.85 572.89 348.5 575.38 354.52 563.65 343.2 570.41 4 Y V 327 593 345.17 573.62 2 L 2 Z N 3 16 Q (Other Connections From Speci\336c V) 154 533 T (endors As needed) 382.43 533 T 1 1 0 0 0 0 1 K 0 0 612 792 C 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "5" 3 %%Page: "4" 4 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K 5 (Integration of Non-Pr) 104.7 749.33 S 5 (otocol Speci\336c MIBs) 309.5 749.33 S 83.02 747.49 89.7 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 83.02 747.49 89.7 755.33 R 7 X 0 0 0 1 0 0 0 K V 83.02 750.48 87.86 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 517.3 747.49 523.98 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 517.3 747.49 523.98 755.33 R 7 X 0 0 0 1 0 0 0 K V 517.3 750.48 522.14 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 36 90 576 720 R 0.25 H 0 Z 0 X 0 0 0 1 0 0 0 K N 1 7 Q (Montreal IETF) 283.83 57.49 T (J) 252.18 48.49 T (une 1996 - NM Area Presentation) 255.54 48.49 T (Jon Saper) 254.84 39.49 T (ia - BGS Systems) 286.85 39.49 T (, Inc.) 341.98 39.49 T 302.66 64.16 309.34 72 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 302.66 64.16 309.34 72 R 7 X 0 0 0 1 0 0 0 K V 302.66 67.16 307.5 72 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 523.5 76.5 577.5 87.5 R 7 X 0 0 0 1 0 0 0 K V 1 9 Q 0 X (4 of 7) 554.98 81.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 14 Q (Entity) 84 615.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (MIB) 84 600.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 F (T) 173.62 615.67 T (o present standard-) 181.05 615.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K -1.39 (ized representations of) 173.62 600.67 P 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (agents which support) 173.62 585.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (multiple instances of) 173.62 570.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (one MIB.) 173.62 555.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K -0.84 (No functional o) 323.69 615.67 P -0.84 (v) 409.67 615.67 P -0.84 (erlap with an) 416.46 615.67 P -0.84 (y other) 487.66 615.67 P 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K -0.37 (MIBs discussed here. Could be used) 323.69 600.67 P 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (as a \324glue\325 for all other MIBs. Not) 323.69 585.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K -0.3 (intended as glue for general purpose) 323.69 570.67 P 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (computing systems.) 323.69 555.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F (Netw) 84 504.67 T (ork) 114.95 504.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Ser) 84 489.67 T (vices) 104.08 489.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Monitor-) 84 474.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (ing MIB) 84 459.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 F (Netw) 173.62 504.67 T (ork) 203.8 504.67 T (ed Applica-) 222.32 504.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (tions.) 173.62 489.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Has some o) 323.69 504.67 T (v) 388.8 504.67 T (erlap with System) 395.59 504.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Applications MIB and Applications) 323.69 489.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (MIB. See Recommendations.) 323.69 474.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F (MIB) 102.81 645.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Ar) 193.41 645.67 T (ea Of F) 209.48 645.67 T (ocus) 253.45 645.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Ov) 382.27 645.67 T (erlaps W) 400.02 645.67 T (ith) 453.83 645.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 72 665 72 448.25 2 L V 0.5 H 0 Z N 540.74 665 540.74 448.25 2 L V N 71.75 666 540.99 666 2 L V 2 H N 71.75 634 540.99 634 2 L V 0.5 H N 71.75 448 540.99 448 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "4" 4 %%Page: "3" 5 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K 5 (Integration of Non-Pr) 104.7 749.33 S 5 (otocol Speci\336c MIBs) 309.5 749.33 S 83.02 747.49 89.7 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 83.02 747.49 89.7 755.33 R 7 X 0 0 0 1 0 0 0 K V 83.02 750.48 87.86 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 517.3 747.49 523.98 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 517.3 747.49 523.98 755.33 R 7 X 0 0 0 1 0 0 0 K V 517.3 750.48 522.14 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 36 90 576 720 R 0.25 H 0 Z 0 X 0 0 0 1 0 0 0 K N 1 7 Q (Montreal IETF) 283.83 57.49 T (J) 252.18 48.49 T (une 1996 - NM Area Presentation) 255.54 48.49 T (Jon Saper) 254.84 39.49 T (ia - BGS Systems) 286.85 39.49 T (, Inc.) 341.98 39.49 T 302.66 64.16 309.34 72 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 302.66 64.16 309.34 72 R 7 X 0 0 0 1 0 0 0 K V 302.66 67.16 307.5 72 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 523.5 76.5 577.5 87.5 R 7 X 0 0 0 1 0 0 0 K V 1 9 Q 0 X (3 of 7) 554.98 81.5 T 2 24 Q (Curr) 191.88 666 T (ent Relationships) 243.43 666 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 14 Q (MIB) 102.81 551.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Ar) 193.41 551.67 T (ea Of F) 209.48 551.67 T (ocus) 253.45 551.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Ov) 382.27 551.67 T (erlaps W) 400.02 551.67 T (ith) 453.83 551.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (RDBMS) 84 521.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 F (General Relational) 173.62 521.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Database Mgmt.) 173.62 506.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Installed Serv) 173.62 491.67 T (ers &) 250.79 491.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (databases) 173.62 476.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K -0.47 (There is no functional o) 323.69 521.67 P -0.47 (v) 455.34 521.67 P -0.47 (erlap - This) 462.13 521.67 P 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (is the \336rst \324application speci\336c\325) 323.69 506.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (standard MIB. It is connected to the) 323.69 491.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Netw) 323.69 476.67 T (ork Services Monitoring MIB) 353.87 476.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (via applInde) 323.69 461.67 T (x in the rdbmsSrvIn-) 393.07 461.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (foT) 323.69 446.67 T (able, rdbmsSrvLimitedResource-) 342.79 446.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (T) 323.69 431.67 T (able & rdbmsRelT) 331.12 431.67 T (able.) 434.22 431.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F (Host) 84 401.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Resour) 84 386.67 T (ces) 126.52 386.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 F (Management of all) 173.62 401.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (types of computing) 173.62 386.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (and interconnect) 173.62 371.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (de) 173.62 356.67 T (vices.) 186.48 356.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Optional Groups - Running Soft-) 323.69 401.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (w) 323.69 386.67 T (are and hrSWRunPerf Grp. - ha) 333.66 386.67 T (v) 510.66 386.67 T (e) 517.45 386.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (some o) 323.69 371.67 T (v) 363.53 371.67 T (erlap with System Applica-) 370.32 371.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (tions MIB.) 323.69 356.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F (System) 84 326.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (A) 84 311.67 T (pplica-) 93.76 311.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (tions MIB) 84 296.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 F (Basic f) 173.62 326.67 T (ault, con\336gura-) 212.75 326.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (tion and performance) 173.62 311.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (information for) 173.62 296.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (generic applications.) 173.62 281.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Does not require addi-) 173.62 266.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (tional application) 173.62 251.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (le) 173.62 236.67 T (v) 183.38 236.67 T (el instrumentation.) 190.17 236.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (This MIB currently has some o) 323.69 326.67 T (v) 498.07 326.67 T (er-) 504.86 326.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K -0.15 (lap with Netw) 323.69 311.67 P -0.15 (ork Services and Host) 402.58 311.67 P 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Resources MIB. See recommenda-) 323.69 296.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (tions.) 323.69 281.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 2 F (A) 84 206.67 T (pplica-) 93.76 206.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (tion MIB) 84 191.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 F (Pro) 173.62 206.67 T (vide generic appli-) 192.85 206.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (cations information) 173.62 191.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (which will require) 173.62 176.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (application le) 173.62 161.67 T (v) 249.09 161.67 T (el) 255.88 161.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (instrumentation.) 173.62 146.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (Should augment HR, Netw) 323.69 206.67 T (ork Ser-) 475.21 206.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (vices and System Application MIB) 323.69 191.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 72 571 72 135.25 2 L V 0.5 H 0 Z N 540.74 571 540.74 135.25 2 L V N 71.75 572 540.99 572 2 L V 2 H N 71.75 540 540.99 540 2 L V 0.5 H N 71.75 135 540.99 135 2 L V N 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "3" 5 %%Page: "2" 6 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K 5 (Integration of Non-Pr) 104.7 749.33 S 5 (otocol Speci\336c MIBs) 309.5 749.33 S 83.02 747.49 89.7 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 83.02 747.49 89.7 755.33 R 7 X 0 0 0 1 0 0 0 K V 83.02 750.48 87.86 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 517.3 747.49 523.98 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 517.3 747.49 523.98 755.33 R 7 X 0 0 0 1 0 0 0 K V 517.3 750.48 522.14 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 36 90 576 720 R 0.25 H 0 Z 0 X 0 0 0 1 0 0 0 K N 1 7 Q (Montreal IETF) 283.83 57.49 T (J) 252.18 48.49 T (une 1996 - NM Area Presentation) 255.54 48.49 T (Jon Saper) 254.84 39.49 T (ia - BGS Systems) 286.85 39.49 T (, Inc.) 341.98 39.49 T 302.66 64.16 309.34 72 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 302.66 64.16 309.34 72 R 7 X 0 0 0 1 0 0 0 K V 302.66 67.16 307.5 72 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 523.5 76.5 577.5 87.5 R 7 X 0 0 0 1 0 0 0 K V 1 9 Q 0 X (2 of 7) 554.98 81.5 T 90 180 531 639 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 90 180 531 639 R 7 X 0 0 0 1 0 0 0 K V 0 0 612 792 C 2 24 Q 0 X 0 0 0 1 0 0 0 K (The MIBs) 254.33 668 T 4 16 Q (\245) 108 624 T 2 18 Q (Host Resour) 126 624 T (ces MIB - RFC1514) 221.17 624 T 4 16 Q (\245) 108 597 T 2 18 Q (RDBMS MIB - RFC1697) 126 597 T 4 16 Q (\245) 108 570 T 2 18 Q (System A) 126 570 T (pplications MIB - draft-ietf-applmib-) 198.04 570 T (sysapplmib-02.txt) 126 550 T 4 16 Q (\245) 108 523 T 2 18 Q (A) 126 523 T (pplications MIB Acti) 138.55 523 T (vity) 299.38 523 T 4 16 Q (\245) 108 496 T 2 18 Q (Entity MIB - draft-ietf-entmib-entmib-05.txt) 126 496 T 4 16 Q (\245) 108 469 T 2 18 Q (Netw) 126 469 T (ork Ser) 165.8 469 T (vices Monitoring MIB - RFC1565 -) 223.11 469 T (r) 126 449 T (e) 133.67 449 T (visions in pr) 141.39 449 T (ogr) 235.1 449 T (ess) 260.77 449 T 4 16 Q (\245) 108 422 T 2 18 Q (Discussions about MIB f) 126 422 T (or WWW Management) 313.07 422 T 4 16 Q (\245) 108 395 T 2 18 Q (MIBs f) 126 395 T (or other A) 179.05 395 T (pplications) 258.57 395 T 0 0 0 1 0 0 0 K FMENDPAGE %%EndPage: "2" 6 %%Page: "1" 7 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] 7 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 10 Q 0 X 0 0 0 1 0 0 0 K 5 (Integration of Non-Pr) 104.7 749.33 S 5 (otocol Speci\336c MIBs) 309.5 749.33 S 83.02 747.49 89.7 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 83.02 747.49 89.7 755.33 R 7 X 0 0 0 1 0 0 0 K V 83.02 750.48 87.86 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 517.3 747.49 523.98 755.33 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 517.3 747.49 523.98 755.33 R 7 X 0 0 0 1 0 0 0 K V 517.3 750.48 522.14 755.33 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 36 90 576 720 R 0.25 H 0 Z 0 X 0 0 0 1 0 0 0 K N 1 7 Q (Montreal IETF) 283.83 57.49 T (J) 252.18 48.49 T (une 1996 - NM Area Presentation) 255.54 48.49 T (Jon Saper) 254.84 39.49 T (ia - BGS Systems) 286.85 39.49 T (, Inc.) 341.98 39.49 T 302.66 64.16 309.34 72 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 302.66 64.16 309.34 72 R 7 X 0 0 0 1 0 0 0 K V 302.66 67.16 307.5 72 R 0 X V 0.01 H 0 Z N 0 0 612 792 C 523.5 76.5 577.5 87.5 R 7 X 0 0 0 1 0 0 0 K V 1 9 Q 0 X (1 of 7) 554.98 81.5 T 2 24 Q (The Pr) 209.89 668 T (oblem/Need) 280.79 668 T 4 16 Q (\245) 108 599 T 2 18 Q (Incr) 126 599 T (easing demand f) 158.67 599 T (or systems and applications) 283.23 599 T (management) 126 579 T 4 16 Q (\245) 108 552 T 2 18 Q (MIBs De) 126 552 T (v) 194.22 552 T (eloped Independently by differ) 203.04 552 T (ent w) 439.24 552 T (orking) 480.55 552 T (gr) 126 532 T (oups) 142.67 532 T 4 16 Q (\245) 108 505 T 2 18 Q (MIBs de) 126 505 T (v) 191.23 505 T (eloped in differ) 200.05 505 T (ent IETF Ar) 316.73 505 T (eas) 412.4 505 T 4 16 Q (\245) 108 478 T 2 18 Q (MIBs at Differ) 126 478 T (ent Le) 238.64 478 T (v) 286.87 478 T (els in standardization pr) 295.69 478 T (ocess) 482.89 478 T 4 16 Q (\245) 108 451 T 2 18 Q (Need f) 126 451 T (or incr) 175.03 451 T (eased modularity of MIBs) 227.2 451 T 4 16 Q (\245) 108 424 T 2 18 Q (MIBs de) 126 424 T (v) 191.23 424 T (eloped at differ) 200.05 424 T (ent times) 316.71 424 T 4 16 Q (\245) 108 397 T 2 18 Q (Ev) 126 397 T (olving Natur) 146.83 397 T (e of WG Charters) 244.01 397 T 4 16 Q (\245) 108 370 T 2 18 Q -0.58 (Concer) 126 370 P -0.58 (n about ha) 181.71 370 P -0.58 (ving too many MIBs as pr) 262.13 370 P -0.58 (e-r) 458.43 370 P -0.58 (eqisites) 480.08 370 P (to a new MIB.) 126 350 T 4 16 Q (\245) 108 323 T 2 18 Q (Interr) 126 323 T (elationship between elements such as ph) 172.66 323 T (ysical) 479.9 323 T (r) 126 303 T (esour) 133.67 303 T (ces of a host and the applications which use) 175.34 303 T (them and the netw) 126 283 T (orks they use.) 268.31 283 T FMENDPAGE %%EndPage: "1" 7 %%Trailer %%BoundingBox: 0 0 612 792 %%PageOrder: Descend %%Pages: 7 %%DocumentFonts: Helvetica-Bold %%+ Helvetica %%+ Times-Bold %%+ Times-Roman %%+ Courier-Bold %%EOF .