var fDesc=new Array(); fDesc[1] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving."; fDesc[2] = "as filling in familiar checks, invoices, and forms onscreen. Get all the features of QuickBooks: Basic, like easily pay bills, print checks, track expenses and much more. Customize 100+ pre-designed forms to create a unique look. Exchange data with Microsoft Excel and more than 325 other software applications. Track employee time and job costs. Create reports comparing estimated costs to actuals."; fDesc[3] = "guide you on how to use your money in a wise way. It is a kind of accounting program which will allow you to register what you have to pay, when you have to pay it, what you have to get payed and when you have to get paid."; fDesc[4] = "Beverages and so on, to suit interest of multiple users. User can customize these templates with high quality graphical engines, innovative tools and special effects."; fDesc[5] = "powerful tool to help you manage your personal finances, then Grisbi is one the best solutions you could find, and one important feature, it's totally free."; fDesc[6] = "you record your income, expenses, bank loans and other cash items. The program is quite simple and can be used by all people, as it doesn't require previous accounting knowledge."; fDesc[7] = "personal finances, and want to register common transactions in order to do the accounts in a clear and easy way. This small application is designed to make those tasks easier, and is perfect to get a real idea of your personal finance."; fDesc[8] = "with too much unnecessary high-end functionality and essentially features the much-needed features, such as provision to update the stock quotes directly from the web."; fDesc[9] = "have an accurate knowledge of your incomes, expenses, accounts and transactions, being able to reduce expenses and decide how you can improve your money management. A powerful home tool for your daily life which will make it much easier."; fDesc[10] = "application and receive feedback almost immediately. When you start adding statements and transactions, the application will gather that information and draw reports for you."; fDesc[11] = "to track your earnings and spending over time. For Easy Money to be of any use to you, you have to make sure that you spend quite some time creating the categories that better suit your finances. Once you are done doing that, you can add new entries"; fDesc[12] = "program will let you record all the income sources for your balance, different types of expenses deducted and the total balance."; fDesc[13] = "transactions, categories and see graphs. Export to Excel. Personal Finance is a simple way to control your money."; fDesc[14] = "personal finance-related tasks, such as balancing the checkbook, keeping track of credit cards, bill reminders, budgets and more. And you can easily generate reports to see where your money is going. Fortora Fresh Finance's streamlined user interface has an easy learning curve, and you will be up and running in a matter of minutes."; fDesc[15] = "investment. Includes quizzes on Home Financing, Stocks, Bonds and Mutual Funds."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }