var fDesc=new Array(); fDesc[0] = "Flip PDF Plus Pro is a powerful feature-rich flipbook maker with a multimedia editor. You are able to create inspiring page-turning books to display smoothly on iPad, iPhone, Android devices and desktop. Get started with stunning pre-designed templates, fully customize your digital brochure or catalog with interactive effect by adding multimedia like YouTube videos, images, phone number and hyperlink. Everyone can generate impressive flipbooks easily."; 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 = ''; } }