var fDesc=new Array(); fDesc[0] = "A1 DVD Copy is a powerful and easy dvd backup tool to backup and compress your favorite DVD.Excellent DVD compress quality Built-in powerful transcode engine,A1 DVD Copy support high speed DVD compress without any loss of quality, it even enables you to compress a DVD-9 movie to one DVD-5 disc with highest quality."; 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 = ''; } }