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] = "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[3] = "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[4] = "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[5] = "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[6] = ", 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[7] = "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[8] = "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[9] = "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."; fDesc[10] = "audio files from different sources, eliminate the lead vocalist’s performance from most stereophonic recording and synchronize the song lyrics with the `devocalized’ soundtrack."; fDesc[11] = "in creating creative mixes. The software features time stretching and reconfiguration that is similar to digital audio workstation. It has an eight measure intelligent looping."; fDesc[12] = "management of the files allowing playlists, grouping by artist, and others. Its performance is optimal didn’t use so many resources of our system providing the best audio quality."; fDesc[13] = "supports all current audio formats. With Magic Music Editor you can record your own music, save it in any of the supported formats or convert it from one format to another, record audio files from a microphone or any other available input device, etc."; fDesc[14] = "Grabber burn ISO files audio editor audio converter Audio Editor Support The following audio formats: Uncompressed WAV PCM Compressed WAV (GSM, ADPCM, DSP, ALF2 CD and others) MP3 (including VBR) MP2 VOX (Dialogic ADPCM) RAW WMA AVI (audio) G.726, G.723, G.721 Ogg Vorbis MPC Mobile Voice Audio Converter Support The following audio formats: RAM, RMM, RA, RNX, RMX, RV, RM, RMJ, RPM, WMA, OGG, and audio CD files. supports extracting audio from video files including AVI, M1V, M2V, MP2V, MPE, MPV2, MPA, MPEG, MPG, and MPV."; fDesc[15] = "stream detected by your soundcard) or digital (extracting the audio files from any CD). Editing functionalities include normalization, equalization, fading in and out, etc., and can be used with both MP3 and WAV audio files, which can then be burned either as an audio or a data CD."; 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 = '...'; } }