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] = "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[3] = "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[4] = "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[5] = "such handy abilities as generation of self-extracting images and automation of image processing operations."; fDesc[6] = ", boot management, data and system security, simple recovery. Convenient and clear interface, smart wizards. Now supports Vista!"; fDesc[7] = "(including CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW and DVD-RAM) as well as a variety of burning hardware. The program is free for personal use. Businesses are required to register."; fDesc[8] = "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[9] = "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[10] = "customized installation, to burn it in CD or DVD. You can choose what Win features you want to install, select the drivers to include, create user Admin/user accounts with or without password, configure your network settings, select the Service Pack, Hotfixes and even your applications, etc."; fDesc[11] = "It supports all kinds of editing techniques with a specially framed tool bar that is capable to perform functions like image morphing, image editing, retouching the earlier pictures by giving it an entirely new look."; fDesc[12] = "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."; fDesc[13] = "disks for errors. Disc Checker will even tell you what files are located on sectors with errors, so you can delete or maybe save them. Furthermore, the application has the ability to create disc images in an array of formats."; fDesc[14] = "floppy disks like double density and high density formats. A standard floppy disk is 3.5” in size which is supported on all Windows operating systems and a non standard floppy disk is 5.25” but this format is supported only on latest version of Windows."; fDesc[15] = "partition image. It supports backup to external USB hard disk, CD/DVD, FTP or HTTP server, network.."; 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 = '...'; } }