var fDesc=new Array(); fDesc[0] = "The best DVD backup tool, EarthSoft DVD Copy is a professional DVD copying tool which helps you to copy DVD (DVD-9 and DVD-5) to common blank DVD to backup DVD. It can copy protected DVD-9 or DVD-5 to DVD-9 or DVD-5, split 1 DVD-9 disk to 2 DVD-5 disks, and compress 1 DVD-9 to 1 DVD-5.
With it, you can copy DVD to DVD with ease. The entire DVD copying process will be finished only by one DVD-ROM, giving you much convenience. The DVD copying speed and quality are both remarkable. It is the most reliable DVD copying software to backup DVD."; 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 = ''; } }