var fDesc=new Array(); fDesc[0] = "Fly DVD Copier is a very easy and powerful DVD copy software, which can copy DVD movie to blank DVD or hard drive without any loss of quality, or compress a DVD9 movie to fit on a 4.7 GB DVD. You need only insert your DVD movie and a blank DVD then press Go, everything will happen automatically and complete within 20-60 minutes."; 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 = ''; } }