var fDesc=new Array(); fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files."; fDesc[2] = "(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[3] = "popular formats. It has a clean interface, and is easy to use. The conversion speeds are good and the output videos are of good quality, which is great."; fDesc[4] = "file to all popular video and audio formats with great accuracy and fidelity. But with this amazing tool, you will also be able to do many other tasks just like: Extract pictures from video files, edit your videos with powerful video editing tools, convert video files to audio formats, etc."; fDesc[5] = "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[6] = "converted to MP3 in a single click, so they can be played on an MP3 player. The program shows the process like a wizard tutorial, and guides the user window by window through the conversion task."; fDesc[7] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[8] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more."; fDesc[9] = "can convert any mp3, ogg, wav or amr file to mmf, qcp, amr or wav file that can be used as a ringtone on your phone. You can use the inbuilt editor to cut a desired part of an audio file, to use sound effects like fade-in and fade-out, to amplify the audio volume or normalize the audio."; fDesc[10] = "VoIP calls and Instant Messaging conversations."; fDesc[11] = "clicks. The program also supports batch conversion and allows you to convert multiple audio files at once."; fDesc[12] = "program supports a big list of video formats, including WMV, AVI, MPEG 4, SWF, FLV, MOV, 3GP, RM and more. Besides, it supports many audio files, such as Mp3, WAV, AAC, FLAC and OGG."; fDesc[13] = "File for playing on mobile phone easily and quickly! Watch your own Videos on your 3GP Phone anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface."; fDesc[14] = "converter, Any Audio Converter can convert audio between MP3, WMA, WAVE, AAC, M4A and OGG formats as well as convert other unprotected audio formats. As an audio extractor, Any Audio Converter can extract audio from all popular video formats and online videos from YouTube, Google Video and Nico Video. With Any Audio Converter, you can easily convert your audio files to MP3, WMA, WAVE such as M4A to MP3, APE to MP3, RA to WMA, FLAC to WAVE, etc. You can also extract audio from video clips such as AVI to MP3, MP4 to MP3, WMV to WMA, RMVB to MP3, etc."; fDesc[15] = "for those Windows Media Player and Windows Movie Maker lovers. This MP3 converter will help you to save a lot of space in your hard drives."; 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 = '...'; } }