var fDesc=new Array();
fDesc[1] = "It can scan for wireless networks and try to hack in. It can try to decrypt database files like those of dBase, Excel, MS Access, FoxPro, etc.";
fDesc[2] = "is programmed only for RAR/WINRAR archive files of version 2.x and 3.x. It gives two options to the end user to regain the password. The first is by using a brute force attack which tries all the combinations of the characters";
fDesc[3] = "password search attacks are supported in full.";
fDesc[4] = "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[5] = "archives and ARJ archives. The program is highly optimized for speed.";
fDesc[6] = "3 clicks. Atomic PDF Password Recovery does not recovers the password needed to open a PDF file, it actually needs the password to remove limitation from a PDF file like, printing, editing, copy and other restriction.";
fDesc[7] = "purchase this software, you will have the opportunity to try it for 50 times. This trial version has some limitations such as: Popup a message box, Not complete process from the original PDF File, It will remove outlines, information and other for some special PDF documents.";
fDesc[8] = "proprietary unlocking algorithms can remove any unknown HDD password and you do not required to give any hint of password as it is not working as a normal password cracker tool.";
fDesc[9] = "way (it depends how long passwords are). It has also Key search attack, which guarantees the decryption (the password length and complexity doesnt matter at all ) of PDF files that use 40-bit encryption";
fDesc[11] = "of forgotten or lost document passwords. Also, the application can be used for decrypting files with a known password, supporting 40-bit RCA and 128 RCA and AES decryption. This application doesn't need of any Adobe Acrobat program to be installed on the user system.";
fDesc[12] = ", WinRAR or any other ZIP-compatible software.";
fDesc[13] = "password protected MS Word and Excel documents. This incredible program provides a simple solution to remove any password (excepting VBA project password) from multiple MS Word and MS Excel documents.";
fDesc[14] = "using dictionary and Brute-Force attacks. The program is loaded with a large dictionary and allows adding more dictionaries and its bundled with a LM/NT hash generator tool.";
fDesc[15] = "the e-mail clients that work with mail servers using POP3 and IMAP4 protocols.";
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 = '...';
}
}