var fDesc=new Array();
fDesc[1] = "helps you to protect your computer from spyware and other potentially unwanted threats. Its redesigned and simplified user interface makes common tasks easier but still ensures the user is aware of the most urgent alerts.";
fDesc[2] = "unwanted and unauthorized access through internet or a network. PC Tools Firewall Plus monitors every application running 24x7 and saves your computer from trojan horses, keyloggers and other malware. You can manually set access for an application.";
fDesc[3] = "even the Administrator will be able to access or see the protected files. Also, its technology makes it impossible to gain access from a local network or the Web.";
fDesc[4] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft.";
fDesc[5] = "fast, easy and secure password management. One 'Master Password' is all that is needed to access all your passwords.";
fDesc[6] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity.";
fDesc[7] = "Androsa FileProtector uses very strong encryption algorithms including AES - 256 bit / 192 bit / 128 bit, TripleDES 192 bit and DES 64 bits.";
fDesc[8] = "and unwanted access. It is a very fast and easy-to-use security application. Cutting Edge instant Lock technology is incredibly fast, it can lock 100 GBs of data in quite little time and it does not modify or harm protected files.";
fDesc[9] = "of the diary with plain text? DiaryOne is a creative multimedia diary keeper software for storing your private information securely.";
fDesc[10] = "and data snippets in a single, secure database. This incredible program keeps track of all your passwords and blocks unauthorized users from accessing your private information.";
fDesc[11] = "mind all those serious computer users who are serious about their data and private information. It is a bit different then other encryption tools as safe Guard Private Crypto can be installed on all standard mobile device platforms including PDAs, Notebooks.";
fDesc[12] = "unauthorized access by hackers. The software finds all personal information and suggests its unrestorable erasure. Always keep on the safe side!";
fDesc[13] = "them. Provides 100% protection of your private information across all Windows versions, including 64-bit releases.";
fDesc[14] = "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[15] = "you need to have the Office suite installed before installing it. Metadata Analyzer will look for information that is embedded in your files whether you are aware of it or not. If you want to replace or erase that information, however, you need another application.";
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 = '...';
}
}