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] = "tasks. It allows you to burn data CDs and DVDs from scratch. It can also convert MP3 songs to CDA format and then burn those files to create an AudioCD file. The program can also create bootable CDs and DVDs."; fDesc[3] = "for home DVD Players and perform other burning tasks. With this incredible program you can burn DVD-Video files available on HDD directly on a DVD disc and watch a movie in a home DVD Player."; fDesc[4] = "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[5] = "blank DVD disc or to a hard drive location folder. BlazeDVD can copy DVD-5 and DVD-9 discs; splitting DVD-9 discs to two DVD-5 discs automatically, copying all special features, menus, subtitles, audios, leaving nothing behind."; fDesc[6] = "different drives and folders. The program can install software or play games without physical DVD/CD-ROM drive with the help of an integrated CD/DVD emulating core, not requiring the original compact discs for operation."; fDesc[7] = ", make ISO CDs and DVDs with just one free program. Download now and you will be amazed! It is absolutely free."; fDesc[9] = "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[10] = "the hassle of making autoruns, creating and printing your own labels and booklets. Burn any data, copy any disc, make backups, create astoni"; fDesc[11] = ", viruses, spam’s, worms and others harmful wares have forced user keep on pondering about the loss of their precious and valuable data. ImTOO ISO Maker is a savior for all such worried users."; fDesc[12] = "DVD directly, or you can quickly create ISO image file from your computer, and burn ISO image file to your CD / DVD disc."; fDesc[13] = "kind of folder (with the subfolders). Its a GUI of mkisofs."; fDesc[14] = "hassle of making autoruns, creating and printing your own labels and booklets. Burn any data, copy any disc, make backups, create astoni."; 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 = '...'; } }