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] = "Plus, it includes the latest tax law changes."; fDesc[3] = "It is developed and published by TikGames, LLC. In this amazing and interactive game you will find that the original rules of this popular board game have been respected."; fDesc[4] = "fourth episode in the SimCity series and originally was released on 2003. It has a single expansion pack known as Rush Hour which adds additional features to the game. But the Deluxe Edition contains the original game and Rush Hour combined as a single product."; fDesc[6] = "multiple currencies, track spending habits, record expenses, transfer among accounts and even do on-line banking."; fDesc[7] = "database of these codes, letting the user to modify and save any information of this any particular code. It includes the amendments, municipalities and the abroad Italian states."; fDesc[8] = "), Sales Tax Reports , Excise reports / Registers , consignment sales , customized billing formats and other documents."; fDesc[9] = "money from every paycheck to pay Federal and State taxes. I am only saying this so that everyone is on the same page. Most times, people hire tax accountants that prepare the taxes declarations. They charge you a lot of money per hour. To prepare your taxes is not as hard as it sounds."; fDesc[10] = "several different currencies, and multiple locations. You can control Inventory, Order Processing, Invoices, Documents, Letters, Sales Tax Reports, VAT Reports, Service Tax, TDS, FBT and reports sent by E-Mail or SMS."; fDesc[12] = "receipts in seconds! Designed with ease of use as a primary feature, it will help you perform sales-related tasks fast and easy."; fDesc[13] = "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[14] = "tool and many more. Sales Tax Calculator also belongs to this type. This tiny utility helps in deducting taxes from a certain sum of money."; 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 = '...'; } }