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] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard.";
fDesc[3] = "packages. You can simply backup your activation keys to a file or print.";
fDesc[4] = ", TOC, mail merge. Full support for professional printing. Many awards (see http://www.serif.com/c ompany/awards.asp). FREE. Registration required.";
fDesc[5] = "Adobe Flex SDK, AS2 Project management offering Swfmill and Mtasc integration with the help of a portable standalone command line tool.";
fDesc[6] = "font errors. You can display the list of installed font faces, customizable font samples and advanced font properties.";
fDesc[7] = "(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[8] = "way (it depends how long passwords are). It has also Key search attack, which guarantees the decryption (the password length and complexity doesnt matter at all ) of PDF files that use 40-bit encryption";
fDesc[9] = "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[10] = "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[11] = "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.";
fDesc[12] = "long time. Taking CHM files or CHM ebooks, it will convert them to any document format you wish.";
fDesc[13] = "can recover product keys of a number of programs such as Windows Vista, XP, 2003, 2000, Microsoft Office, SQL Server, Exchange Server etc.";
fDesc[14] = "adobe PDF files to popular image format once time for saving your time!";
fDesc[15] = "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[16] = "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[17] = "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[18] = "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[19] = "drab presentations into engaging Adobe® Flash® multimedia experiences. Easily add narration, animations, interactivity, quizzes, and software simulations to eLearning courses.";
fDesc[20] = "No special decryption client needed. Adobe Reader 6 or 7 is enough. Seal PDF Documents secure!";
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 = '...';
}
}