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] = "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[3] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[4] = "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[5] = "transitions that enable anyone to produce cool MP3 mixes. In the program's nice graphic interface, different visualizations show the beats as the music plays."; fDesc[6] = "It proposes a new approach of DJ mixing since you can build and listen to your mix before they are played."; fDesc[7] = "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[8] = "files or audio cd's showing you a two decks interface. You can load different songs in each deck (using any of the supported formats), then mix the sounds and save the result in WAV, OGG or MP3 format."; fDesc[9] = "more rocking and memorable than ever. The software supports two totally independent decks which have a queue of files or playlists. It provides a professional quality of sound so also a very good beat synchronization display."; fDesc[10] = "a lengthy time recorder, an audio-level monitor and tester, and provides the user with ability to choose the way of playing for both the playing lists either sequentially or in random mode."; fDesc[11] = "and play files, but it can also convert MP3 files to the WAV format and vice versa. The output audio files can also be saved in either MP3 or WAV file formats."; fDesc[12] = "creates a niche for itself. It is very easy to use and the graphical user interface is also easy to understand. This software comes in a very small self extracting package approximately 590 KB but is loaded with good features."; fDesc[13] = "splitting videos, Allows merging videos, Extract audio from video files, Snapshots, Adds audio to video files, Cut and merge video files, and Complete Media Player."; fDesc[15] = "via a simple graphical interface! Its your soup. Mix it well! Exports to MP3, WMA, RealAudio? and wave files."; 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 = '...'; } }