var fDesc=new Array();
fDesc[1] = "can be protected using an user password, which will prevent you from ever opening the file if you don't have the password. They can also be protected using an owner password, which restricts several functions of the PDF file in question.";
fDesc[2] = "this application does. Of course, password cracking is the main feature and it works flawlessly. The fact that \"guessing\" the passwords of PDF files was that easy actually amazed me.";
fDesc[3] = "incredible program instantly unlocks restricted PDF documents created with almost all versions of Adobe Acrobat or any other PDF application by removing printing, editing and copying restrictions.";
fDesc[4] = "presentation formats, preserving the original documents format (images, backgrounds, colors, etc.). The output result file is a document generated in another format that is very representative of the original file.";
fDesc[5] = "set, preventing the file from editing, printing, selecting text and graphics, or adding/changing annotations and form fields.";
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] = "\"owner\" password set, preventing the file from editing, printing, selecting text and graphics, or adding/changing annotations and form fields.";
fDesc[9] = "protected Adobe Acrobat PDF files, which have an \"owner\" password set, preventing the file from editing, printing, modifying the document, adding or modifying text notes, and AcroForm fields.";
fDesc[10] = "little or no user intervention.";
fDesc[11] = "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[12] = "unlock PDF files protected with an \"owner\" password which prevents the file from editing, selecting graphics and text, printing, etc. The user interface is extremely simple and intuitive, with a wizard that guides you throughout the steps of the process.";
fDesc[13] = "files. That means you can protect PDF files with 128 bit encryption or remove the password protection.";
fDesc[14] = "multiple conversion and you can protect your resultant PDF documents with setting a password. The program also allows exporting to bmp, jpeg, tiff and pcx.";
fDesc[15] = "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.";
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 = '...';
}
}