var fDesc=new Array(); fDesc[1] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more."; fDesc[2] = "and cd burning wizards. Make playlists of your favourite tracks and save to your hard disk or a portable device. Convert MP3 ,MP3 pro and WAV files to MP3,MP3 vbr,WAV,MP3pro and MP3 pro vbr with adjustable bit rate."; fDesc[3] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface"; fDesc[4] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[5] = "left and right click to simulate turntable. Use special features like pitch control, bass, treble, surround balance, cross fading and playlist for media management. AtomixMP3 offers more than 12 sound effects to add to your track for fun."; fDesc[6] = "popular audio and video formats in the easiest possible way. We can convert our video and audio files, so that we can enjoy them later on our iPhone, NDS, Wii, PSP, iPod, mobile phone, Xbox, and so on."; fDesc[7] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file."; fDesc[8] = "Features of the program include support for drag and drop, batch conversion, and the possibility to configure output settings like frequency (for MP3 files only)."; fDesc[9] = "format. The best about this program is the ways you have to convert your files. The input formats this useful software supports are WAV, RM, RA, VQF, AAC, AC3, M4B, M4A, MP3, WMA, OGG and more"; fDesc[10] = "files into Mp3 files. The program does not support a lot of audio formats but it will convert between the mentioned formats with a very fast conversion speed. The program will convert your audio files from one into another in just a few seconds."; fDesc[11] = "directly into MP3. This powerful conversion tool supports a lot of languages, you will be able to install it in French, German, English, Spanish, Portuguese, Ukrainian, Russian, Deutsch and many other languages."; fDesc[12] = "to save as either a WAV or an MP3 file with or without the intermediary WAV file, definable encoding ..."; fDesc[13] = "multilingual interface; MPEG1,MPEG2; constant, variable, average bitrates (8-320 kbps); flexible settings."; fDesc[14] = "to WMA, OGG Vorbis, MP3, WAV PCM, APE and FLAC files. It also supports batch conversion, lets you edit ID3 tags, supports CDDB and Playlists."; fDesc[15] = "goal of this software is to help you digitalize all vinyl LP’s and cassettes tapes. Once you’ve ripped your cassettes or LP’s to a wav file, you will then be able to split, edit, and finally convert the files to MP3/WMA format."; 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 = '...'; } }