var fDesc=new Array();
fDesc[1] = "spending habits, record expenses, transfer among accounts and do on-line banking.";
fDesc[2] = "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[3] = "using Business Letter Professional´s templates. The program includes more than 1500 typical business letter templates. You can use them as a guide for writing your own letters, just filling the blanks with the appropriate information.";
fDesc[4] = "you record your income, expenses, bank loans and other cash items. The program is quite simple and can be used by all people, as it doesn't require previous accounting knowledge.";
fDesc[5] = "is based on the tried and true \"Envelope\" method of budgeting - a much easier way to see where your money is.";
fDesc[6] = "application and receive feedback almost immediately. When you start adding statements and transactions, the application will gather that information and draw reports for you.";
fDesc[7] = "one personal financial tool that simply delivers; IngenMoney Pro V3.0, the solution you've been waiting for!";
fDesc[8] = "revenues/expenses, visual charts, password protection and many others.";
fDesc[9] = "investment. Includes quizzes on Home Financing, Stocks, Bonds and Mutual Funds.";
fDesc[10] = "using your credit card statements. Simply match your transactions to the categories provided, then use the tools to group and sort the information.";
fDesc[11] = ", expenses, assets, liabilities, and much more. It gives you over 30 reports so you can get the total picture of your finances.";
fDesc[12] = "expense and income and avoid over-draft. Control your credit cards, bank accounts and cash transactions. Multi currency, multi language, PDA's support.";
fDesc[13] = "with easy-to-see spin controls. Instant visual feedback on all changes. Integrated tools to optimize expenditure and synchronize with budget.";
fDesc[14] = "expenses so you can better assess your repayments and this will give you a better overall picture of your ongoing repayments.";
fDesc[17] = "person, or using a custom percentage. You always see \"who owes who what\" and can settle up at any time.";
fDesc[18] = "MoneyKeeper, you can manage your finances smarter,faster and spend time wisely.";
fDesc[19] = "charged on your loans. Load your loan details and let the tools instantly highlight any errors in the balances and interest amounts.";
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 = '...';
}
}