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] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications."; fDesc[3] = "tools for Word (.doc), Excel (.xls), PowerPoint (.ppt), Publisher (.pub), OneNote (.one) etc."; fDesc[4] = "trial version available from the developer's website. This software has been designed to help us to recover forgotten and lost passwords and login from our Office documents. It runs under Windows 2000, XP, Vista and Windows Server 2003, 2008."; fDesc[6] = "functional finance manager today. This program was developed to manage both business and personal finances. Using it you can control many accounts, credit cards, forthcoming payments, and so on."; fDesc[7] = "bank checks for accounting applications including Quicken, QuickBooks or Microsoft Money, and best of all it is FREE.\""; fDesc[8] = "spreadsheet. When you install this add-in program, new commands appear in Excel that you can use to start the \"Ultrasoft MoneyLink\" wizard and synchronize data that you may have already imported. The wizard will walk you through the steps necessary to import your financial data into Excel. You can then use the data analysis and charting tools in Excel to help you look at the information in different ways. If you change the data in Microsoft Money, you can easily update those changes in Excel."; fDesc[9] = "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[11] = "Money. Simple user interface and full install/uninstall support make the program available to everyone."; 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 = '...'; } }