var fDesc=new Array(); fDesc[1] = "in a small, well designed package. The first application is an audio converter. If you are looking at this review, you know what one of those is. It allows you to convert audio files into several formats. Most modern formats are supported."; fDesc[2] = "allow you to burn all types of files, but also copy and print them. The new user interface is more intuitive and straightforward and has been specially designed for beginners with SmartDisc wizard to make the process of burning and printing easier and faster than ever."; fDesc[3] = "in the hard drive of your computer, it also lets you capture video from your DV Camcoder connected to an IEEE 1394 port. Its features include the ability to trim video clips, select menu background, add music background and transitions."; fDesc[4] = "images to high quality CD or DVD discs, with support of CD-R, DVD-R, DVD+R, CD-RW, DVD-RW, DL DVD+RW, HD DVD and Blu-ray discs. This program can also be used to erase CD-RW and DVD-RW discs."; fDesc[5] = "to ISO, BIN/CUE, Nero (.NRG) or CloneCD (.CCD/.IMG/.SUB) format. It can make image from CD/DVD-ROM, and handle disk image as well."; fDesc[6] = "video editing tools. This software rivals most DVD burning software in its simplicity. No experience is necessary for creating a unique professional video from scratch. The first great feature that this software offers is the capturing of video from your camcorder."; fDesc[7] = "infrmation about the disk, its file system, boot sector, the place where each file is present, etc. So, this is just like the copy of a disk, in a big file."; fDesc[8] = "simple data cd and dvd it also support creation and burning of .ISO files, duplication of cd and dvd, creation of audio cds."; fDesc[9] = "both standard audio and MP3 format CD's that can be played in any MP3 Player."; fDesc[10] = "called Complete CD Maker. Complete CD Maker has got many out standing features like, it has Built-in ASPI layer for Windows NT, 2000 and XP., it also Supports CD-R and CD-RW, Complete CD Maker also Supports on-the-fly recording, user does not need to build ISO file,"; fDesc[11] = "(.NRG) or CloneCD (.CCD/.IMG/.SUB) format. It can make image from CD/DVD-ROM, and handle disk image as well."; fDesc[12] = "common tasks. One good feature included in this program is that you will also be able to rip your audio CDs tracks and convert them to MP3 files."; fDesc[13] = "merely important data to be quickly and efficiently burnt on to the CD/DVD, down to the music and movie fans, who love to burn audio/video CD/DVD’s every now and then."; fDesc[14] = "its simple interface allows you to open any BIN file and generate its corresponding CUE file in one single step. You just need to specify what type of content you need to recover from the BIN file - a software application, a movie, or a PlayStation game."; 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 = '...'; } }