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] = "loss of quality within 20-40 minutes, or compress a DVD9 movie to fit on a 4.7 GB DVD. And it can also copy DVD movies to hard drive."; fDesc[5] = "or ISO file in the hard drive of your computer. Choose audio track, subtitle, and preview DVD movie when copying a DVD."; fDesc[6] = "single-layered recordable media, its high-quality compression engine will give you the best results even when high compression rates are needed. Besides, DVD Shrink allows you to select only those sections you want to back up, thus lowering the compression rate."; 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] = "computer hard drive or to blank discs. The program works with a very fast speed and it does it with a high level of quality. This efficient application allows you to copy an entire DVD or to copy just the episodes you select from your DVDs."; fDesc[10] = "clicks - either complete with all the extras or just the main movie only, in selected audios/subtitles. 30-day money-back guarantee!"; fDesc[11] = "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[12] = "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[13] = "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[14] = "entertainment on portable devices."; fDesc[15] = "backup your DVD without any quality lost.FT DVD Clone has the abllity to backup your own DVD9 disc within 30 minutes for full disc copy"; 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 = '...'; } }