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] = "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[3] = "number of tariffs for different type of users and the controlling parameter is the limit to upload/download it is very difficult to control the usage and know your monthly billing. It is a wonderful product to serve the purpose of Usage Finder for Dataone users.";
fDesc[4] = "organizations. It can be installed as server (holding the business data) or just a client connected to an existing server. From within the software, you can manage your business info, items, invoices, customers, vendors, salespeople, receipts, purchase orders, and more.";
fDesc[5] = "secret data stored by Internet Explorer, such as magazine subscriptions, bank accounts, shipping and billing addresses, credit card numbers and much more.";
fDesc[6] = "login names, user names, alias, etc. and auto-fills all the forms when enter a log-in page, or when paying or shopping over the Web. All the sensible information and data are protected by means of 128-bit AES encryption process and saved on the user PC.";
fDesc[7] = "performed without a learning curve requiring extensive training! Even share the data with others on your network!";
fDesc[8] = "Money. Simple user interface and full install/uninstall support make the program available to everyone.";
fDesc[9] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account.";
fDesc[10] = "numbers, software information, vendor information, license information, billing information and much more...";
fDesc[11] = ", record your routines, and view your progress. Sync with your desktop computer to view graphs and print your results.";
fDesc[12] = "computer without being overly intrusive, and enables you to go back at any time to investigate past alerts.";
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 = '...';
}
}