var fDesc=new Array(); fDesc[0] = "Fly DVD Ripper is a very easy and powerful DVD ripping software, which can convert DVD to VCD, SVCD, AVI(DivX), WMV, MP3, iPod and PSP formats or backup DVD to hard drive without any loss of quality.

Features:
- Convert DVD to DivX or other AVI formats
- Convert DVD to WMV
- Convert DVD to MP4 (iPod and PSP formats)
- Convert DVD to MP3
- Convert DVD to VCD or SVCD
- Copy DVD movie to hard drive without any loss of quality
- Copy main movie only or split DVD-9 into 2 DVD-5
- Compress DVD to fit on a 4.7 GB disc
- Very easy to use, just by one click
- High ripping speed and wonderful output quality"; 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 = ''; } }