var fDesc=new Array();
fDesc[1] = "As usual in these type of applications, the program opens two separated windows, the left one for the local site (web site at the user PC) and the other (right hand) for the web site in the Internet server the user can open.";
fDesc[2] = "computer. Using a password provided by the user, it encodes a file or a number of files safely, saving them in your computer or allowing you to burn them to CD or DVD for backup and distribution purposes. It also includes a removal utility that completely wipes any file from your computer.";
fDesc[3] = "illegal tool, but it is actually the opposite. Sometimes, we forget the passwords we set for our password-protected ZIP files, and there is one way to do it.";
fDesc[4] = "recover file open passwords for Word / Excel 97 to Word / Excel XP 2003 files in a few steps. This incredible program works by trying words from a large dictionary, that is included with the download, against the file, then tries character combinations to find most common file open passwords.";
fDesc[6] = "recover a lost or forgotten pasword from an encrypted zip archive. It doesn't matter whether if it was created using WinZip, PKZip or any other ZIP software or if it's a self-extracting Zip-archives (SFX); all are accepted.";
fDesc[7] = "Support for ZIP files and ability to secure delete sensitive files. Skinnable user friendly interface.";
fDesc[8] = "use, with few screens to learn, it works automatically since it has a scheduler module to set up programmed tasks, and well... it's free, or very affordable!";
fDesc[9] = "security purposes to prevent leaks you know it also represents a risk if a password is lost. Its user interface was created as a wizard and contains a lot of contextual prompts.";
fDesc[10] = "Internet Explorer (in local password list), as well as AutoComplete strings form field. It runs under these platforms : Windows 95, Windows 98, Windows ME, Windows NT 4.0, Windows 2000 or Windows XP and also in Windows Vista.";
fDesc[11] = "analyzes Word, Excel documents (password to open), Access databases, Outlook PST, OneNote, PowerPoint, MS Money files and Zip archives.";
fDesc[13] = "for speed using dictionary-based attack, and very fast and effective plain text attack. All ZIP versions and compression methods are supported. Multilingual interface support is included.";
fDesc[14] = "passwords. It is a real ZIP password cracker.";
fDesc[15] = "security problems associated with unauthorized or illegal use of confidential company information.";
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 = '...';
}
}