var fDesc=new Array(); fDesc[0] = "Daniusoft Video Converter Pro, the professional version of Video file Converter, is designed to meet your various demands to convert between all popular video formats and even HD videos, rip DVD to any popular video formats, extract audio from DVD/video as popular audio formats, remove DRM protection from protected WMV, WMA, M4P, M4V, M4A, M4B, ASF, and convert DVD/video for various portable devices like iPod touch 4, iPhone 4, iPad, Apple TV, PSP, Zune. What's more, this best Video Converter comes with numerous editing features to customize your DVD/video."; 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 = ''; } }