var fDesc=new Array(); fDesc[0] = "Bill Reminder allows you to store your important monthly bills such as credit card and mortgage payments. It comes in two parts, the first is Bill Reminder, this allows you to enter all of your important bills, search for bills within a certain time period, view all of your stored bills, and delete unneeded records.
The second part is Auto Reminder, this automatically checks to see if you have any bills within a predefined number of days. If you do then a message appears telling you which bill it is and how far away it is.
What's New: Bill Reminder has just had more features added allowing you to customise the way you are notified of upcoming bills. There are a number of different notification methods now available; through message boxes displayed on system startup, by placing an icon in the system tray, or automatic reminders can be turned off allowing you to check manually for upcoming bills.
Auto Reminder has a brand new format, you can now specify the time period that you want to be reminded about each bill. This makes the product more customisable, and so improves the Auto Reminder experience.
A new style message is displayed, telling you how many days there are until the bill is due, you can then choose when you next want to be reminder about the bill, with the option of not being reminded at all.
For those that leave their computer on for several days the product now has an improved scheduler, so you will still receive your reminder messages.
Bill Reminder also sees improvements to its search options, now allowing you to search for bills on a particular date, and search for bills using their name, as well as search for bills within a given time period.
The show all bills display has also seen improvements allowing you to order events by date or by name.
Key Features:
Automatic Reminders- Bill Reminder will automatically remind you of your important bills, on a monthly basis. This ensures that you will not have to pay a late payment fee again, and allows you to keep better track of your expenses.
Customisable prompt period- Each bill has its own prompt period, so you can be reminded about an bill with plenty of time to spare.
Search for stored bills- Bill Reminder gives you the ability to search for bills on a particular date, by their name, and identify all bills within a particular time period.
Customisable prompt style- Bill Reminder can be set to remind you in a number of different ways; through message boxes displayed on system startup, by placing an icon in the system tray, or automatic reminders can be turned off allowing you to check manually for upcoming bills."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }