var fDesc=new Array(); fDesc[0] = "Publish Microsoft Office and PDF to Online Page Flip eBook. Powerful tools to convert Microsoft Office to flash flip ebooks. All-in-one Office to Flipbook software. Customize look and feel and publish your Office documents online. Unlimited conversions without paying royalties. Create realistic flipping book from PDF and Microsoft Office in less than 5 minutes."; 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 = ''; } }