var fDesc=new Array(); fDesc[0] = "With Easy DVD Rip you can convert any DVD-Video to VCD (MPEG1), SVCD (MPEG2) and AVI (DivX, XviD...) with just a few clicks - either complete with all the extras or just the main movie only, in selected language tracks and/or subtitles. The conversion engine features 4 different modes of conversion (Whole Title/Chapter, Chapter Splitting, Chapter Merging and Time Range), and it auto-detects all DVD parameters making DVD ripping a simple task. The built-in burning engine is provided for burning your VCD's/SVCD's. You'll be impressed by the simplicity of this software, and by the speed with which you can create them!"; 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 = ''; } }