var fDesc=new Array(); fDesc[0] = "Kindle Create can automatically transform your manuscript into a Kindle eBook. This application can detect and style chapter titles automatically. You can also preview your book as it would look to customers reading on Tablets, Phones, and Kindle E-readers before publishing. Kindle Create works with DOC and DOCX files exported from applications like Microsoft Word, Google Docs, Apple Pages, and Scrivener."; 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 = ''; } }