var fDesc=new Array();
fDesc[1] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[2] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty.";
fDesc[3] = "modify existing PDF documents. The application has the ability to create in batch mode and combine multiple files and multiple file types in a single PDF document, as well as create PDF packages.";
fDesc[4] = "will be provided of multiple interesting and usefull functions to secure your PDF files: Encryption, Decryption, Sign, Co-Sign and Verify.";
fDesc[5] = "digital signatures in your e-mails and communications. This branch (1.x) is more mature than the 2.x one, which it's still difficult to build as of today.";
fDesc[6] = "maintain our drivers in perfect conditions. We can use this program to update and make a backup of our drivers, thus preventing their loss in case of problems with the computer, or the driver itself. We can install/remove a specific driver, install a new hardware device, restore drivers, etc.";
fDesc[7] = "features for editing PDF documents such as building forms, power mark-up features, managing of document security and digital signing and more. It integrates itself to Microsoft Office and Autocad. It has a tool called \"Stapler\" for binding Office and image files and a built-in FTP client.";
fDesc[8] = ", select and extract text and images, import HTML and convert it to PDF, generate single signatures, administrate forms.";
fDesc[9] = "those who would tamper with them.";
fDesc[10] = "interface, Adjustable search system, The passwords generator and much more. Free for Pocket PC version!";
fDesc[11] = "file, string, memory buffer Support calculation of hash on string, file or memory buffer Support digital signature";
fDesc[12] = "document, be it a purchase order, an invoice, a report, a proposal, compliance statement or assessment review. It provides unparalleled flexibility for designing your very own friendly visible signatures block that can include hand-signature images, company seals and other data items, making it ideal for signing engineering and architectural drawings. Features include: 1. PDF Creation using built-in PDF printer driver 2. Designing of Flexible signature appearance 3. Multi-page signing 4. Advanced PDF Encryption 5. Form filling 6. Strong verification of digital signature 7. Supports generation of long term signatures which includes revocation information and time stamps 8. Integrated with Windows keystore 9. Supports Smart card/USB tokens including Qualified certificates and Adobe CDS Certificates 10. Generates compatible PDF/A signatures 11. Ability to sign and/or encrypt multiple...";
fDesc[13] = "authenticate your files with single API call. Uses RSA public key cryptography. C/C++ or Visual Basic.";
fDesc[14] = "allowing the users to sign these files. It can also sign all other file formats in E-Lock Proprietary format";
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 = '...';
}
}