var fDesc=new Array();
fDesc[1] = "multiple currencies, track spending habits, record expenses, transfer among accounts and even do on-line banking.";
fDesc[2] = "Help Emily rescue her family's finances in five all-new restaurants, each with a unique menu and theme. Use your earnings to purchase decorations sure to make your customers smile.";
fDesc[3] = "than 12 years now. Much has changed and much is going to change. The major changes have been due to the new technologies that the Internet has brought upon us and how we have more freedom to do things online.";
fDesc[4] = "compete with others teams. You can place your players in the play field by selecting different formations. You can play in the Elifoot world manager league, obtaining rating and records worldwide.";
fDesc[5] = "built-in periodic table of the elements, stopwatch, number base conversions, vectors, matrices and complex numbers.";
fDesc[6] = "and income. Its quick and after using the software you will notice that it is really a breeze to enter new transactions and view reports. With Easy Cash Manager, you will learn how to administer your own personal finances.";
fDesc[7] = "second part, they created a virtual finance world in which they integrated a more realistic life, where more variables have been introduced to the game";
fDesc[8] = "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[9] = "is based on the tried and true \"Envelope\" method of budgeting - a much easier way to see where your money is.";
fDesc[10] = "and dream about vast-scale machination and stock market game but can't make it real - this free game was made to make you happy!";
fDesc[11] = "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[12] = "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[14] = "easily and efficiently. Know where your money goes and stay in full control of your budget with Account Xpress.";
fDesc[15] = "handheld and download transactions directly into SplashMoney.";
fDesc[16] = "money, interest rates, cash flow, and depreciation. Additionally, you can view, print, and save amortization schedules.";
fDesc[17] = "up to 999 separate investment portfolios to assess an investment's reliability. Though the main use for this application is to manage investment funds, it also comes with basic tools that can be used to keep track of personal finances.";
fDesc[18] = ", expenses, assets, liabilities, and much more. It gives you over 30 reports so you can get the total picture of your finances.";
fDesc[19] = "accounting jargon in an excellent environment. Illuminate your finances with insightful reports";
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 = '...';
}
}