var fDesc=new Array();
fDesc[1] = "file converter and a picture file converter. I am used to seeing at best, converters that work with video and audio, but the addition of picture files makes this one a great application to have.";
fDesc[2] = "popular formats. It has a clean interface, and is easy to use. The conversion speeds are good and the output videos are of good quality, which is great.";
fDesc[3] = "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[4] = "formats in minutes. It's fully customizable as it enables users to adjust the compression and encoder rates, resolution, and frame rate of the output files, plus set the output size. It even allows to preview the output file before converting.";
fDesc[5] = "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[6] = "additional converters and filters are for older or seldom used documents or image formats. This converter pack supersedes all previously released versions of the Office Converter Pack.";
fDesc[8] = "2006, but it still works really well for converting all the Real Media formats that it supports, namely, *.rm, *.ra, and *.rmvb. Free RM to MP3 converter boasts an extremely easy to use interface that helps you get the job done very effortlessly.";
fDesc[9] = "from all popular video and audio formats. The interface of the program is pretty simple. First, you´ll have to select an audio or video input file to work on. Then, you must choose which format you want to convert to that file and choose where to save the converted file.";
fDesc[10] = "in every popular format to be played in an iPod, iPhone, PSP, cell phone, PDA, Pocket PC or PMP. It compresses the media files by about 20 percent, without losing quality, and prepares them for your particular device and model.";
fDesc[11] = "software supports almost all popular digital formats except FLAC and is extremely easy to install and use. The interface is simple and effective with a design that makes it convenient even for novices or first-time users.";
fDesc[12] = "MKV files to AVI files and hardcode subtitles into the final video. The application is really basic, its GUI consisting of only one screen. It requires that you install the CCCP codec pack in order to work.";
fDesc[13] = "and accepts a large variety of formats. It uses a Virtual Burning Engine, a technology that simulates the burning and ripping process. For instance, this advanced audio format converting mechanism, converts iTunes music to MP3 with good-quality results.";
fDesc[14] = ", APE. This easy to use software is very fast. You don’t have to read any manuals or any big help files to use this. All you do is click on one button and your CD will be copied. This software can also convert WAV files to MP3, WAV, WMA, APE, VQF, OGG, AAC, MP4 files.";
fDesc[15] = "previous versions, but I really don't think it's that different. There have been made improvements; that's for sure. All in all, the user interface is intuitive, so you know what to do even the first time you open the application.";
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 = '...';
}
}