var fDesc=new Array(); fDesc[0] = "AVCWare DVD Ripper Ultimate is a program that allows you to rip DVDs to High/Standard-Definition (HD/SD) video formats. You can also rip DVD soundtrack to MP3 and AAC, set an interval and capture pictures from a DVD movie in batches, clip DVD into segments and merge titles and chapters."; 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 = ''; } }