%!
%
% Copyright(c) Tektronix, Incorporated. This program, or portions
% thereof, is protected as an unpublished work under the copyright
% laws of the United States.
%

% $Revision: 1.6 $

%  Use this file to print on media from either of the printer's trays.
%

%  Wrap function with startjob to make the change persistent.
systemdict/languagelevel known{languagelevel 2 eq{true (0) startjob dup not
{/exitserver errordict/invalidaccess get exec}if}{false}ifelse}{false}ifelse
not {quit} if

mark
{
 product (Phaser 2) anchorsearch
 { pop pop
   2 dict begin
     /InputAttributes 1 dict begin /Priority [1 0] def currentdict end def }
 { (Phaser 4) anchorsearch
   { pop pop 3 dict begin
     /MediaColor null def }
   { pop 4 dict begin
     /MediaPosition null def
     /ManualFeed false def } ifelse
 } ifelse
 /MediaType null def
 /TraySwitch true def
 currentdict end setpagedevice
} stopped cleartomark

false (0) startjob pop