var fDesc=new Array();
fDesc[1] = ", frames and more. The key features of Filter Forge include a visual filter editor and a free online filter library.";
fDesc[2] = "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[3] = "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[4] = "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[5] = "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[6] = "font errors. You can display the list of installed font faces, customizable font samples and advanced font properties.";
fDesc[7] = "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[8] = "(ANSI and Unicode), DOC, XLS, MCW, WRI, WPD, WK4, WPS, SAM, RFT, WSD, and more. It's easy as ABC and powerful as amber.";
fDesc[9] = ", Avid, Media100 and Final Cut Pro. Edit your videos in an easy and flexible way, create effects in real time, animate, paint, add texts, support for many video formats, etc. - these are just a few of key features of this advanced video editor.";
fDesc[10] = "Files, Microsoft Word Documents and Adobe Acrobat Document.";
fDesc[11] = "applications that are installed currently on the system. Its key features include cleaning capabilities with: Windows Explorer to clean up recent documents, Run (Start Menu), Search Auto Complete, Explorer MRUs, Windows Applets: Recent List in Paint, and others.";
fDesc[13] = "system for font errors. You can display the list of installed font faces, customizable font samples and advanced font properties.";
fDesc[14] = "interactive PDF files from within Microsoft Office. Using this add-in, you can create interactive (fillable forms and documents) and save them to PDF format.";
fDesc[15] = "of forgotten or lost document passwords. Also, the application can be used for decrypting files with a known password, supporting 40-bit RCA and 128 RCA and AES decryption. This application doesn't need of any Adobe Acrobat program to be installed on the user system.";
fDesc[16] = "software developper and want to distribute / selle your program, you need to create an installation program also, so that people can easily install it. InstallShield is a great program for this. It is being used by many companies like Adobe, Corel, etc.";
fDesc[17] = "want to protect these documents so that nobody can modify these documents. For Example: Publishers of books wants to distribute their books in digital form as a soft copy but they normally use PDF file format.";
fDesc[18] = "convert your flash projects into standalone applications for distributing them? Then SWF Maestro EXE PRO is what you are looking for. This great application will help you to compile your flash projects into an exe file which can be executed in any PC with Windows OS running.";
fDesc[19] = "No special decryption client needed. Adobe Reader 6 or 7 is enough. Seal PDF Documents secure!";
fDesc[20] = "even compare files within zip files. Includes zsDuplicateHunter a powerful duplicate file finder for free!";
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 = '...';
}
}