var fDesc=new Array(); fDesc[0] = "Best4Video DVD Ripper is a software solution for any DVD tasks on your Windows computer. This is a proven way to rip your DVD favorites into popular video file formats (MP4, AVI), back up your DVD collection and copy DVDs in 1:1 mode on the fly. You will bypass DVD region code protection and forget about all the hassle. Just take a bunch of your favorite DVDs and transfer them into your PC's hard drive, iPad, any other tablet, smartphone or digital video player in no time."; 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 = ''; } }