var fDesc=new Array(); fDesc[0] = "Use the Blurb add-in for Microsoft® Word to easily transform your Word document into a book. Or download the latest version of Blurb BookSmart® and import your manuscript in minutes from your .doc Word files, taking advantage of BookSmart’s professionally designed page layouts. For maximum control, you can create your book in Adobe® InDesign® or other page layout software using our PDF to Book workflow"; 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 = ''; } }