var fDesc=new Array();
fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[2] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions.";
fDesc[3] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[4] = "copy DVD movies if they have not been decrypted. The compatible copier programs are: 1Click DVD Copy, Nero, Intervideo DVD Copy, Roxio, and Pinnacle DVD Copy. System requirements: Microsoft Windows 2000, XP, and Vista.";
fDesc[5] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[6] = "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[7] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[8] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption.";
fDesc[9] = "create encrypted 25 Mb. containers that you can use to save any kind of data. Any file or folder that you create or drop inside those containers will become encrypted. You can even encrypt files that you can send safely by email.";
fDesc[10] = "data that becomes inaccessible because of system administration errors such as removing users and user profiles, misconfiguring data recovery authorities, transferring users between domains, or moving hard disks to a different PC.";
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] = "protected Adobe Acrobat PDF files, which have an \"owner\" password set, preventing the file from editing, printing, modifying the document, adding or modifying text notes, and AcroForm fields.";
fDesc[13] = "have applied any restriction on workbook or worksheet then you can remove these restrictions by using Excel Key. It works on all versions of MS Excel from 95 to 2007 so don’t worry. And even it support Pocket Excel PXL files format also.";
fDesc[14] = "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[15] = ", creator, and producer. Also you can allow or deny printing, changing the document, content copying and extraction, authoring comments and form fields, signing and filling in form fields, content accessibility, and document assembly.";
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 = '...';
}
}