var fDesc=new Array(); fDesc[0] = "PDF to FlashBook Standard is lightning-fast page flipping software to help you convert ordinary PDF files into interactive, online page-turning FlipBooks with amazing 3D flipping pages with animations and sound! with PDF to FlashBook standard, you can easy generate cool digital booklet with page turning effect without any programming work! Once you've created your Flash eBook with PDF to FlashBook Standard, you can publish to the web instantly, or send out via Email, and even distribute on CD-ROM, all without paying royalties!"; 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 = ''; } }