var fDesc=new Array();
fDesc[1] = ", smooth playback of your standard and High-Def video and audio. Whether you're a movie buff, frequent flyer, or just like to watch video clips, WinDVD 8 gives you the best digital entertainment experience.";
fDesc[2] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use.";
fDesc[3] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files.";
fDesc[4] = "from your DV camcorder or from a VHS tape (if you have the right connectors); or simply capture video from a webcam, or anything that is connected to your computer. AVS Video Recorder quickly detects which connection is showing video and it auto-selects it.";
fDesc[5] = "it lacks many professional features and sophistication you may find in any paid application, Pinnacle VideoSpin really does a pretty good job compared with most free video tools.";
fDesc[6] = "systems, but now is in its full glory available for Windows. This is actually called a DVD to MPEG-4 converter, and is a great one. It supports several several output formats, such as MP4, MKV, and more.";
fDesc[7] = "program supports a big list of video formats, including WMV, AVI, MPEG 4, SWF, FLV, MOV, 3GP, RM and more. Besides, it supports many audio files, such as Mp3, WAV, AAC, FLAC and OGG.";
fDesc[8] = "and add music to the slideshows. There are two ways to create discs with MyDVD. The first is by recording directly from a video source to a DVD or VCD and the second is by bringing video, audio, and images into a DVD/VCD project and then burning on a disc from the project.";
fDesc[9] = "some profiles work better. PSP Video 9 converts any video files, like .AVI or .MPEG files into MP4 files that are perfectly playable with the PSP.";
fDesc[10] = "is a fancy name for MP4. This converter will convert files of the most popular formats (DVD/VCD and AVI, MPEG, WMV, RM, RMVB, DivX, ASF, VOB.) into MP4.";
fDesc[11] = "format playback. It doesn't really want to take the place of media player giants like Windows Media Player or VLC.";
fDesc[12] = "key-framing, photo/video layering, copy protection, templates and more. This program has nothing to do with Power Point; it goes beyond, providing users with features required for professional projects.";
fDesc[13] = "video editions without recompressing or re-encoding the video. Although it is not at a professional level, it is more than acceptable for the needs of an ordinary user. It is especially designed for cutting parts of the video with support for multiple video formats.";
fDesc[14] = "one format to other. You can use this software when you need to view or convert your favorite video files. This great application will support MPEG, AVI, WMV, ASF, MOV, 3GP, DVD, MP4, SVCD, VCD and other formats.";
fDesc[15] = ", FLV (Flash Video, Youtube, Google Video), WMV/ASF, DAT, to MP4 and 3GP and reproduce them in your iPod, PSP and mobile phone.";
fDesc[16] = "many of the video and audio parameters, such as Frame Rate, Resolution, Color Depth, Sample Rate and Bit Rate, etc. and change the codec system for video files, DivX, MS Video 1, etc.";
fDesc[17] = "video formats. RM RMVB to AVI DIVX MP4 MPEG WMV Converter has got many features to appeal different kind of video conversion users across the globe. RM RMVB to AVI DIVX MP4 MPEG WMV Converter allows users to convert their RM format videos to AVI, RM to MPEG,";
fDesc[18] = "WMA, OGG files. Its features include support for batch conversion and the ability to configure output settings like frequency, channels, bit rate, compression (depending on the output format selected).";
fDesc[19] = "recording them to VCD/DVD with a separate VCD or DVD creation program. The resulting VCD/DVD/SVCD can be played on VCD players, and many DVD players. Windows based .";
fDesc[20] = "allow you to merge any number of MPEG videos (with the same frame rate and size) into a bigger file. It can be downloaded as a limited 30 day free trial.";
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 = '...';
}
}