var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "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[4] = "the features page. The main features are: Write CD-R, CD-RW DVD+R/RW DVD-R/RW discs (as Data, Video and Audio) Burn on the fly / Burn-proof Supports most IDE, USB, Firewire and SCSI drives Rip Audio-CDs to harddrive, obtain track-information (ID3-tags) from Internet Burn and create ISO-files Convert wav to mp3 and vice versa Audio Editor, bin/nrg->ISO converter, simple cover printing and much more!"; fDesc[5] = "Files, and Audio CD's from MP3, MP2, WMA, WAV, AVI and OGG files."; fDesc[6] = "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[7] = "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[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[10] = "ISO images compatible with the ISO 9660 / Joliet standards. With this incredible program you can create create ISO images from either existing CD/DVD-ROMs or from any existing files and folder."; fDesc[11] = "browser window and drag and drop to the project CD or DVD you wish to create. It supports the next disc formats: DVD, DVD+RW, DVD+R, DVD-R, DVD-RW, DVD-RAM, CD-R, and CD-RW discs. You can backup files, Rip discs to ISO files, and Burn ISO files."; fDesc[12] = ", restore and extract ISO files from a CD/DVD - ROM, hard disk or storage device. That ISO file can be also burned to writable CD/DVD. There are other formats of image files, such as .BIN and .NRG, which ISOMagic can convert to standard ISO format."; fDesc[13] = "format. And, as you can suppose, DoISO is a simple program that will let you create and burn ISO images in an easy way."; fDesc[14] = "images, extract audio tracks, and create bootable CDs. Besides providing a neat Windows interface, the program can be utilized from the MS-DOS prompt by means of commands like \"cdrecord\", \"cdda2wav\" and others."; fDesc[15] = "simple interface to create ISO images from any files in the computer, or clone CD/DVD discs to an ISO file. Limitations of the trial version include tiring advertisement making it not pleasant to use plus it has a limitation of 200MB when creating an image."; 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 = '...'; } }