var fDesc=new Array(); fDesc[0] = "Office to FlashBook is your easy way to convert Microsoft Office (.DOCX;.PPTX;.RTF;.TXT) and PDF into fashionable, attractive flash eBooks with animations and sound! The software will help you to make distributing your Microsoft Office documents on the Internet easier said than done. The created Flash eBook converted from Office Documents can be easily viewed in any web browser, you can also send to other people 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 = ''; } }