var fDesc=new Array();
fDesc[1] = "You can burn your video directly to a DVD without copying files to the PC hard drive, saving both valuable time and space. And at the same time, the burning meets the standard requirements, so, then the DVD can be played on any home DVD player.";
fDesc[2] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more.";
fDesc[3] = "it be cool if you could have all those necessary tools grouped in just one simple suite? Movavi VideoSuite is exactly that, a complete video suite where you will find six essential tools to work with videos on your PC.";
fDesc[4] = "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[5] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour.";
fDesc[6] = "to DVD disc at high speed and with an excellent output quality. With this incredible program will be able to combine your video files into video slideshows with beautiful transition effects and a customizable menu.";
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] = "DVD disc, ISO file, or DVD folder and edit good looking menus for DVD movies. Supports DVD-5 and DVD-9, NTSC and PAL, Multithreading and batch conversion.";
fDesc[9] = "or ISO file in the hard drive of your computer. Choose audio track, subtitle, and preview DVD movie when copying a DVD.";
fDesc[10] = "drag-and-drop files/folders into HT Fireman CD/DVD Burner 1.0.011 from Explorer, and click \"Burn!\" button.";
fDesc[11] = "CDs and DVDs, CUE and ISO images, and multisession and bootable CDs and DVDs, and more...";
fDesc[12] = "to burn a MPEG file so that it can be playable on a DVD player, there is a conversion process that has to be undergone.";
fDesc[13] = "compatible MPEG files which has been converted using your video converting tools, So you can play movies on your home DVD Player.";
fDesc[14] = "Disc and many other recordable items supported by the computer in use. The idea behind the software is to allow consumers the ability to save their data onto a disc that may be used with an external form of entertainment";
fDesc[15] = "extract video DVD to popular formats. DVD Burner uses a wizard that guides you while creating Data CDs, DVDs, HD DVDs and Blu-ray disks.";
fDesc[16] = "burned to a DVD. This provides hours of enjoyment with programs that were never before accessible through the DVD Player and watched on the television. Users may download the pictures that were taken on the trip to the Caribbean,";
fDesc[17] = ", data DVD copyYou can use the software to backup data to DVD.";
fDesc[18] = "format and burn mkv to DVD disc. After conversion user’s videos can be played on any DVD player. Solid MKV to DVD Converter and Burner is designed and optimized especially for Matroska mkv video that are downloaded from YouTube, Yahoo videos, etc.";
fDesc[19] = "tools developed by Ether Software. Easy MPEG to DVD Burner is available in two different version viz, trial version and full paid version. Easy MPEG to DVD Burner is very easy to install tool which does not need any expertise in installing to your computer.";
fDesc[20] = "disc. Then user’s YouTube flv videos can be played on any DVD player. Solid FLV to DVD Converter and Burner is designed and optimized especially for Flash flv video that are downloaded from YouTube, Yahoo videos, 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 = '...';
}
}