var fDesc=new Array();
fDesc[2] = "troubleshoot issues that can vary from a network problem to application compatibility. Windows support tool is only available on Windows XP, isnt installed by default and can be installed from Windows Installation CD or downloaded from Microsoft Website.";
fDesc[3] = "are given Firewall protection, Anti-Spyware, Email scanning and real-time scanning tools to help you in keeping your computer safer than ever.";
fDesc[4] = ", firewall and parental control. Trend Micro Internet Security Pro enables you to browse the web safely and also keeps your identity and private data safe.";
fDesc[5] = "and data with automatic scans, updates, prevent unauthorized changes, and outbreak alerts. Staying up-to-date will help you stay away from latest malware: viruses, worms, Trojan programs, and spyware.";
fDesc[6] = "century old trend or method of paper sticky notes and it’s a digital age n so you should follow the current paperless trend of digital sticky notes. It will also help us to save some trees. I hope so. Well, this sticky notes style is more advanced and has some brilliant features which make its worth.";
fDesc[7] = "potential threat in the website you are about to visit and also pages listed in Google, MSN, and Yahoo search results. The application is really simple and doesn't do much.";
fDesc[8] = ", spyware and other Internet security threats. Our managed service includes access to our \"Security Center\" web portal.";
fDesc[9] = "Downloader also generates color-coded columns providing quick and easy recognition of the trending action of the stock.";
fDesc[10] = "and variants, detects and removes spyware, supports plug-ins that add new security capabilities. Office Scan Client 8.0 constantly scans your disks, local memory, mail and web threats from browsing suspicious web sites.";
fDesc[11] = "stock trend is changing. You know when to buy or sell stocks from 4T stock trading strategy.";
fDesc[12] = "or a web page, and warns you of possible phishing scams. TrendProtect rates current pages and pages listed in MSN.com, Google.com and Yahoo.com search results.";
fDesc[13] = "second by second. Three trading Strategies. Seven Pairs: EUR/USD GBP/USD USD/JPY USD/CHF AUD/USD USD/CAD GBP/JPY.";
fDesc[14] = "is calculated during the trading day following the markets movements second by second. Five trading Strategies to choose from.";
fDesc[15] = "long or short, and thereafter Alerts for eventual stops. Professional Trend Trading at it's best.";
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 = '...';
}
}