var fDesc=new Array(); fDesc[0] = "Laptop DVD Ripper helps you rip DVD movies and convert them to various formats. The program can convert DVDs to AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, RM, MOV, XviD, and 3GP video formats, as well as rip DVD audio to MP3, WMA, WAV, RA, M4A, AAC, AC3, and Ogg audio formats. It features a range of versatile editing tools, giving you the ability to clip a video to extract your favorite segments, split a video into segments, and merge several of them into one. The Ultimate edition allows you to import ISO files, add and adjust watermarks, add and set multiple soundtracks, and more."; 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 = ''; } }