var fDesc=new Array(); fDesc[1] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[2] = "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[3] = "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[4] = ", Excel, Power Point (Microsoft Office), Writer, Calc, Impress (Open Office), DXF/DWG (AutoCAD 2004), Text, HTML, and format images like BMP, JPG, GIF, PNG, TIFF."; fDesc[5] = "protection. Highly awarded program with many many features such as Antivirus, Security Server, Stealth Mode, SmartDefense, DefenseNet, among others,"; fDesc[6] = "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[7] = "), Sales Tax Reports , Excise reports / Registers , consignment sales , customized billing formats and other documents."; fDesc[8] = "or even small-business accounting needs: Manage multiple accounts of different types. Create and manage budgets . Track performance of investments . Do your financial math in multiple currencies. Track your spending habits and see where the money goes. Multiple Account Types . Easy to Use. Real-time Understanding of Financial Conditions. Clearer \"Liability\" and \"Creditor's Rights\" Management. Organize and Manage Income and Expense by Category. Track Income and Expense Related to Specific Personnel. Secure Financial Information."; fDesc[9] = "calculator. You can select from two styles of algebraic input or RPN. DreamCalc comes with a full range of scientific, statistical and financial functions."; fDesc[10] = "their objectives. This program have all what you need when talking about calculations. Download it and you wont regret , enjoy!"; fDesc[11] = "and understand where your income goes. Expense Tracker can help you manage your expenses much more easily than the old pencil and paper method."; fDesc[12] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations."; fDesc[13] = "large financial institution. You will be performing businesses through them. In order to get comfortable with the program before trading for real money, Ava FX grants you a free demo with a $100,000 practice account."; fDesc[14] = "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[15] = "home or small business finances. It offers a great set of options to manage and provide valuable information about the money movements and the state of the finances for each defined account. Its GUI is friendly and easy to use. It works on Windows 2000/NT/XP/Vista and Linux platforms."; 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 = '...'; } }