var fDesc=new Array(); fDesc[0] = "Completely new, yet the simplest way to keep an eye on your money every day is to use a calendar. But not to merely look at it in the way you did before - record your revenues and expenses right on the calendar.

With the calendar accounting, you can easily see your financial state for the current month, review your last month's expenses and, most importantly, properly plan your upcoming income and expenses.

The software includes all necessary money management functions. You can maintain multiple accounts simultaneously, manage different income and expense categories. You can even set limits for expense categories and be notified when these limits are exceeded. The program offers 6 different types of reports and allows using those for generating custom reports. The multi-currency support is designed to let you completely forget about any problems with transferring money between accounts in different currencies. Our idea of multi-currency appears to be unique, therefore, this is the only application where today's exchange rate for Euro differs from the yesterday's and, certainly, from the one that was current two days ago.
These are just the basic functions and distinctive features of the software."; 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 = ''; } }