var fDesc=new Array(); fDesc[0] = "FlipBook Creator for HTML5 is a program that allows you to convert PDF files into high-quality Flip Books for iPad. You can control the quality of the flipping book with browsers that support CSS3, edit and review settings and export your Flip Book for all the devices with HTML5 support."; 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 = ''; } }