var fDesc=new Array(); fDesc[0] = "Easy DVD to Divx/VCD/SVCD converter is powerful yet easy to use converting software. This is the smartest way to rip copy and convert DVD files to other file formats. Enjoy your favorite DVD movie on your PC as many times as you wish, by coping it on your hard disk. It needs extra free space of the hard disk to store output file. To make the converting process simpler for the novice users, it comes with default input settings. By performing just few steps, you will be able to get the desired results quickly. With it you can convert DVD to Video CD (MPEG1), Super VCD (MPEG2), or DIVX or AVI (MPEG 4) formats. The software comes with some audio and video settings options, so that you can choose subtitle language, choose video angle, select audio track, select audio quality, audio volume, and select Dolby surround sound. It also includes output settings for advanced users. To make it more user friendly, it supports almost all the Windows version such as Windows 98, Windows Me, Windows NT 4.0 (SP 6), Windows 2000 Professional/Server, Windows XP Home/Professional, and Windows Server 2003."; 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 = ''; } }