var fDesc=new Array(); fDesc[1] = "domestic finances and keep a record of all your payments made with your credits cards, and all your transactions of your checking or saving accounts. Its intuitive and simple interface, lets you to record your expenses and income in an easy way."; fDesc[2] = "multiple currencies, track spending habits, record expenses, transfer among accounts and even do on-line banking."; fDesc[3] = "track your bank accounts, stocks, income and expenses. Are you going to buy a vehicle or a new house? GnuCash will help you plan the investment and track loan payments. With GnuCash you can also keep track of your checkbook."; fDesc[4] = "spending habits, record expenses, transfer among accounts and do on-line banking."; 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] = "CEO level income! (Yes, if you have a job right now, you can bet your lunch money that if you follow what I."; fDesc[7] = "easily compare family gains and losses and estimate the efficiency of using home budget resources."; fDesc[8] = "and income. Its quick and after using the software you will notice that it is really a breeze to enter new transactions and view reports. With Easy Cash Manager, you will learn how to administer your own personal finances."; fDesc[9] = "flows. It will help to stop wasting and start saving your money. The SERIUS-CD will allow you to calculate your money flows with ease."; fDesc[10] = "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[11] = "small-business accounting."; fDesc[12] = "the current tax bracket. \"Tax bracket\" shows percentage tax rate on the top dollars earned. This calculator allows quickly estimate the federal tax, average tax and find your tax bracket. ."; fDesc[13] = "This program features a smart and friendly graphical user interface. We can enter our income and expenses on a monthly basis and view the balance. There are eleven specific categories for expenses that cover all aspects of our daily life."; fDesc[14] = "program will let you record all the income sources for your balance, different types of expenses deducted and the total balance."; fDesc[15] = "like, What if I earn this? How much will I owe?. What if I work more hours is it worth it? No more guess work, No need for tax debts."; 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 = '...'; } }