var fDesc=new Array(); fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format."; fDesc[2] = "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[3] = "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[4] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools."; fDesc[5] = "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[6] = "/ 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[7] = "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[8] = "the drawbacks of having files stored in ISO format is that you can't (or is very hard to) modify those files."; fDesc[9] = "Windows's right click menu. Those items allow the user to create ISO images of CDs and DVDs, burn those images to a CD or DVD or even copy CD or DVD to another CD or DVD. This program is a prime example of how a great product can be achieved by the simplest of means: simplicity."; fDesc[10] = "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[11] = "media like CDs, DVDs, Blueray discs, HD-DVD discs, and more. Many applications come in .ISO formats, which are images of a disc."; fDesc[12] = "arises for the regular PC users, who have plenty of space at hand. It is no shock to hear that PSP users, who are limited to memory cards for ISO mounting on their units, need to compress ISO files."; fDesc[13] = "also created a tool to create ISO images from different files and folders it is called Free ISO Creator. Free ISO Creator is a completely free tool available to generate ISO images."; fDesc[14] = "down anyway. This is a free application that creates ISO images and allows you to burn ISO images. Now that we got that out of the way, lets focus on the interface."; fDesc[15] = "developers. Minidvdsoft has also created a tool to burn all your ISO images in to one DVD or CD. The tool is called Free DVD ISO Burner. Free DVD ISO Burner can create/burn DVD or any type of disk out of ISO images from your hard drives."; 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 = '...'; } }