var fDesc=new Array(); fDesc[0] = "With Plato DVD to iPod Converter you can enjoy your DVD Movies on iPod anytime anywhere! It directly convert DVD to iPod video. You could choose subtitle, audio track, chapters you want to rip.

It has two dvd rippers mode :
- Direct read mode. In this mode, it can directly read dvd information from dvd disk data, then you could copy dvd movies by titles and by chapters.
- DVD player mode. In this mode, with playing and converting method , you could read all dvd movies with all kinds of protections including with sony arccos protection."; 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 = ''; } }