var fDesc=new Array();
fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc.";
fDesc[2] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support.";
fDesc[3] = "appear in My Computer. You do not even have to run the program to mount or unmount an image, as the very My Computer window will give you that option via the right mouse button menu.";
fDesc[4] = "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[5] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive.";
fDesc[6] = "Napster user's hard drive. Join the MP3 community. For Windows 95, 98, 2000, or NT.--RECENTLY ADDED IN BETA 8: ...";
fDesc[7] = "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[8] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents.";
fDesc[9] = "about ever inserting a DVD or CD into your computer more than once. What this little program does is create an ISO image of your discs and place it on your hard-drive. Once the image is done, Virtual Drive Personal mounts it as a virtual CD or DVD drive.";
fDesc[10] = "the CD in the drive. It works just as well with a network file server. Running programs from your CDSpace virtual drive is about 200 faster than doing it from the CD.";
fDesc[11] = "hard-diskhard disk. So it facilitates keeps the user from losing the information saved on CD’s DVD’s, etc., in case of scratches by copying it on a hard drive and even providing an option to run the same with the help of a virtual drive.";
fDesc[12] = "CD and DVD content without using the physical disc -- just click on a desktop icon to launch a virtual CD with access rates up to 200 times faster.";
fDesc[13] = "innovative way to access compressed files since it mounts them or opens these files on a virtual disk without extraction.";
fDesc[14] = "potential to become a really great tool over time. ISODisk tackles two main tasks: it allows you to mount disc images and it creates ISO images from CD-ROM discs.";
fDesc[15] = "CD-ROMs obsolete, copy the contents of the CD-ROM to your Hard Drive and run the CD from there.";
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 = '...';
}
}