var fDesc=new Array();
fDesc[1] = "problems when you are working with items in a large .pst file or in a large .pst file in Outlook. How many times this, is a big headache! When you try to backup your own .pst files or when you need to export them! Also fixes problems with the user´s mailbox";
fDesc[2] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages.";
fDesc[3] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots.";
fDesc[4] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established.";
fDesc[5] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client.";
fDesc[6] = "to view the hidden folder even if the program is uninstalled. It´s easy to use and has no size limitation on the protected folders, but for the available space on disk.";
fDesc[7] = "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[8] = "keep your personal data. It doesn't require any configuration but just entering your password and repeating it twice. It's a must have for all users who share their computers with others. You can also change the password anytime or simply remove your folders with one click.";
fDesc[9] = "Basically, Memeo Share is responsible for posting the photos and videos you want in a private space on the Internet. A website that may only access people you invite. That is, your circle of friends.";
fDesc[10] = "Data Safes on your PC, Laptop, USB-Sticks, CDs, DVDs, etc. This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or by using a sequence of pictures.";
fDesc[11] = "Androsa FileProtector uses very strong encryption algorithms including AES - 256 bit / 192 bit / 128 bit, TripleDES 192 bit and DES 64 bits.";
fDesc[12] = "create two Data Safes with 1 GB capacity each on your PC, Laptop, USB-Sticks, CDs, DVDs, etc.This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or a sequence of pictures.";
fDesc[13] = "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[14] = "using other recovery software and tools. Deleting a file using traditional delete method of Windows never removes your file completely. A file deleted with Simple File Shredder can no longer be recovered at all.";
fDesc[15] = "are protected by a password. Private Photo Album uses strong 256-bit encryption technology to guard all the private photos and keep them safe in a single executable file.";
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 = '...';
}
}