var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = ", 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[3] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[4] = "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[5] = "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[6] = "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[7] = "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[8] = "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[9] = "interactive interface – actually it really doesn't – but it's amazingly simple and quick. Needs ghostscript installed on the PC beforehand.";
fDesc[10] = "and save them in an editable form, preserving the layout and formatting of the original as closely as possible. This incredible application is really easy to use and intuitive with wizards that make your work even easier.";
fDesc[11] = ", columns, and graphics. All the features of a perfect PDF editor, PDF to Word and Excel converter makes this program nearly the best solution for your PDF-related problems.";
fDesc[12] = "features supplied by previous versions of this Nuance/Scansoft PDF Converter, version 5 includes interesting new features about speed, Vista compatibility, movies and sounds, text to speech, transparency in watermarks, etc.";
fDesc[13] = "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[14] = "modify existing PDF documents. The application has the ability to create in batch mode and combine multiple files and multiple file types in a single PDF document, as well as create PDF packages.";
fDesc[15] = "secure Adobe PDF documents. With Acrobat Elements you can: * Create Adobe PDF documents * Print to Adobe PDF * Create accessible Adobe PDF documents * Use a de facto standard * Distribute files electronically * View and print reliably * Protect files * Help restrict access";
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 = '...';
}
}