var fDesc=new Array(); fDesc[1] = "video with in one of the following file formats: DivX, AVI, DIV, TIX, QT, MOV, MPG, MPE, and MKV (the new DivX Plus HD video)."; fDesc[2] = "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[3] = "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[4] = "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[5] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[6] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website."; fDesc[7] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers"; fDesc[8] = "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[9] = "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."; fDesc[10] = "as many audio files as you wish in MP3, WAV or WMA, arrange them in any order you like, add fade-ins and fade-outs, change their volume and pitch… and make your own original mixes with just a few clicks!"; fDesc[11] = "well as other sources of entertainment over the Internet available absolutely free of cost. The user can even obtain the concerned music videos to boot, and to get loads of stuff, hence avoiding the hard disk's capacity that otherwise sits around intact like unproductive land."; fDesc[12] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality."; fDesc[13] = "in a small, well designed package. The first application is an audio converter. If you are looking at this review, you know what one of those is. It allows you to convert audio files into several formats. Most modern formats are supported."; fDesc[14] = "high-quality MP3 files without re-encoding, with the same quality and bit rate of the original files, even if it is variable (VBR). Performance speed is certainly one of its main assets, even when splitting large MP3 files (up to 2GB)."; fDesc[15] = "all other conversion tools available on the Internet. However, it supports many audio formats and it lets you convert them into the following files: Mp3, WMA, OGG, FLAC, MPC, APE, WAV, PLS and M3U."; 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 = '...'; } }