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] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[3] = "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[4] = "play MPEG-4 movie files or network distributed streams.Real-time decoding up to 720x576 (coding speeds for Pentium/Athlon above 1 GHz).Plays MP4 files and streamed MPEG-4 video (ISMA compliant)Full MPEG-4 conformity (ISO/IEC 14496) for Simple and Advanced Simple ProfileHighly sophisticated post-processing improves picture quality.";
fDesc[5] = "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[6] = "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[7] = "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.";
fDesc[8] = "really friendly interface that will guide all users, step by step, on how to extract audio, or sound or background from any video file in a fast way.";
fDesc[9] = "a professional way? Avidemux is a versatile video utility designed to simplify the tasks of cutting, filtering, converting and codifying videos. It supports many video and audio formats, and you will be able to design video projects with high quality results.";
fDesc[10] = "you may need (AVI, DivX, XviD, MPEG1, MPEG2 or FLV, just to name a few). You can even burn them directly to disc (VCD, SVCD or DVD) or create BIN and CUE images and VIDEO_TS folders for later use. And you do not need to have the RealMedia player installed in your system!";
fDesc[11] = "author an playback MPEG-4 media (audio and video) under Windows, Mac OS X and Linux. This codec can be configured through the 3ivX Config entry in the Program's Menu.";
fDesc[12] = "in a very short amount of time without losing any quality in the process. The program is very easy to use, it has got a friendly interface that will guide you step by step on how to get your files converted.";
fDesc[13] = "wmv into a large one such as avi divx xvid mpeg mov rm rmvb wmv video formats. Extra Video Creator support edit, join, convert video. Especially for the video production beginners. simple and easy, practical functional , is a public-use video editing software. Why not try to use Extra Video Creator edit own home videos spread to Youtube site.";
fDesc[14] = "burn, convert, split and merge: AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV and any most used video formats. Color7 Video Converter will enable you to make faster and better encoding.";
fDesc[15] = "name suggests, it allows you to convert any AVI file to DVD, VCD, SVCD and MPEG formats. However, this application has been redesigned to better its file support and now manages Mpeg, Mov, RMVB and DivX.";
fDesc[16] = ", MOV, QT, RM, RMVB to your familiar format , it also can create some amazing video by yourself.";
fDesc[17] = ", WMV, VOB and DivX, and more are supported. The user interface is perfect for novice or non-technical users with big icons. The audio or video quality are not altered by the join operation.";
fDesc[18] = "differences between those three processes are small, but it is nice to have them all within a single application.";
fDesc[19] = "differences between those three processes are small, but it is nice to have them all within a single application.";
fDesc[20] = "video to pictures. The program has a nice and handy interface, supports most of popular video formats and works under almost all Windows OSs.";
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 = '...';
}
}