;
;                          Custom Contact Screen
;
;                              Instructions **
;
;        You have four lines of text available to display your contact
;        information. Enter your text, then edit it as necessary 
;        using any word processor that can save
;        a file in ASCII text mode, or "nondocument" mode. Each line of
;        text will be centered automatically. If a line contains too many
;        characters, it will wrap to the next line, breaking on spaces,
;        and overwriting any text on the next line. If this occurs, edit
;        as necessary. You must begin and end lines with a quotation mark. 
;        You cannot use quotation marks within your text. Each line must 
;        have at least two quotation marks. A blank line is created with 
;        two quotation marks with no characters between. Edit only the 
;        text between the quotes.  ** IMPORTANT: BEFORE YOU BEGIN YOUR 
;        CUSTOMIZATION, COPY ALL THE FILES TO A "READ/WRITE" DISK. 
;
;        To run the interactive version type: DEMO [Enter]. To a self-
;        running, continuous looping version, type: SHOW [Enter].
;
;Line 1
text 0,130 "SBT Accounting Systems"
;Line 2
text 0,100 "1401 Los Gamos Drive"
;Line 3
text 0,70 "San Rafael, CA 94903"
;Line 4
text 0,40 "800/944-1000"

exit
