var fDesc=new Array(); fDesc[0] = "WinX DVD Copy Pro lets you clone DVD discs, create ISO images of DVDs, and rip video discs to MPEG2 format. Equipped with ISO mounter and DVD burner, it can also help mount ISO to a virtual drive and burn DVD to DVD. WinX DVD Copy Pro has unlimited access to all region codes and read-only DVDs. It can also bypass Disney's Fake, Sony ARccOS bad sector, and other copy-protection systems."; 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 = ''; } }