var fDesc=new Array();
fDesc[1] = "protection. This incredible program combines nine powerful tools to protect your privacy. With Steganos Safe you can protect your sensitive Data by creating as many encrypted hard drives as you like.";
fDesc[2] = "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[3] = "password your documents. Take advantage of this security option to keep your serial #´s, passwords, private notes and others. All save thanks of its encryption AES 256 bits technology.";
fDesc[6] = "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[8] = "passwords. This incredible application creates highly secure passwords that no identity theft can crack with a password generator and according to your requirements, and keeps all your passwords in a securely encrypted list.";
fDesc[9] = "computer and one of the Steganos VPN servers, in a way that all your activities on the Internet are carried out through that tunnel. This tunnel encrypts all the information that runs through it by using an SSL connection which protects the information from being eavesdropped.";
fDesc[10] = "Suite, that automatically erases tracks left behind while surfing the web and working on your PC. This incredible also deletes surf history and footprint left behind using Messenger, Google Toolbar and Desktop Search, last files used, music lists in Media Player and search queries.";
fDesc[11] = "checks compressed files. Locks files suspicious of being infected. Protects you from malicious websites and chatting on Instant Messagers.";
fDesc[12] = "wish, with an incredible capacity of 256GB, which may contain movies, photos or any documents. It creates secure safes just within a matter of clicks on a PC and even works on iPod, mobile phone USB-Stick, or even digital camera.";
fDesc[13] = ", 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[14] = ", online logins, security code for cellular phone, etc. User can manage all of them in a single place, encrypted, and protected by a general password which is the only one user has to remember. That password grants the user acces to all the stored sensible data.";
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 = '...';
}
}