var fDesc=new Array(); fDesc[0] = "XMedia DVD Duplicator is a all-in-one DVD Copying tools which Make high quality backup copies of your favorite DVD movies without losing any quality, any subtitles or languages. It supports most DVD Writer with DVD-R / DVD-RW / DVD R / DVD RW formats. You can Copy your DVD by chapters or by title sets. Download DVD Duplicator software to backup your own DVD Movies."; 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 = ''; } }