var fDesc=new Array();
fDesc[1] = "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[2] = "and audio files right on your computer with no additional software. This incredible program supports for many video formats apart from regular DVD (PAL, NTSC, VCD, SVCD) formats, such as MPEG4 (including DivX, XviD, etc.), MPEG1, MPEG2, AVI, etc.";
fDesc[3] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF.";
fDesc[4] = "converter, but don't let the name fool you. In the newest versions, they have added a great array of features to it, which also allow it to convert videos for playback on the Playstation 3, the XBOX 360, and more devices.";
fDesc[5] = "our own customized DVD. This program is very easy to manage even for those users with just basic Windows skills. The wizards will guide us along the DVD creation process in five easy to follow steps. First, we need to name our project, and select the output format (NTSC or PAL).";
fDesc[6] = "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[7] = "or MOV|QT files into one large move file with RM | AVI | MPEG MOV | WMV format.";
fDesc[8] = ", MOV, QT, RM, RMVB to your familiar format , it also can create some amazing video by yourself.";
fDesc[9] = "popular file formats can be converted to DVD and played on any DVD player. This utility provides settings needed for DVD creation such as choice of NTSC or PAL standards, resolution of the video, aspect ratio of the video.";
fDesc[10] = "video formats list includes: VOB, DAT, ASF, AVI, WMV, MPG, and MPEG. The program supports processing more than one video at once (performing batch conversions) and extracting audio and images from video files.";
fDesc[11] = ", DIVX, ASF, 3GP, MP4, MPEG1, MPEG2, VCD-PAL ,VCD-NTSC, SVCD-PAL, SVCD-NTSC, DVD-PAL, DVD-NTSC and other formats.";
fDesc[12] = "all those people who want to split video files into smaller clips. Using this software, you will be able to select a starting land an ending line and save the video file into any output direction on your computer.";
fDesc[13] = "including CD, DVD 5, DVD 9, Mini DVD, Mini DVD DL, and rewritable disks. You can select DVD aspect ratio, include subtitles, and adjust bit rate. It supports NTSC and PAL format. Also you can create chapters every amount of minutes and erase rewritable disc before burning.";
fDesc[14] = "layer DVDs, add title groups with menus and create the DVD in different outputs. You can add video, audio files, and subtitles. AviSynth is required for DVDforger in order to work - it is included with DVDforger’s installation file.";
fDesc[15] = "Kingdia Video to AVI/WMV/MPEG/MOV/FLV/F LV Converter is a powerful video conversion program, to convert videos to AVI (DivX, XviD, etc.), DV AVI, MP4 (PSP, Apple iPod, Archos DVR, Creative Zen), WMV, 3GP, 3G2, QuickTime (MOV, QT), SWF, DVD, VOB, VRO, MPEG 1,2, MPG, DAT, VCD, SVCD, ASF, MJPEG, H.263, H.264, Real Video (RM, RMVB), DVR-MS, etc.";
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 = '...';
}
}