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] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!";
fDesc[3] = "media manager, you can now have the complete PC and TV experience. Whether you want to access your media files from the comfort of your living room, or complete digital media projects on your PC, Nero 8 Ultra Edition is all you need. Now, with more features than ever before, this powerful software can transform your digital photos into professional animated slideshows, backup all of your valuable data, manage and search your media files, edit video or photos, create DVDs (including menus), stream your files over a media server, and compress files to take on the go. Beginners and experts alike will be amazed by what one solution can do. Really, it’s that good.";
fDesc[4] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read.";
fDesc[5] = "backup application on the market. Not that I use a lot of them, but I have used quite a few, and this is the best so far. Drive Backup 9 allows you to backup your computer drives and create image files that you can later on recover your system from.";
fDesc[6] = "even at times when daily usage is significant and data loss may be substantial. The DriveImage XML helps in taking care of any possible accidents resulting in data loss and helps the user in backing up logical drives and partitions to image files and also to browse them, view and extract files.";
fDesc[7] = "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[8] = "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[9] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures.";
fDesc[10] = "innovative way to access compressed files since it mounts them or opens these files on a virtual disk without extraction.";
fDesc[11] = "Drive Manager is a flash device special data management utility. It will be very useful for many users. USB Flash Drive manager will help you to transfer necessary data from one PC to another. The utility synchronizes flash drive and hard drive of PC with ease.";
fDesc[12] = "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[13] = "program lets us add a watermark in it we can add input text or image logo, we can add text or choose our logo, can selct the position, the angle and the transparency.";
fDesc[14] = "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[15] = "of a hard drive or partition. This is useful for backing up a hard drive as well as restoring it to an earlier state. SelfImage is capable of creating images of both entire drives and individual files, saving them under IMG format.";
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 = '...';
}
}