var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "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[3] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware.";
fDesc[4] = "powerful features to enable building comments, reviews and forms. You can control and create your digital signatures and protection options.You can edit your PDF by inserting text, images, merge, split, crop, rotate. The program installs a toolbar for Microsoft Word,PowerPoint and Excel.";
fDesc[5] = "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[6] = "interactive interface – actually it really doesn't – but it's amazingly simple and quick. Needs ghostscript installed on the PC beforehand.";
fDesc[7] = "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[8] = "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[9] = "Microsoft Word and RTF formats in just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout.";
fDesc[10] = "people who are constantly working with PDF files and need to manage them. Once the application has been installed, you can run it and it will display the main window. This portal is divided into all the functions that the application has to offer.";
fDesc[11] = "And you do not required to convert your PDF files into any other formats. So with Infix you can directly edit your PDF file in real-time. Using Infix to edit any PDF document is too easy and any word processor user does not required to learn anything to play around Infix.";
fDesc[12] = "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[13] = "PDF files in full-screen mode, but one of the best features is the ability to make that all your PDF files be read as a normal book, magazine or newspaper.";
fDesc[14] = "in the original file, such as new keywords, bookmarks, or page labels. You can also customize the transition between pages when using the PDF document as a slide show.";
fDesc[15] = "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.";
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 = '...';
}
}