var fDesc=new Array(); fDesc[0] = "Get the best ebook creation software available on the market! Creating e-books with EBooksWriter is really a snap... Not just an "ebook compiler", and not just ebooks. A quick, powerful all-in-one environment: create, edit, pack, protect stunning e-books, e-catalogues, e-manuals, e-depliant, e-brochures... and much more!
EBooksWriter is the smart way to create and distribute compact and/or protected content. It is the biggest comprehensive ebook creation product out there: nobody else has so many features; and it is also easy to learn and to use."; 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 = ''; } }