var fDesc=new Array();
fDesc[1] = "them to embed videos in web spaces, blogs, or sites. This tool simplifies the experience of video managing with a modest usage of system resources and good quality, which makes it a good choice for online videos.";
fDesc[2] = "video with in one of the following file formats: DivX, AVI, DIV, TIX, QT, MOV, MPG, MPE, and MKV (the new DivX Plus HD video).";
fDesc[3] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature.";
fDesc[4] = "high-quality, highly compressed DivX video, merge and convert multiple videos into a single DivX file with an automatically generated menu.";
fDesc[5] = "on your machine and then allow you to see avi video easily on your PC. It is free.";
fDesc[6] = "DivX Codec XviD Codec AC3 Filter DivX AntiFreeze Video Inspector. All this codecs, filters, tools are FREE! Unlike other codec packs, you can select the components you want to install, you get uninstall support, detection for previous installed versions, update for new versions - you don’t have to download the whole pack again.";
fDesc[7] = "convert: MPEG (*.mpg, *.mpeg, *.m1v); QuickTime (*.mov, *.qt); AVI (*.avi).";
fDesc[8] = "Using this tool, users can repair their video files which are damaged or corrupted due incomplete download, which are frozen while playing or not playing or not getting rewind or fast forwarded.";
fDesc[9] = "internet. So, it is the codec they usually rip a DVD into. The main advantages of DIVX is that the video quality is maintained to the maximum while the file sizes are small. It gives one of the best compression available.";
fDesc[10] = "this task really well, and most of them look and feel exactly the same. The main goal of this application is to allow the user to convert an AVI file encoded with the DIVX codec into a DVD ISO.";
fDesc[11] = "editor. It presents a very simple interface with basic controls to play video and configure output settings like frame size and rate.";
fDesc[12] = "Encoder is a wonderful tool which converts your QuickTime, WMV, AVI, RM or MPEG files on your desktop PC to FLV. FLV Encoder is able to deliver a live FLV stream continuously via an embedded HTTP server.";
fDesc[13] = "format DivX or Angel Potion and back, XviD, 3ivx to DivX 4&5 and back. At converting in a AVI-files is only replaced the heading without any changes data.";
fDesc[14] = "cutting, editing and encoding their Windows Media Video 9 files. Users benefit from the EZVideoSplicer 1.6 application’s easy to use interface and can immediately use its easy coding feature and convert their ASF/WMV, AVI, and MPG files.";
fDesc[15] = "MPEG (*.mpg, *.mpeg) to AVI, DiVX, YUV (*.avi);";
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 = '...';
}
}