 ************************************************************************************************************

  ETA Gauge
  
    Shows the current time, and the ETA (estimated time of arrival) for 
    the GPS-defined final destination (even if multiple waypoints exist).
  
  
  V1.0.0 / 2012-12-20

   2012 - Kronzky (kronzky@gmail.com / www.kronzky.info/fs)

 **********************************************************************************************

  INSTALLATION:
    Copy the file KRON_ETA.cab into your FSX \Gauges folder 
  

  IMPLEMENTATION:
    FS Panel Studio: 
      Select the gauge file "KRON_ETA.cab", and add the gauge 
      "eta" to your panel.

    Manual edit of Panel.cfg:
      If you are unfamiliar with adding a new gauge to an existing panel,
      then those instructions would go beyond the scope of this readme, 
      but a good general overview is available here:
      http://www.isgsim.com/tut1/isg_tut1.htm

      In general:     
      1) Locate the file "Panel.cfg" for the respective airplane.
         [FS installation folder]\SimObjects\Airplanes\{name of plane}\panel
      2) Open it in a text editor (e.g. Notepad).
      3) Find the gauges section for the 2d panel (most likely under [Window00]),
         and add the following line at the end (with a new gauge number):
            e.g. gauge99=KRON_ETA!eta, 100,200,100,40
         The default size is 100x40, so when resizing keep these proportions to avoid distortions.
      4) Adjust the size & positions as needed (via the last 4 numbers: xpos,ypos, width,height)
      5) Save the file.

   
 **********************************************************************************************
     