var fDesc=new Array(); fDesc[0] = "DVD to Android converts your DVD movies to Android mp4 video format. With this application you can also convert DVD to MP3 music and any popular video for your Android devices. With the support for multi-core processor, this DVD ripper application brings you smooth and efficient decoding, previewing and simultaneous conversion of multiple media files. It provides powerful Movie editing functions such as split DVD video, crop DVD to watch movie in full screen, add effects to make your video look and sound special, 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 = ''; } }