var fDesc=new Array(); fDesc[0] = "Wondershare DVD Copy is the professional DVD backup software to copy DVD to DVD disc, DVD folder and ISO Image file. With just one click, you can easily copy DVD to DVD and local disk for backup purpose. You can backup DVD from DVD9 to DVD5, DVD5 to DVD9, DVD5 to DVD5 and DVD9 to DVD9. What's more, you can choose to backup movie from the whole DVD disc or backup & burn the specified titles without some features or advertisements so as to save time and disc space."; 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 = ''; } }