var fDesc=new Array(); fDesc[0] = "This is easy-to-use software that provides the best way to copy DVD movies to HDD in .vob format with original quality. The program also helps remove the protections (including CSS, RC and RCE) from a DVD folder on the hard disk, enabling the user to copy a DVD to hard drive, be it even a copy-protected DVD. The program provides all the capacities to save a DVD movie to computer in 1:1 ratio, given that it can even convert PAL DVD to NTSC DVD video or enocde NTSC DVD to PAL DVD Video. It works on the following platforms: Windows 2000, 2003, XP, Vista, Windows7."; 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 = ''; } }