var fDesc=new Array();
fDesc[1] = "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[2] = "can convert any mp3, ogg, wav or amr file to mmf, qcp, amr or wav file that can be used as a ringtone on your phone. You can use the inbuilt editor to cut a desired part of an audio file, to use sound effects like fade-in and fade-out, to amplify the audio volume or normalize the audio.";
fDesc[3] = "you might have that is supported. The supported formats are MP3 and WAV. This is really a simple program, but it does what it is supposed to do quite well.";
fDesc[4] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file.";
fDesc[5] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality.";
fDesc[6] = "high-quality MP3 files without re-encoding, with the same quality and bit rate of the original files, even if it is variable (VBR). Performance speed is certainly one of its main assets, even when splitting large MP3 files (up to 2GB).";
fDesc[7] = "files in several pieces by time frame, size or equal time pieces. It has a built in mp3 player to allow you get a preview of the output file.";
fDesc[8] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output.";
fDesc[9] = "a part of a file and save it to another file, adding fade-in and fade-out effects to the exported audio easily. Power MP3 Recorder Cutter 5.0 bundles three applications: Power MP3 Cutter Classic, Power MP3 Cutter Professional and Power MP3 Recorder.";
fDesc[10] = "all in a very short amount of time and you will not lose any of your audio files' quality. This is a new version of the original Direct Wav Mp3 Splitter, and it includes a big number of new features.";
fDesc[11] = "will be able to cut and trim large mp3 files with multiple options, as well as join small pieces of an mp3 files to a single one. The program features an intuitive but not very attractive user interface.";
fDesc[12] = "small pieces or merge multiple audio files into one large file. You can import multiple audio files of MP3, WMA, WAV, OGG and AIFF formats and merge them all to create a large MP3 file or use the splitter tool to split any MP3, WAV file into small pieces of audio.";
fDesc[13] = "file. You will also be able to merge your MP3 files without losing any of the original videos' quality. The program is very easy to use. It has got a very friendly and intuitive interface.";
fDesc[14] = "split audio files into smaller pieces or join several Mp3 files together. With this software, you are going to be able to split audio files into 99 equal parts. Of course you can split into two, three or any number of equal parts you want.";
fDesc[15] = "very easy way. In the moment you launch the application, you will notice that the program could not be easier to use. On the program's main window there are instructions that will clearly indicate how to get your files cut.";
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 = '...';
}
}