var fDesc=new Array();
fDesc[1] = "correction technology to ensure the highest level of success copying the latest generation of DVD movies.";
fDesc[2] = "video files including AVI DivX XVid MPEG WMV ASF MOV RM MP4 FLV, So you can play movies on your home DVD Player.";
fDesc[3] = "Ripper can then copy DVD to VCD or SVCD, an ideal method to make backup DVD copy.";
fDesc[4] = "you can play your movies on your home DVD player. Supports input formats: AVI, DIVX, XVID, MP4, MPG, WMV, ASF, MOV, RM etc.";
fDesc[5] = ", MPEG, MPEG1, MPEG2 and more. Using this software, you will be able to create your own DVD library and to rip any of your favorites DVD video programs.";
fDesc[6] = "this task really 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 encoded with the DIVX codec into a DVD ISO.";
fDesc[7] = ", ISO Files, and Audio CD's from MP3, MP2, WMA, WAV, AVI and OGG files.";
fDesc[8] = "Backup Schedule backups files and folders your selected beforehand.It will carry out the backup task periodically.";
fDesc[9] = "mpeg to cd disc, support all rewritalbe CD and DVD disc.";
fDesc[10] = "or CD to any type of content such as data, video and audio. It creates VCDs, SVCDs and DVDs with some of the popular video formats such as AVI, MPEG, MOV, WMV, ASF etc.";
fDesc[11] = "this program you will be able to create and burn audio CDS, Mp3, disc images and more. The program also works as a conversion tool.";
fDesc[12] = "DVD-R/RW or DVD+R/RW in a few steps. This incredible program has been designed to copy your DVD movies using your own dvd burner while keeping the same sound and video quality of the dvd backup with all the special features, menus, subtitles, and languages included.";
fDesc[13] = "MPEG, AVI, FLASH and WMV), this application should appeal only to the casual user or he who only needs to burn flash movies to optical media.";
fDesc[14] = "nice application to do it. It does only support the aforementioned formats but it will get the job done.";
fDesc[15] = "files from one into another in a very short amount of time and with no quality loss at all. This powerful application supports many video files, including MPEG, WMV, DVD, VCD, SVCD and AVI.";
fDesc[16] = "well as audio, video or image ones. You can duplicate your CDs and burn ISO images too. The program, also allows you to know all the information about a CD or DVD inserted in your CD drive. ISO Burner also supports many advanced options as well.";
fDesc[17] = "functionality for DVD MP3, DVD WMA, DVD File and DVD Video. The CD functions include the ability to copy CD files, MP3’s, WMA formats, Super VCD, etc. It also performs as a Video Splitter and Video Join.";
fDesc[18] = ", Xvid, Mov, WMV to DVD and burn them into DVD disc.";
fDesc[19] = "will be able to intuitively create your own audio CDs from your MP3 collection without needing to decode your audio files first. MP3 Audio CD Burner will do it for you! Or you can put as many MP3 files as you can fit into a CD-R or DVD-R and take them with you!";
fDesc[20] = "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.";
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 = '...';
}
}