var fDesc=new Array();
fDesc[1] = "in PowerPoint 97 and later versions. It supports opening password-protected presentations. You can view and print presentations, but you cannot edit them in the PowerPoint Viewer 2007.";
fDesc[2] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[3] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying.";
fDesc[4] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem.";
fDesc[5] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little.";
fDesc[6] = "defined. When a folder or file is protected (locked) it visually disappears and nobody can reach it or even see it unless (s)he uses the addecuate password defined by the original user.";
fDesc[7] = "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[8] = "to view the hidden folder even if the program is uninstalled. It´s easy to use and has no size limitation on the protected folders, but for the available space on disk.";
fDesc[9] = "Here comes Aplus DVD Ripper for you";
fDesc[10] = "has the ability to convert DRM protected files such as wma, wmv, asf, m4v, m4a, m4p, m4b. It also supports other common formats including wmv, asf, wma, mp3, m4a, wav, aac, ac3, ape, ogg, m4b, m4p.";
fDesc[11] = "frequently used unprotected formats (MP3, OGG, WMA, WAV). Supported input formats are: WMA, M4P, MP4, AAC, MP3, WAV, OGG, AU audio files, AIFF.";
fDesc[12] = ", RA, RMM, RAM, RPM, RM, RMVB, WAV, OGG, CDA, APE, APL, MPC, MP+, WMA, FLAC, AAC, M4A, MP4, and more. Protected Windows Media Audio (WMA), protected Real Audio (RA, RAX), protected Advanced Audio Coding (AAC) and protected MP4 aren't supported for copyright reasons.";
fDesc[13] = ", wmv, asf, m4v, m4a, m4p, m4b. It also supports high definition video formats including m2ts, tp, trp, ts, avi, wmv, and common formats such as mp4, mpg, mpeg, 3gp, rm, rmvb, dat, mov,flv, vob, mp3, wav, m4a, wma.";
fDesc[14] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known.";
fDesc[15] = "other OS doesn’t provide an easy way to protect and restrict access to your secret or very private files. Folder Latch is a program to protect your confidential data with packing and encryption the folder within easy steps. After you locked the folder the folder will be protected and prevented from accessing to it unless you enter valid password. Folder Latch is compatible for all Microsoft OS (Windows 9x, ME, 200x, XP and Vista) With Folder Latch you can protect any folder up to 4 GB (Folder/Files must have \"Full permission\" rights to avoid from protecting other's folder. Folder Latch is multi language program, you can translate the program to your language easily. Folder Latch previously distributed as freeware, but we couldn't support volume download and high traffic, so we added new options and improved the speed with better security. the cost of this new version will help us to...";
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 = '...';
}
}