var fDesc=new Array(); fDesc[1] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for."; fDesc[2] = "to introduce you a simple yet powerful program that will let you perform this task easily. DVD Audio Extractor, as its name suggests, will let you extract all audio from any DVD, in just four simple steps."; fDesc[3] = ", AVI, MPG, ASF, WMV, WM, SND, AU, AIFF, M1V, MP2. The list and played position saved automatically. M3U playlist editing."; fDesc[4] = "is easier to say what this program can’t do than to say what it can do. One of the best programs for working with media files!"; fDesc[5] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file."; fDesc[6] = ", but will also make music selections for you according to the type of music you wish to listen to. Using the ID3 tagging system, Mufin MusicFinder will create playlists of your favourite music genres and will allow you to transfer the desired tracks to your portable player or to burn them to CD."; fDesc[7] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner´s stronger feature is the web based tagging tool."; fDesc[8] = "architecture. The program also supports Gracenote CDDB for the best music recognition and contains some visual effects which react to the beat of music."; fDesc[9] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once."; fDesc[10] = "super fast speed and high quality. This incredible program enables you to easily finish DVD Ripping to AVI, MP4, WMV, MOV, MPG, MPEG, 3GP, 3GPP, MPG, ASF, FLV, VOB, WMA, M4A, MP3, etc. in just a few seconds."; fDesc[11] = "choice. This useful tool will help you save loads of space in your MP3 player, allowing you to enjoy more music and more audio books with fewer resources. The bit rates supported range from 8 to 256 kbps."; fDesc[12] = "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[13] = "MPEG2, MPEG4 SP/ASP, H.264/AVC*, 3GP. Its features include Real-time, high resolution MPEG-2 video playback at HD, Brightness control, Deinterlace vertical filter among others."; fDesc[14] = "and wav file using custom playing pitch, playback speed (tempo), or even enable the karaoke mode. BestPractice enables you to import mp3 or wav files from your hard drive or directly from a CD. You can slow down or speed up music up to a desired speed simply moving a slider."; fDesc[15] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc."; fDesc[16] = "and OGG format. you can also extract audio from video files to CD quality WAV files. Support fast batch conversion."; fDesc[17] = "that the Creative MP3 players might give to the user, as well as for updating the firmware. One click is all it takes to update your player."; fDesc[18] = "from Video AVI, ASF, WMV files in just a few simple steps. With this incredible program you will be able to listen to the extracted audio with your mp3 player without any additional conversion or modification whenever and wherever you want."; fDesc[19] = "following formats: MP3, WMA (no DRM), WAV, Internet radio and audio CD tracks. It is easy to use and has some useful controls, but limited features in its basic (free) version."; fDesc[20] = ", ScreamTracker 3 (S3M), Impulse Tracker (IT), Fast Tracker 2 (XM), MIDI and WAV files. You will be able to create and save playlists that will include all the songs that you choose from any drive in your PC or across your network. Or you can choose to play single files as well."; 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 = '...'; } }