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] = "unwanted audio or selected part from an audio file. Free Audio Dub supports almost every audio file format like MP3, WAV, AAC, AC3, M4A, MP2, OGG and WMA .";
fDesc[3] = "sound files for music CDs, dance programs, websites, answering machines, Windows sounds, and much more. It includes a lot of of effects and editing features for professional sound production.";
fDesc[4] = "processing possibilities. It provides an intuitive, easy-to-use interface and is designed for the everday use.";
fDesc[5] = "easily. You can import any MP3, WAV, OGG, AVI, VOX, WMA or CDA file to edit it, or record your own sound using the inbuilt audio recorder. Audio Editor enables you to cut, copy, paste or erase any part of an audio file in seconds.";
fDesc[6] = "experience in audio editing. You can open any audio file of MP3, WMA, WAV, OGG, AIFF, VOX or RAW format and apply special effects and filters like Amplify, Flanger, Chorus, Reverb, Invert, Reverse to it.";
fDesc[7] = "files to disc, or create your own music and songs.. The main menu of the program offers you six different utilities, each one aimed at a specific task.";
fDesc[9] = "cell phones so that you can listen to them or use them as ringtones for incoming calls. This is a very creative software. The program allows you to edit your audio files by adding some nice effects to them.";
fDesc[10] = "some cutting-edge functions hard to find in such products, like \"direct\" MP3 audio editing/saving support. Some people consider this software a \"simplified\" version of SoundForge or similar.";
fDesc[11] = "mixing tools to audio recording and converting. You can cut, copy or paste any part of an audio file using the editor and apply special effects like fade in/out, silence, normalize, flang, chorus, lowpass, band pass, high pass and reverse.";
fDesc[12] = "recorded. Easily remove sound distortions and imperfections with drag and drop editing.";
fDesc[13] = "help people to get a better interaction with the software and learn quickly how to use it. The Production Bundle includes DVD Architect 4.0. With these tools, you are ready to edit in virtually any format, DV, HDV, SD/HD-SDI and all XDCAM formats.";
fDesc[14] = "you to perform various operations with audio data such as displaying a waveform image of an audio file, filtering, applying various audio effects.";
fDesc[15] = "able to open audio file and edit it,or record and edit it. It lets you make and edit music, voice and other audio recordings.";
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 = '...';
}
}