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] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password."; fDesc[4] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft."; fDesc[5] = "make your PC smarter and run smoother. You can tune up your system in two clicks using the Schemes that offer four different levels of system care or you may like to manually choose the actions like, cleaning registry and fixing invalid shortcuts."; fDesc[7] = "than 12 years now. Much has changed and much is going to change. The major changes have been due to the new technologies that the Internet has brought upon us and how we have more freedom to do things online."; fDesc[8] = "maximize tax deductions and see how you're doing overall. This incredible program is perfect for home business owners and self-employed professionals, and includes all the features of Quicken Premier, plus smart business management tools."; fDesc[9] = "bank checks for accounting applications including Quicken, QuickBooks or Microsoft Money, and best of all it is FREE.\""; fDesc[10] = "securities data, research and analysis capabilities. Includes all of the features to help you make money in the markets."; fDesc[12] = "forgotten passwords from Intuit Quicken, Quicken Lawyer and QuickBooks files, including International variants of these documents versions from Canada, Germany, Australia, New Zealand, and the UK."; fDesc[13] = "not only do the squirrels multiply, but they quicken and the boxes needed to confine them become scarce!"; 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 = '...'; } }