var fDesc=new Array(); fDesc[0] = "Tipard DVD Cloner is the fast and easy-to-use DVD Copy to clone DVD movie to DVD in 1:1 ratio, compress DVD-9 to DVD-5, copy DVD to DVD folder or ISO file in perfect quality. Apart from the backup DVD function, it can also burn local DVD Folders or ISO image Files to DVD disk. Plus, you can choose full copy, main movie or customize to select which part to clone or copy."; 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 = ''; } }