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] = "file converter and a picture file converter. I am used to seeing at best, converters that work with video and audio, but the addition of picture files makes this one a great application to have."; fDesc[4] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX."; fDesc[5] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools."; fDesc[6] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files"; fDesc[7] = "Converter, you can easily convert between all popular video formats, save your video for all popular mobile devices; join multiple video files, rip your DVDs, edit video - crop, rotate, add watermark, adjust quality. You can save best still images from your video and extract soundtracks from videos and DVDs. Here's just a taster of what you can do with Movavi Video Converter: Convert between any video formats: Input Video Formats: AVI (DivX, XviD, etc.), DV AVI, MP4 (Sony PSP, Apple TV, iPod, iPhone, etc), WMV (including Zune), ASF, 3GP, 3GP2, 3GPP, 3GPP2, QuickTime (MOV, QT), DVD, VOB, IFO, VIDEO_TS, AUDIO_TS, MPG, MPEG 1,2,4, VRO, MOD, DAT, MJPEG, VCD, SVCD, H.263, DVR-MS. Output Video Formats: MP4 (Sony PSP, Apple TV, iPod, iPhone, etc), WMV (including Zune), 3GP, 3GP2, 3GPP, 3GPP2, QuickTime (MOV, QT), MPG, MPEG 1,2,4, H.263, H.264, Real Media (RM, RMVB). Output Audio Formats: MP3,..."; fDesc[8] = "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[9] = "us with an excellent, fast, and easy-to-use converter tool, that gives us the opportunity to convert for free any of this audio formats: Mp3, Ogg, Wma, AAC, Wav (any combination is possible). We can convert Flac, Ape, Ac3, M4a to Mp3, Wma, Ogg, Wav."; fDesc[10] = "native support for several popular audio formats. There are many more features, like ripping audio CDs and file tagging."; fDesc[11] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[12] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more."; fDesc[13] = "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[14] = "rips fast enough and supports lossless encoding. It has a clean, simple interface that has been renewed in this version with bigger icons and more comprehensive options."; fDesc[15] = "VoIP calls and Instant Messaging conversations."; fDesc[16] = "music and stories recorded by the user himself. It is very simple and easy to use, but it doesn't allow adding visual effects to presentations or editing pictures. It runs on Windows Vista and all versions of Windows XP."; fDesc[17] = "audio formats such as MP3, WMA, M4A, AAC, AC3, and MP2. These converted formats can be enjoyed on devices like cell phones, Zune video player, PSP, iPod, iPhone, and many more other devices."; fDesc[18] = "suite is for both, unexperienced and advanced users. It has an intuitive and easy-to-use interface. You can use it to: create sound files for music CDs, improve your music files thanks to advanced audio filters, create amazing remixes, analyze advanced data like frequency or bitrate, etc."; fDesc[19] = ", MPEG, MP4, DivX, ASF, 3GP,PSP, Microsoft Windows WMV, iPod and Zune, as well as converting Flash Video FLV to MP3, Microsoft Windows WMA and WAV audio formats, for Cell Phones, iPod, Zune or MP4 player."; fDesc[20] = "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."; 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 = '...'; } }