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 for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files.";
fDesc[3] = "suite is for both, unexperienced and advanced users. It has an intuitive and easy-to-use interface. You can use it to: create sound files for music CDs, improve your music files thanks to advanced audio filters, create amazing remixes, analyze advanced data like frequency or bitrate, etc.";
fDesc[4] = "program supports a big list of video formats, including WMV, AVI, MPEG 4, SWF, FLV, MOV, 3GP, RM and more. Besides, it supports many audio files, such as Mp3, WAV, AAC, FLAC and OGG.";
fDesc[5] = "converter, Any Audio Converter can convert audio between MP3, WMA, WAVE, AAC, M4A and OGG formats as well as convert other unprotected audio formats. As an audio extractor, Any Audio Converter can extract audio from all popular video formats and online videos from YouTube, Google Video and Nico Video. With Any Audio Converter, you can easily convert your audio files to MP3, WMA, WAVE such as M4A to MP3, APE to MP3, RA to WMA, FLAC to WAVE, etc. You can also extract audio from video clips such as AVI to MP3, MP4 to MP3, WMV to WMA, RMVB to MP3, etc.";
fDesc[6] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more.";
fDesc[7] = "you might have that is supported. The supported formats are MP3 and WAV. This is really a simple program, but it does what it is supposed to do quite well.";
fDesc[8] = "CDs to MP3, OGG, WAV formats in your hard drive. You can also create a Bin/Cue image and burn it to keep security copies of your favorite audio CDs.";
fDesc[9] = "frequently used unprotected formats (MP3, OGG, WMA, WAV). Supported input formats are: WMA, M4P, MP4, AAC, MP3, WAV, OGG, AU audio files, AIFF.";
fDesc[10] = "clicks. The program supports all the popular audio formats including WAV, MP3, MMF, AMR, QCP and MP3. The best feature of the converter is the integration into Windows right-click menu.";
fDesc[11] = "to rip your CDs to WAV, OGG, FLAC and MP3, to convert your audio files from any of the supported formats to a different one, to normalize their volume, to edit your audio tracks information, and even to repair broken audio files.";
fDesc[12] = "that you can listen to your audio files on your cell phone anytime you want. Allok MP3 to AMR Converter 3.0 supports many audio formats, including WAV, WMA, OGG, MP3, AC3, 3GP, AMR, RMVB, MP2, RM, RAM, VOB, AVI, MPEG, VCD, WMF, ASF and many more.";
fDesc[13] = "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[14] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc.";
fDesc[15] = "AC3, AMR, MPC, ADPCM, A/U-LAW, DSP, GSM, and VOX. You can adjust different conversion settings to reach the sound quality that you wish.";
fDesc[16] = "popular audio formats including MP3, OGG, WMA, AMR, WAV, AC3 and AAC. This ripper solves all your ripping related problems. It can rip your CDs even if they have scratches on them.";
fDesc[17] = "small pieces or merge multiple audio files into one large file. You can import multiple audio files of MP3, WMA, WAV, OGG and AIFF formats and merge them all to create a large MP3 file or use the splitter tool to split any MP3, WAV file into small pieces of audio.";
fDesc[18] = "conversion speed. The program supports a lot of audio and video formats, including MP3, WAV, AMR, MMF, MIDI, AAC, 3GP, MP4 and many more. Using this software, you will be able to convert any audio file you have got and convert it so that you...";
fDesc[19] = "another in a very simple way. This application will allow you to convert your MP3, WAV, WMA, OGG files from one into another easily and in a very fast time.";
fDesc[20] = "Mp3 files and convert them into burnable WAV formats. It is really easy to use. You will be able to convert your files into other formats just by right-clicking on them.";
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 = '...';
}
}