var fDesc=new Array();
fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
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[4] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[5] = "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[6] = "system and output folder. The small initial window shows the DVD drive selection (if there's only one available the program will detected right away and show it), and the input box where the user selects the folder for the output files to be saved.";
fDesc[7] = "based on protected sectors. Combining this tool with DVD Decrypter and DVD Shrink (all of them free!) you can easily get your copy without worries.";
fDesc[8] = "transcode them, or put video back on DVD for different purposes, like for instance to get backups of your favorite DVD movies. Includes DVD Decrypter, VOBrator, VOBSplitter, DVD Shrink, and more.";
fDesc[9] = "unlock PDF files protected with an \"owner\" password which prevents the file from editing, selecting graphics and text, printing, etc. The user interface is extremely simple and intuitive, with a wizard that guides you throughout the steps of the process.";
fDesc[10] = "your DVD movies, by installing and using a third party support resource, whose name is DVD43. This resource will be downloaded and installed along ZC DVD Copy. DVD43 is a free DVD decrypter that runs in the background and decrypts (unlocks) protected or damaged DVDs on the fly.";
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 = '...';
}
}