var fDesc=new Array(); fDesc[0] = "Easy enough for beginners, yet filled with features that will appeal to advanced users, DVD Copy 6 is a simple DVD copying and conversion solution that lets you copy movies with superior picture quality. It offers a host of new features for duplicating, converting, sharing and protecting unencrypted video files. The Plus version works with the industry�s broadest range of formats and creates videos that you can enjoy anywhere � on your PC, home theater and the latest mobile devices, including Apple® iPod® and iPhone®."; 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 = ''; } }