var fDesc=new Array(); fDesc[1] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[2] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying."; fDesc[3] = "is fully compatible with Windows Vista operating system."; fDesc[4] = "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[5] = "program. Extra DVD Copy support copy most DVD-5/DVD-9 type DVD movies to DVD-9(Dual Layer), DVD-5, hard disk with no qulaity loss, remains the original picture perfect, and keep video-audio synchronization. It's Worldwide most popular DVD movie copy software. Now support Windows Vista."; fDesc[6] = "if your DVD movie is a big one (DVD-9, DVD-10). But fortunately, there are programs like Apollo DVD Copy that will greatly simplify this process."; fDesc[7] = "or ISO file in the hard drive of your computer. Choose audio track, subtitle, and preview DVD movie when copying a DVD."; fDesc[8] = "disc with no quality loss whatsoever in 30 minutes. This incredible program has the ability to copy and burn DVDs from your hard drive and compress and copy a dual-layer (D9) movie into one D5."; fDesc[9] = "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[10] = "type movies, can compress DVD-9 to DVD-5. Lets you choose audio track, subtitle, DTS Audio, and gives you the possibility to copy menu and extras."; fDesc[12] = "to your hard drive for future copy or viewing. * Burn DVD from DVD-Video folder on your hard drive."; fDesc[13] = "the most used video format in current market has grown by its popularity in a grand way. A123 DVD clone has various functions packed within the product. A123 DVD Clone has easy 3 step process to ensure that you have copied your complete DVD"; fDesc[14] = "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[15] = "keep menus, select audio track and subtitles, get previews and choose the output where you want to write your information."; 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 = '...'; } }