var fDesc=new Array();
fDesc[1] = "and understand where your income goes. Expense Tracker can help you manage your expenses much more easily than the old pencil and paper method.";
fDesc[2] = "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[3] = "home or small business finances. It offers a great set of options to manage and provide valuable information about the money movements and the state of the finances for each defined account. Its GUI is friendly and easy to use. It works on Windows 2000/NT/XP/Vista and Linux platforms.";
fDesc[4] = "reserve income for various expenses, a proven and well taught concept. Easy one line transaction entry, credit cards, asset...";
fDesc[5] = "you turn the above statements into a reality for you by helping you to get on top of your home finances.";
fDesc[6] = "finally become a savvy spender and protect yourself from the danger of debt.";
fDesc[7] = ", savings, credit cards, loans, debt accounts. You can even create your own account types!";
fDesc[8] = ", Retirement Analysis, Personal Budgeting, Investment and Savings calculations, Future & Residual Value calculations, and much more.";
fDesc[9] = "of families worldwide. This software tool will help you budget, track all your expenses and put you on the path to financial stability.";
fDesc[10] = "budgeting and to managing your finances with an envelope system, you will find CommonCents easy to learn and simple to use. It's packed with powerful features, including automated transactions, checkbook-style registers, password protection, detailed financial reports, and so much more!";
fDesc[11] = "spreadsheet used for budgeting or forecasting. PerpetualBudget works with your existing budgeting software (or fo...";
fDesc[12] = "with easy-to-see spin controls. Instant visual feedback on all changes. Integrated tools to optimize expenditure and synchronize with budget.";
fDesc[13] = "Budgeting System allowing you to decide where your money will be spent and allocating funds accordingly.";
fDesc[14] = "production, and still photography. To Shoot: Showbiz Budgeting keeps working as well. Its built-in actualization tool lets you track purchase orders, petty cash envelopes, payroll and more. To Wrap: Showbiz Budgeting delivers the reports you need to make your wrap package look sharp. Take control of your runaway production and get Showbiz Budgeting today.";
fDesc[15] = ", Millionaire 2020 is the program for you! Free yourself of unwanted debt...with the Debt Hammer(TM)! It's simple and easy to get started!";
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 = '...';
}
}