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] = "funny stuff. Plot: The third delivery of this saga comes back with an old subject: the time travel. In this case is used by the soviets to eliminate a scientist, Einstein and his developments which will be vital for the Allies."; fDesc[3] = ", it is a nice alternative to other burning suites that take most of the user share. The nice thing about this software is that it allows you to tackle most burning tasks that any day-to-day user might need to carry out."; fDesc[4] = "good for ordinary user. Now you can still get high quality outputs, even if you don't know the subtleties of recording technology."; fDesc[5] = "information that has been accidentally deleted or formatted. Now with this incredible application you can recover your lost data even if your system is not bootable."; fDesc[6] = "program made by Christian Ghisler. Total Commander 6.54a is included in TC PowerPack 1.7. During the installation you can choose to install three different skins, Smooth, Futurist or WinCmd."; fDesc[7] = "This application will enable you to create data, bootable and audio cds as well as data dvds. It also includes a tool for creating labels and booklets, and allows you to design auto start menus to launch programs or documents automatically when you run a CD."; fDesc[8] = "tools through an easy-to-use interface that seamlessly integrates with Windows Explorer. Version 11.02 adds a preview window (easily preview archives, images, text and many other file types, without having to open the archive or file)."; fDesc[9] = "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[10] = "The output file can be just the entire movie or it can be splitted by chapters, time or size, obtaining all the audio DVD contents divided in parts that can be merged as the user desires."; fDesc[11] = "and burn the ISO file to a CD/DVD-R disk. The software can also rip your CD/DVD discs to an ISO file, and burn it. You can use the feature to get CD / DVD image ISO file or copy your data from a CD/DVD disc quickly."; fDesc[12] = ", data DVD copyYou can use the software to backup data to DVD."; fDesc[13] = "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."; fDesc[14] = "that can mount ISO CD/DVD images on a Microsoft Windows-based system. You can test ISO images you've just created prior to burning them onto a disk. In addition, you can edit previously created ISO images."; 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 = '...'; } }