var fDesc=new Array(); fDesc[0] = "Top DVD To MP4 Converter helps you convert DVD (including DVD-9, DVD-5, IFO image files) to MP4, 3GP, AVI, MPG, MPEG-4, FLV, MOV, 3G2, VOB, MP3, FLAC, MKA, OGG, WAV, AC3, M4A, easily and fast. It allows you to preview the movie before converting, clip any movie segment from the DVD, snapshot the images in preview, customize the output effect, shut down the computer automatically after converting finished, convert files in batches, etc."; 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 = ''; } }