var fDesc=new Array();
fDesc[1] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type.";
fDesc[2] = "powerful features to enable building comments, reviews and forms. You can control and create your digital signatures and protection options.You can edit your PDF by inserting text, images, merge, split, crop, rotate. The program installs a toolbar for Microsoft Word,PowerPoint and Excel.";
fDesc[3] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20.";
fDesc[4] = "font embedding, RGB, sRGB, CMYK color space conversion, PDF merge, append, active hyperlink, automation, and server support.";
fDesc[5] = ", text, images, & page editing, copying content, security, text markup & drawing tools, and so on.";
fDesc[7] = "Filler. VeryPDF PDF Form Filler allows you to fill interactive PDF forms without the need for Adobe Acrobat, free download.";
fDesc[9] = "and select Convert to PDF. Password protect your PDF documents You can set User and Owner passwords. You can allow or forbid Content Copying or Extraction, Form Filling, Signing, Commenting, Changing the Document, Printing. Encrypt your PDF files Smart PDF Creator can create encrypted PDF documents. You can chose between two levels of encryption - Low (40-bit RC4) and High (128-bit RC4). Batch Conversion You can convert all your documents to PDF at once. Just add them to the main window of Smart PDF Creator and click Conve";
fDesc[10] = "electronic form into a rastered image, so that you can fill the form or enter any text or graphics in it.";
fDesc[11] = "with any field type; fill in text, make choice, select items, answer yes or no etc.";
fDesc[13] = "printer. The program allows you to use regular printers as well. The program memorizes edit fields so you will be able to fill out the same form again.";
fDesc[14] = "XFDF file formats, auto e-mail attachement, watermarks, delete and merge pdf documents, support filling forms in English and Asia languages";
fDesc[15] = "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...";
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 = '...';
}
}