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] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type.";
fDesc[3] = "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[4] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read.";
fDesc[5] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor.";
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] = "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[8] = ", 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[9] = "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[10] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20.";
fDesc[11] = "sharing needs. This easy-to-use tool with its lengthy list of capabilities to work with your digital images stands as a peer in the crowd. The tool is quite simple and free from a complicated interface unlike other similar tools.";
fDesc[12] = "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[13] = "mobile devices to snap pictures of any text and then convert those pictures into a text file. The program even has a text-to-speech engine, for you to save the regignized text to WAV or MP3 formats.";
fDesc[14] = "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[15] = "forms and to add any type of text, drawings, and boxes to existing PDF files. Besides, it allows you to add new pages and create new documents in PDF format. This application comes with two free suites of tools – PDFill PDF and Image Writer, and PDFill PDF Tools.";
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 = '...';
}
}