var fDesc=new Array();
fDesc[1] = "protection. Highly awarded program with many many features such as Antivirus, Security Server, Stealth Mode, SmartDefense, DefenseNet, among others,";
fDesc[2] = "that of Internet Explorer, Smart Brow has its own features, such as the \"quick note\" panel for us to copy and paste (or write) anything we like; and a nice user interface, whose appearance (skin and/or color) can be easily changed.";
fDesc[3] = "ranging from financial, like credit cards and passwords, to personal information like health and travel, so we can call it a Swiss Wallet.";
fDesc[4] = "spending habits, record expenses, transfer among accounts and do on-line banking.";
fDesc[5] = "fraud, identity theft, and so on. This program can search our files, web data, e-mails and attachments, and Windows Registry for any personal information that we may have stored and that can be used to cause us real damage.";
fDesc[6] = "enjoy plus the guarantee of a safe and secure software powered by Vegas Technology. English Harbour offers two ways to start playing. One by downloading the client software and setting it up in your computer, and the other by playing directly online.";
fDesc[7] = "and data in this virtual Safe n you can keep this Safe right on your Desktop. With PC Digital safe you can breath peacefully as it protect your all types of sensitive data and information from hackers, keystroke-loggers, spy-wares and identity thieves.";
fDesc[8] = "functional finance manager today. This program was developed to manage both business and personal finances. Using it you can control many accounts, credit cards, forthcoming payments, and so on.";
fDesc[9] = "submitting the card number online. Credit Card Verifier can validate any VISA, MasterCard, Diners Club, Carte Blanche, EnRoute, American Express (AMEX)";
fDesc[10] = "on you computer and erase it completely. This incredible program intended for probing the confidential information stored on your computer for its vulnerability to unauthorized access by hackers.";
fDesc[11] = ", savings, credit cards, loans, debt accounts. You can even create your own account types!";
fDesc[12] = "easily and efficiently. Know where your money goes and stay in full control of your budget with Account Xpress.";
fDesc[13] = "expense and income and avoid over-draft. Control your credit cards, bank accounts and cash transactions. Multi currency, multi language, PDA's support.";
fDesc[14] = "time. Enter your credit card charges, click a few buttons and the areas for savings will be produced.";
fDesc[15] = "business internationally, without sacrificing the ease of use and cost effectiveness that has long been the staple in the Y.E.S.! product line. You will offer your products worldwide through the Internet and through all 14 international eBay sites, accepting payment in foreign currencies with instant foreign currency conversion on major credit cards on your website and PayPal through eBay. Y.E.S.! 6.0 automates and integrates your physical and Internet stores Quickly and easily create an eCommerce enabled website. Template driven website design enables you to cost effectively develop and maintain a professional Internet presence. Websites are uploaded to one of our Internet hosting providers, while your business critical information remains on your own computer and at your disposal. Online orders, along with customer and sales information, are automatically integrated with your...";
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 = '...';
}
}