var fDesc=new Array(); fDesc[0] = "Longo DVD Copy is a smart DVD Copy Software, it's very easy to use, just one click. It allow users to copy any copy protected DVDs to computer hard drive or to ISO file, or burn dvds to blank discs. It also allows users to burn DVD from hard drive to blank DVD.
With Longo DVD Copy, you needn't worry about any damage or scratches to the original DVD. Just make a copy, and enjoy it on your computer or DVD players anytime."; 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 = ''; } }