%!
%%Creator: PCE 4.4.4, September 1992
%%CreationDate: (Fri Oct  2 15:57:41 1992)
%%Pages: 1
%%DocumentFonts: (atend)
%%BoundingBox: 70 70 237 134
%%Object: @788641/frame
%%EndComments

gsave

%	PostScript header file for PCE version 3.6
%	Last Modified: May 3, 1989

%	PCE line attributes

/dotted
	{ [1 5] 0 setdash
	} def
/dashed
	{ [5] 0 setdash
	} def
/dashdot
	{ [5 2 1 2] 0 setdash
	} def
/dashdotted
	{ [5 2 1 2 1 2 1 2] 0 setdash
	} def
/longdash
	{ [8 5] 0 setdash
	} def
/nodash
	{ [] 0 setdash
	} def

/pspen
	{ 2 div
	} def
/pen
	{ pspen
	  setlinewidth
	} def

%	Draw a path according to the current  texture  and  pen.   Draws
%	only  if  the  pen  is not 0.  If a dash pattern is provided the
%	path is first cleared.

/draw
	{ 0 currentlinewidth ne
	  { currentdash 0 eq exch [] eq and not
	    { gsave nodash 1 setgray stroke grestore
	    } if
	    stroke
	  } if
	} def

% Create a rectangular path from x, y, w, h in the current dict

/region
	{ newpath
	    x y moveto
	    w 0 rlineto
	    0 h rlineto
	    w neg 0 rlineto
	  closepath
	} def

%	Paint inverted

/invert
	{ {1 exch sub} settransfer
	} def

%	Create a path for a PCE box without rounded corners. Stack:
%	
%	pen x y w h radius BOXPATH path

/boxpath
	{ /r exch def
	  /h exch def
	  /w exch def
	  /y exch def
	  /x exch def
	  /p exch def
	  
	  r 0 eq
	  { 2 setlinecap newpath
	    x p pspen add y p pspen add moveto
	    w p sub 0 rlineto
	    0 h p sub rlineto
	    w p sub neg 0 rlineto
	    0 h p sub neg rlineto
	  }
	  { newpath
	    /pr r p pspen add def
	    x pr add y p pspen add moveto
	    x w add pr sub	y pr add	r 270 360 arc
	    x w add pr sub	y h add pr sub	r 0 90 arc
	    x pr add		y h add pr sub  r 90 180 arc
	    x pr add		y pr add	r 180 270 arc
	  } ifelse
	  
	  p pen
	} def

%	Create a path for a PCE circle.
%	pen x y radius CIRCLEPATH

/circlepath
	{ /r exch def
	  /y exch def
	  /x exch def
	  /p exch def

	  newpath
	  x r add y r add r p pspen sub 0 360 arc
	  
	  p pen
	} def

%	Create a path for a PCE ellipse
%	pen x y w h ELLIPSEPATH

/ellipsepath
	{ /h exch 2 div def
	  /w exch 2 div def
	  /y exch def
	  /x exch def
	  /p exch def

	  matrix currentmatrix
	  x w add y h add translate
	  w p pspen sub h p pspen sub scale
	  newpath
	  0 0 1 0 360 arc
	  setmatrix

	  p pen
	} def


%	Linepath: create a path for a pce line
%	x y w h LINEPATH

/linepath
	{ /h exch def
	  /w exch def

	  newpath moveto w h rlineto
	  pen
	} def

%	x y w h CLEAR
%	Clear a region

/clear
	{ /h exch def
	  /w exch def
	  /y exch def
	  /x exch def

	  gsave
	    region 1 setgray fill
	  grestore
	} def

%	text. (x,y) is the xy coordinate of the baselinestart of the first
%	character. w is the width to which the text is scaled.
%	x y <invert> w string TEXT

/text
	{ /s exch def
	  /w exch def
	  
	  gsave
	    1 eq { invert } if
	    moveto s stringwidth pop w exch div -1 scale s show
	  grestore
	} def


%	x y w h BITMAP hexdata

/bitmap
	{ /h exch def
	  /w exch def
	  /y exch def
	  /x exch def

	  gsave
	  {1 exch sub} settransfer
	  region clip
	  x y h add translate
	  /w8 w 7 add 8 idiv 8 mul def
	  /picstr w8 8 idiv string def
	  w8 h neg scale
	  w8 h 1 [w 0 0 h neg 0 h]
	  {currentfile picstr readhexstring pop} image
	  grestore
	} def
	  

%	x y w h pw ph pattern FILL
%	Fill path with a repetitive pattern <pattern> which is sized (pw, ph).
%	<x,y,w,h> discribe an area that encapsulates the path.

/fillpath
	{ /patternstring exch def
	  /ph exch def
	  /pw exch def
	  /h exch def
	  /w exch def
	  /y exch def
	  /x exch def
	  
	  /pw8 pw 7 add 8 idiv 8 mul def
	  
	  /putpattern
	  { translate 1 -1 scale
	    newpath 0 0 moveto 1 0 rlineto 0 1 rlineto -1 0 rlineto closepath
	    clip
	    pw8 ph 1 [pw 0 0 ph neg 0 ph] patternstring image
	  } def

	  gsave
	  clip
	  { 1.0 exch sub } settransfer
	  x y translate pw ph scale

	  0 1 w pw div ceiling 1 sub
	  { 1 1 h ph div ceiling
	    { gsave 2 copy putpattern pop grestore
	    } for
	  } for
	  grestore
	} def
	      
70 70 translate
1.00 -1.00 scale
0 -64 translate
%%EndProlog
%%Page 0 1
gsave 3 3 translate
0 0 161 58 bitmap

0000000000000000000000000000000000000000000000000000000000000000
000000000000000000003fffe0000000000000000000000000000003fffe0020
0020000000000000000000000000000003fffe003c00e01fe000000000000000
0000000000020002002000200300000000000000000000000000020002002000
200300000000000000000000000000035556002703a0030d9e0e1e0000000000
00000000020002002400a0030fb31b33000000000000000000030002002400a0
030c033333000000000000000000021ffe00207820030c1f303f000000000000
000000031ffe00207820030c333030000000000000000000021002002400a003
0c333330000000000000000000031002002400a0030c371b3b00000000000000
0000021002002703a0030c1d8e1e000000000000000000031002002000200000
0000000000000000000000000210020020002000000000000000000000000000
00031002003c00e00000000000000000000000000000021002003fffe0000000
000000000000000000000003fffe000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000ffffffffffffff
ffffffffffffffffffffffffff80ffffffffffffffffffffffffffffffffffff
ffff80ffffffffffffffffffffffffffffffffffffffff800000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000001fffffffffffffffff
fffffffffffffffffffffc001000000000000000000000000000000000000004
0010000000000000000000000000000000000000040010000000000000000000
0000000000000000000400100000000000000000000000000000000000000400
1000000000000000000000000000000000000004001000000000000000000000
0000000000000000040010000000000000000000000000000000000000040010
0000000000000000000000000000000000000400100000000000000000030000
0000000000000004001000000000000000000700000000000000000004001000
1fe000000000000e0381b0000000e0000004001000030000000000601c0c6240
000003180000040010000300000000007ffc0822400fff020800000400100003
0d9e0e1e0038741017e008010404b80004001000030fb31f33003ce410124008
010404cc0004001000030c033133002fc410124008010404840004001000030c
1f303f00278410124008010404840004001000030c3330300023041012400801
0404840004001000030c333130003ffc0822400fff0208840004001000030c3f
1f3b0000000c624000000318840004001000030c1d8e1e000000038240000000
e084000400100000000000000000000000000000000000000400100000000000
0000000000000000000000000004001000000000000000000000000000000000
0000040010000000000000000000000000000000000000040010000000000000
00000000000000000000000004001fffffffffffffffffffffffffffffffffff
fffc000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000
grestore
nodash 3 0 0 167 64 0 boxpath stroke

%%Trailer
grestore
%%DocumentFonts:
showpage