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] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files";
fDesc[3] = "VoIP calls and Instant Messaging conversations.";
fDesc[4] = "you to mix multiple audio tracks together quickly and easily, and also record your own audio tracks using its high quality audio recorder.";
fDesc[5] = "and record it with high fidelity for your reserve, as on-play music, video clips, movie, webcasts, etc.";
fDesc[6] = "resource such as Midi, MP3, WAV, WMA, RM, OGG,VQF, CD, DVD, MPEG, AVI, MOV, GAME, FLASH, Streaming Audio on Internet...";
fDesc[7] = ", stop, rewind and forward any audio file using the play control. You can cut, copy or paste any part of the audio file or use the recording tool to record your own voice and mix it with music tracks.";
fDesc[8] = "in a file any sound that goes through your sound card. You will be able to record sounds from programs, an Internet streaming, your microphone, the CD/DVD player or any device you connected to your Line In jack, such as a TV set, a cassette recorder or a Hi-Fi system.";
fDesc[9] = "through your computer and save it in any of the most popular formats – MP3, AAC, WAV, M4A, ADPCM or WMA. You can decide on the sample rate, the bit rate, the number of channels used, or the volume settings, and apply correction effects for better results.";
fDesc[10] = "program supports many audio files such as MP3, WAV, WMA and OGG. Using this software, you will be able to record your voice by using a microphone and the program will capture all the audio from your environment.";
fDesc[11] = "audio. Designed as a modular system, the main application provides a mixing console, while the audio sequencer and the live audio input are loaded as separate Plug-Ins.";
fDesc[12] = "sound card with a very high level of quality. Using this application, you will be able to record any external sound. You will be able to record your own voice by using a microphone or to record the sound of a guitar or any other instrument.";
fDesc[13] = "broadcasts, etc) from the Internet to play it later offline. With this program you will be able to save a lot of time and money, since you can leave it downloading multiple content at the same time, and even schedule downloads specifying the URL, etc.";
fDesc[14] = "record any external sound by using a microphone or other device and save the result as a WMA, OGG, Mp3, APE, FLAC or WAV file. The program enables you to record any sound directly from a sound card.";
fDesc[15] = "designed and so is the program. When you first launch the application, you will see the program's main window where you will be able to start recording automatically by simply clicking on the record button.";
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 = '...';
}
}