var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
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] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products.";
fDesc[5] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[6] = "popular formats. It has a clean interface, and is easy to use. The conversion speeds are good and the output videos are of good quality, which is great.";
fDesc[8] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions.";
fDesc[9] = "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[10] = "Converter, you can easily convert between all popular video formats, save your video for all popular mobile devices; join multiple video files, rip your DVDs, edit video - crop, rotate, add watermark, adjust quality. You can save best still images from your video and extract soundtracks from videos and DVDs. Here's just a taster of what you can do with Movavi Video Converter: Convert between any video formats: Input Video Formats: AVI (DivX, XviD, etc.), DV AVI, MP4 (Sony PSP, Apple TV, iPod, iPhone, etc), WMV (including Zune), ASF, 3GP, 3GP2, 3GPP, 3GPP2, QuickTime (MOV, QT), DVD, VOB, IFO, VIDEO_TS, AUDIO_TS, MPG, MPEG 1,2,4, VRO, MOD, DAT, MJPEG, VCD, SVCD, H.263, DVR-MS. Output Video Formats: MP4 (Sony PSP, Apple TV, iPod, iPhone, etc), WMV (including Zune), 3GP, 3GP2, 3GPP, 3GPP2, QuickTime (MOV, QT), MPG, MPEG 1,2,4, H.263, H.264, Real Media (RM, RMVB). Output Audio Formats: MP3,...";
fDesc[11] = "formats in minutes. It's fully customizable as it enables users to adjust the compression and encoder rates, resolution, and frame rate of the output files, plus set the output size. It even allows to preview the output file before converting.";
fDesc[12] = "high-quality, highly compressed DivX video, merge and convert multiple videos into a single DivX file with an automatically generated menu.";
fDesc[13] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC.";
fDesc[14] = "only that, it also converts the FLV videos to a variety of common video formats; and can also convert your videos to the FLV format for you to upload them to the web.";
fDesc[15] = "video files to other formats many times. Most formats are only supported by some applications, and having to change applications all the time just to encode a file is turn-down. However, not all is so dull nowadays.";
fDesc[16] = "care of pretty much all your converting needs. However, this is not a free application. It supports most common formats and, of course, formats like AVI, MPEG1/2/4, CD/SVCD/DVD, DivX, XVid, ASF, WMV, RM, QuickTime MOV, and Flash SWF are there.";
fDesc[17] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos.";
fDesc[18] = "your video files in AVI, MPEG-1, MPEG-2, DivX, XviD, WMV, ASF, VCD, SVCD and DVD formats to any format you need. This is an All-In-One solution for those people that have a lot of movie files in different formats and want to convert them all to VCD, for example.";
fDesc[19] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed.";
fDesc[20] = "audio formats such as MP3, WMA, M4A, AAC, AC3, and MP2. These converted formats can be enjoyed on devices like cell phones, Zune video player, PSP, iPod, iPhone, and many more other devices.";
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 = '...';
}
}