var fDesc=new Array();
fDesc[1] = "(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[2] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more.";
fDesc[3] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface";
fDesc[4] = "rips fast enough and supports lossless encoding. It has a clean, simple interface that has been renewed in this version with bigger icons and more comprehensive options.";
fDesc[5] = "File for playing on mobile phone easily and quickly! Watch your own Videos on your 3GP Phone anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface.";
fDesc[6] = "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[7] = "into another. Using this software, you will not lose any of your audio files' quality during the process. The program allows you to convert a lot of files with different formats, even entire folders, into a specific format.";
fDesc[8] = "format. The best about this program is the ways you have to convert your files. The input formats this useful software supports are WAV, RM, RA, VQF, AAC, AC3, M4B, M4A, MP3, WMA, OGG and more";
fDesc[9] = "into another in a very simple way. This powerful software supports a lot of audio and video files, including MP3, WAV, WMA, WMV, MP2, OGG, APE, FLV, VOB, AVI, 3GP, RM, AAC, SWF, AC3, M4B, MPC, NUT, APE and many more.";
fDesc[10] = "another. The program will convert any of your audio files in a very short amount of time. Whether you want to convert one file per time or a group of files with different formats into a specific format all at once, this program will work.";
fDesc[11] = "in a small, well designed package. The first application is an audio converter. If you are looking at this review, you know what one of those is. It allows you to convert audio files into several formats. Most modern formats are supported.";
fDesc[12] = "like MP3, WMA and WAVE to AMR files. The program is really easy to use. It has got a simple Graphical User Interface that will clear all of your doubts and will teach you how to use it.";
fDesc[13] = ", RM, RMJ, WAV, MP3, OGG, WMA, MP2, MP1, MPEG, MP4, AAC, OGG, AVI, MPC, MOV, QT, WMA, AMR, AC3, AIFF, AIF, AU and 3GP. Additionally you can rip you audio CDs to WAV, MP3, WMA, AMR and OGG formats in single click.";
fDesc[14] = "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[15] = "application supports a lot of different audio files, such as WAV MP3, MPEG, CDA, WMA, PCM, ALF2, GSM, DSP, OGG, ADPCM and many more. The program comes with an ID tag editor for all of your music 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 = '...';
}
}