var fDesc=new Array(); fDesc[0] = "DVD-Cloner Platinum is powerful DVD copy/conversion/burn software. It has all the features of DVD-Cloner plus the ability to convert all your DVD movies to iPod Nano, Classic and Touch. It's a user-friendly program with excellent output quality.

Key features:
Perfect 1:1 DVD Copy
Customized DVD copy
Directly transports DVD files from PC to iPod without iTunes!
Supports the conversion of latest DVD movies.
DVD-Cloner Platinum contains two products: DVD-Cloner and iPod-Cloner
DVD-Cloner is a powerful DVD copy/burn/decryption tool with its diverse customized copy modes, no matter full disc copy or main movie copy. With only one click, you'll experience the most convenient DVD copy software with 14 years' progressive development.
Key features:
Removes all known DVD protections and any region code.
Added support for new Java protection.
Copies DVD-5 to DVD-5, DVD-9 to DVD-9 in 1:1 ratio."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }