var fDesc=new Array();
fDesc[1] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[2] = "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[3] = "many options and applications. You can cut, copy, and paste recordings or parts of them, and also add some effects such as echo, amplification and noise reduction.";
fDesc[4] = "VoIP calls and Instant Messaging conversations.";
fDesc[5] = "what you see when you start any other audio recorder. A graphic representation of a tape recorder, with record, play, stop, and pause controls.";
fDesc[6] = "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[7] = "with your audio files, it will save a lot of your time. The program includes an audio file mixer and a tag editor among other useful tools. It also gives you the possibility to record Mp3, WMA, FLAC and WAV streams.";
fDesc[8] = "and DVD-ROM drives. The program will read audio CDs perfectly. This powerful software has got a friendly interface that will guide all users on how to use the program to get the most of it.";
fDesc[9] = "such as line-In, or speakers to WAV, MP3, audio-only AVI, and WMA files (additional formats supported with booster packs). Also lets you record from a DV camcorder or VCR connected to 1394 port.";
fDesc[10] = "recorded. Easily remove sound distortions and imperfections with drag and drop editing.";
fDesc[11] = "formats such as frequency range, stereo or mono output and various bit resolution is supported. You may also play your recording.";
fDesc[12] = "most possible settings. convert from WAV ,Ogg ,Mp2,g271 to MP3 format files. IPOD Audio Converter support Add To Ipod .";
fDesc[14] = "via a simple graphical interface! Its your soup. Mix it well! Exports to MP3, WMA, RealAudio? and wave files.";
fDesc[15] = "audio-level monitor and tester. It supports MP3 and WAV.";
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 = '...';
}
}