var fDesc=new Array();
fDesc[1] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[2] = "will diplay all the data and information about the user MSN accounts, as well as the user password, in an completely automatic and instant manner.";
fDesc[3] = "archives and ARJ archives. The program is highly optimized for speed.";
fDesc[4] = "since Windows stores those for login operations (in programs such as FTP or email). Because of the security rules Windows applies, when entering a password, the input box only shows asterisks. Same as when Windows fills in automatically the password input box.";
fDesc[5] = ", MSIE AutoComplete fields, MS Access database files or administrator password and you forgot what it is, This is for you!";
fDesc[8] = "recovering lost passwords. You can use it in all Microsoft Operating Systems. It has two methods to retrieve passwords: \"Mouse over\" and \"Drag-n-Drop\". Unregistered version will show only the first two characters of the password. Registered version can reveal saved web passwords.";
fDesc[9] = "methods, it enables instant recovery of passwords and protection removal for any OpenOffice document.";
fDesc[10] = "password problems from restoring passwords to performing security audits and other administrative tasks.";
fDesc[11] = "All passwords are recovered instantly regardless of length. Multilingual passwords are supported.";
fDesc[12] = "The program also recovers passwords to password-protected Outlook data files (.pst files). Tool save configuration to file.";
fDesc[13] = "tool to recover your \"forgotten\" password. This is a small utility that reveals all kinds of Eudora passwords. It is good to know that all versions are supported.";
fDesc[14] = "wide set of well-known FTP programs. These programs include FlashFXP, FileZilla, SmartFTP, CuteFTP, WS FTP, FTP Voyager, and many others.";
fDesc[15] = "passwords to Outlook Express identities. The program recovers and visualizes the settings of mail and news accounts.";
fDesc[16] = ", NNTP accounts. The program recovers and visualizes the settings of Identity, mail and news accounts of Outlook Express.";
fDesc[17] = "ReadOnly protection. The program offers a friendly interface for effortless recovery using advanced methods.";
fDesc[18] = "The program supports all types of spreadsheets, recovers all types of passwords and removes all types of protection.";
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 = '...';
}
}