var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "Windows. It basically gives you the ability of creating and modifying ID3 tags right within Windows Explorer. It adds two new tabs to the properties dialog of the MP3 files. From there, you can add information about your MP3 songs.";
fDesc[4] = "convert (to and from) WAV , MP3, WMA, Ogg Vorbis files and record audio.";
fDesc[5] = "architecture. The program also supports Gracenote CDDB for the best music recognition and contains some visual effects which react to the beat of music.";
fDesc[6] = "understand. Just add some audio files or folders containing audio files to the conversion list, then choose an output format among the WMA, WAV, OGG, AC3, MP2, MP3, AAC, GSM , VOX and you will get your entire media converted in minutes to desired output format.";
fDesc[7] = "convert them to WAV, MP3 , OGG and WMA formats in high precision and no quality is lost! he following video formats are supported: AVI(DivX, XviD, MPEG4...), MPEG I/II, RealMedia(.RM,.RMVB), WMV, ASF, VCD(.DAT), DVD(.VOB), QuickTime(.MOV)";
fDesc[8] = "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[9] = "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[11] = "from one into another in a very simple and intuitive way. The program has got the main advantage of being a very fast converter, it will convert your files in a glimpse of an eye.";
fDesc[12] = "files or audio cd's showing you a two decks interface. You can load different songs in each deck (using any of the supported formats), then mix the sounds and save the result in WAV, OGG or MP3 format.";
fDesc[13] = "time. The program supports a lot of audio files, including MP1, MP3, MP2, OGG, WMA, MP4, FLAC, WAV, APE, AC3, AIF, MP4, OGG and many more.";
fDesc[14] = "configure the basic settings, choose a file or group of files, right click on them and choose the destination format. It also rips audio CDs.";
fDesc[15] = "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[16] = "popular audio formats including MP3, APE and FLAC audios. Easy user interface and fast conversion make this program a useful audio converter. You can add multiple audio files and folders to the batch list making the conversion even simpler.";
fDesc[17] = "in seconds. The converter supports batch conversion also. It means you can add multiple files and folders to the conversion list to get the same output format and quality for all files.";
fDesc[18] = "files. The program has the advantage of being very easy to use, you can convert your files in just one click. This application will convert your audio files in a very short amount of time without losing any of the files' quality.";
fDesc[19] = "helps in converting the extracted audio file into various formats. The program features the ability to convert audio files from one format to the other.";
fDesc[20] = "from one into another. The program supports some audio files such as Mp3, WAV, OGG, MP2, VOX and WMA. Using this software, you will be able to burn audio Cds, mix audio files together and more.";
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 = '...';
}
}