var fDesc=new Array();
fDesc[1] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition.";
fDesc[2] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read.";
fDesc[3] = "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[4] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents.";
fDesc[5] = "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[6] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[7] = "Bin, etc. from every drive in the system. The user interface is nice and the program has several (10) languages to choose at the begining of the operation.";
fDesc[8] = ", Drive Images, Zip/Jaz Drives, Compact Flash, Smart Media, Secure Digital, and USB Flash Cards.";
fDesc[9] = "deleted data in cases of hardware failure, operating system crashes, errors on deleting files, viruses or malicious attacks. It makes virtual RAIDS, recover data off a CD or DVD, recover encrypted files, compressed files and alternative data streams.";
fDesc[10] = ", spyware, malware, hackers, spam, identity theft, etc. It can also offer personal firewall against unauthorized access from and to the Internet, back up our files, etc. By using TruePrevent Technologies we get double protection as it detects not only the known threats but the unknown ones as well.";
fDesc[11] = ", CD-ROM/CD-R/CD-RW and any other local disks.";
fDesc[12] = "your PC, and restore them in case there is an error, or something unexpected happens to your PC. The backups can be saved in removable devices or in hard drives. Plus you can use the Nero Backup Online to save your data and restore it from there.";
fDesc[13] = "partitions with File Recover. Adjust settings at your please or filter files so that you find them quickly. A powerful and easy-to-use tool to have on your pc.";
fDesc[14] = "This application will scan any hard drive and determine if the drive is functioning well or not. Seatools for Windows is a really easy to use, yet extremely powerful and precise diagnostic tool.";
fDesc[15] = "warn you before your hard disk crashes due to any mechanical or technical fault, so you can backup your important data before it becomes inaccessible.";
fDesc[16] = "disks, floppy disks, PCMCIA-attached digital camera cartridges, smartmedia, compactflashs and memory sticks that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more.";
fDesc[17] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc.";
fDesc[18] = "eleven new languages available. In fact, we can change the program language on the go, from the user's interface itself. This program runs under the following operating systems: Windows Vista, XP, 2003, 2000, NT, ME, 98, and 95.";
fDesc[19] = "retrieves files lost due to accidental removal or deletion from the Windows Recycle Bin. It enables you to either make a complete scan of the selected volume, perform a simple or advance search by selecting file masks, and also recover marked files.";
fDesc[20] = "Display the true drive contents by bypassing the operating system and directly reading the raw drive sectors.";
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 = '...';
}
}