var fDesc=new Array();
fDesc[1] = "/ create / edit /extract CD/DVD image files, and it can convert bin to iso and back. as well as make ISO file from DVD/CD-ROM or hard disk, and handle bootable information at meanwhile.";
fDesc[2] = "customizable computer within your desktop! Without the need of formatting, or getting an additional computer, with this application you can test drive an operating system, software, or a configuration and see if it fits your needs!";
fDesc[3] = "Truecrypt is not a yet-another-privacy-to ol, but it stands out from the rest by being open source and still providing one of the best encryption algorithms to secure the sensitive data. It is capable of creating encrypted volumes which can be mounted on the fly. It also has the ability to encrypt the system partition or any other partition, including portable drives.";
fDesc[4] = "designed for that platform. It runs on Mac OS X, Windows, Linux, and some other platforms, maintaining a virtual instance of an operating system within the host OS.";
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] = "Besides creating an image, it also enables you to restore from an image, copy a disk to a disk, connect an image as a Visual Logical Disk, create startup disks, check an image file and schedule or create a script";
fDesc[7] = "program creates a partition protected with the standard 256-bit AES available only with the password that you choose. Rohos Mini Drive shows in Windows Explorer, a new unit where you can put all your files.";
fDesc[8] = "recovery as per personal needs. The user can navigate through NTFS drives by jumping to a particular partition table, master file table, boot record or the root directory.";
fDesc[9] = "potential unauthorized access,very easy to use,one click operation.";
fDesc[10] = ", exchange encrypted data with others, and feel sure that your information is safe from external and internal manipulation.";
fDesc[11] = "specify whether that drive needs to be SCSI or IDE! The program is very easy to use. and gives a simple interface. We can create images of disks, load them in the virtual disk, with some emulations like Laserlock & Securom, or burn the disks.";
fDesc[12] = "bypasses the system hard drive, which is the slowest part of a computer, to give your system an immediate boost.";
fDesc[13] = "DVD recording applications are supported), backup and restore to remote tape drives (all of the backup software tools are supported), work with remote virtual hard disk drives over the network, backup whole server storage subsystem over the network, work with the dynamic volume snapshots, incremental backups and virtual tapes etc. Create RAM disk drives for temporary data storing. Mount standard CDI, ISO and MDS images as virtual CD and DVD drives.";
fDesc[14] = "within virtualization software.";
fDesc[15] = "their computers. DiskBoost accomplishes this task by creating virtual disks in the computer's RAM (Random Access Memory). DiskBoost creates a Virtual RAM disk in the system memory, which enables fast disk operations and instant file access.";
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 = '...';
}
}