var fDesc=new Array();
fDesc[1] = "DVD converter, it is so easy to use that only a few clicks are enough.";
fDesc[2] = "video files. Some of the output formats this efficient conversion tool supports are MPEG, MP4, M4V, Mp3, M4A and more. This program allows you to convert your DVD files into 3G. Aimersoft DVD to iPhone Converter 2.0 provides you with many functions for editing your video files.";
fDesc[3] = "the fact that those discs are usually encrypted so that you can't copy or play them from your hard drive. DVDShrink comes with advanced decryption algorithms that can decode the security measures so that you can copy or burn the files.";
fDesc[4] = "very useful, it allows you to copy protected DVDs by removing the protections without losing any of the original video files' quality. The application is very simple to use, it has got an extremely friendly interface that will guide you step by step on how to get your DVD copied.";
fDesc[5] = "without quality loss, in fact you get exactly the same disk. Just insert the disk you wish to clone into your drive and press a couple of buttons to make it cloned.";
fDesc[8] = "convert DVD to MPEG and rip DVD to AVI format. Files encoding optimized for P4, AMD and AMD64. PAL and NTSC supported. It will automatically check the CPU type for automatically adjusting the maximum ripping speed available for it.";
fDesc[9] = "menus, bonus tracks etc.";
fDesc[11] = "DVD to VCD/SVCD, MPEG, and AVI. DVD Copy Express intelligently searches for CPU types.";
fDesc[12] = "that you can backup your collection and avoid loosing your movies for different reasons. It supports DVD-R,DVD-RW, DVD+R, DVD+RW, DVD-RAM, DVD_RW burners, and NTSC/PAL DVD movies.";
fDesc[13] = "your DVD movies, by installing and using a third party support resource, whose name is DVD43. This resource will be downloaded and installed along ZC DVD Copy. DVD43 is a free DVD decrypter that runs in the background and decrypts (unlocks) protected or damaged DVDs on the fly.";
fDesc[15] = "use movie clone engine which can copy any DVD movie on the market.";
fDesc[16] = ", select a different skin for the program, ignore read errors, remove UOPS, keep region code, shrink DVD to fit on 4.7GB disc, select the burning engine, speed, volume name, number of copies, eject disc after burning, and automatically erase DVD RW disc when burning.";
fDesc[17] = "without having to insert a DVD on your DVD drive every time you want to watch them. With this efficient conversion tool, you will be able to rip all of your DVD movie files into different video formats in a very short amount of time and what is best about it is that it is extremely easy to use.";
fDesc[18] = "play/copy/backup software restriction-free, and it also supports copy/backup DVD to hard disk";
fDesc[19] = "your DVD to VCD/SVCD in 30 minutes.";
fDesc[20] = "downloaded movies & video files to watch on your TV! Copy DVDs, copy PS2, PS1, and PC games, transfer VHS tapes to DVDs, make MP3s. 90 day risk-free trial.";
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 = '...';
}
}