var fDesc=new Array(); fDesc[0] = "ACDSee Video Converter Pro helps you convert videos at high speed and quality, burn and rip DVDS, watch handy previews, and more. The app includes support for the iPhone 7, Samsung Galaxy S 7, the new iPad Pro, and Apple TV3, the ability to convert multiple videos to different video formats all in a single session, a convenient YouTube uploader with Facebook and Twitter sharing built right in, skins, and DVD burning and ripping."; 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 = ''; } }