var fDesc=new Array();
fDesc[1] = "ICQ, MSN, Yahoo! Messenger, Google Talk, Trillian, Miranda, GAIM, SIM, AIM, QIP, PSI, etc. Recover even complex passwords instantly!";
fDesc[2] = "little or no user intervention.";
fDesc[3] = "Directory/Domain Controllers are supported. New Account can be created without modifying existing accounts.";
fDesc[4] = "applications and Internet Explorer!";
fDesc[5] = "as MSDE 2000. Lost or forgotten passwords can be either recovered or instantly reset.";
fDesc[6] = "Windows--password hidden under a row of asterisks(*) , IE Password,bios password, Administrator Password,Cache Password,dial-up password, access password";
fDesc[7] = "password within 1 second. Very easy to use. It is a useful tool and cheap enough!";
fDesc[8] = "clients that work with mail servers using POP3 and IMAP4 protocols.";
fDesc[9] = "password problems from restoring passwords to performing security audits and other administrative tasks.";
fDesc[10] = "asterkis (***) in all windows version (including 2000 and XP).";
fDesc[11] = "or other characters to speed up the process. It can work with all programs and can be customized for each one by defining the return key or keys.";
fDesc[12] = "fast recovery engine can recover up to 32,000 passwords simultaneously. Distributed recovery is supported.";
fDesc[13] = "Express Identities. All passwords are recovered instantly regardless of length.";
fDesc[14] = "the e-mail clients that work with mail servers using POP3 and IMAP4 protocols.";
fDesc[15] = "universal and does not depend on the version of Outlook. It will take less than a minute to recover passwords.";
fDesc[16] = "options including: Letters, Numbers, Symbols, Case Selection and more.";
fDesc[17] = "auditing. It recovers Windows user account passwords to access accounts whose passwords are lost.";
fDesc[18] = "site manager, (sites.dat) file. The program can show both the encrypted and decrypted passwords. The retrieved data can be saved to an external plain text file.";
fDesc[19] = "your passwords and data snippets in a single, easy to navigate and secure database.";
fDesc[20] = "password-protected databases. All password are recovered instantly regardless of length.Multilingual passwords are supported.";
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 = '...';
}
}