var fDesc=new Array(); fDesc[0] = "PPT to FlipBook is a Powerpoint to flash page flipping magazine conveter software that enables you to create automatic flipping page generation magazines, catalogues from a Powerpoint. With PPT to FlipBook, you can create Pageflip eMags less than 5 minutes, and you don't need any flash skills, only import your Powerpoint, and then choose the theme(look&feel) templates from a variety of pre-set of PPT to FlipBook , finally to build your realistic flash flipping presentations with the real page turning effect."; 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 = ''; } }