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] = "do it because the user is not permitted by the PDF file. This program can remove any kind of restriction and viewer password in a single click. However you may need the password once to remove the restrictions."; fDesc[3] = "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[5] = "the internet for viewing documents. The security for the files can be quite useful if we do not need anyone to copy or edit our files. This is not a hacking / cracking tool. You must know the password."; fDesc[6] = "graphics, PDF Stamp is able to add links and notes.support command line."; 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 = '...'; } }