
     +-------------------------------------------------------------------+
     |                  FlyAKite - A kite-flying program                 |
     |         Can compute and plot the trajectory of the flight.        |
     |                     C# Version 2.0.xxxx.xxxxx                     |
     |         Copyright (c) 1981-2005 by author: Harry J. Smith,        |
     |    19628 Via Monte Dr., Saratoga CA 95070. All rights reserved.   |
     +-------------------------------------------------------------------+

       FlyAKite is a kite-flying program with the following features:

         *  Allows for flight data files input, edit, and update
         *  Displays flight data
         *  Can save all displayed data to a log file
         *  Allows for entering integration parameters
         *  Computes wind factors for flight data file
         *  Uses differential equations to solve for position and tension
               vectors as a function of arc length
         *  Uses Runge-Kutta method for integration of ordinary differential
               equations
         *  Plots string trajectory/profile on hires screen
         *  Plots analytical continuation of the string trajectory
         *  Allows for printer output of help file
         *  And more...
