var fDesc=new Array();
fDesc[1] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration.";
fDesc[2] = "needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2008 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers.";
fDesc[3] = "accounting needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2007 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers.";
fDesc[4] = "financial tasks, to organize, and grow their businesses on the Internet. With its familiar Microsoft Office 2007 interface, this program is easy to learn, so you can be productive immediately.";
fDesc[5] = "track your bank accounts, stocks, income and expenses. Are you going to buy a vehicle or a new house? GnuCash will help you plan the investment and track loan payments. With GnuCash you can also keep track of your checkbook.";
fDesc[6] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
fDesc[7] = "“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[8] = "networks. The program allows you to share most types of Internet connections with your entire network, , allowing multiple users to simultaneously surf the web, retrieve their email, or chat with online messaging, as if they were directly connected to the Internet.";
fDesc[9] = "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[10] = "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[11] = "businesses and over 3 million sales professionals worldwide. At least not when you take a closer look at what ACT! 2000 does for you. Detailed contact and account information. Sales tips from Dale Carnegie training. A complete history of your contact-related communications. Full calendar management of your schedule.";
fDesc[12] = "accounting easily without the need of hiring an accountant. The program features a very simple and intuitive, but not very attractive user interface that allows you to easily add and edit incomes and expenses, define income and expense accounts.";
fDesc[13] = "processor tool for sales and marketing people who are into internet marketing. It enhances sales productivity by automating sales process with daily contact management functions, mailing lists and email autoresponder. With TopSales you can... Maintain a complete contact management and build a long lasting relationship with you customers. Manage your online newsletters easily. Send personalized \"Dear John\" emails instead of generic \"Dear Everyone\" emails. Increase your productivity and spend more time building your business instead of wasting time on administrative chores. Manage and organize your documents easily. Merge contact fields into MS Word documents. It allows you to create personalized letters, memos and faxes. Keep track of your orders, sales and inventory. Analyze and print sales reports. TopSales has been written specifically for the online marketers, home and small...";
fDesc[14] = "Big Business eliminates the need for separate company database, contact management, inventory, and accounting programs. It automates workflow and increases productivity by centralizing important data in a single system that can grow as companies expand. With its innovative Internet technology, Big Business gets small businesses on the Worldwide Web by making online catalogs of products in inventory. Users don't need to learn HTML, format pages, or manage links between pages--Big Business does that automatically.";
fDesc[15] = "strategies so that you can start earning a living as a small business consultant.";
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 = '...';
}
}