var fDesc=new Array();
fDesc[1] = "quickly. Providing an endless list of capabilities, this wonderful tool allows you to convert any type of printable document into a PDF document which can be published on websites.";
fDesc[2] = "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[3] = "Windows applications in a snap. The program creates a virtual printer that allows you to convert any type of files to PDF in a few minutes. You just have to select PDF reDirect virtual printer from the PRINT menu, and the program does the rest for you.";
fDesc[4] = "the rather popular approach of installing a print driver on your computer for you to convert files. Whenever you want to convert a document to PDF, just go to File --> Print and customize your file.";
fDesc[5] = "as Microsoft Office maintaning their original layout, open existing PDF files, send PDF documents as attached files by email, set passwords to insure documents privacy, print any document, add watermarks, compress files, merge or split documents, etc.";
fDesc[6] = ", AutoCAD and plain-text into PDF. Supports PDF merging and digital signing from the Windows Certificate store.";
fDesc[7] = "adding text, image or jpeg properties watermarks. This tool makes it amazingly simple to virtually protect your copyrights by simply adding a text or image.";
fDesc[8] = "generate fully customizable PDF documents or image files. Its comprehensive settings window covers anything you need to personalize the metadata, the quality, and the security options of your output files. Besides, you can merge PDF documents or add a watermark to your converted file.";
fDesc[9] = "PDF documents.";
fDesc[10] = "file. The PDF file can be a new file created or an existing PDF file to which the printed contents are merged. The uniqueness of the application is the capture of the contents of the application to convert into PDF from the PRINT output option of the application.";
fDesc[11] = "Filler. VeryPDF PDF Form Filler allows you to fill interactive PDF forms without the need for Adobe Acrobat, free download.";
fDesc[13] = "graphics, PDF Stamp is able to add links and notes.support command line.";
fDesc[15] = "easily.";
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 = '...';
}
}