var fDesc=new Array(); fDesc[0] = "Flip PDF Plus is a powerful digital flipbook maker that allows you to convert static PDFs/images into HTML5 flipbooks at the fastest speed. Add page audio (voice assistant), table of contents, bookmark and other interactive elements to engage your audience. Customize branding options & privacy settings easily. Share your flipbook on social media after uploading it to a server. Publish it as HTML, EXE, APP, APK or Plug-in file and distribute to multiple devices. Flip PDF Plus empowers you to create flipbooks that work beautifully in any browser, on any device."; 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 = ''; } }