var fDesc=new Array(); fDesc[0] = "DVD-TO-DVDR is a easy to use software to copy a DVD movie to a DVD+/-R!Just put the DVD movie into the DVD drive,a blank DVD+/-R into DVD burner, click "start" button,you can get the copy in 1 hour. Super easy to use,with DVD-TO-DVDR,anyone can become a DVD copy expert! Supports all Windows platforms,only a 2400KB package."; 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 = ''; } }