var fDesc=new Array();
fDesc[1] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface";
fDesc[3] = "to rip your CDs to WAV, OGG, FLAC and MP3, to convert your audio files from any of the supported formats to a different one, to normalize their volume, to edit your audio tracks information, and even to repair broken audio files.";
fDesc[4] = "formats.With All Converter,you can convert MP3 to WAV,MP3 to WMA, MP3 to OGG,MP3 to VQF, WAV to MP3,WAV to WMA,WAV to OGG,...";
fDesc[6] = "and conversion tool. If you are a music lover then this software is waiting for you. Creative Media Toolbox offers everything you need to \"play\" with your music in just one package.";
fDesc[7] = "even perform a test to see that the copies really are perfect. Audiograbber can also automatically perform some tasks like normalize the music.";
fDesc[8] = "delete; paste; mix; amplify; fade; invert; normalize; reverse; silence; shrink, stretch; reverb; filter; and more";
fDesc[9] = "normalization of the level volume of Mp3 and Wav files.";
fDesc[11] = ", Cut, Paste, Move, Delete, Fade In/Out , Cross fade, mix, amplify, normalize sound, add vibrato, invert, delay, flanger, phase, noise, chorus, reverse, use filters.";
fDesc[12] = "manually adjusting the volume control of your player according to the type of music you are playing? SuperMp3Normalizer is the unique solution";
fDesc[14] = "notes. Change speed or tempo.";
fDesc[15] = "evaluation copy from this page today!";
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 = '...';
}
}