%!PS

% Gonzo PS Powerpoint emulation example: Graham Tram paper
% ==========================================
% by  Don Lancaster

%  Copyright c 2002 by Don Lancaster & Synergetics, Box 809, Thatcher, AZ, 85552
%  (928) 428-4073 Email: don@tinaja.com Website: http://www.tinaja.com
%  Consulting services available http://www.tinaja.com/info01.html
%  Linking welcome. Reposting expressly forbidden. 

%  All commercial rights and all electronic media rights ~fully~ reserved.
%  Linking usually welcome. Reposting expressly forbidden. Version 1.1 

%  Shows how most PowerPoint functions can be created from raw PostScript
%  with significant speed, size, appearance, and web distribution advantages.

%  To use, modify features and content as desired, resave as a standard ASCII
%  textfile to a new name and send to Acrobat Distiller to generate a PDF file.

%  IMPORTANT NOTE: Don Lancaster's file gonzo.ps is required for this program.
%  After obvious location mods, uncomment ONE of the following two lines:

(C:\\Documents and Settings\\don\\Desktop\\gonzo\\gonzo.ps) run  % use internal gonzo
%  (A:\\gonzo.ps) run  % use external gonzo

%  NOTE THAT ALL PS FILENAME STRINGS !!!DEMAND!!! DOUBLE REVERSE SLASHES.

%  GONZO20A Guru Gonzo PostScript power tools (Interim release)
%  Includes gonzo justification and layout utilities.

%  Copyright c 1990, 1996, 2001 by Don Lancaster and Synergetics, Box 809,
%  Thatcher Arizona, 5552 (928) 428-4073  don@tinaja.com  support
%  via http://www.tinaja.com  All commercial rights and all electronic
%  media rights **FULLY** reserved. Reposting is expressly forbidden.


/guru { gonzo begin
ps.util.1 begin printerror nuisance begin} def  % 

guru                                           % activate gonzo utilities



%%%%%%%%%%% links menu directory %%%%%%%%%%%%

% This code locks pdfmark commands out of a PostScript printer.

/pdfmark where {pop}{userdict /pdfmark /cleartomark load put} ifelse

% /surl "start url" marks the beginning of a text sequence to be urled. 
% It also paints the text blue...

/surl {mark /blue cvx 0.33 /setgray cvx     % change text to blue
       /currentpoint cvx                    % remember box start
       /urly /exch cvx /store cvx
       /urlx /exch cvx /store cvx
         ] cvx                              % complete deferred command

       printlist exch 3 index exch put      % stuff into gonzo printlist
       exch 1 add exch                      % increment gonzo list count
} def

/su {font3 surl} def  % shorthand

% /eurl "end url" unmarks the end of a text sequence and sets up
% the pdfmark needed to define the Acrobat web link. 

/eurl {mark                               % start deferred proc      
       exch                               % position url string
       % /black cvx 0  /setgray cvx         % turn blue marker off 
       % maintextcolor /setrgbcolor  cvx    % reset to main text color???

       /aqua cvx /black cvx
       /makeurl cvx                       % defer call of url builder
        ] cvx                             % complete deferred proc

        printlist exch 3 index exch       % stuff into gonzo printlist
        put exch 1 add exch               % increment gonzo list count      
        } def


% /makeurl generates the pdfmark, receiving a {(urlstring) makeurl}.
% Note that it is not called until formatted printlist time...

/urlover 0.2 def                    % fraction of hot area over bounds

/makeurl { /cururlname exch store          % save the url string
            mark                           % start pdfmark

currentfont /ScaleMatrix get 3 get /fsize exch store  % guess height

  /Rect  [ urlx fsize urlover mul sub      % set box left x
           urly fsize urlover mul sub      % set box left y
           currentpoint
           exch fsize urlover mul add exch
           fsize add
           ]
           /Border [ 0 0 0]   % [0 0 0 ] = none; [0 0 2] = debug 
           /Color [ .7 0 0 ]
           /Action <</Subtype /URI /URI cururlname>>
           /Subtype /Link
           /ANN                            % annotation type
           pdfmark                        % call pdf operators    
} def

% /makeurlx generates the box specific pdfmark, receiving 
% a {(urlstring) makeurl}.
% Note that it is not called until formatted printlist time...


/makeurlx { /cururlnamex exch store        % save the url string
            mark                           % start pdfmark

  /Rect  [ xpos                            % set box left x
           ypos 0.9 sub                    % set box left y
           xpos 2.8 add                    % box right x
           ypos 0.9 sub 2.8 add            % box right y
           ]
           /Border [ 0 0 0]   % [0 0 0 ] = none; [0 0 2] = debug 
           /Color [ .7 0 0 ]
           /Action <</Subtype /URI /URI cururlnamex>>
           /Subtype /Link
           /ANN                            % annotation type
           pdfmark                        % call pdf operators    
} def

% dictionary method

<<    %zzzzz

/mindist1 (http://www.tinaja.com/glib/mindist1.pdf)
/magsn01  (http://www.tinaja.com/magsn01.asp)  
/msinprop (http://www.tinaja.com/glib/msinprop.pdf)  
/info01   (http://www.tinaja.com/info01.asp)
/homepage  (http://www.tinaja.com) 
/maildon  (mailto:don@tinaja.com)

>> {mark exch /eurl cvx ] cvx def} forall


%  color emphasis


/tinton1 {mark 0.25  0.25 0.25 /setrgbcolor cvx] cvx
        printlist exch 3 index exch put exch 1 add exch} def

/tinton1a {mark 0.5 /settint cvx 0.33 /setgray cvx] cvx
        printlist exch 3 index exch put exch 1 add exch} def

/tinton1r {mark 0 /settint cvx 0.33 /setgray cvx] cvx
        printlist exch 3 index exch put exch 1 add exch} def

/tintoff {mark 0 /setgray cvx] cvx
        printlist exch 3 index exch put exch 1 add exch} def


/to {tinton1 font3} store     % tinton emphasis
/tx {tintoff font1} store     % tintoff 

/staytint {0.25 0.25 0.25 setrgbcolor} store  % grayout
/staytint1r {0 settint 0.25 setgray} store  % red
/staytint1a {0.5 settint 0.33 setgray} store % aqua

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% parameter dictionary %%%%%%

/slideshowdict <<     % this dictionary determines the slide sequence

/oldsequence [

 /an_introduction_to_magic_sinewaves
 /magic_sinewaves_are
 /magic_sinewave_features
 /and_limitations
 /magic_sinewave_appearance
 /working_in_quadrants
 /typical_unfiltered_spectrum
 /typical_unfiltered_spectrum_FLASH
 /magic_sinewave_generation
 /note_that
 /two_important_magsine_types
 /key_magsine_secret_I
 /key_magsine_secret_II
 /key_magsine_secret_III
 /fourier_pulse_properties
 /the_magic_equations
 /equation_simplification
 /equation_solution
 % /amplitude_adjustment      % deleted by new calculator
 /quantization
 /clocking_frequencies  
 /how_big_should_n_be
 /for_additional_help
 /this_has_been
   
          ]


pop pop


%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%



/sequence   [

/Gramtram_Intro
/Main_Map
/Up_Then_Down

/Typical_Tower
/Carriers_were_used_in_Pairs

 /Now_What
 /this_has_been


                     ] 





/gridsize 10 store    % default layout grid size = 10

/slidewide    44  pop 50       % total display width in grid units
/slidehigh    33  pop 40      % total display height
/borderwide  2.5       % width of white vertical edges
/borderhigh  2.5       % width of white horizontal edges
/includeborder false   % provide white border?

/normalbackground  /burpbackmain     % name of main background proc
/introbackground   /burpbackintro    % name of intro background proc
/fontsused         /burpfonts        % name of font set used
/patstrings        /burppatstrings   % name of patterns used

/titx 6     % x grid position of title
/tity 28.75  9 add  % y grid position of title
/bodx 6  pop 8     % x grid position of body
/body 28     % y grid position of body

/ivoryrndcolor   [230 230 205 40]   % random pattern colors [red blue green variance ]
/magentarndcolor [230 100 230 120]

/magentaaccent   [0.65 0.05 0.65 ]     % title accent slash color [red blue green]

>> def

slideshowdict begin       % open slide show dictionary


%%%%%%%%%%%%%%%%%  style catalogs %%%%%%%%%%%%%%%%%%

% burp is a mottled gray body with random magenta splotch and stripe

/burpfonts {
/cstretch 0.010 store
/sstretch 0.010 store
/kern 0.1 store
/font0 /StoneSans-Bold 1.8 gonzofont   % body titles
/font1 /StoneSerif 1.35 gonzofont      % normal body
/font2 /StoneSerif-Bold 1.20 gonzofont % boxed subseries
/font3 /StoneSerif-Bold 1.35 gonzofont % bold body
/font4 /StoneSerif-Bold 1.25 gonzofont % smaller font3 for numerals
/font5 /StoneSerif-Bold 1.85 gonzofont % oversize for math
/font6 /StoneSans-Bold 2.8 gonzofont   % titleslide oversize
/font8 /StoneSerif-Bold 1 gonzofont % fine print copyright
/font9 /ZapfDingbats 1.05 gonzofont % black boxes
/font: /StoneSerif-Bold [2 0 0 2 0 -.5] gonzofont % special math *
/font; /StoneSerif-Bold [1.4 0 0 1.4 0 .9] gonzofont % fake degrees *

/titlefont {font0 }store     % define title font 
/bodyfont  {font1} store     % defint body font
/bodysubfont {font2}store    % define bodysubfont
/bodytxwide {/txtwide 35.5 store}store
/bodyyinc {/yinc 2 store} store
} store

/burpbackmain {

includeborder {borderwide 10 mul borderhigh 10 mul}{0 0} ifelse
   gridsize setgrid   % set grid scale

save /snap1 exch store      % show the body background
bodypatdict 
matrix                  % Identity matrix
makepattern             % Instantiate the pattern
/bodypat exch def
0 0                              % for the actual slide size
slidewide slidehigh
/Pattern setcolorspace
bodypat setcolor rectfill    % Fill rectangle with pattern
snap1 restore

save /snap1 exch store      % show the accent
accentpatdict 
matrix                  % Identity matrix
makepattern             % Instantiate the pattern
/accentpat exch def
0 slidehigh 13.5 sub      5.5 add                % splotch size
4.5 13.5   
/Pattern setcolorspace
accentpat setcolor rectfill    % Fill rectangle with pattern
snap1 restore

% black outline
black line1
0 0
slidewide slidehigh  
0.0 setgray rectstroke                % Stroke original black outline

% accent lines




gsave 
magentaaccent aload pop setrgbcolor
0.7 setlinewidth 1 setlinecap
2 27.5     8.5 add                 mt slidewide 4.5 sub r
% 0 setlinecap 0 27.5 mt 3 r



0.45 setlinewidth 1 setlinecap
slidewide 13 sub 2.5 mt 12 r
% slidewide 2.5 mt 0 setlinecap       2 l    
grestore





fontsused cvx exec             % set fonts for normal slide by name

} store

/burpbackintro {

includeborder {borderwide 10 mul borderhigh 10 mul}{0 0} ifelse
   gridsize setgrid   % set grid scale

save /snap1 exch store      % show the body background
bodypatdict 
matrix                  % Identity matrix
makepattern             % Instantiate the pattern
/bodypat exch def
0 0                              % for the actual slide size
slidewide slidehigh
/Pattern setcolorspace
bodypat setcolor rectfill    % Fill rectangle with pattern
snap1 restore

save /snap1 exch store      % show the accent
accentpatdict 
matrix                  % Identity matrix
makepattern             % Instantiate the pattern
/accentpat exch def
5.5 16.5 33   6 add              12
/Pattern setcolorspace
accentpat setcolor rectfill    % Fill rectangle with pattern
snap1 restore

% black outline
black line1
0 0
slidewide slidehigh  
0.0 setgray rectstroke                % Stroke original black outline

% accent lines

gsave 
magentaaccent aload pop setrgbcolor
0.35 setlinewidth 1 setlinecap 1 setlinejoin
5.5 16.5 0.8 sub mt 13.6 pu -.8 -.8 rlineto 34.6   6 add  pr
 -.8 .8 rlineto 13.6 pd .8 .8 rlineto 34.6 6 add pl closepath stroke

0.35 setlinewidth 1 setlinecap 1 setlinejoin

0 3 mt 12 pr    3 pr     1.4 pu 20 pr 2.8 pd 20 pl 1.4 pu 1.4 pd 20 pr 1.4 pu 12 pr 


3 pr stroke
grestore

fontsused cvx exec             % set fonts for normal slide by name

} store

/burppatstrings {
ivoryrndcolor buildpixels
makeimagestring /bodypatstring exch store

magentarndcolor buildpixels
makeimagestring /accentpatstring exch store
                } store

%%%%%%%%%%%%%%% pattern utilities  %%%%%%%%%%%%%%%%%%
 
/DeviceRGB setcolorspace                %  pick color model
/hpixels 50 store                       %  size of pattern image
/vpixels 50 store
/issize hpixels vpixels mul store

% makestring converts a stack top array into a string...
 
/makestring {dup length string dup /NullEncode filter     
3 -1 roll {1 index exch write} forall pop} def

% /buildpixels makes three nearby colors given [r b g texture] all 0-255 integers

/buildpixels {aload pop /texture exch store /b0 exch store /g0 exch store /r0 exch store 123 srand

/r1 r0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store
/g1 g0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store
/b1 b0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store

/r2 r0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store
/g2 g0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store
/b2 b0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store

/r3 r0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store
/g3 g0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store
/b3 b0 texture random texture 2 div sub add cvi 
dup 255 ge {pop 255}if  dup 0 lt {pop 0} if store
      } store

% /makeimagestring creates a sting usable for a pattern image

/makeimagestring {  12345 srand         % make repeatable

  /iarray mark issize { r1 g1 b1} repeat ] store  % fill all with color 1

  issize 2 div cvi { iarray  issize               % fill half with color 2              
  random 3 mul cvi  [ r2 g2 b2 ] 
  putinterval} repeat

  issize 2 div cvi { iarray  issize               % fill third with color 3 
  random 3 mul cvi  [ r3 g3 b3 ] 
  putinterval} repeat

  iarray makestring 
                 } store

% /rndimage shows the random string as a patternable image

/bodyrandimage { 

            gsave  5 dup scale

     <<                                      % start image dicationary
            /ImageType 1                     % always one
            /Width hpixels                   % width in pixels
            /Height vpixels                  % height in pixels
            /ImageMatrix [hpixels
                          0 0 
                          vpixels neg
                          0
                          vpixels ]  


            /DataSource bodypatstring        % proc to get string data     
            /BitsPerComponent 8              % color resolution
            /Decode [0 1 0 1 0 1]            % per red book 4.10
            >>

     image                                   % call the image 

grestore
} def

/accentrandimage { 

            gsave  5 dup scale

     <<                                      % start image dicationary
            /ImageType 1                     % always one
            /Width hpixels                   % width in pixels
            /Height vpixels                  % height in pixels
            /ImageMatrix [hpixels
                          0 0 
                          vpixels neg
                          0
                          vpixels ]  


            /DataSource accentpatstring        % proc to get string data     
            /BitsPerComponent 8              % color resolution
            /Decode [0 1 0 1 0 1]            % per red book 4.10
            >>

     image                                   % call the image 

grestore
} def


% using a separate pattern dictionary for each pattern...

/bodypatdict

<< /PatternType 1     % Tiling pattern
/PaintType 1          % Colored
/TilingType 1
/BBox [0 0 50 50]
/XStep 5
/YStep 5
/PaintProc { begin bodyrandimage end} 
>>   store

/accentpatdict

<< /PatternType 1     % Tiling pattern
/PaintType 1          % Colored
/TilingType 1
/BBox [0 0 50 50]
/XStep 5
/YStep 5
/PaintProc { begin accentrandimage end} 
>>   store

% /makepatternstrings generates the needed patterns

/makepatternstrings {
[230 210 190 80] buildpixels
makeimagestring /accentpatstring exch store

[230 100 230 120] buildpixels
makeimagestring /bodypatstring exch store
                    } store

%%%%%%%% end pattern utils %%%%%%%%

%%%%%%% service utilities %%%%%

/makeslideshow {setupshow sequence {

save /snapxx exch store cvx exec showpage  snapxx restore} forall } store

/settitle {  titlefont  

        gsave 0.25 0.25 0.25 setrgbcolor titx exch tity exch cl grestore} store

/setbody { bodyfont bodytxwide bodyyinc bodx exch body exch cl} store

% /setupshow first locks out pdfmark from a printer, then sets
% the page mode. 

/setupshow {

/pdfmark where {pop}{userdict /pdfmark /cleartomark load put} ifelse

[/CropBox [0 0 
slidewide includeborder {borderwide 2 mul add} if gridsize mul
slidehigh includeborder {borderhigh 2 mul add} if gridsize mul
          ] % set the wierd size
/PAGES pdfmark 

[ {Catalog} <<
 /ViewerPreferences << /FitWindow true /CenterWindow true >>
 /PageLayout /SinglePage            % no rolling
 /Pagemode /FullScreen              % fullscreen if not on web
 /View [/XYZ null null 1 ]          % force 100%
             >>
 /PUT pdfmark

% then makes background pattern strings ONCE for later access

patstrings cvx exec          % get patterns from style area


} def

%%%%%% background generators %%%%%%%%

  /setbackground { normalbackground  cvx exec } store   % link selected background
  /settitlebackground { introbackground   cvx exec } store

%%%%%%% individual slide data %%%%%%%%

/Gramtram_Intro {  settitlebackground
1 1 1 setrgbcolor /yinc 3 store
slidewide 2 div  23 (|6The  Mount  Graham \nAerial  Lumber  Tramway|j|j) cc 0.25 0.25 0.25 setrgbcolor /yinc 2 store
slidewide 2 div 11 (|3By  Don Lancaster \nand Synergetics) cc
slidewide 2 div 2.65 (|4 |/su http://www.tinaja.com|/homepage |j|j|j) cc
} store





/Main_Map { setbackground
(7-3/4 miles, 2 reaches, 14 regions\274) settitle



% 30 40 showgrid



0 1 0 setrgbcolor


17 2 mt 0 19 rlineto 10 12 rlineto 
0.35 setlinewidth 1 setlinejoin 1 setlinecap stroke

17.5 2 mt 0 18.8 rlineto 10 12 rlineto 
0.35 setlinewidth 1 setlinejoin 1 setlinecap stroke

/greencirc {gsave translate 0 0.4 0 setrgbcolor
             0 0 0.9 0 360 arc fill
             grestore } store


17.35 2 greencirc
17.35 21 greencirc
27 32.5 greencirc


/tcirc {gsave translate 1 1 1 setrgbcolor
             0 0 0.9 0 360 arc gsave fill grestore
           0.2 setlinewidth black stroke font2
           0 -0.4 (|2T) cc

             grestore } store

23.5 28 tcirc
20.8 25 tcirc



17.2 7 tcirc
17.2 11 tcirc
17.2 15 tcirc

35.8 4.7 tcirc

black 36.8 4.3 (|2 = |k|k|kTension Station) cl


black




24.5 25 (|236.0 degrees, 3.25 miles) cl

19 10.5 (|21.0 degrees, 4.50 miles) cl

{
/tabs [6 0 0 ]store   % 4 is normal
(|h|3|t|9n|4  Visit a Tension Station.
|h
   |t|9n|4  Hike the Tram Route.
|h

|h
   |t|9n|4  Reconstruct a tram tower.

) setbody

} pop 

/yinc 1.5 store

15 21.3 (Transfer \nStation) cr
15  3 (Mt. Graham\nSawmill) cr
28.7 32.0 (Pima Base Station) cl


} store






/Up_Then_Down { setbackground
(UP first, then drops ONE VERTICAL MILE\274) settitle



% 30 40 showgrid






/tramdata   [

0   8740
1   8760
2   8800
3   8880
4   8800

5   8800
6   8840
7   9000
8   9120
9   9120

10  9080
11  9020
12  9000
13  8920
14  8800


15  8700
16  8500
17  8300
18  8100
19  8000

20  7800
21  7600
22  7400
23  7400
24  7400

25  7400
26  7580      %Alabam Point
27  7400
28  7200
29  7000

30  6900
31  6920
32  6800
33  6700
34  6600

35  6400      %Trail Crossing
36  6400
37  6200
38  6300
39  6200

40  5800
41  5600
42  5400
43  5200
% 44  6000

% 45  6000 
% 46  6000
% 47  6000 
% 48  6000 
% 49  6000 

% 50 6000 
% 51 6000 
% 52 6000 
% 53 6000
% 54  6000

% 55  6000
44  5130
45  5060
46  5040
47  5020

48  4890
49  4870
50  4850
51  4830
52  4810

53  4800
54  4750
55  4700
56  4650
57  4600

58  4530
59  4510
60  4410
61  4500
62 4480   
63 4460
64 4440
65 4420

66 4400
67 4380
68 4360
69 4330
70 4310

71 4280
72 4260
73 4240
74 4220
75 4200
76 4180
77 4160

78 4130
79 4110

80 4100  
81 4080
82 4060
83 4040
84 4020

85 4000
86 3990
% 99 3980
87 3970
88 3960
89 3950
90 3930
91 3910
92 3860
93 3840
94 3820

95 3800
96 3760
97 3730
98 3700
99 3650
100 3630
101 3610


102 3600    %tramline tank
103 3590
104 3580
105 3560
106 3540
107 3520
108 3500
109 3460
110 3430
 
111 3420
112 3410
113 3400
114 3390
115 3380

116 3360
117  3350
118  3340
119  3330
120  3320

121 3309    % Pima Transfer Station


           ] store



9 6 mt

0 2 tramdata length 2 sub {/posn exch store

tramdata posn get 3.5 div 9 add
tramdata posn 1 add get 1000 div 4 mul   6 sub             lineto


              } for

1.5 pd
28 pl

closepath 


0.5 0.5 0.2 setrgbcolor


fill 

black



font2


/yinc 1.6 store

 2 7.7(3300 feet) cl
 2 28.5 (8700 feet) cl
2 30 (9200 feet) cl

16.5 24.5 (Alabam Point) cl


35.5 16 (Max span: 2600 feet\nwith an 800 foot drop)cc


25.5 3.8 (( 4X vertical scale )) cc









} store








/Typical_Tower { setbackground
(Typical Wood Tower was 18 feet high\274)settitle
/tabs [6 0 0 ]store   % 4 is normal





%%%%%% start tower

%%Title: tower.pdf


%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%


% my command interpretations

/m {moveto} store
/l {lineto} store
/q {gsave} store
/Q {grestore} store
/h {closepath} store

/W {clip} store
/w {setlinewidth} store
/n {newpath} store
/setSA {setstrokeadjust} store
/cs {setcolorspace} store
/sc {setcolor} store

/S {stroke} store
/c {curveto} store
/f {fill} store



save /towsnap exch store




/bd {bind def} store

/Tf {
_pdf_FontDirectory 2 index 2 copy known
{get exch 3 -1 roll pop}
{pop pop}
ifelse
selectfont
} bd


/re {
4 2 roll m
1 index 0 rlineto
0 exch rlineto
neg 0 rlineto
h
} bd





(\n\nstarting\n\n\n\n) print flush




% -440.9 -689.4 translate 0.1 dup scale   % adjust to fit


% 0 0 moveto 100 100 rlineto 10 setlinewidth stroke

-43  -75 translate 0.155 dup scale









n
440.9 689.4 m
490.7 689.4 l
490.7 681.0 l
391.0 681.0 l
391.0 689.4 l
440.8 689.4 l
[/DeviceRGB] cs 1.0 0.956 0.871 sc
f
0.252 w
n
440.9 689.4 m
490.7 689.4 l
490.7 681.0 l
391.0 681.0 l
391.0 689.4 l
440.8 689.4 l
h
481.4 519.3 m
481.4 517.2 l
400.5 519.3 m
400.5 517.2 l
0.0 0.0 0.0 sc
S
0.84 w
n
467.8 630.0 m
414.1 630.0 l
S
2.1 w
n
416.4 632.7 m
416.4 627.5 l
S
1.785 w
n
414.7 630.0 m
416.3 630.0 l
S
2.1 w
n
465.5 632.7 m
465.5 627.5 l
S
1.785 w
n
467.2 630.0 m
465.6 630.0 l
S
n
398.4 524.5 m
400.6 523.2 l
461.9 625.3 l
457.4 628.0 l
396.1 525.9 l
398.3 524.6 l
1.0 0.956 0.871 sc
f
0.346 w
n
398.4 524.5 m
400.6 523.2 l
461.9 625.3 l
457.4 628.0 l
396.1 525.9 l
398.3 524.6 l
h
0.0 0.0 0.0 sc
S
n
483.5 524.5 m
485.7 525.8 l
424.4 627.9 l
419.9 625.2 l
481.2 523.1 l
483.4 524.4 l
1.0 0.956 0.871 sc
f
n
483.5 524.5 m
485.7 525.8 l
424.4 627.9 l
419.9 625.2 l
481.2 523.1 l
483.4 524.4 l
h
0.0 0.0 0.0 sc
S
0.693 w
n
489.2 522.3 m
490.5 525.2 l
S
1.386 w
n
489.9 523.8 m
490.6 523.4 l
S
0.693 w
n
392.7 522.3 m
391.4 525.2 l
S
1.386 w
n
392.0 523.8 m
391.3 523.4 l
S
n
395.6 521.4 m
393.5 521.4 l
370.1 572.8 l
376.9 572.8 l
396.2 529.1 l
1.0 0.956 0.871 sc
f
0.252 w
n
395.6 521.4 m
393.5 521.4 l
370.1 572.8 l
376.9 572.8 l
396.2 529.1 l
h
0.0 0.0 0.0 sc
S
n
486.3 521.4 m
488.4 521.4 l
511.8 572.8 l
505.0 572.8 l
485.7 529.1 l
1.0 0.956 0.871 sc
f
n
486.3 521.4 m
488.4 521.4 l
511.8 572.8 l
505.0 572.8 l
485.7 529.1 l
h
0.0 0.0 0.0 sc
S
n
400.5 517.2 m
440.9 681.0 l
440.9 689.4 l
434.1 689.4 l
393.7 517.2 l
1.0 0.956 0.871 sc
f
n
400.5 517.2 m
440.9 681.0 l
440.9 689.4 l
434.1 689.4 l
393.7 517.2 l
h
0.0 0.0 0.0 sc
S
n
481.4 517.2 m
441.0 681.0 l
441.0 689.4 l
447.8 689.4 l
488.2 517.2 l
1.0 0.956 0.871 sc
f
n
481.4 517.2 m
441.0 681.0 l
441.0 689.4 l
447.8 689.4 l
488.2 517.2 l
h
0.0 0.0 0.0 sc
S
n
440.9 564.4 m
372.7 564.4 l
369.2 571.7 l
512.6 571.7 l
509.1 564.4 l
373.7 564.4 l
1.0 0.956 0.871 sc
f
n
440.9 564.4 m
372.7 564.4 l
369.2 571.7 l
512.6 571.7 l
509.1 564.4 l
373.7 564.4 l
h
0.0 0.0 0.0 sc
S
n
1.0 0.726 0.195 sc
387.399994 571.200012 3.100006 6.299988 rectfill

n
387.4 571.2 3.10001 6.29999 re
0.0 0.0 0.0 sc
S
n
1.0 0.726 0.195 sc
394.700012 571.200012 3.100006 6.299988 rectfill

n
394.7 577.5 3.10001 -6.29999 re
0.0 0.0 0.0 sc
S
n
1.0 0.726 0.195 sc
491.299988 571.200012 3.100006 6.299988 rectfill

n
491.3 577.5 3.10001 -6.29999 re
0.0 0.0 0.0 sc
S
n
1.0 0.726 0.195 sc
484.000000 571.200012 3.100006 6.299988 rectfill

n
484.0 571.2 3.10001 6.29999 re
0.0 0.0 0.0 sc
S
n
440.9 630.6 m
427.3 630.6 l
428.7 636.9 l
453.0 636.9 l
454.4 630.6 l
441.3 630.6 l
1.0 0.956 0.871 sc
f
n
440.9 630.6 m
427.3 630.6 l
428.7 636.9 l
453.0 636.9 l
454.4 630.6 l
441.3 630.6 l
h
0.0 0.0 0.0 sc
S
n
419.3 626.4 m
417.2 626.4 l
404.8 689.4 l
412.1 689.4 l
422.0 638.0 l
419.3 626.5 l
1.0 0.956 0.871 sc
f
n
419.3 626.4 m
417.2 626.4 l
404.8 689.4 l
412.1 689.4 l
422.0 638.0 l
419.3 626.5 l
h
0.0 0.0 0.0 sc
S
n
462.6 626.4 m
464.7 626.4 l
477.1 689.4 l
469.8 689.4 l
459.9 638.0 l
462.6 626.5 l
1.0 0.956 0.871 sc
f
n
462.6 626.4 m
464.7 626.4 l
477.1 689.4 l
469.8 689.4 l
459.9 638.0 l
462.6 626.5 l
h
0.0 0.0 0.0 sc
S
n
0.943 0.622 0.0 sc
397.100006 517.199951 2.600006 8.400024 rectfill

0.126 w
n
397.1 525.6 2.60001 -8.40002 re
0.0 0.0 0.0 sc
S
n
398.4 522.6 m
397.8 522.6 l
397.8 523.8 l
399.0 523.8 l
399.0 522.6 l
398.4 522.6 l
f
n
0.943 0.622 0.0 sc
482.200012 517.199951 2.600006 8.400024 rectfill

n
482.2 525.6 2.60001 -8.40002 re
0.0 0.0 0.0 sc
S
n
483.5 522.6 m
482.9 522.6 l
482.9 523.8 l
484.1 523.8 l
484.1 522.6 l
483.5 522.6 l
f
n
389.5 508.8 m
389.5 516.5 l
389.5 516.9 389.8 517.2 390.1 517.2 c
403.5 517.2 l
403.9 517.2 404.2 516.9 404.2 516.5 c
404.2 508.8 l
0.798 0.527 0.0 sc
f
0.378 w
n
389.5 508.8 m
389.5 516.5 l
389.5 516.9 389.8 517.2 390.1 517.2 c
403.5 517.2 l
403.9 517.2 404.2 516.9 404.2 516.5 c
404.2 508.8 l
0.0 0.0 0.0 sc
S
n
477.7 508.8 m
477.7 516.5 l
477.7 516.9 478.0 517.2 478.3 517.2 c
491.7 517.2 l
492.1 517.2 492.4 516.9 492.4 516.5 c
492.4 508.8 l
0.798 0.527 0.0 sc
f
n
477.7 508.8 m
477.7 516.5 l
477.7 516.9 478.0 517.2 478.3 517.2 c
491.7 517.2 l
492.1 517.2 492.4 516.9 492.4 516.5 c
492.4 508.8 l
0.0 0.0 0.0 sc
S
n
440.1 689.4 m
440.1 692.1 l
440.1 692.3 440.3 692.5 440.5 692.5 c
441.3 692.5 l
441.6 692.5 441.8 692.3 441.8 692.1 c
441.8 689.4 l
1.0 1.0 1.0 sc
f
0.252 w
n
440.1 689.4 m
440.1 692.1 l
440.1 692.3 440.3 692.5 440.5 692.5 c
441.3 692.5 l
441.6 692.5 441.8 692.3 441.8 692.1 c
441.8 689.4 l
h
0.0 0.0 0.0 sc
S
0.126 w
n
441.8 691.5 m
440.2 691.5 l
S
n
388.2 564.3 m
388.7 563.8 l
388.7 563.2 l
389.2 563.2 l
389.2 563.8 l
389.7 564.3 l
389.2 564.3 l
f
n
492.1 564.3 m
492.6 563.8 l
492.6 563.2 l
493.1 563.2 l
493.1 563.8 l
493.6 564.3 l
493.1 564.3 l
f
n
395.5 564.3 m
396.0 563.8 l
396.0 563.2 l
396.5 563.2 l
396.5 563.8 l
397.0 564.3 l
396.5 564.3 l
f
n
484.8 564.3 m
485.3 563.8 l
485.3 563.2 l
485.8 563.2 l
485.8 563.8 l
486.3 564.3 l
485.8 564.3 l
f
n
394.2 681.0 m
394.7 680.5 l
394.7 679.9 l
395.2 679.9 l
395.2 680.5 l
395.7 681.0 l
395.2 681.0 l
f
n
486.1 681.0 m
486.6 680.5 l
486.6 679.9 l
487.1 679.9 l
487.1 680.5 l
487.6 681.0 l
487.1 681.0 l
f
n
398.4 681.0 m
398.9 680.5 l
398.9 679.9 l
399.4 679.9 l
399.4 680.5 l
399.9 681.0 l
399.4 681.0 l
f
n
481.9 681.0 m
482.4 680.5 l
482.4 679.9 l
482.9 679.9 l
482.9 680.5 l
483.4 681.0 l
482.9 681.0 l
f
n
396.0 689.9 m
396.0 690.4 395.6 690.7 395.1 690.7 c
394.7 690.7 394.3 690.4 394.3 689.9 c
394.3 689.4 394.7 689.1 395.1 689.1 c
395.6 689.1 396.0 689.4 396.0 689.9 c
f
n
487.6 689.9 m
487.6 690.4 487.3 690.7 486.8 690.7 c
486.3 690.7 486.0 690.4 486.0 689.9 c
486.0 689.4 486.3 689.1 486.8 689.1 c
487.3 689.1 487.6 689.4 487.6 689.9 c
f
n
400.3 689.9 m
400.3 690.4 399.9 690.7 399.4 690.7 c
399.0 690.7 398.6 690.4 398.6 689.9 c
398.6 689.4 399.0 689.1 399.4 689.1 c
399.9 689.1 400.3 689.4 400.3 689.9 c
f
n
483.3 689.9 m
483.3 690.4 483.0 690.7 482.5 690.7 c
482.0 690.7 481.6 690.4 481.6 689.9 c
481.6 689.4 482.0 689.1 482.5 689.1 c
483.0 689.1 483.3 689.4 483.3 689.9 c
f
3.15 w
n
390.5 688.6 m
392.6 688.6 l
401.0 688.6 m
390.5 688.6 l
S
1.575 w
n
392.6 694.3 m
392.6 690.1 l
S
n
393.4 694.3 m
393.4 694.8 393.0 695.1 392.6 695.1 c
392.2 695.1 391.8 694.8 391.8 694.3 c
391.8 693.9 392.2 693.5 392.6 693.5 c
393.0 693.5 393.4 693.9 393.4 694.3 c
1.0 1.0 1.0 sc
f
3.15 w
n
491.3 688.6 m
489.2 688.6 l
480.8 688.6 m
491.3 688.6 l
0.0 0.0 0.0 sc
S
1.575 w
n
489.2 694.3 m
489.2 690.1 l
S
n
488.4 694.3 m
488.4 694.8 488.8 695.1 489.2 695.1 c
489.6 695.1 490.0 694.8 490.0 694.3 c
490.0 693.9 489.6 693.5 489.2 693.5 c
488.8 693.5 488.4 693.9 488.4 694.3 c
1.0 1.0 1.0 sc
f
n
442.1 596.2 m
442.1 596.3 442.0 596.5 441.8 596.5 c
441.6 596.5 441.5 596.3 441.5 596.2 c
441.5 596.0 441.6 595.9 441.8 595.9 c
442.0 595.9 442.1 596.0 442.1 596.2 c
0.0 0.0 0.0 sc
f
n
442.1 594.5 m
442.1 594.7 442.0 594.8 441.8 594.8 c
441.6 594.8 441.5 594.7 441.5 594.5 c
441.5 594.3 441.6 594.2 441.8 594.2 c
442.0 594.2 442.1 594.3 442.1 594.5 c
f
n
440.4 596.2 m
440.4 596.3 440.3 596.5 440.1 596.5 c
440.0 596.5 439.8 596.3 439.8 596.2 c
439.8 596.0 440.0 595.9 440.1 595.9 c
440.3 595.9 440.4 596.0 440.4 596.2 c
f
n
440.4 594.5 m
440.4 594.7 440.3 594.8 440.1 594.8 c
440.0 594.8 439.8 594.7 439.8 594.5 c
439.8 594.3 440.0 594.2 440.1 594.2 c
440.3 594.2 440.4 594.3 440.4 594.5 c
f
n
0.943 0.622 0.0 sc
435.200012 683.600037 3.100006 3.099976 rectfill

0.252 w
n
435.2 683.6 m
435.2 686.7 l
438.3 686.7 l
438.3 683.6 l
436.8 683.6 l
h
0.0 0.0 0.0 sc
S
n
437.5 685.1 m
437.5 685.6 437.1 685.9 436.6 685.9 c
436.2 685.9 435.8 685.6 435.8 685.1 c
435.8 684.6 436.2 684.3 436.6 684.3 c
437.1 684.3 437.5 684.6 437.5 685.1 c
f
n
0.943 0.622 0.0 sc
443.600006 683.600037 3.100006 3.099976 rectfill

n
443.6 683.6 m
443.6 686.7 l
446.7 686.7 l
446.7 683.6 l
445.2 683.6 l
h
0.0 0.0 0.0 sc
S
n
445.9 685.1 m
445.9 685.6 445.5 685.9 445.0 685.9 c
444.6 685.9 444.2 685.6 444.2 685.1 c
444.2 684.6 444.6 684.3 445.0 684.3 c
445.5 684.3 445.9 684.6 445.9 685.1 c
f
n
0.943 0.622 0.0 sc
407.299988 683.600037 3.100006 3.099976 rectfill

n
407.3 683.6 m
407.3 686.7 l
410.4 686.7 l
410.4 683.6 l
408.9 683.6 l
h
0.0 0.0 0.0 sc
S
n
409.6 685.1 m
409.6 685.6 409.3 685.9 408.8 685.9 c
408.3 685.9 408.0 685.6 408.0 685.1 c
408.0 684.6 408.3 684.3 408.8 684.3 c
409.3 684.3 409.6 684.6 409.6 685.1 c
f
n
0.943 0.622 0.0 sc
471.399994 683.600037 3.100006 3.099976 rectfill

n
471.4 683.6 m
471.4 686.7 l
474.5 686.7 l
474.5 683.6 l
473.0 683.6 l
h
0.0 0.0 0.0 sc
S
n
473.7 685.1 m
473.7 685.6 473.4 685.9 472.9 685.9 c
472.4 685.9 472.0 685.6 472.0 685.1 c
472.0 684.6 472.4 684.3 472.9 684.3 c
473.4 684.3 473.7 684.6 473.7 685.1 c
f
n
424.5 623.2 m
424.5 623.9 423.9 624.5 423.2 624.5 c
422.5 624.5 421.9 623.9 421.9 623.2 c
421.9 622.4 422.5 621.9 423.2 621.9 c
423.9 621.9 424.5 622.4 424.5 623.2 c
0.943 0.622 0.0 sc
f
n
424.5 623.2 m
424.5 623.9 423.9 624.5 423.2 624.5 c
422.5 624.5 421.9 623.9 421.9 623.2 c
421.9 622.4 422.5 621.9 423.2 621.9 c
423.9 621.9 424.5 622.4 424.5 623.2 c
0.0 0.0 0.0 sc
S
0.126 w
n
422.3 622.4 m
423.9 624.0 l
423.9 622.3 m
422.3 624.0 l
S
n
423.1 622.8 m
423.1 623.6 l
0.799988 w
S
0.126 w
n
460.0 623.2 m
460.0 623.9 459.5 624.5 458.7 624.5 c
458.0 624.5 457.4 623.9 457.4 623.2 c
457.4 622.4 458.0 621.9 458.7 621.9 c
459.5 621.9 460.0 622.4 460.0 623.2 c
0.943 0.622 0.0 sc
f
0.252 w
n
460.0 623.2 m
460.0 623.9 459.5 624.5 458.7 624.5 c
458.0 624.5 457.4 623.9 457.4 623.2 c
457.4 622.4 458.0 621.9 458.7 621.9 c
459.5 621.9 460.0 622.4 460.0 623.2 c
0.0 0.0 0.0 sc
S
0.126 w
n
458.0 622.4 m
459.6 624.0 l
459.6 622.3 m
458.0 624.0 l
S
n
458.8 622.8 m
458.8 623.6 l
0.799988 w
S
0.126 w
n
401.0 528.1 m
401.0 528.9 400.4 529.4 399.7 529.4 c
399.0 529.4 398.4 528.9 398.4 528.1 c
398.4 527.4 399.0 526.8 399.7 526.8 c
400.4 526.8 401.0 527.4 401.0 528.1 c
0.943 0.622 0.0 sc
f
0.252 w
n
401.0 528.1 m
401.0 528.9 400.4 529.4 399.7 529.4 c
399.0 529.4 398.4 528.9 398.4 528.1 c
398.4 527.4 399.0 526.8 399.7 526.8 c
400.4 526.8 401.0 527.4 401.0 528.1 c
0.0 0.0 0.0 sc
S
0.126 w
n
398.9 527.3 m
400.6 529.0 l
400.6 527.3 m
398.9 529.0 l
S
n
399.8 527.8 m
399.8 528.6 l
0.799988 w
S
0.126 w
n
483.3 528.1 m
483.3 528.9 482.7 529.4 482.0 529.4 c
481.3 529.4 480.7 528.9 480.7 528.1 c
480.7 527.4 481.3 526.8 482.0 526.8 c
482.7 526.8 483.3 527.4 483.3 528.1 c
0.943 0.622 0.0 sc
f
0.252 w
n
483.3 528.1 m
483.3 528.9 482.7 529.4 482.0 529.4 c
481.3 529.4 480.7 528.9 480.7 528.1 c
480.7 527.4 481.3 526.8 482.0 526.8 c
482.7 526.8 483.3 527.4 483.3 528.1 c
0.0 0.0 0.0 sc
S
0.126 w
n
481.3 527.3 m
482.9 529.0 l
482.9 527.3 m
481.3 529.0 l
S
n
482.1 527.8 m
482.1 528.6 l
0.799988 w
S
0.126 w
n
411.3 568.1 m
411.3 569.1 410.5 570.0 409.4 570.0 c
408.4 570.0 407.5 569.1 407.5 568.1 c
407.5 567.0 408.4 566.2 409.4 566.2 c
410.5 566.2 411.3 567.0 411.3 568.1 c
0.943 0.622 0.0 sc
f
0.252 w
n
411.3 568.1 m
411.3 569.1 410.5 570.0 409.4 570.0 c
408.4 570.0 407.5 569.1 407.5 568.1 c
407.5 567.0 408.4 566.2 409.4 566.2 c
410.5 566.2 411.3 567.0 411.3 568.1 c
0.0 0.0 0.0 sc
S
0.126 w
n
410.8 568.0 m
410.8 568.7 410.3 569.3 409.5 569.3 c
408.8 569.3 408.2 568.7 408.2 568.0 c
408.2 567.2 408.8 566.7 409.5 566.7 c
410.3 566.7 410.8 567.2 410.8 568.0 c
S
n
409.4 567.3 m
409.4 568.7 l
1.39999 w
S
0.126 w
n
474.4 568.1 m
474.4 569.1 473.6 570.0 472.5 570.0 c
471.5 570.0 470.6 569.1 470.6 568.1 c
470.6 567.0 471.5 566.2 472.5 566.2 c
473.6 566.2 474.4 567.0 474.4 568.1 c
0.943 0.622 0.0 sc
f
0.252 w
n
474.4 568.1 m
474.4 569.1 473.6 570.0 472.5 570.0 c
471.5 570.0 470.6 569.1 470.6 568.1 c
470.6 567.0 471.5 566.2 472.5 566.2 c
473.6 566.2 474.4 567.0 474.4 568.1 c
0.0 0.0 0.0 sc
S
0.126 w
n
473.7 568.0 m
473.7 568.7 473.1 569.3 472.4 569.3 c
471.7 569.3 471.1 568.7 471.1 568.0 c
471.1 567.2 471.7 566.7 472.4 566.7 c
473.1 566.7 473.7 567.2 473.7 568.0 c
S
n
472.4 567.3 m
472.4 568.7 l
1.39999 w
S
0.126 w
n
376.7 568.1 m
376.7 569.1 375.9 570.0 374.8 570.0 c
373.8 570.0 373.0 569.1 373.0 568.1 c
373.0 567.0 373.8 566.2 374.8 566.2 c
375.9 566.2 376.7 567.0 376.7 568.1 c
0.943 0.622 0.0 sc
f
0.252 w
n
376.7 568.1 m
376.7 569.1 375.9 570.0 374.8 570.0 c
373.8 570.0 373.0 569.1 373.0 568.1 c
373.0 567.0 373.8 566.2 374.8 566.2 c
375.9 566.2 376.7 567.0 376.7 568.1 c
0.0 0.0 0.0 sc
S
0.126 w
n
376.0 568.0 m
376.0 568.7 375.5 569.3 374.7 569.3 c
374.0 569.3 373.4 568.7 373.4 568.0 c
373.4 567.2 374.0 566.7 374.7 566.7 c
375.5 566.7 376.0 567.2 376.0 568.0 c
S
n
374.8 567.3 m
374.8 568.7 l
1.39999 w
S
0.126 w
n
509.0 568.1 m
509.0 569.1 508.1 570.0 507.1 570.0 c
506.0 570.0 505.2 569.1 505.2 568.1 c
505.2 567.0 506.0 566.2 507.1 566.2 c
508.1 566.2 509.0 567.0 509.0 568.1 c
0.943 0.622 0.0 sc
f
0.252 w
n
509.0 568.1 m
509.0 569.1 508.1 570.0 507.1 570.0 c
506.0 570.0 505.2 569.1 505.2 568.1 c
505.2 567.0 506.0 566.2 507.1 566.2 c
508.1 566.2 509.0 567.0 509.0 568.1 c
0.0 0.0 0.0 sc
S
0.126 w
n
508.5 568.0 m
508.5 568.7 507.9 569.3 507.2 569.3 c
506.5 569.3 505.9 568.7 505.9 568.0 c
505.9 567.2 506.5 566.7 507.2 566.7 c
507.9 566.7 508.5 567.2 508.5 568.0 c
S
n
507.1 567.3 m
507.1 568.7 l
1.39999 w
S
0.126 w
0.252 w
n
391.2 580.9 m
391.2 589.3 l
391.5 589.3 l
391.5 588.7 392.1 588.0 392.8 588.0 c
393.4 588.0 394.0 588.7 394.0 589.3 c
394.3 589.3 l
394.3 572.5 l
394.0 572.5 l
394.0 573.1 393.4 573.7 392.8 573.7 c
392.1 573.7 391.5 573.1 391.5 572.5 c
391.2 572.5 l
h
391.5 589.3 m
391.5 572.5 l
394.0 589.3 m
394.0 572.5 l
S
n
392.8 577.5 m
388.1 577.5 l
388.1 582.5 l
390.9 582.5 l
390.9 579.4 l
394.5 579.4 l
394.5 582.5 l
397.3 582.5 l
397.3 577.5 l
392.6 577.5 l
f
n
487.6 580.9 m
487.6 589.3 l
487.9 589.3 l
487.9 588.7 488.5 588.0 489.1 588.0 c
489.8 588.0 490.4 588.7 490.4 589.3 c
490.7 589.3 l
490.7 572.5 l
490.4 572.5 l
490.4 573.1 489.8 573.7 489.1 573.7 c
488.5 573.7 487.9 573.1 487.9 572.5 c
487.6 572.5 l
h
487.9 589.3 m
487.9 572.5 l
490.4 589.3 m
490.4 572.5 l
S
n
489.1 577.5 m
484.4 577.5 l
484.4 582.5 l
487.2 582.5 l
487.2 579.4 l
490.8 579.4 l
490.8 582.5 l
493.6 582.5 l
493.6 577.5 l
488.9 577.5 l
f


towsnap restore

%%%%% end tower






} store








/Carriers_were_used_in_Pairs 

{ setbackground
(Carriers were used in pairs\274) settitle
/tabs [6 0 0 ]store   % 4 is normal




{

(|h|3|t|9n|4  Visit a Tension Station.
|h
   |t|9n|4  Hike the Tram Route.
|h
   |t|9n|4  Play the "orienteering" game.
|h
   |t|9n|4  Scan the Museum photos.
|h
   |t|9n|4  Enhance and restore the photos.
|h
   |t|9n|4  Expand the website. Make a CD.
|h
   |t|9n|4  Research Family Histories.
|h
   |t|9n|4  Recover a tram carrier car.
|h
   |t|9n|4  Reconstruct a tram tower.

) setbody

} pop

% the carrier art







%!PS-Adobe-3.0
%%Title: tcar1.pdf


%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%


% my command interpretations

/m {moveto} store
/l {lineto} store
/q {gsave} store
/Q {grestore} store
/h {closepath} store

/W {clip} store
/w {setlinewidth} store
/n {newpath} store
/setSA {setstrokeadjust} store
/cs {setcolorspace} store
/sc {setcolor} store

/S {stroke} store
/c {curveto} store
/f {fill} store

/j {setlinejoin} store
/J {setlinecap} store




/bd {bind def} store

/Tf {
_pdf_FontDirectory 2 index 2 copy known
{get exch 3 -1 roll pop}
{pop pop}
ifelse
selectfont
} bd


/re {
4 2 roll m
1 index 0 rlineto
0 exch rlineto
neg 0 rlineto
h
} bd





(\n\nstarting\n\n\n\n) print flush







-43  -75 translate 0.155 dup scale   % adjust to page










{ % cancel border


q
324.0 486.0 m
558.0 486.0 l
558.0 738.0 l
324.0 738.0 l
h
W
n
true setSA
2.0 w
n
330.4 711.1 m
551.6 711.1 l
441.0 494.1 m
335.0 494.1 l
332.791 494.1 331.0 495.891 331.0 498.1 c
331.0 730.1 l
331.0 732.309 332.791 734.1 335.0 734.1 c
547.0 734.1 l
549.209 734.1 551.0 732.309 551.0 730.1 c
551.0 498.1 l
551.0 495.891 549.209 494.1 547.0 494.1 c
441.0 494.1 l
[/DeviceRGB] cs 0.865 0.984 1.0 sc
f
n
1.0 1.0 1.0 sc
331.000000 494.099976 220.000000 217.000000 rectfill

n
330.4 711.1 m
551.6 711.1 l
441.0 494.1 m
335.0 494.1 l
332.791 494.1 331.0 495.891 331.0 498.1 c
331.0 730.1 l
331.0 732.309 332.791 734.1 335.0 734.1 c
547.0 734.1 l
549.209 734.1 551.0 732.309 551.0 730.1 c
551.0 498.1 l
551.0 495.891 549.209 494.1 547.0 494.1 c
441.0 494.1 l
0.0 0.0 0.0 sc
S
1.0 w
n
330.4 711.1 m
551.6 711.1 l
441.0 494.1 m
335.0 494.1 l
332.791 494.1 331.0 495.891 331.0 498.1 c
331.0 730.1 l
331.0 732.309 332.791 734.1 335.0 734.1 c
547.0 734.1 l
549.209 734.1 551.0 732.309 551.0 730.1 c
551.0 498.1 l
551.0 495.891 549.209 494.1 547.0 494.1 c
441.0 494.1 l
1.0 1.0 1.0 sc
S
[/DeviceGray] cs 0.0 sc
369.147 718.1 m




/N14 9.0 Tf
(THE TRAM CAR OR "CARRIER")
[5.64833 6.64726 6.15233 4.6521 5.64833 6.64726 6.64726 7.64633 4.6521 6.64726 6.64726 
6.64726 4.6521 7.1514 6.64726 4.6521 4.41539 6.64726 6.64726 6.64726 6.64726 2.6514 
6.15233 6.64726 4.41539 ] pdfxs

} pop





2 J
3.0 w
n
412.4 577.8 m
412.4 586.6 l
412.4 588.0 413.5 589.1 414.8 589.1 c
467.1 589.1 l
468.4 589.1 469.5 588.0 469.5 586.7 c
469.5 577.9 l
S
2.4 w
n
412.4 577.8 m
412.4 586.6 l
412.4 588.0 413.5 589.1 414.8 589.1 c
467.1 589.1 l
468.4 589.1 469.5 588.0 469.5 586.7 c
469.5 577.9 l
[/DeviceRGB] cs 1.0 0.781 0.356 sc
S
3.0 w
n
412.4 573.3 m
412.4 564.5 l
412.4 563.1 413.5 562.1 414.8 562.1 c
467.1 562.1 l
468.4 562.1 469.5 563.1 469.5 564.5 c
469.5 573.3 l
0.0 0.0 0.0 sc
S
2.4 w
n
412.4 573.3 m
412.4 564.5 l
412.4 563.1 413.5 562.1 414.8 562.1 c
467.1 562.1 l
468.4 562.1 469.5 563.1 469.5 564.5 c
469.5 573.3 l
1.0 0.781 0.356 sc
S
0 J
0.18 w
n
414.0 578.6 m
414.8 578.6 415.5 579.2 415.5 580.1 c
415.5 580.9 414.8 581.6 414.0 581.6 c
414.0 583.1 m
414.8 583.1 415.5 583.7 415.5 584.6 c
415.5 585.4 414.8 586.1 414.0 586.1 c
468.0 578.6 m
467.1 578.6 466.5 579.2 466.5 580.1 c
466.5 580.9 467.1 581.6 468.0 581.6 c
468.0 583.1 m
467.1 583.1 466.5 583.7 466.5 584.6 c
466.5 585.4 467.1 586.1 468.0 586.1 c
409.5 578.6 m
408.6 578.6 408.0 579.2 408.0 580.1 c
408.0 580.9 408.6 581.6 409.5 581.6 c
409.5 583.1 m
408.6 583.1 408.0 583.7 408.0 584.6 c
408.0 585.4 408.6 586.1 409.5 586.1 c
472.5 578.6 m
473.3 578.6 474.0 579.2 474.0 580.1 c
474.0 580.9 473.3 581.6 472.5 581.6 c
472.5 583.1 m
473.3 583.1 474.0 583.7 474.0 584.6 c
474.0 585.4 473.3 586.1 472.5 586.1 c
414.0 569.6 m
414.8 569.6 415.5 570.2 415.5 571.1 c
415.5 571.9 414.8 572.6 414.0 572.6 c
414.0 565.1 m
414.8 565.1 415.5 565.7 415.5 566.6 c
415.5 567.4 414.8 568.1 414.0 568.1 c
468.0 569.6 m
467.1 569.6 466.5 570.2 466.5 571.1 c
466.5 571.9 467.1 572.6 468.0 572.6 c
468.0 565.1 m
467.1 565.1 466.5 565.7 466.5 566.6 c
466.5 567.4 467.1 568.1 468.0 568.1 c
409.5 569.6 m
408.6 569.6 408.0 570.2 408.0 571.1 c
408.0 571.9 408.6 572.6 409.5 572.6 c
409.5 565.1 m
408.6 565.1 408.0 565.7 408.0 566.6 c
408.0 567.4 408.6 568.1 409.5 568.1 c
472.5 569.6 m
473.3 569.6 474.0 570.2 474.0 571.1 c
474.0 571.9 473.3 572.6 472.5 572.6 c
472.5 565.1 m
473.3 565.1 474.0 565.7 474.0 566.6 c
474.0 567.4 473.3 568.1 472.5 568.1 c
0.0 0.0 0.0 sc
S
0.228 w
n
410.4 593.6 m
434.6 666.1 l
433.2 666.5 l
409.0 594.0 l
410.4 593.6 l
410.3 598.0 m
409.6 598.2 409.0 597.9 408.7 597.3 c
408.5 596.6 408.9 595.9 409.5 595.7 c
416.0 615.1 m
415.3 615.3 414.7 615.0 414.5 614.3 c
414.2 613.7 414.6 613.0 415.2 612.8 c
S
0.114 w
n
412.3 594.8 m
413.0 594.6 413.7 594.9 413.9 595.5 c
414.1 596.2 413.7 596.8 413.1 597.1 c
418.1 611.9 m
418.7 611.6 419.4 612.0 419.6 612.6 c
419.8 613.2 419.4 613.9 418.8 614.1 c
S
0.228 w
n
426.4 646.4 m
425.8 646.6 425.1 646.2 424.9 645.6 c
424.7 645.0 425.1 644.3 425.7 644.1 c
432.2 663.4 m
431.5 663.7 430.8 663.3 430.6 662.7 c
430.4 662.1 430.8 661.4 431.4 661.2 c
S
0.114 w
n
428.5 643.1 m
429.2 642.9 429.8 643.3 430.0 643.9 c
430.3 644.5 429.9 645.2 429.3 645.4 c
434.2 660.2 m
434.9 660.0 435.5 660.3 435.8 661.0 c
436.0 661.6 435.6 662.3 435.0 662.5 c
468.8 597.1 m
468.2 596.8 467.8 596.2 468.0 595.5 c
468.2 594.9 468.9 594.6 469.6 594.8 c
463.1 614.1 m
462.5 613.9 462.1 613.2 462.3 612.6 c
462.5 612.0 463.2 611.6 463.8 611.9 c
S
0.228 w
n
472.4 595.7 m
473.0 595.9 473.4 596.6 473.2 597.3 c
472.9 597.9 472.3 598.2 471.6 598.0 c
466.7 612.8 m
467.3 613.0 467.7 613.7 467.4 614.3 c
467.2 615.0 466.6 615.3 465.9 615.1 c
S
0.114 w
n
452.6 645.4 m
452.0 645.2 451.6 644.5 451.9 643.9 c
452.1 643.3 452.7 642.9 453.4 643.1 c
446.9 662.5 m
446.3 662.3 445.9 661.6 446.1 661.0 c
446.4 660.3 447.0 660.0 447.7 660.2 c
S
0.228 w
n
456.2 644.1 m
456.8 644.3 457.2 645.0 457.0 645.6 c
456.8 646.2 456.1 646.6 455.5 646.4 c
450.5 661.2 m
451.1 661.4 451.5 662.1 451.3 662.7 c
451.1 663.3 450.4 663.7 449.7 663.4 c
426.5 641.9 m
438.0 676.1 l
438.0 676.1 m
426.5 641.9 l
426.5 641.9 m
428.0 641.4 l
428.0 641.4 m
435.3 663.6 l
435.8 664.8 436.9 665.6 438.2 665.6 c
440.7 665.6 l
S
0.114 w
n
455.4 641.9 m
443.9 676.1 l
443.9 676.1 m
455.4 641.9 l
455.4 641.9 m
453.9 641.4 l
453.9 641.4 m
446.6 663.6 l
446.1 664.8 445.0 665.6 443.7 665.6 c
441.2 665.6 l
471.6 593.6 m
447.4 666.1 l
448.8 666.5 l
473.0 594.0 l
471.6 593.6 l
S
0.228 w
n
418.0 616.3 m
419.4 615.8 l
419.4 615.8 m
411.6 592.5 l
411.4 591.9 411.3 591.4 411.3 590.8 c
411.1 583.9 l
411.3 596.4 m
410.2 592.9 l
409.9 592.2 409.8 591.5 409.7 590.8 c
409.4 584.4 l
S
0.114 w
n
463.9 616.3 m
462.5 615.8 l
462.5 615.8 m
470.3 592.5 l
470.5 591.9 470.6 591.4 470.6 590.8 c
470.8 583.9 l
470.6 596.4 m
471.7 592.9 l
472.0 592.2 472.1 591.5 472.2 590.8 c
472.5 584.4 l
S
0.18 w
n
411.0 580.1 m
411.0 571.1 l
409.5 586.1 m
409.5 566.6 l
471.0 580.1 m
471.0 571.1 l
472.5 586.1 m
472.5 566.6 l
S
n
441.0 602.6 m
448.3 602.6 l
448.8 602.6 449.2 602.1 449.2 601.7 c
449.2 582.5 l
449.2 582.0 449.6 581.6 450.1 581.6 c
450.5 581.6 l
451.0 581.6 451.5 581.1 451.5 580.7 c
451.5 557.0 l
451.5 556.5 451.0 556.1 450.6 556.1 c
431.4 556.1 l
430.9 556.1 430.5 556.5 430.5 557.0 c
430.5 580.7 l
430.5 581.1 430.9 581.6 431.4 581.6 c
431.8 581.6 l
432.3 581.6 432.7 582.0 432.7 582.5 c
432.7 601.7 l
432.7 602.1 433.1 602.6 433.6 602.6 c
440.9 602.6 l
1.0 1.0 1.0 sc
f
0.9 w
n
441.0 602.6 m
448.3 602.6 l
448.8 602.6 449.2 602.1 449.2 601.7 c
449.2 582.5 l
449.2 582.0 449.6 581.6 450.1 581.6 c
450.5 581.6 l
451.0 581.6 451.5 581.1 451.5 580.7 c
451.5 557.0 l
451.5 556.5 451.0 556.1 450.6 556.1 c
431.4 556.1 l
430.9 556.1 430.5 556.5 430.5 557.0 c
430.5 580.7 l
430.5 581.1 430.9 581.6 431.4 581.6 c
431.8 581.6 l
432.3 581.6 432.7 582.0 432.7 582.5 c
432.7 601.7 l
432.7 602.1 433.1 602.6 433.6 602.6 c
440.9 602.6 l
S
0.36 w
n
441.0 602.6 m
448.3 602.6 l
448.8 602.6 449.2 602.1 449.2 601.7 c
449.2 582.5 l
449.2 582.0 449.6 581.6 450.1 581.6 c
450.5 581.6 l
451.0 581.6 451.5 581.1 451.5 580.7 c
451.5 557.0 l
451.5 556.5 451.0 556.1 450.6 556.1 c
431.4 556.1 l
430.9 556.1 430.5 556.5 430.5 557.0 c
430.5 580.7 l
430.5 581.1 430.9 581.6 431.4 581.6 c
431.8 581.6 l
432.3 581.6 432.7 582.0 432.7 582.5 c
432.7 601.7 l
432.7 602.1 433.1 602.6 433.6 602.6 c
440.9 602.6 l
435.0 571.1 m
435.0 574.7 l
435.0 575.1 435.4 575.6 435.9 575.6 c
446.1 575.6 l
446.5 575.6 447.0 575.1 447.0 574.7 c
447.0 571.1 l
0.0 0.0 0.0 sc
S
1.2 w
n
453.0 562.1 m
453.0 568.7 447.6 574.1 441.0 574.1 c
434.3 574.1 429.0 568.7 429.0 562.1 c
429.0 555.4 434.3 550.1 441.0 550.1 c
447.6 550.1 453.0 555.4 453.0 562.1 c
1.0 1.0 1.0 sc
S
n
453.0 562.1 m
453.0 568.7 447.6 574.1 441.0 574.1 c
434.3 574.1 429.0 568.7 429.0 562.1 c
429.0 555.4 434.3 550.1 441.0 550.1 c
447.6 550.1 453.0 555.4 453.0 562.1 c
1.0 0.891 0.678 sc
f
0.36 w
n
453.0 562.1 m
453.0 568.7 447.6 574.1 441.0 574.1 c
434.3 574.1 429.0 568.7 429.0 562.1 c
429.0 555.4 434.3 550.1 441.0 550.1 c
447.6 550.1 453.0 555.4 453.0 562.1 c
0.0 0.0 0.0 sc
S
n
447.0 562.1 m
447.0 565.4 444.3 568.1 441.0 568.1 c
437.6 568.1 435.0 565.4 435.0 562.1 c
435.0 558.7 437.6 556.1 441.0 556.1 c
444.3 556.1 447.0 558.7 447.0 562.1 c
1.0 1.0 1.0 sc
f
0.18 w
n
447.0 562.1 m
447.0 565.4 444.3 568.1 441.0 568.1 c
437.6 568.1 435.0 565.4 435.0 562.1 c
435.0 558.7 437.6 556.1 441.0 556.1 c
444.3 556.1 447.0 558.7 447.0 562.1 c
0.0 0.0 0.0 sc
S
n
442.8 562.1 m
442.8 563.1 442.0 563.9 441.0 563.9 c
439.9 563.9 439.1 563.1 439.1 562.1 c
439.1 561.0 439.9 560.2 441.0 560.2 c
442.0 560.2 442.8 561.0 442.8 562.1 c
1.0 0.891 0.678 sc
f
n
442.8 562.1 m
442.8 563.1 442.0 563.9 441.0 563.9 c
439.9 563.9 439.1 563.1 439.1 562.1 c
439.1 561.0 439.9 560.2 441.0 560.2 c
442.0 560.2 442.8 561.0 442.8 562.1 c
0.0 0.0 0.0 sc
S
0.54 w
n
439.6 560.7 m
442.3 563.4 l
S



% TRENTON

437.492 563.804 m
 /Helvetica-Bold findfont
[1.151 1.648 -1.648 1.151 0.0 0.0] makefont setfont
(T) show

438.081 564.686 m
/Helvetica-Bold findfont
[1.588 1.232 -1.232 1.588 0.0 0.0] 
makefont setfont
(R) show

439.075 565.492 m
/Helvetica-Bold findfont
[1.892 0.678 -0.678 1.892 0.0 0.0]
makefont setfont
(E) show


440.169 565.91 m
/Helvetica-Bold findfont
[2.009 0.057 -0.057 2.009 0.0 0.0]
makefont setfont
(N) show

441.448 565.974 m
/Helvetica-Bold findfont
[1.936 -0.541 0.541 1.936 0.0 0.0]
makefont setfont
(T) show

442.474 565.71 m
/Helvetica-Bold findfont
[1.672 -1.115 1.115 1.672 0.0 0.0]
makefont setfont
(O) show


443.648 564.963 m
/Helvetica-Bold findfont
[1.198 -1.614 1.614 1.198 0.0 0.0]
makefont setfont
(N) show





% IRON 


436.419 559.241 m
/Helvetica-Bold findfont
[1.151 -1.648 1.648 1.151 0.0 0.0]
makefont setfont
(I) show

436.989 558.484 m
/Helvetica-Bold findfont
[1.534 -1.299 1.299 1.534 0.0 0.0]
makefont setfont
(R) show

438.429 557.351 m
/Helvetica-Bold findfont
[1.887 -0.692 0.692 1.887 0.0 0.0]
makefont setfont
(O) show


440.277 556.749 m
/Helvetica-Bold findfont
[2.01 0 0 2.01 0.0 0.0]
makefont setfont
(N) show


% CO


443.014 557.09 m
/Helvetica-Bold findfont
[1.748 0.993 -0.993 1.748 0.0 0.0]
makefont setfont
(C) show


444.574 558.052 m
/Helvetica-Bold findfont
[1.299 1.534 -1.534 1.299 0.0 0.0]
makefont setfont
(O) show



%%% fake 1903????


435.7 561.3 m
/Helvetica-Bold findfont
[2 0 0 2 0.0 0.0] 
makefont setfont
(1 9         0 3) show


% numbles

435.0 585.3 m
/Helvetica-Bold findfont
[2 0 0 2 0.0 0.0] 
makefont setfont
(-B-           628) show








{


437.492 563.804 m
/N14 [1.151 1.648 -1.648 1.151 0.0 0.0] Tf
(T) show
438.081 564.686 m
/N14 [1.588 1.232 -1.232 1.588 0.0 0.0] Tf
(R) show


439.075 565.492 m
/N14 [1.892 0.678 -0.678 1.892 0.0 0.0] Tf
(E) show

440.169 565.91 m
/N14 [2.009 0.057 -0.057 2.009 0.0 0.0] Tf
(N) show
441.448 565.974 m
/N14 [1.936 -0.541 0.541 1.936 0.0 0.0] Tf
(T) show
442.474 565.71 m
/N14 [1.672 -1.115 1.115 1.672 0.0 0.0] Tf
(O) show
443.648 564.963 m
/N14 [1.198 -1.614 1.614 1.198 0.0 0.0] Tf
(N) show








% IRON


436.419 559.241 m
/N14 [1.151 -1.648 1.648 1.151 0.0 0.0] Tf
(I) show
436.989 558.484 m
/N14 [1.534 -1.299 1.299 1.534 0.0 0.0] Tf
(R) show
438.429 557.351 m
/N14 [1.887 -0.692 0.692 1.887 0.0 0.0] Tf
(O) show
440.277 556.749 m



/N14 2.01 Tf




(N) show



% co


443.014 557.09 m
/N14 [1.748 0.993 -0.993 1.748 0.0 0.0] Tf
(C) show
444.574 558.052 m
/N14 [1.299 1.534 -1.534 1.299 0.0 0.0] Tf
(O) show



%%% fake 1903????


% 435.7 561.3 m
% /N14 [1.748 0.993 -0.993 1.748 0.0 0.0] Tf
% (1 9    0 3) show







435.7 561.3 m
/N14 [2.05 0.0 0.0 2.01 0.0 0.0] Tf
(1903)
[1.16296 6.93679 1.2999 1.16296 ] pdfxs
435.0 585.3 m
/N14 [2.295 0.0 0.0 2.25 0.0 0.0] Tf
(-B-628)
[0.785561 1.6783 6.03124 1.29736 1.29736 1.29736 ] pdfxs



} pop



0.18 w
n
436.6 584.6 m
434.4 584.6 l
434.3 584.6 434.2 584.6 434.2 584.7 c
434.2 587.4 l
434.2 587.5 434.3 587.6 434.4 587.6 c
438.9 587.6 l
438.9 587.6 439.0 587.5 439.0 587.4 c
439.0 584.7 l
439.0 584.6 438.9 584.6 438.9 584.6 c
436.7 584.6 l
445.5 584.6 m
447.6 584.6 l
447.6 584.6 447.7 584.6 447.7 584.7 c
447.7 587.4 l
447.7 587.5 447.6 587.6 447.6 587.6 c
443.4 587.6 l
443.3 587.6 443.2 587.5 443.2 587.4 c
443.2 584.7 l
443.2 584.6 443.3 584.6 443.4 584.6 c
445.4 584.6 l
S
n
441.0 577.1 m
439.7 577.1 l
439.5 577.1 439.5 577.1 439.5 577.2 c
439.5 583.5 l
439.5 583.6 439.5 583.7 439.6 583.7 c
442.3 583.7 l
442.4 583.7 442.5 583.6 442.5 583.5 c
442.5 577.2 l
442.5 577.1 442.4 577.1 442.3 577.1 c
441.0 577.1 l
1.0 0.891 0.678 sc
f
n
441.0 577.1 m
439.7 577.1 l
439.5 577.1 439.5 577.1 439.5 577.2 c
439.5 583.5 l
439.5 583.6 439.5 583.7 439.6 583.7 c
442.3 583.7 l
442.4 583.7 442.5 583.6 442.5 583.5 c
442.5 577.2 l
442.5 577.1 442.4 577.1 442.3 577.1 c
441.0 577.1 l
0.0 0.0 0.0 sc
S
1.35 w
n
441.0 582.5 m
441.0 580.1 l
S
n
441.0 577.8 m
432.0 577.8 l
432.0 577.8 m
432.0 578.9 l
432.0 579.6 432.4 580.1 433.1 580.1 c
440.9 580.7 l
440.9 580.8 441.0 580.8 441.0 580.8 c
448.8 580.2 l
449.5 580.1 450.0 579.6 450.0 578.9 c
450.0 577.8 l
441.0 577.8 l
1.0 1.0 1.0 sc
f
0.36 w
n
441.0 577.8 m
432.0 577.8 l
432.0 577.8 m
432.0 578.9 l
432.0 579.6 432.4 580.1 433.1 580.1 c
440.9 580.7 l
440.9 580.8 441.0 580.8 441.0 580.8 c
448.8 580.2 l
449.5 580.1 450.0 579.6 450.0 578.9 c
450.0 577.8 l
441.0 577.8 l
h
0.0 0.0 0.0 sc
S
0.18 w
n
441.0 588.5 m
439.7 588.5 l
439.5 588.5 439.5 588.5 439.5 588.6 c
439.5 592.7 l
439.5 592.9 439.5 593.0 439.6 593.0 c
442.3 593.0 l
442.4 593.0 442.5 592.9 442.5 592.8 c
442.5 588.7 l
442.5 588.5 442.4 588.5 442.3 588.5 c
441.0 588.5 l
S
0.9 w
n
433.5 596.6 m
433.5 593.6 l
439.95 593.6 l
439.95 589.7 l
442.05 589.7 l
442.05 593.6 l
448.5 593.6 l
448.5 596.6 l
442.5 596.6 l
442.5 615.8 l
441.9 616.4 l
440.1 616.4 l
439.5 615.8 l
439.5 596.6 l
433.5 596.6 l
1.0 1.0 1.0 sc
S
n
433.5 596.6 m
433.5 593.6 l
439.95 593.6 l
439.95 589.7 l
442.05 589.7 l
442.05 593.6 l
448.5 593.6 l
448.5 596.6 l
442.5 596.6 l
442.5 615.8 l
441.9 616.4 l
440.1 616.4 l
439.5 615.8 l
439.5 596.6 l
433.5 596.6 l
1.0 0.891 0.678 sc
f
0.18 w
n
433.5 596.6 m
433.5 593.6 l
439.95 593.6 l
439.95 589.7 l
442.05 589.7 l
442.05 593.6 l
448.5 593.6 l
448.5 596.6 l
442.5 596.6 l
442.5 615.8 l
441.9 616.4 l
440.1 616.4 l
439.5 615.8 l
439.5 596.6 l
433.5 596.6 l
0.0 0.0 0.0 sc
S
n
444.7 611.5 m
444.7 613.6 443.0 615.2 441.0 615.2 c
438.9 615.2 437.2 613.6 437.2 611.5 c
437.2 609.4 438.9 607.7 441.0 607.7 c
443.0 607.7 444.7 609.4 444.7 611.5 c
f
n
441.0 607.8 m
439.0 607.8 l
438.7 607.8 438.6 607.9 438.6 608.1 c
438.6 608.5 l
438.6 608.7 438.7 608.9 438.9 608.9 c
443.1 608.9 l
443.2 608.9 443.4 608.7 443.4 608.6 c
443.4 608.2 l
443.4 607.9 443.2 607.8 443.1 607.8 c
441.0 607.8 l
1.0 1.0 1.0 sc
f
n
441.0 607.8 m
439.0 607.8 l
438.7 607.8 438.6 607.9 438.6 608.1 c
438.6 608.5 l
438.6 608.7 438.7 608.9 438.9 608.9 c
443.1 608.9 l
443.2 608.9 443.4 608.7 443.4 608.6 c
443.4 608.2 l
443.4 607.9 443.2 607.8 443.1 607.8 c
441.0 607.8 l
0.0 0.0 0.0 sc
S
n
441.0 614.1 m
439.0 614.1 l
438.7 614.1 438.6 614.2 438.6 614.4 c
438.6 614.8 l
438.6 615.0 438.7 615.2 438.9 615.2 c
443.1 615.2 l
443.2 615.2 443.4 615.0 443.4 614.9 c
443.4 614.5 l
443.4 614.2 443.2 614.1 443.1 614.1 c
441.0 614.1 l
1.0 1.0 1.0 sc
f
n
441.0 614.1 m
439.0 614.1 l
438.7 614.1 438.6 614.2 438.6 614.4 c
438.6 614.8 l
438.6 615.0 438.7 615.2 438.9 615.2 c
443.1 615.2 l
443.2 615.2 443.4 615.0 443.4 614.9 c
443.4 614.5 l
443.4 614.2 443.2 614.1 443.1 614.1 c
441.0 614.1 l
0.0 0.0 0.0 sc
S
n
436.5 590.6 m
434.9 590.6 l
434.5 590.6 434.2 590.8 434.2 591.2 c
434.2 599.0 l
434.2 599.3 434.5 599.6 434.8 599.6 c
438.1 599.6 l
438.4 599.6 438.7 599.3 438.7 599.0 c
438.7 591.2 l
438.7 590.8 438.4 590.6 438.1 590.6 c
436.5 590.6 l
1.0 1.0 1.0 sc
f
n
436.5 590.6 m
434.9 590.6 l
434.5 590.6 434.2 590.8 434.2 591.2 c
434.2 599.0 l
434.2 599.3 434.5 599.6 434.8 599.6 c
438.1 599.6 l
438.4 599.6 438.7 599.3 438.7 599.0 c
438.7 591.2 l
438.7 590.8 438.4 590.6 438.1 590.6 c
436.5 590.6 l
0.0 0.0 0.0 sc
S
n
445.5 590.6 m
447.1 590.6 l
447.4 590.6 447.7 590.8 447.7 591.2 c
447.7 599.0 l
447.7 599.3 447.4 599.6 447.1 599.6 c
443.8 599.6 l
443.5 599.6 443.2 599.3 443.2 599.0 c
443.2 591.2 l
443.2 590.8 443.5 590.6 443.8 590.6 c
445.4 590.6 l
1.0 1.0 1.0 sc
f
n
445.5 590.6 m
447.1 590.6 l
447.4 590.6 447.7 590.8 447.7 591.2 c
447.7 599.0 l
447.7 599.3 447.4 599.6 447.1 599.6 c
443.8 599.6 l
443.5 599.6 443.2 599.3 443.2 599.0 c
443.2 591.2 l
443.2 590.8 443.5 590.6 443.8 590.6 c
445.4 590.6 l
0.0 0.0 0.0 sc
S
3.3 w
n
381.0 676.1 m
421.5 668.3 l
422.5 668.0 423.4 668.0 424.4 668.0 c
457.5 668.0 l
458.5 668.0 459.4 668.0 460.4 668.2 c
500.9 676.0 l
1.0 1.0 1.0 sc
S
2.7 w
n
381.0 676.1 m
421.5 668.3 l
422.5 668.0 423.4 668.0 424.4 668.0 c
457.5 668.0 l
458.5 668.0 459.4 668.0 460.4 668.2 c
500.9 676.0 l
0.0 0.0 0.0 sc
S
n
435.9 679.1 m
435.9 686.2 430.1 692.0 423.0 692.0 c
415.8 692.0 410.1 686.2 410.1 679.1 c
410.1 671.9 415.8 666.2 423.0 666.2 c
430.1 666.2 435.9 671.9 435.9 679.1 c
1.0 1.0 1.0 sc
f
0.36 w
n
435.9 679.1 m
435.9 686.2 430.1 692.0 423.0 692.0 c
415.8 692.0 410.1 686.2 410.1 679.1 c
410.1 671.9 415.8 666.2 423.0 666.2 c
430.1 666.2 435.9 671.9 435.9 679.1 c
0.0 0.0 0.0 sc
S
n
433.5 679.1 m
433.5 684.8 428.7 689.6 423.0 689.6 c
417.2 689.6 412.5 684.8 412.5 679.1 c
412.5 673.3 417.2 668.6 423.0 668.6 c
428.7 668.6 433.5 673.3 433.5 679.1 c
1.0 0.891 0.678 sc
f
0.18 w
n
433.5 679.1 m
433.5 684.8 428.7 689.6 423.0 689.6 c
417.2 689.6 412.5 684.8 412.5 679.1 c
412.5 673.3 417.2 668.6 423.0 668.6 c
428.7 668.6 433.5 673.3 433.5 679.1 c
0.0 0.0 0.0 sc
S
n
430.1 683.6 m
430.1 685.1 428.9 686.3 427.4 686.3 c
425.9 686.3 424.7 685.1 424.7 683.6 c
424.7 682.1 425.9 680.9 427.4 680.9 c
428.9 680.9 430.1 682.1 430.1 683.6 c
1.0 1.0 1.0 sc
f
n
430.1 683.6 m
430.1 685.1 428.9 686.3 427.4 686.3 c
425.9 686.3 424.7 685.1 424.7 683.6 c
424.7 682.1 425.9 680.9 427.4 680.9 c
428.9 680.9 430.1 682.1 430.1 683.6 c
0.0 0.0 0.0 sc
S
n
430.1 674.5 m
430.1 676.0 428.9 677.2 427.4 677.2 c
425.9 677.2 424.7 676.0 424.7 674.5 c
424.7 673.0 425.9 671.8 427.4 671.8 c
428.9 671.8 430.1 673.0 430.1 674.5 c
1.0 1.0 1.0 sc
f
n
430.1 674.5 m
430.1 676.0 428.9 677.2 427.4 677.2 c
425.9 677.2 424.7 676.0 424.7 674.5 c
424.7 673.0 425.9 671.8 427.4 671.8 c
428.9 671.8 430.1 673.0 430.1 674.5 c
0.0 0.0 0.0 sc
S
n
421.2 683.6 m
421.2 685.1 420.0 686.3 418.5 686.3 c
417.0 686.3 415.8 685.1 415.8 683.6 c
415.8 682.1 417.0 680.9 418.5 680.9 c
420.0 680.9 421.2 682.1 421.2 683.6 c
1.0 1.0 1.0 sc
f
n
421.2 683.6 m
421.2 685.1 420.0 686.3 418.5 686.3 c
417.0 686.3 415.8 685.1 415.8 683.6 c
415.8 682.1 417.0 680.9 418.5 680.9 c
420.0 680.9 421.2 682.1 421.2 683.6 c
0.0 0.0 0.0 sc
S
n
421.2 674.5 m
421.2 676.0 420.0 677.2 418.5 677.2 c
417.0 677.2 415.8 676.0 415.8 674.5 c
415.8 673.0 417.0 671.8 418.5 671.8 c
420.0 671.8 421.2 673.0 421.2 674.5 c
1.0 1.0 1.0 sc
f
n
421.2 674.5 m
421.2 676.0 420.0 677.2 418.5 677.2 c
417.0 677.2 415.8 676.0 415.8 674.5 c
415.8 673.0 417.0 671.8 418.5 671.8 c
420.0 671.8 421.2 673.0 421.2 674.5 c
0.0 0.0 0.0 sc
S
n
471.9 679.1 m
471.9 686.2 466.1 692.0 459.0 692.0 c
451.8 692.0 446.1 686.2 446.1 679.1 c
446.1 671.9 451.8 666.2 459.0 666.2 c
466.1 666.2 471.9 671.9 471.9 679.1 c
1.0 1.0 1.0 sc
f
0.36 w
n
471.9 679.1 m
471.9 686.2 466.1 692.0 459.0 692.0 c
451.8 692.0 446.1 686.2 446.1 679.1 c
446.1 671.9 451.8 666.2 459.0 666.2 c
466.1 666.2 471.9 671.9 471.9 679.1 c
0.0 0.0 0.0 sc
S
n
469.5 679.1 m
469.5 684.8 464.7 689.6 459.0 689.6 c
453.2 689.6 448.5 684.8 448.5 679.1 c
448.5 673.3 453.2 668.6 459.0 668.6 c
464.7 668.6 469.5 673.3 469.5 679.1 c
1.0 0.891 0.678 sc
f
0.18 w
n
469.5 679.1 m
469.5 684.8 464.7 689.6 459.0 689.6 c
453.2 689.6 448.5 684.8 448.5 679.1 c
448.5 673.3 453.2 668.6 459.0 668.6 c
464.7 668.6 469.5 673.3 469.5 679.1 c
0.0 0.0 0.0 sc
S
n
466.1 683.6 m
466.1 685.1 464.9 686.3 463.4 686.3 c
461.9 686.3 460.7 685.1 460.7 683.6 c
460.7 682.1 461.9 680.9 463.4 680.9 c
464.9 680.9 466.1 682.1 466.1 683.6 c
1.0 1.0 1.0 sc
f
n
466.1 683.6 m
466.1 685.1 464.9 686.3 463.4 686.3 c
461.9 686.3 460.7 685.1 460.7 683.6 c
460.7 682.1 461.9 680.9 463.4 680.9 c
464.9 680.9 466.1 682.1 466.1 683.6 c
0.0 0.0 0.0 sc
S
n
466.1 674.5 m
466.1 676.0 464.9 677.2 463.4 677.2 c
461.9 677.2 460.7 676.0 460.7 674.5 c
460.7 673.0 461.9 671.8 463.4 671.8 c
464.9 671.8 466.1 673.0 466.1 674.5 c
1.0 1.0 1.0 sc
f
n
466.1 674.5 m
466.1 676.0 464.9 677.2 463.4 677.2 c
461.9 677.2 460.7 676.0 460.7 674.5 c
460.7 673.0 461.9 671.8 463.4 671.8 c
464.9 671.8 466.1 673.0 466.1 674.5 c
0.0 0.0 0.0 sc
S
n
457.2 683.6 m
457.2 685.1 456.0 686.3 454.5 686.3 c
453.0 686.3 451.8 685.1 451.8 683.6 c
451.8 682.1 453.0 680.9 454.5 680.9 c
456.0 680.9 457.2 682.1 457.2 683.6 c
1.0 1.0 1.0 sc
f
n
457.2 683.6 m
457.2 685.1 456.0 686.3 454.5 686.3 c
453.0 686.3 451.8 685.1 451.8 683.6 c
451.8 682.1 453.0 680.9 454.5 680.9 c
456.0 680.9 457.2 682.1 457.2 683.6 c
0.0 0.0 0.0 sc
S
n
457.2 674.5 m
457.2 676.0 456.0 677.2 454.5 677.2 c
453.0 677.2 451.8 676.0 451.8 674.5 c
451.8 673.0 453.0 671.8 454.5 671.8 c
456.0 671.8 457.2 673.0 457.2 674.5 c
1.0 1.0 1.0 sc
f
n
457.2 674.5 m
457.2 676.0 456.0 677.2 454.5 677.2 c
453.0 677.2 451.8 676.0 451.8 674.5 c
451.8 673.0 453.0 671.8 454.5 671.8 c
456.0 671.8 457.2 673.0 457.2 674.5 c
0.0 0.0 0.0 sc
S
0.9 w
n
441.0 682.1 m
423.0 682.1 l
419.7 682.1 418.7 677.7 421.6 676.3 c
439.6 667.7 l
440.5 667.3 441.4 667.3 442.2 667.7 c
460.2 676.3 l
463.2 677.7 462.2 682.1 459.0 682.1 c
441.0 682.1 l
1.0 1.0 1.0 sc
S
n
441.0 682.1 m
423.0 682.1 l
419.7 682.1 418.7 677.7 421.6 676.3 c
439.6 667.7 l
440.5 667.3 441.4 667.3 442.2 667.7 c
460.2 676.3 l
463.2 677.7 462.2 682.1 459.0 682.1 c
441.0 682.1 l
f
0.18 w
n
441.0 682.1 m
423.0 682.1 l
419.7 682.1 418.7 677.7 421.6 676.3 c
439.6 667.7 l
440.5 667.3 441.4 667.3 442.2 667.7 c
460.2 676.3 l
463.2 677.7 462.2 682.1 459.0 682.1 c
441.0 682.1 l
0.0 0.0 0.0 sc
S
n
450.7 680.0 m
450.7 680.4 450.4 680.8 450.0 680.8 c
449.5 680.8 449.2 680.4 449.2 680.0 c
449.2 679.6 449.5 679.3 450.0 679.3 c
450.4 679.3 450.7 679.6 450.7 680.0 c
f
n
432.7 680.0 m
432.7 680.4 432.4 680.8 432.0 680.8 c
431.5 680.8 431.2 680.4 431.2 680.0 c
431.2 679.6 431.5 679.3 432.0 679.3 c
432.4 679.3 432.7 679.6 432.7 680.0 c
f
n
424.9 679.1 m
424.9 680.1 424.0 681.0 423.0 681.0 c
421.9 681.0 421.0 680.1 421.0 679.1 c
421.0 678.0 421.9 677.1 423.0 677.1 c
424.0 677.1 424.9 678.0 424.9 679.1 c
460.9 679.1 m
460.9 680.1 460.0 681.0 459.0 681.0 c
457.9 681.0 457.0 680.1 457.0 679.1 c
457.0 678.0 457.9 677.1 459.0 677.1 c
460.0 677.1 460.9 678.0 460.9 679.1 c
S
n
424.2 679.1 m
424.2 679.7 423.6 680.3 423.0 680.3 c
422.3 680.3 421.8 679.7 421.8 679.1 c
421.8 678.4 422.3 677.9 423.0 677.9 c
423.6 677.9 424.2 678.4 424.2 679.1 c
f
n
460.2 679.1 m
460.2 679.7 459.6 680.3 459.0 680.3 c
458.3 680.3 457.8 679.7 457.8 679.1 c
457.8 678.4 458.3 677.9 459.0 677.9 c
459.6 677.9 460.2 678.4 460.2 679.1 c
f
n
443.7 672.3 m
443.7 673.8 442.4 675.0 441.0 675.0 c
439.5 675.0 438.3 673.8 438.3 672.3 c
438.3 670.8 439.5 669.6 441.0 669.6 c
442.4 669.6 443.7 670.8 443.7 672.3 c
1.0 0.891 0.678 sc
f
n
443.7 672.3 m
443.7 673.8 442.4 675.0 441.0 675.0 c
439.5 675.0 438.3 673.8 438.3 672.3 c
438.3 670.8 439.5 669.6 441.0 669.6 c
442.4 669.6 443.7 670.8 443.7 672.3 c
0.0 0.0 0.0 sc
S
n
441.4 672.3 m
441.4 672.6 441.2 672.8 441.0 672.8 c
440.7 672.8 440.5 672.6 440.5 672.3 c
440.5 672.1 440.7 671.9 441.0 671.9 c
441.2 671.9 441.4 672.1 441.4 672.3 c
f
0.45 w
n
444.1 672.3 m
444.1 672.7 443.8 673.1 443.4 673.1 c
442.9 673.1 442.6 672.7 442.6 672.3 c
442.6 671.9 442.9 671.6 443.4 671.6 c
443.8 671.6 444.1 671.9 444.1 672.3 c
1.0 1.0 1.0 sc
S
n
444.1 672.3 m
444.1 672.7 443.8 673.1 443.4 673.1 c
442.9 673.1 442.6 672.7 442.6 672.3 c
442.6 671.9 442.9 671.6 443.4 671.6 c
443.8 671.6 444.1 671.9 444.1 672.3 c
0.0 0.0 0.0 sc
f
n
443.7 672.3 m
443.7 672.5 443.5 672.6 443.4 672.6 c
443.2 672.6 443.1 672.5 443.1 672.3 c
443.1 672.2 443.2 672.0 443.4 672.0 c
443.5 672.0 443.7 672.2 443.7 672.3 c
1.0 1.0 1.0 sc
f
1 J
0.48 w
n
441.0 672.3 m
439.7 672.3 438.6 672.1 437.5 672.8 c
441.0 672.3 m
439.6 672.3 438.4 672.4 437.2 671.7 c
0.0 0.0 0.0 sc
S
n
442.8 672.2 m
442.8 673.2 441.9 674.0 441.0 674.0 c
440.0 674.0 439.2 673.2 439.2 672.2 c
439.2 671.2 440.0 670.4 441.0 670.4 c
441.9 670.4 442.8 671.2 442.8 672.2 c
1.0 1.0 1.0 sc
f
0.18 w
n
442.8 672.2 m
442.8 673.2 441.9 674.0 441.0 674.0 c
440.0 674.0 439.2 673.2 439.2 672.2 c
439.2 671.2 440.0 670.4 441.0 670.4 c
441.9 670.4 442.8 671.2 442.8 672.2 c
0.0 0.0 0.0 sc
S
0 J
1.5 w
n
410.2 571.1 m
410.2 561.1 l
410.2 558.9 411.3 556.9 413.2 555.8 c
438.7 541.1 l
S
1.05 w
n
410.2 571.1 m
410.2 561.1 l
410.2 558.9 411.3 556.9 413.2 555.8 c
438.7 541.1 l
1.0 1.0 1.0 sc
S
0.246 w
n
438.8 541.1 m
438.4 540.4 l
438.4 540.4 m
439.2 541.7 l
0.0 0.0 0.0 sc
S
1 J
0.066 w
n
432.7 542.0 m
432.4 541.4 432.6 540.6 433.2 540.3 c
433.7 540.0 434.5 540.2 434.8 540.8 c
424.9 546.5 m
424.6 545.9 424.8 545.1 425.4 544.8 c
425.9 544.5 426.7 544.7 427.0 545.3 c
S
0.246 w
n
436.3 543.3 m
436.6 543.9 436.4 544.7 435.9 545.0 c
435.3 545.3 434.5 545.1 434.2 544.5 c
428.5 547.8 m
428.8 548.4 428.6 549.2 428.1 549.5 c
427.5 549.8 426.8 549.6 426.4 549.0 c
S
0 J
1.5 w
n
471.7 571.1 m
471.7 561.1 l
471.7 558.9 470.6 556.9 468.7 555.8 c
443.2 541.1 l
S
1.05 w
n
471.7 571.1 m
471.7 561.1 l
471.7 558.9 470.6 556.9 468.7 555.8 c
443.2 541.1 l
1.0 1.0 1.0 sc
S
0.066 w
n
443.1 541.1 m
443.5 540.4 l
443.5 540.4 m
442.7 541.7 l
0.0 0.0 0.0 sc
S
1 J
0.246 w
n
447.7 544.5 m
447.4 545.1 446.6 545.3 446.0 545.0 c
445.5 544.7 445.3 543.9 445.6 543.3 c
455.5 549.0 m
455.1 549.6 454.4 549.8 453.8 549.5 c
453.3 549.2 453.1 548.4 453.4 547.8 c
S
0.066 w
n
447.1 540.8 m
447.4 540.2 448.2 540.0 448.7 540.3 c
449.3 540.6 449.5 541.4 449.2 542.0 c
454.9 545.3 m
455.2 544.7 456.0 544.5 456.5 544.8 c
457.1 545.1 457.3 545.9 457.0 546.5 c
S
2 J
1 j
1.5 w
n
440.3 526.1 m
440.3 535.0 l
440.3 537.2 439.1 539.2 437.3 540.2 c
422.8 548.6 l
S
1.05 w
n
440.3 526.1 m
440.3 535.0 l
440.3 537.2 439.1 539.2 437.3 540.2 c
422.8 548.6 l
1.0 1.0 1.0 sc
S
1.5 w
n
441.6 526.1 m
441.6 535.0 l
441.6 537.2 442.8 539.2 444.6 540.2 c
459.1 548.6 l
0.0 0.0 0.0 sc
S
1.05 w
n
441.6 526.1 m
441.6 535.0 l
441.6 537.2 442.8 539.2 444.6 540.2 c
459.1 548.6 l
1.0 1.0 1.0 sc
S
0 J
0 j
2.4 w
n
441.0 514.1 m
441.0 520.1 l
0.0 0.0 0.0 sc
S
1.95 w
n
441.0 514.1 m
441.0 520.1 l
1.0 1.0 1.0 sc
S
1 J
0.18 w
n
438.9 522.8 m
438.9 521.0 l
443.1 522.8 m
438.9 522.8 l
443.1 521.0 m
443.1 522.8 l
439.8 522.8 m
439.8 521.0 l
442.2 522.8 m
442.2 521.0 l
441.9 523.1 m
439.8 523.1 l
441.9 523.4 m
439.8 523.4 l
441.9 523.8 m
439.8 523.8 l
0.0 0.0 0.0 sc
S
1.8 w
n
438.6 534.3 m
438.6 526.4 l
438.6 526.1 438.5 526.0 438.5 525.8 c
437.2 522.1 l
436.8 521.1 437.5 520.1 438.6 520.1 c
444.5 520.1 l
S
1.35 w
n
438.6 534.3 m
438.6 526.4 l
438.6 526.1 438.5 526.0 438.5 525.8 c
437.2 522.1 l
436.8 521.1 437.5 520.1 438.6 520.1 c
444.5 520.1 l
1.0 1.0 1.0 sc
S
0.18 w
n
436.8 531.2 m
437.6 531.2 l
436.8 533.6 m
436.8 531.3 l
437.7 533.6 m
436.9 533.6 l
443.7 531.2 m
442.6 531.2 l
443.7 533.6 m
443.7 531.3 l
442.5 533.6 m
443.7 533.6 l
443.7 531.8 m
442.6 531.8 l
443.7 533.0 m
442.6 533.0 l
444.0 533.0 m
444.0 531.8 l
444.4 533.0 m
444.4 531.8 l
444.8 533.0 m
444.8 531.8 l
436.8 527.3 m
437.6 527.3 l
436.8 529.7 m
436.8 527.3 l
437.7 529.7 m
436.9 529.7 l
443.7 527.3 m
442.6 527.3 l
443.7 529.7 m
443.7 527.3 l
442.5 529.7 m
443.7 529.7 l
443.7 527.9 m
442.6 527.9 l
443.7 529.1 m
442.6 529.1 l
444.0 529.1 m
444.0 528.0 l
444.4 529.1 m
444.4 528.0 l
444.8 529.1 m
444.8 528.0 l
0.0 0.0 0.0 sc
S
2.4 w
n
441.0 509.6 m
441.0 517.1 l
S
1.95 w
n
441.0 509.6 m
441.0 517.1 l
1.0 1.0 1.0 sc
S
0 J
0.5 w
[/DeviceGray] cs 0.0 sc
330.0 478.1 m












%%%%%%%%% end carrier art



} store






















/Now_What { setbackground
(Now What?) settitle
/tabs [6 0 0 ]store   % 4 is normal
(|h|3|t|9n|4  Visit a Tension Station.
|h
   |t|9n|4  Hike the Tram Route.
|h
   |t|9n|4  Play the "orienteering" game.
|h
   |t|9n|4  Scan the Museum photos.
|h
   |t|9n|4  Enhance and restore the photos.
|h
   |t|9n|4  Expand the website. Make a CD.
|h
   |t|9n|4  Research Family Histories.
|h
   |t|9n|4  Recover a tram carrier car.
|h
   |t|9n|4  Reconstruct a tram tower.

) setbody
} store





 /for_additional_help { setbackground
(For Additional Help\274) settitle


/txtwide 400 store

(|h
Magic Sinewave |/to calculators|/tx  and tutorial\274
|h
      |/su http://www.tinaja.com/magsn01.asp|1|/magsn01  
|h  
Magic Sinewave |/to development|/tx  proposal\274
|h
      |/su http://www.tinaja.com/glib/msinprop.pdf|1|/msinprop  
|h   
Magic Sinewave |/to seminars|/tx  and consulting\274
|h
      |/su http://www.tinaja.com/info01.asp|1|/info01 
) setbody
} store

/newyinc {/yinc 1.25 store  /xpos xpos 1 sub store} store

 /this_has_been { setbackground
(This has been\274) settitle
(

                       \274|j|ja presentation by Don Lancaster          and |/to Synergetics|/tx , 3860 West First Street, Box 809, Thatcher, Arizona, 85552. (928) 428-4073.
|h
                 |/su mailto:don@tinaja.com|1|/maildon  

|h

|h|/staytint1r 

|/newyinc |8Copyright c 2008 and earlier by Don Lancaster and Synergetics.   Linking usually welcome. All media, web, and ALL other rights   fully reserved. Mirroring or reposting is expressly forbidden.) setbody
} store

%%%%%%%%% main loop  %%%%%%%

 makeslideshow               % this does it all

% EOF