 This is first release of the component and it is release free of charge.
 Anyone that uses this component need to send an email stating the following
 information to ostuck@maxis.net.my

 Name :
 Program Name :
 Version :
 Country :
 Web Page :
 Email :

 Program that uses this component include EzineMailer and IP Watch
 Get EzineMailer at http://www.sp-software.com/em.zip and IP Watch
 at http://www.sp-software.com/ipw.zip

 EzineMailer allow user to manage electronic magazine out from their
 desktop computer. Features include :

 1. Manage multiple ezine.
 2. Use BCC to hide email address from other use.
 3. One click email separator.
 4. Automatically subscribe and unsubscribe from member database.
 5. HTML formatted email messages.
 6. Multiple threaded application.

 IPWatch allow you to monitor your online activity such as number of
 email address in a POP3 account. Features includes

 1. Show IP address when connected
 2. Show number of email addresses in a particular POP3 account
 3. Show online status
 4. Show email header and delete email without downloading it.

 Both programs are Adware. EzineMailer running bsNormal banner (468x60)
 and IPWatch running bsSmall banner (233x30).

 Installation
 ------------

 1. Install bannerPKG.DPK package. This component was created in Delphi 3.0
    It has not been tested in v.4 or v.5 nor it has been tested in v.2
    and v.1.

 2. It will be installed in Adware tab.

 How to use the component
 ------------------------

 There are a few properties that need to be setup as follows :

 1. BannerDBF : This is a pointer to a DBF which stores Banner information.

    e.g c:\my document\delphicomponent\banner\banner2.dbf or in code,
    ExtractFilePath(Application.ExeName)+'Banner2.dbf'

    The structure of the DBF is mandatorily as follow :-
    
    Field  Field Name  Type       Width    Dec    Index
        1  FILENAME    Character     30               N
        2  URL         Character    100               N
        3  EXPIRYDATE  Date           8               N
        4  BANNERLINK  Character    200               N
        5  BANNERHINT  Character     30               N
        6  SPNNAME     Character     30               N
    ** Total **                     399

    There is a sample file included in this package call banner2.dbf.

    FileName : File Name of the GIF, e.g. spsoftware1.gif
    URL : Link to get the file, e.g. http://www.sp-software.com/, it MUST end
          with '/'
    ExpiryDate : Date when the banner expired.
    BannerLink : Link to the sponsor home page, e.g http://www.maxis.net.my
    BannerHint : Hint to show when Hand Pointer is over the banner
    SPNName : Sponsor name

    Edit this file to reflect the latest update of your banner and upload
    it to your website so that TBanner could download it from your website
    for update checking purposes. If the file is updated, make sure you
    have the corresponding GIF file in the specified web directory for
    downloading purposes.

 2. BannerTodayDBF : This is a pointer to a DBF which stores date. It is used
    to check whether banner has been updated for today.

    e.g c:\my document\delphicomponent\banner\date.dbf or in code
    ExtractFilePath(Application.ExeName)+'Date.dbf'.

    The structure is mandatorily as follow :-

    Field  Field Name  Type       Width    Dec    Index
        1  DATE        Date           8               N
    ** Total **                       9

    There is a sample file included in the package called date.dbf

 3. BannerGIFDir : This is the directory where GIF files will be stored.
    e.g c:\my document\delphiproject\ezinemailer\GIF\
    Remember, it MUST end with a '\'

 4. BannerDBFWebDir : This is where you store your GIF on your web site.
    e.g http://www.sp-software.com/banner/
    Remember, it MUST end with a '/'

 5. BannerInterval : This is the time set to change to next banner.
    It's in milliseconds. 7,000 for 7 seconds.

 6. BannerSize : This has 3 choices, most common are bsNormal and bsSmall.
    bsNormal has a width of 468 and height of 60 pixels. bsSmall has a
    width of 233 and height of 30 pixels. bsCustom allows you to set
    the size as you wish which is reflected in BannerWidth and BannerHeight.

 Dependencies
 ------------
 1. This component uses the following components, you MUST have these
    components installed to use this component.

    a. TRXGIFAnimator - Download at http://www.torry.net/vcl/packs/huge/rxlib.zip
    b. TKZInternetDetector - Download at http://www.torry.net/vcl/internet/other/kzintdet.zip
    c. TWebCopy - Download at http://www.torry.net/vcl/internet/other/webcopy.zip
    d. TGotoWeb - Download at http://www.multimania.com/cresto/composants/gotoweb.zip

 2. Please take note that this component requires BDE.

 Contact information
 -------------------
 Any bug report, comments are welcome. Please email to ostuck@maxis.net.my.
