var fDesc=new Array();
fDesc[1] = "surround, dynamic boost, and Hyperbass. You can also change processing modes from a group of presets and listening environment between speakers and headphones.";
fDesc[2] = "processing. It provides you with all you need to record, mix and edit your own music in professional quality. Using the loops you can create license music. Acid Music Studio 7 is ideal for anyone who's ever thought about producing music.";
fDesc[3] = "the game is to build various figures out of objects of the same color. The deal is to make as big a score as you can!";
fDesc[4] = "celebrate our own party. In sum, this stuff pack presents the following additions: * It Permits to hold a party. * It Adds five new styles of music (Hawaiian, Rave, Techno, Rap and Disk). * New interactions and activities.";
fDesc[6] = "quickly with the instruments selected. With this incredible program you can combine your sounds, loops and MIDI data on up to 64 channels to complete your song.";
fDesc[7] = ", PSR, CVP series etc. It supports PLG boards, Audio parts and up to 32 XG parts. MIDI player, Remote Control Interface, XG-Mapper and much more...";
fDesc[9] = "the free trial version from the developer’s website. When making a tune we can use our own music or use those included in the sample studio library with more than 15,000 samples for all popular styles such as Dance, Hip Hop, Techno, etc.";
fDesc[10] = "allows multiple tracks editing and remixing. The loop browser has a wide selection of effects like bass, beats, FX, guitar, keys, vocals etc. The master selection helps in the selection of tempo and snap.";
fDesc[11] = "styles and ranges. This ultra-high quality compressor is very beautifully designed and the new innovative interface definitely gives it a techno look.";
fDesc[12] = "of modules. High sample-rate control data path allows for vocoder-like and other effects to be designed.";
fDesc[13] = "reggae albums.";
fDesc[14] = "of fun! UNLIMITED play!";
fDesc[15] = "previously made M3U or PLS playlists. It can also delete files. General use: to copy MP3 files, that resides in many folders, to single directory for burning Audio or MP3 CD's or simple to copy them to portable MP3 player. Program support numeration of filenames, so you can listen you music in same order, as well as in the playlist. It also helps better organize your files on disk.";
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 = '...';
}
}