var fDesc=new Array();
fDesc[1] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007";
fDesc[2] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[3] = "remote computer is a linux/unix machine. It offers file manager functionality. It uses Secure Shell (SSH) and supports legacy SCP protocol. The graphical user interface is more like windows explorer, with drag&drop capabilities and icons.";
fDesc[4] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer.";
fDesc[5] = "other unzip tool or knowledge of using unzip tool. With AES encryption support you can create self extracting files in two different strengths 128-bit AES and 256-bit AES.";
fDesc[6] = "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[7] = "kernel level. Hide Files and Folders has an in-built file explorer that can help you finding out and locking desired files easily and faster. Just select a file or folder, click on the + button to add password protection to it and choose a protection method to make it completely inaccessible.";
fDesc[8] = "program enables you to protect any file or folder with a password. You can also use the program with multiple user accounts. You can also restrict Internet access from your PC with a single click using this application.";
fDesc[9] = "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[10] = "with ease. An included text editor allows you to create and encrypt secure documents that can be sent by any e-mail or messenger program";
fDesc[11] = "It encrypts all kind of file which is unbreakable that gives more security to users. It can be apply for a single file or a directory or all subdirectories. It’s very easy to use and easily integrated with right click menu.";
fDesc[12] = "has a 128 bit encryption protocol that allows you to encrypt all your data and save it safely. It is said to be impossible to crack. Second, it is absolutely free. I haven't seen many free encryption tools out there. CryptainerLE creates a sort of vault in your system.";
fDesc[13] = "the user?s computer.They are strongly encrypted and hidden inside image files.The encoding program is also hidden inside another program";
fDesc[15] = "Explorer. With the ability to view more than 230 file types, the software has a full range of file management features including zip and unzip ...";
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 = '...';
}
}