var fDesc=new Array(); fDesc[0] = "Flip Printer is a quick way to create Adobe Flash-based page-flipping eBooks from any kind of printable documents. Imagine being able to use the virtual printer to print Microsoft Word documents, Powerpoint presentations, Adobe PDF documents, Web page or even from your application to digital booklets, brochures and catalogs that behave like actual paper books without any programming work! Once you've created your page-flipping masterpiece in Flip Printer, you can publish it to the web, send via email, and even distribute it 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 = ''; } }