var fDesc=new Array();
fDesc[1] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document.";
fDesc[2] = "you to edit and change PDF files by means of a Printer driver. VeryPDF PDF Editor takes a rather different approach. This application allows you to change PDF files on-the-fly, just like you would change a file using Microsoft Word, for example.";
fDesc[3] = ", including DOC, DOCX, XLS, XLSX, PPT, PPTX, TXT and even HTML, to a universally accepted PDF (Portable Document Format) file with the click of a button.";
fDesc[4] = "all versions of Acrobat Reader applications. PDF documents can be protected by password with 40 or 128 bit encryption. Batch conversion operation supported. Manual operations by means of command line actions and script inclusion.";
fDesc[5] = "as TIF, JPG, GIF, PNG, BMP, PSD, WMF, EMF, PDF, PCX, PIC,etc. into PDF format. This incredible program has the ability to correct black and white images by using special techniques to insure high quality output after conversion.";
fDesc[6] = "steps. This incredible program enables you to extract various information from the PDF file, such as title, subject, author, keywords, creator, producer, creation date, security, version, page count, etc preserving the original page layout.";
fDesc[7] = "a lot of different image formats, such as TIFF, TIF, GIF, JPG, BNG, EMF, BMP, TGA, PCX and many more. Using this program, you will also be able to convert a whole PDF page to any image file, including text, line, ellipse, bezier, arc, color, form, image and many other type elements.";
fDesc[8] = ", including DOC, DOCX, XLS, XLSX, PPT, PPTX, TXT and even HTML, to a universally accepted PDF (Portable Document Format) file with the click of a button.";
fDesc[9] = "incredible program enables you to convert files preserving the original layout, links, bookmarks, images and vector drawings.";
fDesc[10] = "previews or thumbnails of web sites in several formats, such as TIF, TIFF, JPG, JPEG, GIF, PNG, BMP, PCX, TGA, JP2 (JPEG2000), PNM, etc. This application doesn't depend on print drivers. Just the opposite, it has its own means to produce conversions of high quality.";
fDesc[11] = "Filler. VeryPDF PDF Form Filler allows you to fill interactive PDF forms without the need for Adobe Acrobat, free download.";
fDesc[12] = "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[13] = "quickly and has the ability to accelerate your downloads and can recover downloads if errors occur, for instance, resume or stop downloading.";
fDesc[14] = "perfect package in itself, and can run Adobe Acrobat software. With this piece of program, you can stamp PDF documents with various format images like JPEG, GIF, TIF, TIFF, PCX, PNG, TGA, ICO, BMP, JP2, PNM etc.";
fDesc[15] = "inserted into other documents or viewed natively under Windows. Convert documents to metafile and EMF files.";
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 = '...';
}
}