      
 This function provides a user friendly way
 for a user to enter a lease agreement into
 the system.  The main advantage of using
 this system to print agreements is that it
 will save office staff the tedious time
 usually spent filling in the blanks.
             
 Tenant and Unit Information is placed into
 the lease agreement by way of variables
 provided to you.  You place these pre-
 defined variables in the appropriate
 place in the lease agreement.  An example
 is displayed below:
            
 Example:
 =========================================== 
  This lease agreement is made effective as 
  of the **DATE**, by and between John Doe
  ("Landlord") and **TENANT**.
 ===========================================

 **DATE** and **TENANT** are just two of the
 many predefined variables made available to
 you by the system.  When a request is made
 to print a lease agreement, the system
 locates these predefined variables within
 the text and replaces it with the appropri-
 ate information.
             
 **DATE** is replaced with today's date and
 **TENANT** is replaced with the tenant's
 first and last name.
            
 The following is a list of predefined 
 variables for your use:
         
  **BUILDING**      - Building Code
  **UNIT**          - Unit Code
  **STREET**        - Unit Street Address
  **CITY**          - Unit City Name
  **STATE**         - Unit State
  **ZIP**           - Unit Zip Code
  **SOCSECNO**      - Tenant's Soc-Sec-No
  **TENANT**        - Tenant's First and Last
                      Name
  **WORKPHONE**     - Tenant's WorkPhone
  **OCCUPATION**    - Tenant's Occupation
  **LDATEFROM**     - Beginning Lease Date
  **LDATEEND**      - Ending Lease Date
  **DATE**          - Today's Date
  **SECURITY**      - Security Deposit
  **PET**           - Pet Deposit
  **KEY**           - Key Deposit
  **OTHDEPOSIT**    - Other Deposit
  **TOTDEPOSIT**    - Total Deposit
  **PAYMENT**       - Monthly Payment
       
      
 NOTE: System variables need to be entered
 in uppercase.

            
              
        Navigation and Editing Keys       

 Key                    Action
 ==================     ====================
 UpArrow                Move up one line
 DnArrow                Move down one line
 LeftArrow              Move left one char
 RightArrow             Move right one char
 Home                   Move to beginning of
                           line
 End                    Move to end of line
 PgUp                   Move up one page
 PgDn                   Move down one page
 Ctrl-PgUp              Move to beginning of
                           file
 Ctrl-PdDn              Move to end of file
 Return                 Move to beginning of
                           next line
 Delete                 Delete character at 
                           cursor
 BackSpace              Delete character to
                           left of cursor
 Ctrl-Y                 Delete Line
 Ctrl-W                 Save changes
 Esc                    Abort edit and return
                           original
