var fDesc=new Array();
fDesc[1] = "Google-powered search tool that lets you find any topic on the Net. On the other hand, it is a Christian music player with a list of preset Christian music stations and a set of music player-style controls. If you enjoy listening to Christian music while web-surfing, this one is for you.";
fDesc[2] = "Active X-based threats by preventing them from being installed on your system.Malware Scanner is an Adware, SpyWare, Key Loggers, Trojans, Dialers, Hijackers, Trackware,removal utility . It scans your memory (for active memory ad components, which are not stored on your hard drive and last only as long as the computer is powered up), registry, & drives for known adware modules & for known SpyWare and thiefware parasites & scum-ware components and lets you remove them safely from your system. System Guard is a real-time monitor that watches your memory and registry for spyware that tries to install or change your system, Also removes Bundled spyware components from Kazza, Morpheus, audiogalaxy, grokster, Limewire, Imesh, Gnutella & and many other programs which contain spywares. SpyWare apps, often installed without your knowledge, send information about your surfing habits to...";
fDesc[3] = "threats. Active Shield offers us a protective shield against malware, adware, virus, spyware, etc. The program's interface is quite friendly and easy to manage. We can use the default configurations or customize them to our own taste and needs.";
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 = '...';
}
}