var fDesc=new Array(); fDesc[0] = "Eahoosoft DVD Converter Suite helps you convert DVDs and videos to all popular formats. It supports formats such as MP4, H.264, AVI, MP3, WMV, WMA, FLV, MKV, MPEG-1, MPEG-2, 3GP, 3GPP, VOB, DIVX, MOV, RM, RMVB, M4A, AAC, WAV, etc. You can also extract audio from DVD movies or video files and convert them to M4A, MP3, AC3, AAC, WMA, WAV, and OGG with high quality.

You can play your converted files to almost all the portable devices."; 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 = ''; } }