var fDesc=new Array(); fDesc[0] = "uRex Free DVD Ripper is a free DVD ripping program that is able to backup DVD for medias like AVI, DviX, XviD, FLV, F4V, MOV, MKV, MPEG, H.264 etc to avoid scratching with your own customized profile settings. It supports both home-made and commercial DVD movies and is able to remove the copy protection like CSS, Region Code, and Disney DVDs."; 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 = ''; } }