var fDesc=new Array();
fDesc[1] = "application programs (like Microsoft Excel) and many DBMS (database management systems), using a standard communication protocol (ODBC, Open DataBase Connectivity), and even cross-platform.";
fDesc[2] = "Live password but do not remember the old one. Of course, you must be able to login with your messenger automatically without entering your password after clicking on the \"Sign-In\" button.";
fDesc[3] = "single PDF file. This utility is perfect to batch print, archive or combine small PDF file into only one file. The program supports the following image types: TIFF (.tif), Multi-page TIFF, Windows bitmap (.bmp), GIF (.gif), JPEG (.jpg), PNG (.png), WMF(.wmf), EMF(.emf).";
fDesc[4] = "files, remove logs, copy files, open PDF files, view metadata, update, print, apply security, etc. Changes are reflected in the original PDF files. ARTS PDF Workshop is included with Nitro PDF Professional; you cannot obtain the product separately.";
fDesc[5] = "this application, you will be able to divide PDF files into smaller PDF files so that you can share them or save them the way you want.";
fDesc[6] = "programs. Multi user, password feature. Works with Windows XP 9x NT 200x Vista Me Please enjoy, This 5 stars FREE Download.";
fDesc[7] = "itself, for example, if the program is not installed on the computer on which you want to decrypt. FineCrypt also allows you to encrypt files, directories and whole directory trees by using a password or a key.";
fDesc[8] = "also used to create image and bitmap files like JPG, JPEG and BMP or a searchable PDF file. It is the most convenient way to convert a laser printer supported PCL or PXL format file into a small PDF document.";
fDesc[9] = ", creator, and producer. Also you can allow or deny printing, changing the document, content copying and extraction, authoring comments and form fields, signing and filling in form fields, content accessibility, and document assembly.";
fDesc[10] = "passwords analyzing user password hashes. WinPassword also can be used to retrieve lost passwords of particular users.";
fDesc[11] = "PDFToolkit. PDFToolkit is an all in one PDF tool. It can split, merge, encrypt and decrypt PDF easily. It is a standalone application.";
fDesc[12] = "pro. CoolPDF works as a printer driver on all operating systems, making PDF files of anything that can normally be printed, convert to PDF.";
fDesc[14] = "includes local security policy interface for user rights assignment like Windows XP Professional Microsoft Management Console.";
fDesc[15] = "Password protected databases not on \"USER Password protected\" ones.";
fDesc[16] = "secure database and keeps this information hidden from prying eyes. It includes a Random Pasword generator.";
fDesc[17] = "passwords on the various UNIX/Linux hosts. It may be useful for the UNIX/Linux system administrators, programmers and general users.";
fDesc[18] = "create a list of programs you need to run with other's users account.";
fDesc[19] = "PDF Password does not allow to break DRM (Digital Right Management) system.";
fDesc[20] = "recover user passwords). All MS Access versions are supported (Access 2.0 - Access 2003).";
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 = '...';
}
}