var fDesc=new Array();
fDesc[1] = "convert: MPEG (*.mpg, *.mpeg, *.m1v); QuickTime (*.mov, *.qt); AVI (*.avi).";
fDesc[2] = "WMV, MPEG, MOV, QT, RM, RMVB, QuickTime, MPG. Supports batch conversion, large video files, conversion of a segment setting start and end points, and automatic shutdown your computer after a job is done.";
fDesc[3] = "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[4] = "files into a lot of different formats, such as AVI, MPEG, MOV, SWF, FLV, MKV, WMV, 3GP, 3G2, QT, VRO, VOB, SWF, DAT, SVCD, MJPEG and many more.";
fDesc[5] = "portable MP4 players, iPod, mobile phones, PSP, PDA, ARCHOS, Plam, etc. at high speed and with an excellent output quality. With this incredible program you will be able to enjoy your favorite movies and videos on your portable device.";
fDesc[6] = ", dvd to mpeg, vcd, dvd, rm, rmvb, wmv, asf, avi, Divx, xvid, mov, quicktime, iPod, 3GP, Flash swf, Flash flv, mp3, wma.";
fDesc[7] = "convert DVD to AVI, DivX, XviD video formats fast and easily. This incredible software has the ability to rip almost all DVD movies in the market even if they are CSS, REGION, MACROVISION, SONY ARCCOS protected dvd discs.";
fDesc[8] = "VCD format files that can be played on your VCD/DVD player";
fDesc[9] = "PC as many times as you wish, by coping it on your hard disk. To make the converting process simpler for the novice users, it comes with default input settings. .";
fDesc[10] = "MPEG, WMV to MP4, WMV to RM, WMV to VCD, WMV to DVD, and WMV to SVCD video converting. The main features include: Batch convert WMV files to AVI, DivX, MOV, MP4, RM, RMVB, DVD, VCD, SVCD and MPEG formats; with NTSL/PAL adjustments; You can select different AVI video codecs, and there are NTSC/PAL setting options for DVD, VCD, SVCD, MPEG1 and MPEG2 exporting. The program supports proportional and cropping frames for exporting video. you can customize size of the export file for AVI, RM, RMVB, DivX, MOV, MP4, MPEG1 and MPEG2 formats. input/output preview;Skinable UI with 6 built-In skins; fill in/proportional options for cropping output video; high audio quality.";
fDesc[11] = "Amond AVI/MPEG/MOV/RM/FLV/DI VX/WMV/SWF Converter is a very popular and powerful video converter that supports almost all video formats available, whether it is AVI, WMV, MPEG, MOV, DIVX, FLC, XVID, SWF or MP3. The interface of this converter is pretty intitutive with a number of options which you can set during the process of video conversion.";
fDesc[12] = "interface let you convert any video files to avi divx xvid with ease.";
fDesc[13] = "MPEG, MP4, PSP, FLV, RMVB, 3GP, SWF, Quick Time to AVI, DivX or Xvid video files. It´s also able to join several video files into a larger one.";
fDesc[14] = ", MPEG, VCD, DVD and AVI files. The program supports a vast quantity of video files, including 3GP, FLV, AVI, VCD, DIVX and many more. This program has the advantage of being designed for both beginners and expert users.";
fDesc[15] = "to DVD VCD Converter and Burner, is the right solution for you. You will be able to convert from almost every video format to almost every video format, and you will also be able to burn your VCD´s and DVD´s with the same application.";
fDesc[16] = ", DivX, XviD, DVD, SVCD, VCD, MPEG-1, MPEG-2, WMV, ASF, RM or RMVB formats. It supports batch conversion, lets you set start and end points of a clip to convert, and lets you configure advanced output options.";
fDesc[17] = "videos into other popular formats. The name of the software gives a clear idea on the conversion formats supported by the utility. Best part of the design of this software is the removal of extra codecs need normally required by the conversion utilities.";
fDesc[19] = "to use and does the job quickly. The Magicbit DVD to DivX Converter also supports batch conversions, which makes things go even faster. A preview video is possible to look at before completion. Even only segments or chosen clips can be converted if that is all desired.";
fDesc[20] = "including AVI, MPEG-4, WMV, MOV and extracts audio to M4A files. It only allows you to process one file at a time, does not have any editing features, no preview screens.";
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 = '...';
}
}