var fDesc=new Array(); fDesc[0] = "Simple Money Manager is easy to use, feature rich, small, fast and reliable program to control your finances. Either you are running small business, living on fixed income, a student or just need simple and useful helper to manage your finances, Simple Money Manager is for you. Simple Money Manager was designed to enter or import your data as quickly as possible.

It understands almost any financial data format (and willing to learn any other), and has self-learning feature to assign categories automatically to imported transactions (or just import categories for the CSVformat).
Everything in Simple Money Manager is just one click away.

The sidebar and four main tabs give you access to every feature in a single click, all features are following each other (for example, select a category on sidebar and see all transactions for this category highlighted, and categorypreselected on the categories tab)."; 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 = ''; } }