var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "defaults preference for the windows media player. Most of the time it so happens that after you install many softwares or codes, a video file may not play in windows media player or Media Center. This can be corrected by using this program.";
fDesc[4] = "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[5] = ", MPEG2, ASF, WMV, VOB, and DAT files among each other. Power Video Converter boasts an easy-to-use graphical user interface which really makes it easy to convert files.";
fDesc[6] = "to VCD, SVCD, DVD formats that can be played on your home VCD/DVD player. This incredible software includes an Integrated high-speed MPEG encoder that enables you to make DVD-Video files(VIDEO_TS, AUDIO_TS) and VCD/SVCD image (*.bin,*.cue).";
fDesc[7] = "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[8] = ", MOV, QT, MID, RMI video formats to AVI, DivX, WMV, VCD, SVCD, MP4, MPEG and WMV. This software tool is very useful for creating video clips and includes built-in DVD and Audio-Video players for displaying and monitoring all kind of video or audio format files.";
fDesc[9] = ", MPEG, MPEG1, MPEG2 and more. Using this software, you will be able to create your own DVD library and to rip any of your favorites DVD video programs.";
fDesc[10] = "can proficiently handle MPEG2 transport streams and videos. The features of this application include capability to create cent percent lossless DVD incorporating necessary menu and audio tracks.";
fDesc[11] = "videos to all the popular video formats including DVD and VCD. Fast conversion speed and support for batch conversion make this tool handy and quick.";
fDesc[12] = "MPEG2 formats. It even converts to MP4 formats, allowing you to obtain files with the right structure that can be later burned to VCD, SVCD or DVD discs, using a burning application.";
fDesc[14] = ", XviD, MPEG4, YUV...). Winxmedia DVD Ripper proves to be beneficial tool as it can open DVD, IFO, MPEG/VOB files. For the sake of convenience, Winxmedia DVD Ripper splits large video files to volumes according the mode and size user wants to set.";
fDesc[15] = "for those people who work with mpeg2 (DVD) files. Able Mpeg2 editor helps you to edit Mpeg2 files, for example, you may cut out some parts of a video, without decoding it. There is a built-in video player in the program which will help you to make removing of some fragments easy.";
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 = '...';
}
}