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] = "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[4] = "packages. You can simply backup your activation keys to a file or print.";
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] = "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[10] = "Adobe Flex SDK, AS2 Project management offering Swfmill and Mtasc integration with the help of a portable standalone command line tool.";
fDesc[11] = "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[12] = "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[13] = "any need of Adobe Acrobat or Adobe Reader. You can set permissions and passwords for the PDF file like, printing, editing, copy or modifying permissions. You can set owner and user passwords to create PDF files for professional use.";
fDesc[14] = "can recover product keys of a number of programs such as Windows Vista, XP, 2003, 2000, Microsoft Office, SQL Server, Exchange Server etc.";
fDesc[15] = "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";
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 = '...';
}
}