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] = "(equalizer, reverb etc.), WAV, MP3, OGG Vorbis file support, pattern banks, custom drumsets, triggered fade-offs supports, MIDI import.";
fDesc[4] = "Market\", that is the place where banks and other institutions facilitate the buying and selling of foreign currencies. The interface will show you the values of the different currencies. Your goal is to buy and sell those currencies, trying to obtain some benefit from your transactions.";
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] = ", 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[7] = "appropriate oscillators out of the two offered, adding a filter out of the several filters offered and programming the ADSR envelope for the sound enables you to program the desired sounds using DiscoDSP Discovery as per their claim.";
fDesc[8] = "spare or don’t want to waste it, then you need the Ultimate Business Plan Starter. This software program can help you get your ideas down on paper faster than you otherwise would be able to.";
fDesc[9] = "bank checks for accounting applications including Quicken, QuickBooks or Microsoft Money, and best of all it is FREE.\"";
fDesc[10] = "information regarding every bank in the US. Phone number, State, Zip Codes, etc. Also contains information about AMEX, VISE, MASTERCARD, routing numbers.";
fDesc[11] = "interface is comfortable and the lay out is very user friendly with full parameter read on mouse over. The features of Pentagon include 6 banks (A-F), 768 program capacity and 300 top-quality factory presets.";
fDesc[12] = "with the computer keyboard or with the mouse, and driven by a sequencer or by a MIDI player.";
fDesc[13] = "application if you have a large amount of pictures that you need to go through on a regular basis. SortPics will allow you to create categories for all of your pictures so that you can find the one you want easily.";
fDesc[14] = "program will let you record all the income sources for your balance, different types of expenses deducted and the total balance.";
fDesc[15] = "applications, coexists with Windows 95/98/NT/2000/XP and Word, Excel97/2000/XP. It permits creating an unlimited number of clipboards organized in banks named by the user, quick retrieveal of the contents of any clipboard, formats on clipboards that include HTML and various graphics formats. And it makes the native Word clipboard accessible as well.";
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 = '...';
}
}