var fDesc=new Array();
fDesc[2] = "DAT, DivX, DV, FLAC, IVF, MOV, QT, MKV, MP1, MP2, MPA, MPG, MP3, MP4, MPG, MPEG, OGG, OGM, RA, RAM, RM, RAM, SHN, SND, SD2, VOB, WMA, WMV, XivD audio and video files to the most popular audio formats: AVI, MKA, MP3, OGG, M4A, MOV, RA, WAV, WMA.";
fDesc[3] = ", evob, flv, gif, tp, ts, mv, mov, qt, m4v, mp4, mpg, ogm, pva, rm, dat, wmv, xvid, nuv, vro formats to avi, divx, dv, mkv, ogg, wmv files. Its features include batch conversion, and the ability to crop and trim your clips.";
fDesc[4] = "formats, and extract audio from video files to AIFF/AIFC, MPEG-4 Audio, MPEG Layer-3, MPEG Audio, OGG, RealAudio, Waveform, Windows Media Audio.";
fDesc[5] = ", AVI, DivX, DV, DVD (VOB), Flash Video, MKV, QuickTime MOV, MPEG-1/2, MPEG-4, OGM, RealMedia, VCD/SVCD, WMV and XVID formats to AVI, DivX, DV, MKV, OGM, WMV and XVID files.";
fDesc[6] = "Supported input formats include 3GP, AVI, BMP, DivX, DV, GIF, FLC, JPG, MKV, MOV, MPG, output can be saved as 3GP, ASF, AVI, DAT, DivX, DV, DVD, EVOB, FLC, FLI, FLV, GIF, HDTV, IVF, MOV, QT, MKV files, some of them require booster packs.";
fDesc[7] = "It lets you convert 3GP, 3G2, ASF, AVI, DAT, DivX, DV, FLC, FLI, GIF, IVF, MOV, QT, MKV, MP4, MPG, MPEG, OGM, RM, RAM, VOB, WMV, XivD video files to media compatible with iPod, iPhone, PMC, PSP, Creative Zen Vision, etc.";
fDesc[8] = "such as line-In, or speakers to WAV, MP3, audio-only AVI, and WMA files (additional formats supported with booster packs). Also lets you record from a DV camcorder or VCR connected to 1394 port.";
fDesc[9] = "to many different video formats such as AVI, DivX, XviD, and WMV, it captures whole screen, a window, or a region. With booster packs it supports additional video outputs.";
fDesc[10] = "way. Sometimes the video files just don't look well on a wide HDTV screen and that is because the aspect ratio is not correctly read. The problem is that the video files played on an HDTV should have a 16x9 aspect ratio instead of 4x3.";
fDesc[11] = "to MP4 files. It also works as a stand alone video to mp4 converter with basic functions like batch conversion, and the possibility to configure advanced settings.";
fDesc[12] = "as Video Cleaner Pro, Video Perspective, Video Slice, Cam 3D, and others output to Animated GIF and FLC files. It also works as a stand alone video to animated GIF converter.";
fDesc[13] = "to allow them convert video to MPEG files. It also works as a stand alone video to MPEG2 converter with basic functions like batch conversion.";
fDesc[14] = "Cleaner Pro, Video Perspective, etc. output video to 3GP files compatible with most mobile phones. It also presents a stand alone video converter with support for batch processing, and the possibility to configure advanced settings.";
fDesc[15] = "Pro, Video Slice, and others output to Real Media Files. It also brings a stand alone video converter and a Real Audio Converter compatible with the most common audio and video formats.";
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 = '...';
}
}