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] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2.";
fDesc[3] = "multiple currencies, track spending habits, record expenses, transfer among accounts and even do on-line banking.";
fDesc[4] = "guide you on how to use your money in a wise way. It is a kind of accounting program which will allow you to register what you have to pay, when you have to pay it, what you have to get payed and when you have to get paid.";
fDesc[5] = "spending habits, record expenses, transfer among accounts and do on-line banking.";
fDesc[6] = "hardware (like the Processor, Graphics Processor or Memory) in a speed which is not a standard speed it usually runs on. Overclocking your graphics card voids any warranty";
fDesc[7] = "bills using a credit card and pay at the last minute.";
fDesc[8] = "as filling in familiar checks, invoices, and forms onscreen. Get all the features of QuickBooks: Basic, like easily pay bills, print checks, track expenses and much more. Customize 100+ pre-designed forms to create a unique look. Exchange data with Microsoft Excel and more than 325 other software applications. Track employee time and job costs. Create reports comparing estimated costs to actuals.";
fDesc[9] = "allow you to feel like one. You will be able to see banknotes everywhere around your screen. The notes are very realistic and you can almost \"smell the money\".";
fDesc[10] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations.";
fDesc[11] = "prints on your own personal checks. Stop hand writing your checks, you have a computer and printer, use them.";
fDesc[12] = "day. Includes an option to purchase 30 online consulting sessions.";
fDesc[13] = ", Inventory, Purchase Orders, Sales Orders and Quotes, Sales Analysis, and Bank Reconciliation.";
fDesc[14] = "hardware or monthly subscribtion. Only the best quality channels are included in the database. TVzation covers the most programs broadcasting on cable and satellite TV.";
fDesc[15] = "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[16] = "whether or not they have been paid this month. BillVue is NOT an accounting program or a financial database. I...";
fDesc[18] = "been paid. The program provides an easy way to record medical visits and costs as they occur, and to calculate and display information that enables you to effectively manage your medical insurance program. Please download and evaluate the product before purchasing it - No refunds!!!";
fDesc[20] = ", mortgages, loans. There is no chance that you will have to pay a late payment fee again.";
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 = '...';
}
}