var fDesc=new Array();
fDesc[1] = "domestic finances and keep a record of all your payments made with your credits cards, and all your transactions of your checking or saving accounts. Its intuitive and simple interface, lets you to record your expenses and income in an easy way.";
fDesc[2] = "enterprise. You will be able to build your Accounting Plan, defining the name of the accounts you will be using, its type, tax charge and initial balance. You can register your bank account's transactions, register your sales, print out or email invoices and more.";
fDesc[3] = "and understand where your income goes. Expense Tracker can help you manage your expenses much more easily than the old pencil and paper method.";
fDesc[4] = "need at your fingertips, and synchronizes information between your key applications. See customers at a glance: View contact information, e-mails, events, related contacts, projects, document files and QuickBooks transactions, all on one screen. Synchronize all your key applications at once: Change information in QuickBooks Financial Software, Outlook, Outlook Express or Customer Manager — update the others with just a few clicks. No retyping! See details instantly: Open document files, e-mails, calendar events, and QuickBooks transactions all from a customer's Name Record. Create group mailings instantly: Merge contact information into letters and labels to create personalized batch mailings. Import contacts from QuickBooks, Microsoft Excel, Outlook, Outlook Express and others — no need to start from scratch. Enjoy the familiar look and feel of QuickBooks. Customer Manager looks...";
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] = "need to start a point of sales (POS) for every kind of business. It allows doing the following main transactions: sales, payments, closes cash, and allows some operation to register customers. It works in Windows, Linux, MAC OS X, and Linux Debian platforms.";
fDesc[7] = ", 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[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] = "USB transactions happening at USB host controllers, hubs and devices. USBTrace is a 100% software product.";
fDesc[10] = "with too much unnecessary high-end functionality and essentially features the much-needed features, such as provision to update the stock quotes directly from the web.";
fDesc[11] = "sheet forms that can be created and customized, so that you will be able to enter the details of daily transactions according to your business needs, in a fast and easy manner.";
fDesc[12] = "beautiful pictures or funny animations. It is a complete money transactions tool to help you stay organized and to save you a lot of trips to the bank. You can connect to any wireless online bank account.";
fDesc[13] = "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.";
fDesc[14] = "current music player, then you have come to the right place! Keep Track is an easy to use music organiser and player. With it you can sort your music (MP3 and WMA files) into Artist and Track lists. When you click on an Artist, the Tracks performed by that Artist will appear in the Track list. Tracks can be grouped together in 'batches' allowing you to keep Tracks that you like together so they can be played as a playlist or exported to an M3U playlist.";
fDesc[15] = "enter transactions and automatically balance your checking account. Transactions are displayed in a format similar to a checkbook register.";
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 = '...';
}
}