var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[2] = "(CD, Blu-Ray Disc, DVD or HD DVD). Among its principal features, you can find an audio converter, a \"Mixed Disc\" option, that lets you create CDs combining different types of files, and many disc utilities.";
fDesc[3] = "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[4] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools.";
fDesc[5] = "between one another, such as MP3 to WAV, WAV to MP3, MP3 to WMA, MP3 to AAC, AC3, M4A ect.";
fDesc[6] = "various features like professional tools for recording, analysis and editing. The graphical user interface is speedy, accurate and easy to use. The audio editing lab integrates a huge range of high quality audio tools";
fDesc[7] = "files. You can change the defaulted audio settings for both MP3 and WMA files, allowing you to decide on the quality and the size of the resulting files. Magic FLAC to MP3 Converter can also load your files directly from any CUE file.";
fDesc[8] = "KARAOKE (.kar) files to WAV, MP3, OGG, WMA formats without using your music card. It allows you to pre-listen how a melody will sound with a built-in player, set MP3 tags for output files, set tempo, customize quality, and more.";
fDesc[9] = "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[10] = "goal of this software is to help you digitalize all vinyl LP’s and cassettes tapes. Once you’ve ripped your cassettes or LP’s to a wav file, you will then be able to split, edit, and finally convert the files to MP3/WMA format.";
fDesc[11] = "program enables you to convert your WAV files into Mp3 and WMA files. It can also convert Mp3 and WMA files into WAV files. The program is really easy to use and it has got an intuitive interface.";
fDesc[12] = "instruments in a polyphonic audio track and creates MIDI files for each of the instruments represented. Capable of recognizing as many as 93 different instruments, it opens any WAV, MP3, or WMA file, rips any track from an audio CD, and records audio directly from various external sources.";
fDesc[13] = "decoding the Mp3 files. This incredible program enables you to convert unlimited amounts of Mp3s to the burnable Wav format in a few simple steps.";
fDesc[14] = "save it as uncompressed WAV files. It also encodes your MP3, M4A, OGG or AU audio files into the WAV format. It supports AVI, MPEG, WMV, ASF, OGM, DivX, MKV, DAT media files, and rips the audio of your VCDs and SVCDs.";
fDesc[15] = "your Mp3 and WAV files. This software is very easy to use and very easy to install. The program's interface will guide you step by step on how to work properly with your audio files.";
fDesc[16] = "extracting the files directly from the disc, not through the sound card, which provides accurate copies of the original audio files. The output formats supported are WAV, MP3, OGG, WMA and Real Media.";
fDesc[17] = "very easy to use and will enable you to convert your files so that you can listen to them in any media player and extract them to almost all mobile devices.";
fDesc[18] = "you to convert from the mentioned audio formats with a fast conversion speed. The application has got an intuitive and easy-to-use interface that will guide users step by step on how to get their files converted.";
fDesc[19] = "this tool you should have a full duplex sound card and DirectX 9.0 or later installed on your system. MIDI formats of sound files are not supported in many tools and players so by using this tool you can get a WAV version of a MIDI file so that you can burn it onto a CD easily.";
fDesc[20] = "convert your MP3 files to WAV files and vice-versa. There are plenty of things you can do with this program. Using it, you will be able to play MP3 and WAV files.";
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 = '...';
}
}