var fDesc=new Array(); fDesc[0] = "Your Free DVD Ripper provides you a simple way to convert DVD movies to VCD/SVCD (MPEG1, MPEG2), AVI (DivX, MPEG4, xDiv, etc.), MP3, and WAV formats. The software detects your CPU type and selects the most effective algorithm. You can convert a specific time segment or chapter of a DVD if you do not need to convert the whole movie. Its flexible options allow you to enjoy an excellent resulting quality. You can rip DVDs to multiple formats, including VCD(MPEG-1 format), SVCD (MPEG-2 format), DivX, and other standard AVI compression codecs, plus some audio formats: MP3 and WAV."; 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 = ''; } }