var fDesc=new Array();
fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc.";
fDesc[2] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development.";
fDesc[3] = "almost any formats such as AVI (DivX, XviD, etc.), DV AVI, MP4 (inc. Sony PSP and Apple iPod), WMV, 3GP, 3G2, QuickTime (MOV, QT), SWF, DVD, VOB, VRO,MPG, MPEG 1,2,4, DAT, VCD, SVCD, ASF, ASX, MJPEG, and many others.";
fDesc[4] = "play DVD also. One feature to be noted is that there is a built-in converter that can convert many media files to AVI or DIVX. \"AVI Doctor\" in the \"Setup\" page can repair AVI files that have been damaged probably by a P2P download that hasn't been 100% completed.";
fDesc[5] = ", easy, and high-quality backups. Auto Gordian Knot is a great tool designed for people who know very little (or nothing) about video conversion and want to create videos for their standalone or PC in a few clicks of a mouse.";
fDesc[6] = "AVI in a very short amount of time and in a really easy way with no quality loss at all. This application supports a lot of video files, including, VOB, SVCD, VCD, OGM, ASX, MKV, MOD, MOV, RM, ASF, RMVB, FLV, M4V, MPEG and more.";
fDesc[7] = "development effort. All code is released under the terms of the GNU GPL license. The Xvid video codec implements MPEG-4 Simple Profile and Advanced Simple Profile standards. It permits compressing and decompressing digital video in order to reduce the required bandwidth of video data for transmission over computer networks or efficient storage on CDs or DVDs. Due to its unrivalled quality Xvid has gained great popularity and is used in many other GPLed applications, like e.g. Transcode, MEncoder, MPlayer, Xine and many more.";
fDesc[8] = "offers a video splitter which can cut any video file with desired duration. Ultra Video Converter can convert all the video file formats like, 3GP, MP4, AMV, AVI, DivX, Flash(flv), MPEG, DAT, VOB, WMV, Xvid and BIN.";
fDesc[9] = "CD and DVD video formats in three clicks. The powerful RM/RMVB decoder supports all RM/RMVB files, even without installing \"Real Player\" itself onto your PC.";
fDesc[10] = ", MPG, WMV, 3GP, MP4, VOB, BIN, CUE and many other CD and DVD formats. You can simply open any 3gp, amv, avi, div, divx, flv, mkv, mpeg, mp4, mod, mov, rm, dat, bin, vob, wmv, asf or xvid file, set start and end points, select the output format, video quality, resolution and that's all.";
fDesc[11] = "DivX .avi video files, with no additional codecs. You can also switch the display to TV mode or Monitor Mode. You can set the program to shut down the computer after the video finishes, too.";
fDesc[12] = "be able to convert any AVI file (including DivX and XviD files) to other types of AVI, DivX, Xvid, MPEG1, MPEG2, or WMV/ ASF formats. This program also allows you to create files in MP4 format.";
fDesc[13] = "disc with ease. Easy Avi/Divx/Xvid to DVD Burner supports most popular format on internet such as Divx, Xvid, AVI and stream formats. Easy Avi/Divx/Xvid to DVD Burner provides a facility to generate DVD image";
fDesc[14] = "MOV, WMV video to Xvid video formats. You can play these converted Xvid files on number of devices like iPod, mobile phone, PSP, Zune, MP4 Player etc.";
fDesc[15] = ", MPEG4, DivX and PSP formats. All the video codecs are contained in the program, allowing the output video even to be adjusted in quality and aspect. The application has a simple interface, which makes its use easy even for non-expert PC users.";
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 = '...';
}
}