var fDesc=new Array();
fDesc[1] = "convert (to and from) WAV , MP3, WMA, Ogg Vorbis files and record audio.";
fDesc[2] = "choice. This useful tool will help you save loads of space in your MP3 player, allowing you to enjoy more music and more audio books with fewer resources. The bit rates supported range from 8 to 256 kbps.";
fDesc[3] = "delete; paste; mix; amplify; fade; invert; normalize; reverse; silence; shrink, stretch; reverb; filter; and more";
fDesc[4] = "formats, and extract audio from video files to AIFF/AIFC, MPEG-4 Audio, MPEG Layer-3, MPEG Audio, OGG, RealAudio, Waveform, Windows Media Audio.";
fDesc[5] = "at least a bit experienced computer user and are familiar with the terms �MP3� and �ID3�, then you don�t need to read this article. If not, you may find some useful information here. MP3 (MPEG Layer 3) is a music-file format. Every MP3 file may (but doesn�t necessarily have to) contain an ID3 tag. This is actually an information, stored right in that MP3 file. The ID3 tag has several cells you can set. These are the Songtitle, Artist, Album, Year, Genre, Comment and several more such as Composer, Original artist, Copyright, URL, Encoder type, etc. All experienced and conscientious MP3 collectors (and not only them � me too :)) maintain their ID3 tags and keep them up to date. Though, it�s very laborious to fill them in manually. Let�s take the classic MP3 player � WinAMP. Of course, you may use it to fill in the tags, but you have to browse through the files � one...";
fDesc[6] = "into MPEG Layer I, II, or III files, and vice versa, and can also be used as an MP3 re-encoder, allowing you to create new MP3 files with a higher or lower compression ratio. All the parameters are fully customizable, and the application offers you three different audio encoders to choose from.";
fDesc[7] = "to news, emails, website content or other writings while you are busy with other tasks. It can record the resulting audio to MP3, WAV, OGG files, among others.";
fDesc[8] = "video files and save it to your hard drive. With this incredible program you will be able to enjoy the audio of any video file and do whatever you want with it.";
fDesc[9] = ", G.726, DSP, A-LAW, ACM, U-LAW, PCM on-the-fly and more with this powerful CD Ripper. Features Fast direct conversion with fast encoding engine, jitter correction, multiple/variable bitrate support, file verification, multi-drive reading, ID3V2 Tag Editor Improved freedb online CD database support - These features makes the process of conversion SAFER and FASTER. CD Ripper is a fast and easy to use program for recording digital audio tracks directly from compact discs without going through your sound card (this process is known as \"ripping\"). This digital recording process enables you to make high-quality copies of the original music. The CD Ripper's easy interface allows you to convert tracks of your audio-CDs to your most favorite digital audio format with almost one click. CD Ripper can make direct digital copies from audio CDs and saves them as files on your hard disk to the most...";
fDesc[10] = "formats, extract audio from video files and extract images from video files.";
fDesc[11] = "audios-CDs. Final output could be in any of the following formats: WAV, OGG Vorbis, MP3, WMA , ALF2, ADPCM, GSM, G.726, DSP, A-LAW, AC, U-LAW, PCM on-the-fly etc. Users would be glad to know that SC Audio CD Ripper does the operation of conversion very quickly.";
fDesc[12] = "your PC you will be able to convert from AVI, MPEG, MPG, ASF and WMV formats to AVI, MPEG, WMV and RM formats. You can convert several video files at once, just add the list of videos and click on the \"Convert\" button.";
fDesc[13] = "Amond FLV to WMV/MPEG/MOV/AVI/iPod/ PSP/3GP/MP4/Zune Converter is a great tool which does convert almost all types of FLV files to different type of video formats. Amond FLV to video converter is a great tool with simple steps to convert the Flash video files to normal video files. Amond FLV to Video converter is a one of the best tools available in the market.";
fDesc[14] = ", supports MPEG Layer 1, 2 and 3, it takes as input Windows PCM .WAV files or Direct CDA tracks, and encodes them to MPEG files which can be played with WinAmp. It also has a built-in decoder which decodes the Audio MPEG files Layer 1, 2 and 3 to Windows PCM Wav files.";
fDesc[15] = ", supports MPEG Layer 1, 2 and 3, it takes as input Windows PCM .WAV files or Direct CDA tracks, and encodes them to MPEG files whic...";
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 = '...';
}
}