				Bellsouth BillPayer
				Written by Mark Elmy
				====================

This program will load Bellsouth's bill paying website to pay the user's phone bill
automatically.  The user should wait until the entire website is loaded before hitting
the "Start" button.  The payment field should contain a valid dollar amount to be charged
to the account.  After the page is loaded, the user should hit "Start," thus prompting
for a .BSP or .TXT file that contains the following information:

<account_username>
<account_password>
<credit_card_number>
<cc_expiration_month>
<cc_expiration_year>
<accountholder's_name>
<accountholder's_address>
<accountholder's_apartment_number>
<city>
<state>
<zipcode>
<email_address>

SPECIAL NOTE: There cannot be any spaces at the end of each line.  If the accountholder
does not live in an apartment, leave the accountholder's apartment number line blank.
A sample startup file is included in this directory.

After the bill has been charged, the final window will show a confirmation number and
a new button will be shown to "Do another bill."  The site will reload and another bill
can be charged if this button is pressed.

IMPORTANT: This program is designed to run with a 56K modem with light usage while this program 
operates.  Heavy CPU usage on a 56K modem can result in timeouts with Bellsouth's webpage.
Faster connections such as with Frame Relay or cable lines need not worry about CPU usage.
The program will run at the same rate as with a 56K modem, but the website will not timeout
during the transaction.

SPECIAL NOTE: This program is designed to run on WinXP and beyond.  Backward 
compatibility can be acheived with Win9X, NT, and ME by adding the comctl32.ocx
and comdlg32.ocx files to the system32 directory.  These files are required to 
run the file open prompt in the program.