var fDesc=new Array(); fDesc[0] = "A123 DVD to Mp4 Ripper is a professional DVD to MP4 converter program which provides an intuitive and user-friendly interface. It can help you rip and convert DVD to MP4 video format. The output movies are playable on most of portable MP4 player. It rips your DVD files to MP4 video with good image and sound 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 = ''; } }