var fDesc=new Array();
fDesc[2] = "video professional or a new video enthusiast, we are confident that MVW-DVD will meet all of your MPEG editing needs and non commercial DVD authoring.";
fDesc[3] = "format that can be burnt to DVD and played in most DVD players. What this program does is something I had been looking for for a long time.";
fDesc[4] = "makes DVDs. It supports almost all formats of video files to make DVD files; you can convert AVI, MOV, MPEG, Internet clips, DVC, webcam videos to DVD.";
fDesc[5] = "well, and most of them look and feel exactly the same. The main goal of this application is to allow the user to convert an AVI file into a DVD ISO.";
fDesc[6] = "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[7] = "WMV. Allows to edit menu for your DVD with templates or inserting background image and music. Supports DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+R DL, DVD-R DL and DVD-RAM.";
fDesc[8] = "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[9] = "MPEG videos. In fact, you can transcode any DivX, XviD, MPEG, DAT, WMV and ASF video file into ten different video formats. Besides, you will be allowed to burn to DVD, VCD and SVCD, and set up your quality preferences according to the codec selected.";
fDesc[10] = "files into AVI, WMV, VCD, MPEG, SVCD and DVD files. This program provides you with the function of converting multiple files into a specific format all at once without losing any quality at all during the process.";
fDesc[11] = "MPEG,AVI,DIVX,WMV,RM files to DVD but also burn it into DVD disc for future use. Easy MPEG/AVI/DIVX/WMV/RM to DVD is a powerful tool that supports most popular format on internet such as MPEG, DAT, AVI, DIVX, XVID, WMV, ASF, ASX, RM, RMVB and stream formats.";
fDesc[12] = "your MPEG-2 files to IFO and VOB files so that you can burn them. That is exactly everything this application will let you do. It doesn't count with a burning engine, so you are going to have to download a separate application to do the burning.";
fDesc[13] = "DVD (VOB and IFO) format so they can be played on any regular DVD player, withou the need of a computer. The application converts in batch mode all the selected files or segments. The image aspect ratio can be forced to a specific (4:3 or 16:9) or automatically set by the application.";
fDesc[14] = "IFO files. It supports batch conversion to DVD video files and can directly burn to DVD blank discs. The video size ratio or aspect can be force to a desired format or automatically set by the application.";
fDesc[15] = "NTSC and PAL TV systems, widescreen and standard TV, and burns DVD-Video Discs playable on any home DVD player.";
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 = '...';
}
}