var fDesc=new Array();
fDesc[2] = "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[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] = "Look more professional";
fDesc[5] = "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[6] = "However, getting to learn how exactly to use and take full advantage of its options will take you a while because of its complicated user interface and lack of wizards.";
fDesc[7] = "Ledger, Cashbook, Customers, Suppliers, Inventory, Report Writer, Point of Sale, Payroll and eCommerce.";
fDesc[8] = "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[9] = "bank checks for accounting applications including Quicken, QuickBooks or Microsoft Money, and best of all it is FREE.\"";
fDesc[10] = "forgotten passwords from Intuit Quicken, Quicken Lawyer and QuickBooks files, including International variants of these documents versions from Canada, Germany, Australia, New Zealand, and the UK.";
fDesc[11] = "virtue of an open database, customizable estimate fields and customizable cost basis categories. Easily create estimates that fit your business: Partition your estimate items by section and / or locations. Group related part / material and labor items. Change partitioning and grouping with just a mouse click. Define your own nested sort options for your estimate reports. Customize estimate fields, cost basis categories and sort options. Improve your productivity: Create working notes for the job in the estimate and work order documents from the estimate. Create formal bid / proposal documents including tax calculation, markup and shipping info etc. with custom formatting using your company's logo or on your pre-printed template sheets. E-Mail your bid / proposal documents directly to your customers from Estimate Master. Extensive data entry shortcuts are available which increase...";
fDesc[12] = "Rental Business.It meets your all your diverse needs and takes your business into the next decade and beyond.";
fDesc[13] = "is simple, powerful and affordable.Visit us athttp://www.fishbowli nventory.com";
fDesc[14] = "created with any version of QuickBooks, Pro and Enterprise.";
fDesc[15] = ", Marketing Campaigns, Opportunities, Quotations, Sales Orders, Invoicing, Purchase Orders, Links to Sage Line 50 andQuickbooks, Diary, Email Centre plus ..";
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 = '...';
}
}