var fDesc=new Array();
fDesc[1] = "can be protected using an user password, which will prevent you from ever opening the file if you don't have the password. They can also be protected using an owner password, which restricts several functions of the PDF file in question.";
fDesc[2] = ", TOC, mail merge. Full support for professional printing. Many awards (see http://www.serif.com/c ompany/awards.asp). FREE. Registration required.";
fDesc[3] = "packages. You can simply backup your activation keys to a file or print.";
fDesc[4] = "videowall-Effects with 2D & 3D, sensational. By forgoing the overall complex key frames with a extreme easy handling! Plugins for most actual NLEs available!!";
fDesc[5] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard.";
fDesc[6] = "drab presentations into engaging Adobe® Flash® multimedia experiences. Easily add narration, animations, interactivity, quizzes, and software simulations to eLearning courses.";
fDesc[7] = "PDF documents with Microsoft indexing clients. This allows the user to easily search for text within Adobe PDF documents. Key benefits: Integrates with existing operating systems and tools within your company Provides an easy solution to search within Adobe PDF documents located on your computer, your company network, and your company intranet Greatly increases your ability to accurately locate information IFilter is a Microsoft specification for filtering text. Further information can be found on the Microsoft Web site.";
fDesc[8] = "incredible program instantly unlocks restricted PDF documents created with almost all versions of Adobe Acrobat or any other PDF application by removing printing, editing and copying restrictions.";
fDesc[9] = "voices enabled. Support voice: English, French, German, Italian, Spanish, Portuguese, Dutch, Russian, Japanese, Korean.";
fDesc[10] = "file, as well as a batch of pdf files at one time. You no longer need the expensive Adobe Acrobat, PDF converter saves your money. As a free bonus to the registered users we offer a command line to manage the utility most efficiently. Key Features Converts pdf to text Support next image formats - bmp, jpeg, wmf, emf, png, gif, eps Converts a batch of files No need for Adobe Acrobat Supports PDF written in multi-byte Languages Preserves original document layout Extremely easy-t-use";
fDesc[11] = ", frames and more. The key features of Filter Forge include a visual filter editor and a free online filter library.";
fDesc[12] = "Adobe Flex SDK, AS2 Project management offering Swfmill and Mtasc integration with the help of a portable standalone command line tool.";
fDesc[13] = "slideshows with your own photos. The application features a nice and intuitive user interface that includes most of its main options in a single pane. You just have to select the images you want to include in the slideshow, select the style, change the desired options and you are ready to go";
fDesc[14] = "trial version available from the developer's website. This software has been designed to help us to recover forgotten and lost passwords and login from our Office documents. It runs under Windows 2000, XP, Vista and Windows Server 2003, 2008.";
fDesc[15] = "cartridges. GGPO can be added to existing games to provide network gameplay support to the old consoles´ games. The program uses a peer-to-peer topology to run a complete copy of any available game for each player, transmitting controller inputs over the network to keep these copies synchronized.";
fDesc[16] = "to Word Converter is exactly what you want! Updated Adreamsoft PDF to Word Converter has great improvement on Conversion Quality, Conversion Speed and Conversion Stability. You can get your word document with the layout, format, text contents, and images in the original PDF file exactly retained after converting PDF to Word. It converts even large PDF file to word with high quality only in a few seconds. No matter what you want is to correct mistakes or convert PDF to Word from single PDF or a batch of PDF files, Adreamsoft PDF to Word Converter assists you to make it with ease! Key Features: 1. Convert PDF to editable MS Word 2003-2007 formats (.doc, .docx). 2. Retain all the original layout, format, images with high quality. 3. Quickly convert PDF file to Word in seconds – 500% faster than version 1.0. 4. Convert PDF to word in text flowing layout (without text boxes). 5. Convert...";
fDesc[17] = "font errors. You can display the list of installed font faces, customizable font samples and advanced font properties.";
fDesc[18] = "having Adobe Reader installed. The program has the ability to preserve the original layout, bookmarks, links, vector drawings and images. It also supports encrypted PDF files, 4 types of image format, hyperlinks, etc.";
fDesc[19] = "purchase this software, you will have the opportunity to try it for 50 times. This trial version has some limitations such as: Popup a message box, Not complete process from the original PDF File, It will remove outlines, information and other for some special PDF documents.";
fDesc[20] = "use. There are many applications like this and most are even inbuilt with Windows. However, this one has some nice features that I would like to share with you. As many others, ZScreen allows you to take screen captures of your whole screen or a region of it.";
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 = '...';
}
}