var fDesc=new Array();
fDesc[1] = "WinX DVD Author Tools was designed to convert and burn Avi, Wmv,DivX,Mpeg,Xvid,RM, RMVB,Asf files to DVD with chapter Menu,WinX-DVD Author is the easy way to create your DVD video disc with dvd menu.";
fDesc[2] = "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[3] = "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[4] = ", 3gp and more. When we open the program we can find a Menu Bar and three tags they are: organize photo, choose menus and burn disc. In the Organize Photo tag we can see our folders in one window and the files that we select in the other window.";
fDesc[5] = "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[6] = "video files including AVI DivX XVid MPEG WMV ASF MOV RM MP4 FLV, So you can play movies on your home DVD Player.";
fDesc[7] = "few steps. This incredible program enables you to cut the unnecessary scenes, and create DVDs with menus or save it as MPEG-2 video on your computer.";
fDesc[8] = "NTSC and PAL TV systems, widescreen and standard TV, and burns DVD-Video Discs playable on any home DVD player.";
fDesc[9] = "downloaded file. DVDBuilder is a powerful, splendid and simple to use application for MPEG file to DVD.";
fDesc[10] = "engine.Burn MPEG and MPEG2 files to a DVD. As long as you have a MPEG video file, you are just two steps away from a DVD player. 2 simple steps are needed to create a DVD: 1. Click the \"open\" button to choose you MPEG or MPEG2 file. 2. Click \"Start to Burn DVD\" button.";
fDesc[11] = "contains three individual softwares that are also sold separately. They are iMpeg Converter, IphotoDVD, and DVDBuilder. We can purchase the full featured version or download the trial demo and evaluate the three programs package free or charge.";
fDesc[12] = "converted using your video converting tools, So you can play movies on your home DVD Player";
fDesc[13] = "FT DVD Author Tools was designed to convert and burn Avi, Wmv,DivX,Mpeg,Xvid,RM, RMVB,Asf files to DVD with chapter Menu,FT-DVD Author is the easy way to create your DVD video disc with dvd menu.";
fDesc[14] = "DVD, SVCD or DVD compatible, in either PAL or NTSC mode.";
fDesc[15] = "and MPEG videos.";
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 = '...';
}
}