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] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail.";
fDesc[3] = "supports all kinds of Adobe PDF files and versions, and it is possible to open the converted file in any text editor so having Microsoft Word is not quite necessary. You can use the basic Windows text editor to open the resulting text file.";
fDesc[4] = "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[5] = "will be provided of multiple interesting and usefull functions to secure your PDF files: Encryption, Decryption, Sign, Co-Sign and Verify.";
fDesc[6] = "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[7] = "Adobe Acrobat Software, is almost impossible! In a very easy way you will convert PDF to Text, convert batches of PDF documents into text files! The process is made in a very high speed.";
fDesc[8] = "curve and without Adobe Acrobat. This is very convenient because you only install it the way you do it with a regular program, then a new printer will appear in your Print Dialog Box.";
fDesc[9] = "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] = "PDF document with active hyperlinks and full bookmarks. To create PDF files can be as simple as clicking a button of your mouse.";
fDesc[11] = "formats. It also allows multiple PDF files merging or splitting. Nitro PDF Express can convert any PDF file to Microsoft Word format and it has enhanced security options for protecting your PDF documents.";
fDesc[12] = "PDF file in seconds, then PDF Combine is the perfect tool for you. The two main advantages of this tool are its merging speed and the capability to merge an unlimited number of PDF files.";
fDesc[13] = "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[14] = "PDF documents to create a new document containing all the pages included in the original files. It also gives you the possibility of defining the order in which these documents will be merged.";
fDesc[15] = "PDF documents, one for each image selected. This simple operation is performed through a single-screen interface, which allows very limited intervention from the user. The program resizes all the images to fit a standard A4 page.";
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 = '...';
}
}