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] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money.";
fDesc[3] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy.";
fDesc[4] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options.";
fDesc[5] = "PrimoPDF is easy to install and use, it does need .net 2 framework to be installed on the machine prior to using this tool. PrimoPDF is compatible with most of the windows operating systems.";
fDesc[6] = "complete features one-click integration with Microsoft Office products. PDF complete works with Office 2007, 2003, 2002, and 2000 and supports Windows XP, Windows Vista, Windows 2000, and Windows 2003.";
fDesc[7] = "it appears in your printers list. With doPDF you can convert documents/files into searchable PDFs from any application that supports printing. Interestingly, this useful PDF conversion utility is absolutely free for both personal and commercial uses.";
fDesc[8] = "from virtually any application. With one click you can convert your Microsoft Excel, Word or PowerPoint documents or your emails and favorite web sites to PDF files.";
fDesc[9] = "format. Its easy-to-use interface allows you to create PDF files by simply selecting the \"print\" command from any application, creating documents which can be viewed on any computer with a PDF viewer.";
fDesc[10] = "using simple steps. PDF-XChange can output a PDF file with all the properties of a professional PDF file. You can select PDF-XChange in the printer tab while printing a Microsoft Office document to create PDF file. PDF-XChange enables you to set passwords, permissions for the PDF file.";
fDesc[11] = "option for you. This small and simple utility is actually a powerful tool that will let you to capture anything on your screen. You will be able to choose if you want to capture a specific region or full screen.";
fDesc[12] = "Microsoft Windows application.This progarm is FREEWARE which means that it is FREE for personal and commercial use. It does not contain any advertising or popups.";
fDesc[13] = "single PDF. It increases the convenience of document delivery by having a single PDF that contains material from different sources. One mouse click is enough to send the PDFs through your default email program.";
fDesc[14] = "interactive interface – actually it really doesn't – but it's amazingly simple and quick. Needs ghostscript installed on the PC beforehand.";
fDesc[15] = "first piece of evidence of that. But is worth every pound of its weight and every buck of its price. Why is that? Because it does what any other PDF creation and edition can do and some things else";
fDesc[16] = ", 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[17] = "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[18] = "the program is really fast and easy to use. From the screenshot itself, you can see that only some picture formats like the JPG, JPEG, GIF, TIFF, PNG and a PDF is only available.";
fDesc[19] = "access to edition of PDF files.On an easy-to-use interface consisting on a set of tabs you will be provided of multiple interesting and usefull functions to edit your PDF files.";
fDesc[20] = "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.";
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 = '...';
}
}