var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = "multiple currencies, track spending habits, record expenses, transfer among accounts and even do on-line banking.";
fDesc[6] = "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[7] = "dishes, drop dishes off and bring the bills. Help Snowy so his restaurant turns into the best place in town. Enjoy this fun restaurant simulator.";
fDesc[8] = "spending habits, record expenses, transfer among accounts and do on-line banking.";
fDesc[9] = "programs from around the US and the world! Your cable company doesn't offer this! And there is no monthly fee!";
fDesc[10] = "bills using a credit card and pay at the last minute.";
fDesc[11] = "for small and large businesses. In one package you will receive system information, diagnostics, network audit / monitor, hardware inventory, benchmark and computer management applications.";
fDesc[12] = "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[13] = "maximize tax deductions and see how you're doing overall. This incredible program is perfect for home business owners and self-employed professionals, and includes all the features of Quicken Premier, plus smart business management tools.";
fDesc[14] = "“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[15] = "flows. It will help to stop wasting and start saving your money. The SERIUS-CD will allow you to calculate your money flows with ease.";
fDesc[16] = "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[17] = "a house; then, you have to organize the yard sale to gain some money. The game basically consists in looking for hidden objects in messy scenes which are the different rooms in the house.";
fDesc[18] = "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[19] = ", bills, taxes, bank accounts, etc. Transactions history including all the steps and documents are stored and available to track any invoice, money movement, accounts movements, etc. The information is organized so it gets easy to access, better than in the classical accounting books.";
fDesc[20] = "personal or professional commitments, it would prove out to be a great blow to their valuable relations. Now, users don’t have to worry as they will get a permanent companion in the form of Multi Reminders will won’t allow this tragedy to happen with them.";
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 = '...';
}
}