var fDesc=new Array();
fDesc[1] = "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[2] = "Microsoft PowerPoint and Word documents by up to 98% without reducing the quality or requiring any decompressing tools. The tool has add-ons for Microsoft Word and PowerPoint and a beautiful search window for batch compressing.";
fDesc[3] = "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[4] = "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[5] = "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[6] = "), Sales Tax Reports , Excise reports / Registers , consignment sales , customized billing formats and other documents.";
fDesc[7] = "several different currencies, and multiple locations. You can control Inventory, Order Processing, Invoices, Documents, Letters, Sales Tax Reports, VAT Reports, Service Tax, TDS, FBT and reports sent by E-Mail or SMS.";
fDesc[8] = "incoming and outgoing cash flow including sales, receipts, payments and purchases for a single or multiple companies. Features: Set up and manage one or multiple companies. Track outgoing payment and purchasing transactions. Track incoming sales and receipts. Input journal entries manually. Reports include balance sheet and profit & loss plus more. Regional format settings include currency symbol, end of financial year, decimal point display and paper size. Send reports automatically by email or fax. Combine with our other free business applications for no-cost business management. Express Accounts is completely free.";
fDesc[10] = "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[11] = "product series: Mamut Enterprise Mamut Enterprise is a user-friendly and complete business solution designed to manage and integrate all areas of your business. It is a state of the art solution covering financials, CRM, logistics and e-commerce. Mamut Enterprise is simple to install, is user-friendly and offers excellent functionality to support your business. Mamut Office A unique, all-in-one financial system for smaller businesses. Not only do you get bookkeeping and invoicing, but also contact and sales management, project management and a web site/e-commerce in one complete solution at the best price on the market. Mamut CRM & Sales Mamut CRM & Sales is the market’s most complete contact and sales management system for businesses that require efficient management of their customer and contact base, plus project management, time sheet input, quotations, orders, invoicing and web...";
fDesc[12] = "companies who want to track their Sale Leads Any company/dealer/distrib utor/retailer do all or one of following tasks for their sales lead management. Receive sale leads or collect information for prospective clients through different sources. Prepare emails to send responses. Prepare letters for sale leads. Filter leads on the basis of city, profession, response required etc. Print address labels of selected sale leads. Print letters to send selected leads. Send Emails to selected leads.";
fDesc[13] = "receipts in seconds! Designed with ease of use as a primary feature, it will help you perform sales-related tasks fast and easy.";
fDesc[14] = "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[15] = "tool and many more. Sales Tax Calculator also belongs to this type. This tiny utility helps in deducting taxes from a certain sum of money.";
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 = '...';
}
}