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] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once.";
fDesc[3] = "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[4] = "creator. However, Excel is a general-purpose desktop tool, but not specialized to store, organize, and manage large amount of data. Excel Invoice Manager combines the advantages of Excel and back-end databases, and let them do what they are best at: using an Excel template to create, calculate invoices and reports, using a back-end database to store and manage all persistent data like customers, products, invoices and payments. The invoice template included is completely free and can be used standalone to create invoices. This means all calculation is done by the invoice template itself, and all Excel tools are available to you for customizing invoices and reports, such as customizing fonts, colors, terms, even formulas for calculating taxes. Yes, without leaving your familiar Excel, you can create very own professional looking invoices! The Excel Invoice Manager COM add-in connects...";
fDesc[5] = "expenditures, the program will allow you to keep track of your budget. You will then be able to better understand where did your money go, and plan where to save money.";
fDesc[6] = "program is what small businesses need in order to create invoices, estimates, packing slips and statements. The software is capable of doing calculations, like adding taxes, total amounts and including discounts. This ensures that you will not make any math errors when doing invoices.";
fDesc[7] = ", bills, taxes, bank accounts, etc. Transactions history including all the steps and documents are stored and available to track any invoice, money movement, accounts movements, etc. The information is organized so it gets easy to access, better than in the classical accounting books.";
fDesc[8] = "something (a city in this case) and get money to keep growing. The way to get money is through taxes, so the more number of habitants the more taxes you will get. Its GUI is simple but it is not easy or friendly to users. OpenCity works on Linux, MAC OS, Wine and Windows platforms.";
fDesc[9] = ", deductions, payroll & any check printing on blank/preprinted checks. Free to try for 30 days. VALUE : The best payroll software for any small- to mid-sized business with UNLIMITED FREE program support, all in a single affordable package. EASY TO USE:User friendly interface design and Windows menus make our payroll software quick and easy to set up, use and understand. EFFICIENT: Works within ezPaycheck, so there's nothing new to learn and no double entry. ezPaycheck help you save money by printing your checks on blank computer checks. FLEXIBLE:Accommodates any combination of incomes, deductions, taxes and benefits. Also accommodates multiple companies, each with unique setup information. AFFORDABLE: Instead of paying $100 a month to some payroll company, you can only spend $89 a year for all your payroll needs.";
fDesc[10] = "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[11] = "you choose. Displays answers of loan amounts, interest rates, terms in months, or payment amounts based upon your loan variables.";
fDesc[12] = "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[13] = "borrowing money by comparing 135 loans at once! It automatically displays financial answers on a 2-dimension grid as you enter or update loan variables. You may easily view grids of loan amounts, interest rates, terms in months, or payment amounts based upon your loan variables.";
fDesc[14] = "be something for you. A simple program that helps you to remember paydays, birthdays, taxes etc.";
fDesc[15] = "tax percentage on the last dollar taxable income earned. The software includes tax information for year 2000-2005 and different filing status.";
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 = '...';
}
}