var fDesc=new Array();
fDesc[1] = "your Stereo Equipment, Importing Audio Tracks from your CD´s, etc. In one word, this tool is a sound editor program for Windows. You can also edit your voice and another sounds recordings and if you want it you can also add some sounds effects.";
fDesc[2] = "turntables, that can be played simultaneously, with different tracks. These tracks will be MP3 recorded in any drive. The two turntables will have individual controls, and you will be able to mix the sounds from both in a central mixer.";
fDesc[3] = "further processing in DVD authoring tools.";
fDesc[4] = ", retouched maps , which adds two new models and a single player mode. Counter-Strike is a tactical shooter game that confronts terrorists versus counter-terrorists in round-based gameplay.";
fDesc[5] = "is achieved by cleaning up many unwanted files such as the installation programs left-over, all the temporary files etc., and this helps to improve your system performances.";
fDesc[6] = "mix with other instruments for live performances or otherwise. The combination of Toontrack Solo, EZplayer Pro and EZdrummer or Superior Drummer allows the shaping of new MIDI grooves within the EZplayer pro arranger";
fDesc[7] = "huge files. highly configurable";
fDesc[8] = "an instrument for live video performances. Completely build to quickly improvise your videos to the music. Play up to three layers of video, with up to six effects. Play video forward, backward, adjust the speed or scratch it by hand. You can freely improvise without ever stopping the video.";
fDesc[9] = "overload CPU. It will never stick notes, and never break the sound or click during live performances. Available mp3 files demos.";
fDesc[10] = ", 3,000 sound variations, along with 100+ effect settings. The KORE 2 unleashes six incorporated sound engines, along with a dedicated hardware controller, as well as the ultra-fast KoreSound browser.";
fDesc[11] = "By utilizing this software, you’re able to protect and ensure that you have saved and recorded your valuable recordings. This is a valuable tool that will give you confidence that your recordings will be saved and you won’t lose all of your hard work.";
fDesc[12] = "character. The software is capable of extracting any analog character. It has an open architecture with many adjustments. It is a good choice for real time use in live or studio performances.";
fDesc[13] = "professionally sounding drum performances including drum loops, fills, intros, endings, solo, and then simply trigger them by MIDI notes from your sequencer. Easily turn separate performances into complete drum track perfectly matching your song.";
fDesc[14] = "studio performances. The software is a very good quality compressor and expander. It has an open architecture with many adjustments. The software is capable of extracting any analog character. It has high compression and expansion ratios and very short attack and release time.";
fDesc[15] = "professional music. With the LUXONIX Purity 1.2, users have the benefit of an integrated sequencer and sequenced patches with full keyboard support.";
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 = '...';
}
}