var fDesc=new Array(); fDesc[0] = "Jutoh lets you create ebooks in Epub and Kindle formats and publish them on ebook distribution sites, including Amazon's Kindle, Apple Books (iBooks), Google Play, and Kobo. Your readers can use Kindles, iPads, iPhones, Android tablets and phones, Macs, or PCs to read them. You can also create PDFs suitable for sending to print-on-demand services."; 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 = ''; } }