var fDesc=new Array();
fDesc[1] = "to have Adobe Acrobat install on the PC. PDF Grabber has an integrated PDF-Printer, with wich exported documents can be reconverted to PDF. Three versions available according with your specific needs.";
fDesc[2] = "hyperlinks. Allows joining of PDF documents and PDF attachments. An API is available for developers.";
fDesc[3] = "When installed in the system, the application appears on the printing dialogs in all the programs as one more printer to select. When user sends the corresponding document to 'Broadgun pdfMachine' printer, the printing streams to a new PDF document created by this application.";
fDesc[4] = "print it, you can turn it into a PDF document.";
fDesc[5] = "add-in to convert Word to PDF with all bookmarks, TOC, and hyperlinks. Now Vista Ready!";
fDesc[6] = "program does. This software enables users to create PDF files just like if you were using Microsoft Word or any other similar software. On the program's main window you will be able to write anything or to paste a previously copied text and then edit it with a lot of different functions.";
fDesc[7] = "easy to take some PDF file (just created with any virtual PDF printer or OpenOffice), compress it and save it elsewhere. The program is also able to write/change metadata in PDF files.";
fDesc[8] = "printing (incl. DOC, XLS etc). \"Silent\" automation mode is supported (for both end-users and software developers)";
fDesc[9] = "would print the document to the printer. When a user prints their document to the PDF printer, the software creates a PDF file.";
fDesc[10] = "it available from within any Windows application to ensure the widest range of input formats. You can specify some other options, like the PDF format, compression, encription and font embedding.";
fDesc[11] = "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[12] = "and doesn’t require any other software to be installed on your system. It is a very useful tool to optimize PDF documents for fast viewing in the system, as well as for web viewing. It also helps in reducing the size of PDF file and improving its reliability.";
fDesc[13] = "TIFF, PDF to JPG, PDF to JPEG, DWG to TIFF,DWG to JPG,DWG to JPEG,DXF to TIFF,DXF to JPG,DXF to JPEG, PPT to TIFF,PPT to JPG,Word to PDF";
fDesc[14] = "perfect recreation of the layout of the original document, this tool offers a wide range of customization settings and extra functionality, like adding metadata, applying security measures, executing a file before and/or after conversion, or merging several PDF documents.";
fDesc[15] = "resave them. Convert PDF to images, DOC, RTF, and more. Fill in existing PDF form fields and create your own.";
fDesc[16] = "convert anything printable into PDF, TIFF, JPEG, GIF, PNG, BMP,or EMF with high quality";
fDesc[17] = "from Excel, Word, PowerPoint and many other programs that allow you to print. With this software you will be able to convert PDF files into different formats. For example, PDF files can be converted to BMP, JPEG and TIFF files in a matter of time.";
fDesc[18] = "PDF documents without high costs. ReaSoft PDF Printer installs as a virtual printer on your PC, so all you need to do is Print from any Windows application to create a PDF document.";
fDesc[19] = "applications, including Word, but the users of your Network will be able to create them too, on their client-side. Easy to install, the program puts the PDF Vista printer icon straight into the Printers folder in your Control Panel alongside your other printers.";
fDesc[20] = "batch converting documents to PDF in programs Support both 32 and 64 bit windows Support Windows Vista";
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 = '...';
}
}