 ////////// Popup Lunar-Calendar Demo                               version 1.01
 ////////// from Crazy Rides Software                            by Gerry Kichok
                                                        Compuserve ID 74072,3600
 
 This generic Popup Lunar-Calendar has evolved from an unique input device for 
 some inhouse products into a completely self contained module. After checking 
 some of the other uploads in the Compuserve MSBASIC library I decided to share 
 my work as well.


 Features Include :
 - ALL Visual Basic Code, NO extra DLL's or VBX's are required. 
   (Except VBRUN300.DLL.)
 - Compatible with Visual Basic Standard Edition without modification.
 - One line subroutine call brings up the Popup Calendar and sets the output 
   placement.
 - Drop-in replacement functions funDateAdd and funDateDiff  for DateAdd and 
   DateDiff which require MSAFINX.DLL.
 - Astronomy Functions : Convert Julain Date <-> Calendar Date, Convert Hours 
   <-> HH:MM:SS, and Calculate Moon Phases
 - Moon Phase generation displayed as IMAGES in the Popup Calendar background.
 - Holiday generation displayed in RED on the Popup Calendar.
 - Popup Tips provide hints for new users.
 - FAST display and updates.  Optimized and Precise calculations.
 - Support Online through Compuserve or regular mail.

I would like to hear from you about any improvements or bugs you feel need 
looking after. The future of this product has two possible directions, 1) keep 
it a plain VB source code module or 2) create a VBX using the source code.
