var fDesc=new Array();
fDesc[1] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[2] = "will probably notice when you open this application is the HUGE (it's not that big) banner at the bottom. I know this is a free application and all, but did they really need to blind me with flashing banners while I am trying to burn a couple songs?";
fDesc[3] = "Windows's right click menu. Those items allow the user to create ISO images of CDs and DVDs, burn those images to a CD or DVD or even copy CD or DVD to another CD or DVD. This program is a prime example of how a great product can be achieved by the simplest of means: simplicity.";
fDesc[4] = "do is insert your DVD movie into the drive and select copy. It's that simple. The graphical user interface is really simple and all the options are pretty self explanatory.";
fDesc[5] = "For starters, DVD Copy Express will take care of any protection your DVD movie might have, making it ideal for backing up your movie collection.";
fDesc[6] = "or ISO file in the hard drive of your computer. Choose audio track, subtitle, and preview DVD movie when copying a DVD.";
fDesc[7] = "the abllity to backup your own DVD9 disc within 20 minutes for full disc copy .backup your dvd to DVD +R/RW,-R/RW";
fDesc[8] = "or DVD+R/RW discs. You can copy the whole disc, main movie, or split a DVD-9 disk. It supports DVD+R/RW, DVD-R/RW, DVD+R DL discs.";
fDesc[9] = "clicks - either complete with all the extras or just the main movie only, in selected audios/subtitles. 30-day money-back guarantee!";
fDesc[10] = "1:1 ratio and super high DVD copy speed, compress DVD9 to DVD5 with great quality, copy DVD to DVD folder or ISO file.";
fDesc[11] = "program's 1:1 DVD copy engine. Whether your DVDs are copy-protected or not, Any DVD Cloner Express will clone them. You can compress DVD9 to DVD5 with high quality; copy DVD to a DVD folder or ISO file, and you can copy any movie DVD to DVD+R/RW or DVD-R/RW discs";
fDesc[12] = "Single-Layer Mode) or 8.5 GB(DVD9 in the Double-Layer Mode) and supports all dvd writer and media. Amazon DVD Shrinker will handle all DVD contents like Menus, Audio tracks, language, subtitles and etc.Amazon DVD Shrinker uses an internal decryptlayer, and it can copy and shrink the protected commercial Video DVD for private use. Amazon DVD Shrinker also includes a built in Video DVD burner, so you can really make any copy of discs for your favorite DVD Movies.";
fDesc[13] = "entertainment on portable devices.";
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 = '...';
}
}