var fDesc=new Array(); fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs."; fDesc[2] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[3] = "(CD, Blu-Ray Disc, DVD or HD DVD). Among its principal features, you can find an audio converter, a \"Mixed Disc\" option, that lets you create CDs combining different types of files, and many disc utilities."; fDesc[4] = "data CDs, video and data DVDs, or data Blu-ray discs. This application is very intuitive and easy to use. You just have to drag the files you want onto the Express Burn icon and click on the Burn button, and in a few minutes you can enjoy your CD, DVD, or blu-ray disk"; fDesc[5] = "CD-R/CD-RW/DVD-R/DVD+ R/DVD-RW/DVD+RW/DVD-RA M (SCSI-IDE/EIDE-USB), Multi languages, ISO support"; fDesc[6] = "screen that has some of the main options on it. From there, you can create Data discs, DVD discs and Audio and Video discs. This application will pretty much take care of all your burning needs. CopyToDVD can burn audio files into Audio CDs that will be playable on any CD player."; fDesc[7] = "Music Studio 3 offers all the basic tools that you may need to manage your music like, a batch converter that can convert any mp3, ogg, wav, wma and flac files using custom bit-rates and channels."; fDesc[8] = ", 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[9] = "interface that allows to drag and drop files to burn. These projects can be Audio CDs, Data Discs, Backup Discs (Exact copy), or Video CDs and DVDs."; fDesc[10] = "CDs to MP3, OGG, WAV formats in your hard drive. You can also create a Bin/Cue image and burn it to keep security copies of your favorite audio CDs."; fDesc[11] = "file formats. Different file format supported by Jet Audio are MP3, OGG, WMA, APE file and so on. It allows the user to play music albums and video files, manages digital media files including automatic browse options."; fDesc[12] = ", HD-MOV, RMVB, MKV) to DVD. Once you run the program, you can load a video file from any drive. The program will then display a window with information about the video (Compression Codec, Frame rate, Duration, Resolution) along with the audio information."; fDesc[13] = "your audio files from one into another and to rip and burn any audio file in a very efficient way. This advanced software supports a lot of audio formats, including MP3, WMA, M4A, MP2, WMA, AAC, AC3 OGG, VOB and so on."; fDesc[14] = "and accepts a large variety of formats. It uses a Virtual Burning Engine, a technology that simulates the burning and ripping process. For instance, this advanced audio format converting mechanism, converts iTunes music to MP3 with good-quality results."; fDesc[15] = "simple steps. This incredible program has the ability to open and extract the files contained in ISO, BIN/CUE, IMG/CCD, NRG, CIF, MDF, TDCI, C2D, BWI, B5I, VaporCD, among others."; 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 = '...'; } }