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] = "converted to MP3 in a single click, so they can be played on an MP3 player. The program shows the process like a wizard tutorial, and guides the user window by window through the conversion task.";
fDesc[3] = "to another, including image, video and sound. This tool has a high end user interface which allows you to preview videos prior to converting them.";
fDesc[4] = "every multimedia file format for playing and conversion. A small video preview window helps the user to choose and preview the right video file. You can convert AVI, MOV, QuickTime, MPEG, WMV, ASF, RM, RMVB,DAT,VOB to AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF and many more.";
fDesc[5] = "has the ability to convert DRM protected files such as wma, wmv, asf, m4v, m4a, m4p, m4b. It also supports other common formats including wmv, asf, wma, mp3, m4a, wav, aac, ac3, ape, ogg, m4b, m4p.";
fDesc[6] = "then when I used a lot of RM files and needed to convert them to other formats for the most varied of reasons. Although RM is not as popular as it was before, there is still a place on my desktop for this one.";
fDesc[7] = "program is integrated with the context menu of windows explorer. Media parameters, direct stream copy, drag and drop.";
fDesc[8] = "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[9] = "audio-to-audio re-encoding task, and will, of course, extracts the audio of any of the supported video files. It includes built-in quality profiles for all the codecs supported, but it also allows you to create your own!";
fDesc[10] = "and video files from one format to another. With this application you will be able to extract any sound tracks from any video file";
fDesc[11] = ", wmv, asf, m4v, m4a, m4p, m4b. It also supports high definition video formats including m2ts, tp, trp, ts, avi, wmv, and common formats such as mp4, mpg, mpeg, 3gp, rm, rmvb, dat, mov,flv, vob, mp3, wav, m4a, wma.";
fDesc[12] = "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[13] = "RealMedia format";
fDesc[14] = "fast and delivers a high-quality output. This software is available for Windows 2000/2003/XP and Vista. It has many more options which make it universal software for video conversion.";
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 = '...';
}
}