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] = "you to mix multiple audio tracks together quickly and easily, and also record your own audio tracks using its high quality audio recorder.";
fDesc[6] = "incredible program allows you to save the created music or a part of the mix project with such popular audio formats as MP3, WMA, WAV and others.";
fDesc[7] = "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[8] = "It proposes a new approach of DJ mixing since you can build and listen to your mix before they are played.";
fDesc[9] = "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[10] = "95/98/Me/NT/2000/XP, it provides full support to skin able interface and Winamp DSP plug-ins. You will surely appreciate this tool after experiencing its upgraded set of advanced features.";
fDesc[11] = "Lite counts the beats per minute of every music file and adjusts to mix the music, the music mix is automatic and there are certain values that can be configured to make the mix without distortions and with a great quality in the mix.";
fDesc[12] = "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[13] = "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[14] = "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 = '...';
}
}