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] = "easily compare family gains and losses and estimate the efficiency of using home budget resources.";
fDesc[4] = "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[5] = "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[6] = "functional finance manager today. This program was developed to manage both business and personal finances. Using it you can control many accounts, credit cards, forthcoming payments, and so on.";
fDesc[7] = "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[8] = ", you can customize the program to fit your needs. It also offers interesting features, like automatic bank conciliations and complete contact data management.";
fDesc[9] = "personal finances, and want to register common transactions in order to do the accounts in a clear and easy way. This small application is designed to make those tasks easier, and is perfect to get a real idea of your personal finance.";
fDesc[10] = "way. Besides, with this program, you can personalize your accounts and have control over your incomes and expenses. It's a simple and easy process, and you will be able to know exactly how much money you have saved in a month.";
fDesc[11] = "is based on the tried and true \"Envelope\" method of budgeting - a much easier way to see where your money is.";
fDesc[12] = "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[13] = "required to start using SelfAccounts. Data entered can be easily browsed and analyzed through its interlinked reports.";
fDesc[14] = "automatically. You can easily compare family gains and losses and estimate the efficiency of using home budget resources.";
fDesc[15] = "your finances and stay on top of your expenses. It proves that managing finances is as simple as a mouse click. Visual Money supports multiple accounts that reflect real-world bank accounts, credit cards accounts, cash money and investments. You can put your income and expenses into different categories such as dinning out, clothes or automobile. Categorization makes possible to find out where your money are going. A large list of predefined categories is provided, however you can create custom categories and subcategories. Visual Money offers a variety of visual reports helping you to see your cash flow, expenses by categories and payees for any period of time. Visual Money supports import & export data into QIF (Quicken Interchange Format) files. This feature can be useful if you used other personal finance software before or downloaded your transaction history from your bank. Visual...";
fDesc[16] = "you turn the above statements into a reality for you by helping you to get on top of your home finances.";
fDesc[17] = "spender and protect yourself from the danger of debt.";
fDesc[18] = "accounting easily without the need of hiring an accountant. The program features a very simple and intuitive, but not very attractive user interface that allows you to easily add and edit incomes and expenses, define income and expense accounts.";
fDesc[19] = "includes downpayment savings calculator, mortgage qualifier, an amortizattion calculater, and more. Also includes forms and information for home inspection, to do lists, and a home buyer's glossary.";
fDesc[20] = "have an accurate knowledge of your incomes, expenses, accounts and transactions, being able to reduce expenses and decide how you can improve your money management. A powerful home tool for your daily life which will make it much easier.";
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 = '...';
}
}