var fDesc=new Array(); fDesc[0] = "Word to FlipBook is a office document to flash converter that enables you to turn your Microsoft Word and OpenOffice documents into flash page flipping magazine. With Word to FlipBook, you can create Digital Publication, Digital Catalog, Digital Web Book/Flipbook, Interactive Digital E Magazine less than 5 minutes, and you don't need any flash skills, only import your office document, and then choose the theme(look&feel) templates from a variety of pre-set of Word to FlipBook , finally to build your realistic flash flipping ebook 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 = ''; } }